Trace number 1778983

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) 160.28 81.3417

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo016.cnf
MD5SUM576249eded8a3c95c0b3aa8dcd51992e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.9
Satisfiable
(Un)Satisfiability was proved
Number of variables2945
Number of clauses8738
Sum of the clauses size20386
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 25824
Number of clauses of size 32912
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.03	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778983-1243677870.cnf 
0.00/0.03	c Using SATTIMEOUT of 10000
0.00/0.03	c Using SATRAM of 2047
0.00/0.03	c Size of subset node = 16
0.00/0.03	c Variables = 2945
0.00/0.03	c Clauses = 8738
0.00/0.03	c Literals = 20386
0.00/0.03	c Reduced size:
0.00/0.03	c Variables = 2945
0.00/0.03	c Clauses = 8734
0.00/0.03	c Literals = 20379
0.00/0.03	c a2
0.00/0.03	c a1
0.21/0.28	c Independent sub-problems = 1
0.21/0.28	c Sub-problem with 2943 variables and 8734 clauses
0.21/0.28	c using permutation method 4
0.21/0.28	c count = 1
0.21/0.28	c Ordering finished 0.280 seconds
0.21/0.28	c mapped 0.280 seconds
0.21/0.28	c permuted 0.280 seconds
0.21/0.28	c about to sort
0.21/0.28	c sorted
0.32/0.33	c clauses now 8734
0.32/0.33	c init finished 0.300 seconds
0.32/0.33	c tree built 0.330 seconds
0.32/0.33	c 
0.32/0.33	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.32/0.33	c ---------------------------------|----------------------------------|------------------------------------------------------
0.32/0.33	c ................................ | ..........                       |                        0.3           0.0             
0.32/0.33	c ................................ | ..........                     1 |                        0.3           3.0             
0.32/0.33	c ................................ | ..........                     2 |                        0.3           6.1             
0.32/0.33	c ................................ | ..........                     3 |                        0.3           9.1             
0.32/0.33	c ................................ | ..........                     4 |                        0.3          12.1             
0.32/0.33	c ................................ | ..........                     5 |                        0.3          15.2             
0.32/0.34	c ................................ | ..........                  1000 | 15                     0.3        2857.1        13639

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-1778983-1243677870/watcher-1778983-1243677870 -o /tmp/evaluation-result-1778983-1243677870/solver-1778983-1243677870 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778983-1243677870.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.00 3.11 4.06 5/117 6160
/proc/meminfo: memFree=3081260/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=2204 CPUtime=0.03
/proc/6160/stat : 6160 (ttsth-5-0) R 6158 6160 10612 0 -1 4202496 433 0 0 0 3 0 0 0 19 0 1 0 1132449767 2256896 388 4294967295 134512640 135237372 3219704272 3219703776 134540092 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6160/statm: 551 388 76 177 0 373 0

[startup+0.094041 s]
/proc/loadavg: 3.00 3.11 4.06 5/117 6160
/proc/meminfo: memFree=3081260/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=2600 CPUtime=0.09
/proc/6160/stat : 6160 (ttsth-5-0) R 6158 6160 10612 0 -1 4202496 548 0 0 0 9 0 0 0 21 0 1 0 1132449767 2662400 503 4294967295 134512640 135237372 3219704272 3219703440 134749343 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6160/statm: 650 503 77 177 0 472 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2600

[startup+0.11404 s]
/proc/loadavg: 3.00 3.11 4.06 5/117 6160
/proc/meminfo: memFree=3081260/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=2600 CPUtime=0.11
/proc/6160/stat : 6160 (ttsth-5-0) R 6158 6160 10612 0 -1 4202496 551 0 0 0 11 0 0 0 21 0 1 0 1132449767 2662400 506 4294967295 134512640 135237372 3219704272 3219703400 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6160/statm: 650 506 77 177 0 472 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2600

