Trace number 1737805

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
VARSAT-crafted 2009-03-22? (TO) 1200.06 1200.41

General information on the benchmark

NameCRAFTED/parity-games/
instance_n8_i8_pp.cnf
MD5SUM0d370d04a9d4b23f62a82c23b7beb9be
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.354
Satisfiable
(Un)Satisfiability was proved
Number of variables21640
Number of clauses255871
Sum of the clauses size847584
Maximum clause length56
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 242376
Number of clauses of size 3125040
Number of clauses of size 468272
Number of clauses of size 515680
Number of clauses of size over 54503

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  21640                                                |
0.00/0.00	c |  Number of clauses:    255871                                               |
0.29/0.35	c |  Parsing time:         0.30         s                                       |
0.29/0.35	c |  Timeout:              43200 s
0.29/0.35	c |  Random Seed:          14253072.000000
0.29/0.35	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.29/0.35	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.35	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.35	c |                                                                             |
1.59/1.69	c ============================[ Search Statistics ]==============================
1.59/1.69	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.69	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.69	c ===============================================================================
1.59/1.69	c |         0 |   13704   220693   808691 |    73564        0    nan |  0.000 % |
89.56/89.66	c |       100 |   13704   220693   808691 |    80920      100     15 |  2.366 % |
179.64/179.77	c |       253 |   13704   220693   808691 |    89012      253     21 |  2.366 % |
272.51/272.60	c |       480 |   13704   220693   808691 |    97914      480     23 |  2.366 % |
366.18/366.32	c |       818 |   13704   220693   808691 |   107705      818     22 |  2.366 % |
460.35/460.51	c |      1324 |   13704   220693   808691 |   118476     1324     26 |  2.366 % |
554.93/555.20	c |      2083 |   13704   220693   808691 |   130323     2083     26 |  2.366 % |
650.50/650.70	c |      3222 |   13704   220693   808691 |   143356     3222     28 |  2.366 % |
746.18/746.40	c |      4931 |   13704   220693   808691 |   157691     4931     34 |  2.366 % |
842.64/842.93	c |      7493 |   13704   220693   808691 |   173460     7493     34 |  2.366 % |
939.92/940.23	c |     11338 |   13704   220693   808691 |   190806    11338     37 |  2.366 % |
1038.19/1038.56	c |     17104 |   13704   220693   808691 |   209887    17104     44 |  2.366 % |
1137.36/1137.72	c |     25753 |   13704   220693   808691 |   230876    25753     44 |  2.366 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1737805-1240832754/watcher-1737805-1240832754 -o /tmp/evaluation-result-1737805-1240832754/solver-1737805-1240832754 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=14253072 HOME/instance-1737805-1240832754.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 559
/proc/meminfo: memFree=1666552/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=3836 CPUtime=0
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 771 0 0 0 0 0 0 0 20 0 1 0 111305225 3928064 756 1992294400 4194304 5102648 548682068800 18446744073709551615 4516103 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 959 764 87 221 0 735 0

