Trace number 1779703

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
ttsth-5-0 2009-03-19 (4 threads)? (MO) 576.04 150.031

General information on the benchmark

NameAPPLICATIONS/aprove09/
AProVE09-25.cnf
MD5SUM8422d798c38ec5bb1334193aaefd87be
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.52
Satisfiable
(Un)Satisfiability was proved
Number of variables37821
Number of clauses124485
Sum of the clauses size323039
Maximum clause length1123
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 254582
Number of clauses of size 367195
Number of clauses of size 42484
Number of clauses of size 5147
Number of clauses of size over 576

Solver Data

0.31/0.34	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779703-1243679323.cnf 
0.31/0.34	c Using SATTIMEOUT of 10000
0.31/0.34	c Using SATRAM of 2047
0.31/0.34	c Size of subset node = 16
0.31/0.34	c Variables = 37821
0.31/0.34	c Clauses = 124485
0.31/0.34	c Literals = 323039
0.31/0.34	c Reduced size:
0.31/0.34	c Variables = 37821
0.31/0.34	c Clauses = 109992
0.31/0.34	c Literals = 284420
0.31/0.34	c a2
0.51/0.55	c a1
6.81/6.84	c Independent sub-problems = 1
6.81/6.84	c Sub-problem with 33451 variables and 109992 clauses
6.81/6.84	c using permutation method 4
6.81/6.84	c count = 1
6.81/6.84	c Ordering finished 6.800 seconds
6.81/6.84	c mapped 6.840 seconds
6.81/6.84	c permuted 6.840 seconds
6.81/6.84	c about to sort
6.81/6.87	c sorted
7.62/7.64	c clauses now 109992
7.62/7.64	c init finished 7.090 seconds
7.62/7.64	c tree built 7.650 seconds
7.62/7.64	c 
7.62/7.64	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
7.62/7.64	c ---------------------------------|----------------------------------|------------------------------------------------------
7.62/7.64	c ................................ | ..........                       |                        7.7           0.0             
7.62/7.64	c ................................ | ..........                     1 |                        7.7           0.1             
7.62/7.64	c ................................ | ..........                     2 |                        7.7           0.3             
7.62/7.64	c ................................ | ..........                     3 |                        7.7           0.4             
7.62/7.64	c ................................ | ..........                     4 |                        7.7           0.5             
7.62/7.64	c ................................ | ..........                     5 |                        7.7           0.7             
7.62/7.65	c ................................ | ..........                  1000 | 1                      7.7         130.5           26
199.73/55.79	c ................................ | ..........               3566000 | 223156               200.0       17828.2     44454189
399.81/105.88	c ................................ | ..........               5277000 | 334423               400.1       13189.2     83083181

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1779703-1243679323/watcher-1779703-1243679323 -o /tmp/evaluation-result-1779703-1243679323/solver-1779703-1243679323 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779703-1243679323.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.84 3.87 3.34 3/99 14348
/proc/meminfo: memFree=3048932/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=1140 CPUtime=0.01
/proc/14348/stat : 14348 (ttsth-5-0) R 14346 14348 20984 0 -1 4202496 167 0 0 0 0 1 0 0 18 0 1 0 1132596753 1167360 123 4294967295 134512640 135237372 3220931328 3220930776 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/14348/statm: 285 123 75 177 0 107 0

[startup+0.031133 s]
/proc/loadavg: 3.84 3.87 3.34 3/99 14348
/proc/meminfo: memFree=3048932/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=2336 CPUtime=0.03
/proc/14348/stat : 14348 (ttsth-5-0) R 14346 14348 20984 0 -1 4202496 484 0 0 0 2 1 0 0 18 0 1 0 1132596753 2392064 440 4294967295 134512640 135237372 3220931328 3220929852 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/14348/statm: 584 441 75 177 0 406 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2336

[startup+0.111126 s]
/proc/loadavg: 3.84 3.87 3.34 3/99 14348
/proc/meminfo: memFree=3048932/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=6000 CPUtime=0.11
/proc/14348/stat : 14348 (ttsth-5-0) R 14346 14348 20984 0 -1 4202496 1375 0 0 0 10 1 0 0 18 0 1 0 1132596753 6144000 1331 4294967295 134512640 135237372 3220931328 3220929852 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/14348/statm: 1500 1332 75 177 0 1322 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6000