[startup+0.315184 s]
/proc/loadavg: 3.00 3.11 4.06 5/117 6160
/proc/meminfo: memFree=3081260/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=11048 CPUtime=0.32
/proc/6160/stat : 6160 (ttsth-5-0) R 6158 6160 10612 0 -1 4202496 2699 0 0 0 31 1 0 0 22 0 1 0 1132449767 11313152 2654 4294967295 134512640 135237372 3219704272 3219457736 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/6160/statm: 2762 2655 90 177 0 2584 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 11048

[startup+0.714016 s]
/proc/loadavg: 3.00 3.11 4.06 5/117 6160
/proc/meminfo: memFree=3081260/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=68016 CPUtime=1.03
/proc/6160/stat : 6160 (ttsth-5-0) S 6158 6160 10612 0 -1 4202496 8677 0 0 0 102 1 0 0 22 0 5 0 1132449767 69648384 8632 4294967295 134512640 135237372 3219704272 3219703868 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6160/statm: 17004 8632 95 177 0 16826 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 68016

[startup+1.51397 s]
/proc/loadavg: 3.00 3.11 4.06 7/122 6169
/proc/meminfo: memFree=3034104/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=104384 CPUtime=2.58
/proc/6160/stat : 6160 (ttsth-5-0) S 6158 6160 10612 0 -1 4202496 17716 0 0 0 252 6 0 0 22 0 5 0 1132449767 106889216 17671 4294967295 134512640 135237372 3219704272 3219703868 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6160/statm: 26096 17671 95 177 0 25918 0
[pid=6160/tid=6164] ppid=6158 vsize=104384 CPUtime=0.6
/proc/6160/task/6164/stat : 6164 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 3440 0 0 0 60 0 0 0 25 0 5 0 1132449800 106889216 17671 4294967295 134512640 135237372 3219704272 3086140064 134566182 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6160/tid=6165] ppid=6158 vsize=104384 CPUtime=0.57
/proc/6160/task/6165/stat : 6165 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 3678 0 0 0 54 3 0 0 25 0 5 0 1132449800 106889216 17671 4294967295 134512640 135237372 3219704272 3077812980 134758787 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6160/tid=6166] ppid=6158 vsize=104384 CPUtime=0.47
/proc/6160/task/6166/stat : 6166 (ttsth-5-0) D 6158 6160 10612 0 -1 4202560 3247 0 0 0 46 1 0 0 25 0 5 0 1132449801 106889216 17671 4294967295 134512640 135237372 3219704272 3068975328 134546034 0 0 0 0 3223098951 0 0 -1 2 0 0 0
[pid=6160/tid=6167] ppid=6158 vsize=104384 CPUtime=0.61
/proc/6160/task/6167/stat : 6167 (ttsth-5-0) D 6158 6160 10612 0 -1 4202560 4203 0 0 0 60 1 0 0 25 0 5 0 1132449801 106889216 17671 4294967295 134512640 135237372 3219704272 3060608416 134546034 0 0 0 0 3223098951 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 104384

[startup+3.11389 s]
/proc/loadavg: 3.24 3.16 4.07 8/122 6169
/proc/meminfo: memFree=2986152/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=170756 CPUtime=5.7
/proc/6160/stat : 6160 (ttsth-5-0) S 6158 6160 10612 0 -1 4202496 34350 0 0 0 560 10 0 0 22 0 5 0 1132449767 174854144 34305 4294967295 134512640 135237372 3219704272 3219703868 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6160/statm: 42689 34305 95 177 0 42511 0
[pid=6160/tid=6164] ppid=6158 vsize=170756 CPUtime=1.31
/proc/6160/task/6164/stat : 6164 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 6990 0 0 0 131 0 0 0 25 0 5 0 1132449800 174854144 34305 4294967295 134512640 135237372 3219704272 3086121616 134680467 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6160/tid=6165] ppid=6158 vsize=170756 CPUtime=1.4
/proc/6160/task/6165/stat : 6165 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 8122 0 0 0 136 4 0 0 25 0 5 0 1132449800 174854144 34305 4294967295 134512640 135237372 3219704272 3077755792 134591258 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6160/tid=6166] ppid=6158 vsize=170756 CPUtime=1.23
/proc/6160/task/6166/stat : 6166 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 7506 0 0 0 119 4 0 0 25 0 5 0 1132449801 174854144 34305 4294967295 134512640 135237372 3219704272 3069083616 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6167] ppid=6158 vsize=170756 CPUtime=1.43
/proc/6160/task/6167/stat : 6167 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 8584 0 0 0 142 1 0 0 25 0 5 0 1132449801 174854144 34305 4294967295 134512640 135237372 3219704272 3060699120 134588804 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 170756