[startup+0.0292371 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 559
/proc/meminfo: memFree=1666552/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=8808 CPUtime=0.02
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 1882 0 0 0 2 0 0 0 20 0 1 0 111305225 9019392 1853 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 2202 1853 87 221 0 1978 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8808

[startup+0.101191 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 559
/proc/meminfo: memFree=1666552/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=18152 CPUtime=0.09
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 4145 0 0 0 8 1 0 0 20 0 1 0 111305225 18587648 4116 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 4538 4118 87 221 0 4314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18152

[startup+0.301212 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 559
/proc/meminfo: memFree=1666552/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=39656 CPUtime=0.29
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 9241 0 0 0 25 4 0 0 22 0 1 0 111305225 40607744 9212 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 9914 9213 87 221 0 9690 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39656

[startup+0.701257 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 559
/proc/meminfo: memFree=1666552/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=46256 CPUtime=0.69
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 11156 0 0 0 64 5 0 0 25 0 1 0 111305225 47366144 11127 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 11564 11127 100 221 0 11340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46256

[startup+1.50134 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1614640/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=56468 CPUtime=1.49
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13576 0 0 0 143 6 0 0 25 0 1 0 111305225 57823232 13547 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 14117 13547 100 221 0 13893 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56468

[startup+3.10151 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616752/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=3.09
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13846 0 0 0 303 6 0 0 25 0 1 0 111305225 51994624 12404 1992294400 4194304 5102648 548682068800 18446744073709551615 4214169 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12404 102 221 0 12470 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50776

[startup+6.30185 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616752/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=6.29
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13846 0 0 0 623 6 0 0 25 0 1 0 111305225 51994624 12404 1992294400 4194304 5102648 548682068800 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12404 102 221 0 12470 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50776

[startup+12.7025 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616688/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=12.69
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13846 0 0 0 1263 6 0 0 25 0 1 0 111305225 51994624 12404 1992294400 4194304 5102648 548682068800 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12404 102 221 0 12470 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50776

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616688/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=25.48
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13846 0 0 0 2542 6 0 0 25 0 1 0 111305225 51994624 12404 1992294400 4194304 5102648 548682068800 18446744073709551615 4242222 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12404 102 221 0 12470 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50776

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616816/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=51.07
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13846 0 0 0 5101 6 0 0 25 0 1 0 111305225 51994624 12404 1992294400 4194304 5102648 548682068800 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12404 102 221 0 12470 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50776

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616880/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=102.26
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 10220 6 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50776

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616816/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=162.24
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 16218 6 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 50776

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616752/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=222.23
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 22216 7 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4214228 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 50776

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616752/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=282.21
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 28214 7 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 50776

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616752/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=342.19
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 34212 7 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4213794 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 50776

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616688/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=402.17
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 40210 7 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4242195 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 50776

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616752/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=462.15
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 46208 7 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4213965 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 50776

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616752/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=522.14
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 52206 8 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4214253 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 50776

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616752/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=582.13
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 58205 8 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 50776

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616752/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=642.11
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 64203 8 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 50776

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616688/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=702.09
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 70201 8 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4214228 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 50776

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616688/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=762.07
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 76199 8 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4214161 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 50776

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616688/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=822.05
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 82197 8 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 50776

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 560
/proc/meminfo: memFree=1616688/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=882.03
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 88195 8 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4213965 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 50776

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 566
/proc/meminfo: memFree=1616624/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=942.02
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 94193 9 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4215158 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 50776

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 566
/proc/meminfo: memFree=1616688/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50776 CPUtime=1002
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13859 0 0 0 100191 9 0 0 25 0 1 0 111305225 51994624 12417 1992294400 4194304 5102648 548682068800 18446744073709551615 4214253 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12694 12417 115 221 0 12470 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 50776

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 566
/proc/meminfo: memFree=1616560/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50916 CPUtime=1061.98
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13874 0 0 0 106189 9 0 0 25 0 1 0 111305225 52137984 12432 1992294400 4194304 5102648 548682068800 18446744073709551615 4213965 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12729 12432 115 221 0 12505 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 50916

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 566
/proc/meminfo: memFree=1616496/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50916 CPUtime=1121.96
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13874 0 0 0 112187 9 0 0 25 0 1 0 111305225 52137984 12432 1992294400 4194304 5102648 548682068800 18446744073709551615 4214244 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12729 12432 115 221 0 12505 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 50916

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 566
/proc/meminfo: memFree=1616432/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50916 CPUtime=1181.95
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13891 0 0 0 118185 10 0 0 25 0 1 0 111305225 52137984 12449 1992294400 4194304 5102648 548682068800 18446744073709551615 4213941 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12729 12449 115 221 0 12505 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 50916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 566
/proc/meminfo: memFree=1616432/2055920 swapFree=4180752/4192956
[pid=559] ppid=557 vsize=50916 CPUtime=1200.05
/proc/559/stat : 559 (varsat-crafted_) R 557 559 492 0 -1 4194304 13891 0 0 0 119995 10 0 0 25 0 1 0 111305225 52137984 12449 1992294400 4194304 5102648 548682068800 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/559/statm: 12729 12449 115 221 0 12505 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 50916

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.06
CPU user time (s): 1199.95
CPU system time (s): 0.107983
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 56864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2963

runsolver used 1.37679 second user time and 2.99554 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-27 13:45:54
IDJOB=1737805
IDBENCH=71795
IDSOLVER=537
FILE ID=node81/1737805-1240832754
PBS_JOBID= 9187534
Free space on /tmp= 126412 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n8_i8_pp.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737805-1240832754/watcher-1737805-1240832754 -o /tmp/evaluation-result-1737805-1240832754/solver-1737805-1240832754 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=14253072 HOME/instance-1737805-1240832754.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0d370d04a9d4b23f62a82c23b7beb9be
RANDOM SEED=14253072

node81.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1666968 kB
Buffers:         56792 kB
Cached:         261856 kB
SwapCached:       5916 kB
Active:         128064 kB
Inactive:       199224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666968 kB
SwapTotal:     4192956 kB
SwapFree:      4180752 kB
Dirty:            6432 kB
Writeback:           0 kB
Mapped:          13776 kB
Slab:            47400 kB
Committed_AS:   431780 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126408 MiB
End job on node81 at 2009-04-27 14:05:56