[startup+0.311108 s]
/proc/loadavg: 3.84 3.87 3.34 3/99 14348
/proc/meminfo: memFree=3048932/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=9772 CPUtime=0.31
/proc/14348/stat : 14348 (ttsth-5-0) R 14346 14348 20984 0 -1 4202496 2265 0 0 0 30 1 0 0 18 0 1 0 1132596753 10006528 2221 4294967295 134512640 135237372 3220931328 3220931020 134534118 0 0 0 0 0 0 0 17 3 0 0 0
/proc/14348/statm: 2443 2221 75 177 0 2265 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9772

[startup+0.711071 s]
/proc/loadavg: 3.84 3.87 3.34 3/99 14348
/proc/meminfo: memFree=3048932/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=22048 CPUtime=0.71
/proc/14348/stat : 14348 (ttsth-5-0) R 14346 14348 20984 0 -1 4202496 5714 0 0 0 69 2 0 0 19 0 1 0 1132596753 22577152 5262 4294967295 134512640 135237372 3220931328 3220930688 134600884 0 0 0 0 0 0 0 17 3 0 0 0
/proc/14348/statm: 5512 5262 77 177 0 5334 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 22048

[startup+1.51099 s]
/proc/loadavg: 3.84 3.87 3.34 2/100 14532
/proc/meminfo: memFree=3027112/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=22196 CPUtime=1.51
/proc/14348/stat : 14348 (ttsth-5-0) R 14346 14348 20984 0 -1 4202496 5766 0 0 0 149 2 0 0 20 0 1 0 1132596753 22728704 5314 4294967295 134512640 135237372 3220931328 3220930512 134735855 0 0 0 0 0 0 0 17 3 0 0 0
/proc/14348/statm: 5549 5314 77 177 0 5371 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 22196

[startup+3.11084 s]
/proc/loadavg: 3.84 3.87 3.34 2/100 14532
/proc/meminfo: memFree=3026964/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=22692 CPUtime=3.11
/proc/14348/stat : 14348 (ttsth-5-0) R 14346 14348 20984 0 -1 4202496 5871 0 0 0 309 2 0 0 25 0 1 0 1132596753 23236608 5419 4294967295 134512640 135237372 3220931328 3220930688 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/14348/statm: 5673 5419 77 177 0 5495 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 22692

[startup+6.31053 s]
/proc/loadavg: 3.61 3.83 3.33 2/100 14533
/proc/meminfo: memFree=3026112/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=23668 CPUtime=6.31
/proc/14348/stat : 14348 (ttsth-5-0) R 14346 14348 20984 0 -1 4202496 6125 0 0 0 629 2 0 0 25 0 1 0 1132596753 24236032 5673 4294967295 134512640 135237372 3220931328 3220930688 134600848 0 0 0 0 0 0 0 17 3 0 0 0
/proc/14348/statm: 5917 5673 77 177 0 5739 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 23668

[startup+12.7099 s]
/proc/loadavg: 3.64 3.83 3.33 5/104 14537
/proc/meminfo: memFree=2823988/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=275564 CPUtime=27.81
/proc/14348/stat : 14348 (ttsth-5-0) S 14346 14348 20984 0 -1 4202496 60628 0 0 0 2758 23 0 0 25 0 5 0 1132596753 282177536 59960 4294967295 134512640 135237372 3220931328 3220930924 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/14348/statm: 68891 59960 95 177 0 68713 0
[pid=14348/tid=14534] ppid=14346 vsize=275564 CPUtime=5.05
/proc/14348/task/14534/stat : 14534 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 6307 0 0 0 503 2 0 0 25 0 5 0 1132597518 282177536 59960 4294967295 134512640 135237372 3220931328 3079419676 134680208 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=14348/tid=14535] ppid=14346 vsize=275564 CPUtime=5.04
/proc/14348/task/14535/stat : 14535 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 7077 0 0 0 499 5 0 0 25 0 5 0 1132597518 282177536 59960 4294967295 134512640 135237372 3220931328 3071146576 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14348/tid=14536] ppid=14346 vsize=275564 CPUtime=5.04
/proc/14348/task/14536/stat : 14536 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 6745 0 0 0 501 3 0 0 25 0 5 0 1132597518 282177536 59960 4294967295 134512640 135237372 3220931328 3062804204 134636641 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14348/tid=14537] ppid=14346 vsize=275564 CPUtime=5.03
/proc/14348/task/14537/stat : 14537 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 5417 0 0 0 501 2 0 0 25 0 5 0 1132597518 282177536 59961 4294967295 134512640 135237372 3220931328 3053633248 134561492 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 27.81
Current children cumulated vsize (KiB) 275564