[startup+6.31372 s]
/proc/loadavg: 3.24 3.16 4.07 5/122 6174
/proc/meminfo: memFree=2864828/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=284300 CPUtime=11.8
/proc/6160/stat : 6160 (ttsth-5-0) S 6158 6160 10612 0 -1 4202496 62723 0 0 0 1164 16 0 0 22 0 5 0 1132449767 291123200 62678 4294967295 134512640 135237372 3219704272 3219703868 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6160/statm: 71075 62678 95 177 0 70897 0
[pid=6160/tid=6164] ppid=6158 vsize=284300 CPUtime=3.01
/proc/6160/task/6164/stat : 6164 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 15351 0 0 0 297 4 0 0 25 0 5 0 1132449800 291123200 62679 4294967295 134512640 135237372 3219704272 3086208560 134680285 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6165] ppid=6158 vsize=284300 CPUtime=2.57
/proc/6160/task/6165/stat : 6165 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 13289 0 0 0 253 4 0 0 25 0 5 0 1132449800 291123200 62679 4294967295 134512640 135237372 3219704272 3077834160 134562309 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6160/tid=6166] ppid=6158 vsize=284300 CPUtime=2.75
/proc/6160/task/6166/stat : 6166 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 14539 0 0 0 271 4 0 0 25 0 5 0 1132449801 291123200 62679 4294967295 134512640 135237372 3219704272 3069080880 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6160/tid=6167] ppid=6158 vsize=284300 CPUtime=3.14
/proc/6160/task/6167/stat : 6167 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 16397 0 0 0 311 3 0 0 25 0 5 0 1132449801 291123200 62679 4294967295 134512640 135237372 3219704272 3060698704 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 284300

[startup+12.7134 s]
/proc/loadavg: 3.75 3.27 4.09 7/122 6369
/proc/meminfo: memFree=2658228/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=478804 CPUtime=23.95
/proc/6160/stat : 6160 (ttsth-5-0) S 6158 6160 10612 0 -1 4202496 111375 0 0 0 2360 35 0 0 22 0 5 0 1132449767 490295296 111330 4294967295 134512640 135237372 3219704272 3219703868 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6160/statm: 119701 111330 95 177 0 119523 0
[pid=6160/tid=6164] ppid=6158 vsize=478804 CPUtime=5.84
/proc/6160/task/6164/stat : 6164 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 28411 0 0 0 579 5 0 0 25 0 5 0 1132449800 490295296 111330 4294967295 134512640 135237372 3219704272 3086164944 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6165] ppid=6158 vsize=478804 CPUtime=5.41
/proc/6160/task/6165/stat : 6165 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 24208 0 0 0 533 8 0 0 25 0 5 0 1132449800 490295296 111331 4294967295 134512640 135237372 3219704272 3077735584 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6166] ppid=6158 vsize=478804 CPUtime=5.87
/proc/6160/task/6166/stat : 6166 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 26768 0 0 0 578 9 0 0 25 0 5 0 1132449801 490295296 111331 4294967295 134512640 135237372 3219704272 3069049344 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6167] ppid=6158 vsize=478804 CPUtime=6.5
/proc/6160/task/6167/stat : 6167 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 28841 0 0 0 638 12 0 0 25 0 5 0 1132449801 490295296 111331 4294967295 134512640 135237372 3219704272 3060584544 134749305 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.95
Current children cumulated vsize (KiB) 478804