[startup+25.5087 s]
/proc/loadavg: 3.72 3.84 3.35 5/104 14537
/proc/meminfo: memFree=2597300/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=504984 CPUtime=78.94
/proc/14348/stat : 14348 (ttsth-5-0) S 14346 14348 20984 0 -1 4202496 114866 0 0 0 7848 46 0 0 25 0 5 0 1132596753 517103616 114198 4294967295 134512640 135237372 3220931328 3220930924 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/14348/statm: 126246 114198 95 177 0 126068 0
[pid=14348/tid=14534] ppid=14346 vsize=504984 CPUtime=17.8
/proc/14348/task/14534/stat : 14534 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 16379 0 0 0 1773 7 0 0 25 0 5 0 1132597518 517103616 114198 4294967295 134512640 135237372 3220931328 3079036656 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=14348/tid=14535] ppid=14346 vsize=504984 CPUtime=17.84
/proc/14348/task/14535/stat : 14535 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 21530 0 0 0 1772 12 0 0 25 0 5 0 1132597518 517103616 114198 4294967295 134512640 135237372 3220931328 3071228224 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14348/tid=14536] ppid=14346 vsize=504984 CPUtime=17.82
/proc/14348/task/14536/stat : 14536 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 21214 0 0 0 1772 10 0 0 25 0 5 0 1132597518 517103616 114198 4294967295 134512640 135237372 3220931328 3062804096 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14348/tid=14537] ppid=14346 vsize=504984 CPUtime=17.83
/proc/14348/task/14537/stat : 14537 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 20661 0 0 0 1777 6 0 0 25 0 5 0 1132597518 517103616 114198 4294967295 134512640 135237372 3220931328 3054453648 134588438 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 78.94
Current children cumulated vsize (KiB) 504984

[startup+51.1163 s]
/proc/loadavg: 3.88 3.86 3.37 5/104 14541
/proc/meminfo: memFree=2253636/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=872776 CPUtime=181.33
/proc/14348/stat : 14348 (ttsth-5-0) S 14346 14348 20984 0 -1 4202496 201396 0 0 0 18040 93 0 0 25 0 5 0 1132596753 893722624 200728 4294967295 134512640 135237372 3220931328 3220930924 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/14348/statm: 218194 200728 95 177 0 218016 0
[pid=14348/tid=14534] ppid=14346 vsize=872776 CPUtime=43.38
/proc/14348/task/14534/stat : 14534 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 35472 0 0 0 4321 17 0 0 25 0 5 0 1132597518 893722624 200728 4294967295 134512640 135237372 3220931328 3079661320 134732535 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=14348/tid=14535] ppid=14346 vsize=872776 CPUtime=43.44
/proc/14348/task/14535/stat : 14535 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 47427 0 0 0 4316 28 0 0 25 0 5 0 1132597518 893722624 200728 4294967295 134512640 135237372 3220931328 3071174640 134562344 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14348/tid=14536] ppid=14346 vsize=872776 CPUtime=43.43
/proc/14348/task/14536/stat : 14536 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 41485 0 0 0 4325 18 0 0 25 0 5 0 1132597518 893722624 200728 4294967295 134512640 135237372 3220931328 3062810768 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14348/tid=14537] ppid=14346 vsize=872776 CPUtime=43.43
/proc/14348/task/14537/stat : 14537 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 41930 0 0 0 4324 19 0 0 25 0 5 0 1132597518 893722624 200728 4294967295 134512640 135237372 3220931328 3054302592 134593369 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 181.33
Current children cumulated vsize (KiB) 872776

[startup+102.321 s]
/proc/loadavg: 4.13 3.93 3.41 5/104 14726
/proc/meminfo: memFree=1616576/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=1544180 CPUtime=385.85
/proc/14348/stat : 14348 (ttsth-5-0) S 14346 14348 20984 0 -1 4202496 358873 0 0 0 38425 160 0 0 25 0 5 0 1132596753 1581240320 358205 4294967295 134512640 135237372 3220931328 3220930924 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/14348/statm: 386045 358205 95 177 0 385867 0
[pid=14348/tid=14534] ppid=14346 vsize=1544180 CPUtime=94.52
/proc/14348/task/14534/stat : 14534 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 80090 0 0 0 9410 42 0 0 25 0 5 0 1132597518 1581240320 358205 4294967295 134512640 135237372 3220931328 3079238064 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=14348/tid=14535] ppid=14346 vsize=1544180 CPUtime=94.62
/proc/14348/task/14535/stat : 14535 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 85336 0 0 0 9422 40 0 0 25 0 5 0 1132597518 1581240320 358205 4294967295 134512640 135237372 3220931328 3071198688 134562344 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14348/tid=14536] ppid=14346 vsize=1544180 CPUtime=94.59
/proc/14348/task/14536/stat : 14536 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 77541 0 0 0 9430 29 0 0 25 0 5 0 1132597518 1581240320 358205 4294967295 134512640 135237372 3220931328 3062794832 134562341 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14348/tid=14537] ppid=14346 vsize=1544180 CPUtime=94.47
/proc/14348/task/14537/stat : 14537 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 80824 0 0 0 9409 38 0 0 25 0 5 0 1132597518 1581240320 358205 4294967295 134512640 135237372 3220931328 3054407104 134562314 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 385.85
Current children cumulated vsize (KiB) 1544180



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+149.907 s]
/proc/loadavg: 4.10 3.95 3.45 5/104 14914
/proc/meminfo: memFree=1096592/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=2097264 CPUtime=575.87
/proc/14348/stat : 14348 (ttsth-5-0) S 14346 14348 20984 0 -1 4202496 488307 0 0 0 57362 225 0 0 25 0 5 0 1132596753 2147598336 487639 4294967295 134512640 135237372 3220931328 3220930924 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/14348/statm: 524316 487639 95 177 0 524138 0
[pid=14348/tid=14534] ppid=14346 vsize=2097264 CPUtime=142
/proc/14348/task/14534/stat : 14534 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 123876 0 0 0 14133 67 0 0 25 0 5 0 1132597518 2147598336 487639 4294967295 134512640 135237372 3220931328 3079757472 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=14348/tid=14535] ppid=14346 vsize=2097264 CPUtime=142.09
/proc/14348/task/14535/stat : 14535 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 113318 0 0 0 14158 51 0 0 25 0 5 0 1132597518 2147598336 487640 4294967295 134512640 135237372 3220931328 3071220048 134749343 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14348/tid=14536] ppid=14346 vsize=2097264 CPUtime=142.09
/proc/14348/task/14536/stat : 14536 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 102565 0 0 0 14170 39 0 0 25 0 5 0 1132597518 2147598336 487640 4294967295 134512640 135237372 3220931328 3062819104 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14348/tid=14537] ppid=14346 vsize=2097264 CPUtime=142.04
/proc/14348/task/14537/stat : 14537 (ttsth-5-0) R 14346 14348 20984 0 -1 4202560 113466 0 0 0 14147 57 0 0 25 0 5 0 1132597518 2147598336 487640 4294967295 134512640 135237372 3220931328 3054424624 134562363 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 575.87
Current children cumulated vsize (KiB) 2097264

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

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

[startup+150.027 s]
/proc/loadavg: 4.10 3.95 3.45 5/104 14914
/proc/meminfo: memFree=1096592/3368532 swapFree=1953580/1959888
[pid=14348] ppid=14346 vsize=0 CPUtime=576.04
/proc/14348/stat : 14348 (ttsth-5-0) Z 14346 14348 20984 0 -1 4203524 488366 0 0 0 57369 235 0 0 21 0 2 0 1132596753 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/14348/statm: 0 0 0 0 0 0 0
[pid=14348/tid=14535] ppid=14346 vsize=0 CPUtime=142.21
/proc/14348/task/14535/stat : 14535 (ttsth-5-0) R 14346 14348 20984 0 -1 4203588 113321 0 0 0 14160 61 0 0 25 0 2 0 1132597518 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 576.04
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 150.031
CPU time (s): 576.04
CPU user time (s): 573.69
CPU system time (s): 2.35
CPU usage (%): 383.948
Max. virtual memory (cumulated for all children) (KiB): 2097264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 573.69
system time used= 2.35
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488366
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= 2813
involuntary context switches= 10643

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:28:43
IDJOB=1779703
IDBENCH=70890
IDSOLVER=632
FILE ID=/1779703-1243679323
PBS_JOBID=
Free space on /tmp= 15883 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/aprove09/AProVE09-25.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779703-1243679323/watcher-1779703-1243679323 -o /tmp/evaluation-result-1779703-1243679323/solver-1779703-1243679323 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779703-1243679323.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 8422d798c38ec5bb1334193aaefd87be
RANDOM SEED= 1191965854

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3049228 kB
Buffers:         87368 kB
Cached:         128888 kB
SwapCached:       2424 kB
Active:         143980 kB
Inactive:        82168 kB
HighTotal:     2489216 kB
HighFree:      2347616 kB
LowTotal:       879316 kB
LowFree:        701612 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            2944 kB
Writeback:           0 kB
AnonPages:        9636 kB
Mapped:           4764 kB
Slab:            83980 kB
SReclaimable:    74984 kB
SUnreclaim:       8996 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93568 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15883 MiB
End job on  at 2009-05-30 12:31:15