[startup+25.5127 s]
/proc/loadavg: 4.02 3.34 4.11 5/122 6389
/proc/meminfo: memFree=2276616/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=847068 CPUtime=49.14
/proc/6160/stat : 6160 (ttsth-5-0) S 6158 6160 10612 0 -1 4202496 203443 0 0 0 4853 61 0 0 22 0 5 0 1132449767 867397632 203398 4294967295 134512640 135237372 3219704272 3219703868 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6160/statm: 211767 203398 95 177 0 211589 0
[pid=6160/tid=6164] ppid=6158 vsize=847068 CPUtime=12.3
/proc/6160/task/6164/stat : 6164 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 55785 0 0 0 1217 13 0 0 25 0 5 0 1132449800 867397632 203398 4294967295 134512640 135237372 3219704272 3086118672 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6165] ppid=6158 vsize=847068 CPUtime=11.73
/proc/6160/task/6165/stat : 6165 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 45473 0 0 0 1155 18 0 0 25 0 5 0 1132449800 867397632 203399 4294967295 134512640 135237372 3219704272 3077772720 134565869 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6160/tid=6166] ppid=6158 vsize=847068 CPUtime=11.95
/proc/6160/task/6166/stat : 6166 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 49029 0 0 0 1181 14 0 0 25 0 5 0 1132449801 867397632 203399 4294967295 134512640 135237372 3219704272 3069090048 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6167] ppid=6158 vsize=847068 CPUtime=12.83
/proc/6160/task/6167/stat : 6167 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 50008 0 0 0 1268 15 0 0 25 0 5 0 1132449801 867397632 203399 4294967295 134512640 135237372 3219704272 3060706256 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.14
Current children cumulated vsize (KiB) 847068

[startup+51.1114 s]
/proc/loadavg: 4.75 3.57 4.16 7/122 6428
/proc/meminfo: memFree=1673136/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=1457692 CPUtime=99.33
/proc/6160/stat : 6160 (ttsth-5-0) S 6158 6160 10612 0 -1 4202496 355822 0 0 0 9818 115 0 0 22 0 5 0 1132449767 1492676608 355777 4294967295 134512640 135237372 3219704272 3219703868 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6160/statm: 364423 355777 95 177 0 364245 0
[pid=6160/tid=6164] ppid=6158 vsize=1457692 CPUtime=24.2
/proc/6160/task/6164/stat : 6164 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 104512 0 0 0 2393 27 0 0 25 0 5 0 1132449800 1492676608 355777 4294967295 134512640 135237372 3219704272 3086116640 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6160/tid=6165] ppid=6158 vsize=1457692 CPUtime=24.92
/proc/6160/task/6165/stat : 6165 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 79704 0 0 0 2464 28 0 0 25 0 5 0 1132449800 1492676608 355778 4294967295 134512640 135237372 3219704272 3077827360 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6166] ppid=6158 vsize=1457692 CPUtime=24.95
/proc/6160/task/6166/stat : 6166 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 86924 0 0 0 2461 34 0 0 25 0 5 0 1132449801 1492676608 355778 4294967295 134512640 135237372 3219704272 3069048784 134680336 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6167] ppid=6158 vsize=1457692 CPUtime=24.93
/proc/6160/task/6167/stat : 6167 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 81535 0 0 0 2468 25 0 0 25 0 5 0 1132449801 1492676608 355778 4294967295 134512640 135237372 3219704272 3060604480 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.33
Current children cumulated vsize (KiB) 1457692



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+81.2098 s]
/proc/loadavg: 5.40 3.83 4.23 7/122 6658
/proc/meminfo: memFree=1018056/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=2097736 CPUtime=160.14
/proc/6160/stat : 6160 (ttsth-5-0) S 6158 6160 10612 0 -1 4202496 515887 0 0 0 15836 178 0 0 22 0 5 0 1132449767 2148081664 515842 4294967295 134512640 135237372 3219704272 3219703868 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6160/statm: 524474 515844 95 177 0 524296 0
[pid=6160/tid=6164] ppid=6158 vsize=2097896 CPUtime=39.7
/proc/6160/task/6164/stat : 6164 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 164713 0 0 0 3928 42 0 0 25 0 5 0 1132449800 2148245504 515854 4294967295 134512640 135237372 3219704272 3086210976 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6160/tid=6165] ppid=6158 vsize=2097896 CPUtime=39.91
/proc/6160/task/6165/stat : 6165 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 113017 0 0 0 3941 50 0 0 25 0 5 0 1132449800 2148245504 515854 4294967295 134512640 135237372 3219704272 3077656272 134749351 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6166] ppid=6158 vsize=2097896 CPUtime=40.17
/proc/6160/task/6166/stat : 6166 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 121489 0 0 0 3972 45 0 0 25 0 5 0 1132449801 2148245504 515855 4294967295 134512640 135237372 3219704272 3069114192 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6160/tid=6167] ppid=6158 vsize=2097896 CPUtime=40.03
/proc/6160/task/6167/stat : 6167 (ttsth-5-0) R 6158 6160 10612 0 -1 4202560 113533 0 0 0 3963 40 0 0 25 0 5 0 1132449801 2148245504 515855 4294967295 134512640 135237372 3219704272 3060675296 134562388 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.14
Current children cumulated vsize (KiB) 2097736

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

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

[startup+81.3299 s]
/proc/loadavg: 5.40 3.83 4.23 5/120 6659
/proc/meminfo: memFree=2954044/3368532 swapFree=1959840/1959888
[pid=6160] ppid=6158 vsize=0 CPUtime=160.27
/proc/6160/stat : 6160 (ttsth-5-0) Z 6158 6160 10612 0 -1 4203524 515905 0 0 0 15839 188 0 0 18 0 2 0 1132449767 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6160/statm: 0 0 0 0 0 0 0
[pid=6160/tid=6164] ppid=6158 vsize=0 CPUtime=39.81
/proc/6160/task/6164/stat : 6164 (ttsth-5-0) R 6158 6160 10612 0 -1 4203588 164713 0 0 0 3929 52 0 0 25 0 2 0 1132449800 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.27
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 81.3417
CPU time (s): 160.28
CPU user time (s): 158.39
CPU system time (s): 1.89
CPU usage (%): 197.045
Max. virtual memory (cumulated for all children) (KiB): 2097736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.39
system time used= 1.89
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515905
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= 6941
involuntary context switches= 6382

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:04:30
IDJOB=1778983
IDBENCH=70788
IDSOLVER=632
FILE ID=/1778983-1243677870
PBS_JOBID=
Free space on /tmp= 7982 MiB

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

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

MD5SUM BENCH= 576249eded8a3c95c0b3aa8dcd51992e
RANDOM SEED= 1589773344

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.073
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.073
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.12
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.073
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.14
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.073
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3082196 kB
Buffers:         88920 kB
Cached:          81296 kB
SwapCached:          0 kB
Active:         121012 kB
Inactive:        71308 kB
HighTotal:     2489216 kB
HighFree:      2385424 kB
LowTotal:       879316 kB
LowFree:        696772 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1012 kB
Writeback:           0 kB
AnonPages:       22104 kB
Mapped:           8252 kB
Slab:            82656 kB
SReclaimable:    70780 kB
SUnreclaim:      11876 kB
PageTables:        800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123556 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7982 MiB
End job on  at 2009-05-30 12:05:53