Trace number 1776148

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)Signal 287.13 174.742

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark383.27
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

0.32/0.34	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776148-1243673468.cnf 
0.32/0.34	c Using SATTIMEOUT of 10000
0.32/0.34	c Using SATRAM of 2047
0.32/0.34	c Size of subset node = 16
0.32/0.34	c Variables = 71112
0.32/0.34	c Clauses = 208728
0.32/0.34	c Literals = 487544
0.32/0.34	c Reduced size:
0.32/0.34	c Variables = 69148
0.32/0.34	c Clauses = 207960
0.32/0.34	c Literals = 486008
0.32/0.34	c a2
0.62/0.66	c a1
29.92/29.97	c Independent sub-problems = 1
29.92/29.97	c Sub-problem with 68892 variables and 207960 clauses
29.92/29.97	c using permutation method 4
29.92/29.97	c count = 1
29.92/29.97	c Ordering finished 29.900 seconds
29.92/29.97	c mapped 29.980 seconds
29.92/29.97	c permuted 29.980 seconds
29.92/29.97	c about to sort
30.02/30.03	c sorted
33.32/33.33	c clauses now 207960
33.32/33.33	c init finished 30.460 seconds
33.32/33.33	c tree built 33.340 seconds
33.32/33.33	c 
33.32/33.33	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
33.32/33.33	c ---------------------------------|----------------------------------|------------------------------------------------------
33.32/33.33	c ................................ | ..........                       |                       33.3           0.0             
33.32/33.33	c ................................ | ..........                     1 |                       33.3           0.0             
33.32/33.33	c ................................ | ..........                     2 |                       33.3           0.1             
33.32/33.33	c ................................ | ..........                     3 |                       33.3           0.1             
33.32/33.33	c ................................ | ..........                     4 |                       33.3           0.1             
33.32/33.33	c ................................ | ..........                     5 |                       33.3           0.1             
33.32/33.33	c ................................ | ..........                  1000 |                       33.3          30.0           69
200.17/125.66	c ................................ | ..........               7904000 | 89370                200.2       39476.6     12377900

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-1776148-1243673468/watcher-1776148-1243673468 -o /tmp/evaluation-result-1776148-1243673468/solver-1776148-1243673468 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776148-1243673468.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: 5.23 6.33 5.97 5/111 26310
/proc/meminfo: memFree=3094648/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=1008 CPUtime=0.01
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 136 0 0 0 1 0 0 0 25 0 1 0 1132010906 1032192 91 4294967295 134512640 135237372 3217815552 3217814032 134685536 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 252 91 74 177 0 74 0

[startup+0.10066 s]
/proc/loadavg: 5.23 6.33 5.97 5/111 26310
/proc/meminfo: memFree=3094648/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=5596 CPUtime=0.11
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 1275 0 0 0 11 0 0 0 25 0 1 0 1132010906 5730304 1230 4294967295 134512640 135237372 3217815552 3217814420 134885886 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 1399 1230 75 177 0 1221 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5596

[startup+0.210652 s]
/proc/loadavg: 5.23 6.33 5.97 5/111 26310
/proc/meminfo: memFree=3094648/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=10796 CPUtime=0.22
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 2562 0 0 0 22 0 0 0 25 0 1 0 1132010906 11055104 2517 4294967295 134512640 135237372 3217815552 3217815140 134737731 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 2699 2517 75 177 0 2521 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10796

[startup+0.310647 s]
/proc/loadavg: 5.23 6.33 5.97 5/111 26310
/proc/meminfo: memFree=3094648/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=16376 CPUtime=0.32
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 3754 0 0 0 32 0 0 0 25 0 1 0 1132010906 16769024 3709 4294967295 134512640 135237372 3217815552 3217815244 134534311 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 4094 3709 75 177 0 3916 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16376

[startup+0.710614 s]
/proc/loadavg: 5.23 6.33 5.97 5/111 26310
/proc/meminfo: memFree=3094648/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=32492 CPUtime=0.72
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 7663 0 0 0 70 2 0 0 25 0 1 0 1132010906 33271808 7617 4294967295 134512640 135237372 3217815552 3217814928 134730086 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 8123 7617 76 177 0 7945 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 32492

[startup+1.51054 s]
/proc/loadavg: 5.23 6.33 5.97 5/112 26311
/proc/meminfo: memFree=3057056/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=39360 CPUtime=1.52
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 10293 0 0 0 150 2 0 0 25 0 1 0 1132010906 40304640 9493 4294967295 134512640 135237372 3217815552 3217814912 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 9840 9493 77 177 0 9662 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 39360

[startup+3.11041 s]
/proc/loadavg: 5.23 6.33 5.97 5/112 26311
/proc/meminfo: memFree=3056792/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=39500 CPUtime=3.12
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 10322 0 0 0 310 2 0 0 25 0 1 0 1132010906 40448000 9522 4294967295 134512640 135237372 3217815552 3217814912 134600866 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 9875 9522 77 177 0 9697 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 39500

[startup+6.31014 s]
/proc/loadavg: 5.21 6.31 5.96 5/112 26312
/proc/meminfo: memFree=3056648/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=39696 CPUtime=6.32
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 10389 0 0 0 630 2 0 0 25 0 1 0 1132010906 40648704 9589 4294967295 134512640 135237372 3217815552 3217814880 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 9924 9589 77 177 0 9746 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 39696

[startup+12.7096 s]
/proc/loadavg: 5.12 6.27 5.95 5/112 26312
/proc/meminfo: memFree=3056188/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=40116 CPUtime=12.72
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 10495 0 0 0 1270 2 0 0 25 0 1 0 1132010906 41078784 9695 4294967295 134512640 135237372 3217815552 3217814912 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 10029 9695 77 177 0 9851 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 40116

[startup+25.5086 s]
/proc/loadavg: 4.94 6.17 5.92 5/112 26315
/proc/meminfo: memFree=3055456/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=41420 CPUtime=25.52
/proc/26310/stat : 26310 (ttsth-5-0) R 26308 26310 20065 0 -1 4202496 10717 0 0 0 2550 2 0 0 25 0 1 0 1132010906 42414080 9917 4294967295 134512640 135237372 3217815552 3217814912 134600718 0 0 0 0 0 0 0 17 1 0 0 0
/proc/26310/statm: 10355 9917 77 177 0 10177 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 41420

[startup+51.1164 s]
/proc/loadavg: 5.50 6.19 5.93 8/116 26320
/proc/meminfo: memFree=2756988/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=368080 CPUtime=64.23
/proc/26310/stat : 26310 (ttsth-5-0) S 26308 26310 20065 0 -1 4202496 86709 0 0 0 6398 25 0 0 25 0 5 0 1132010906 376913920 85115 4294967295 134512640 135237372 3217815552 3217815148 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 92020 85115 95 177 0 91842 0
[pid=26310/tid=26316] ppid=26308 vsize=368080 CPUtime=9.45
/proc/26310/task/26316/stat : 26316 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 4474 0 0 0 944 1 0 0 25 0 5 0 1132014239 376913920 85115 4294967295 134512640 135237372 3217815552 3068565392 134561546 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=368080 CPUtime=7.62
/proc/26310/task/26317/stat : 26317 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 3424 0 0 0 761 1 0 0 25 0 5 0 1132014239 376913920 85115 4294967295 134512640 135237372 3217815552 3060097148 134636382 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=368080 CPUtime=5.93
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 2562 0 0 0 591 2 0 0 25 0 5 0 1132014239 376913920 85115 4294967295 134512640 135237372 3217815552 3051780000 134591274 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=368080 CPUtime=7.9
/proc/26310/task/26319/stat : 26319 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 3328 0 0 0 785 5 0 0 25 0 5 0 1132014246 376913920 85115 4294967295 134512640 135237372 3217815552 3043204192 134587943 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 64.23
Current children cumulated vsize (KiB) 368080

[startup+102.312 s]
/proc/loadavg: 6.65 6.41 6.02 8/116 26508
/proc/meminfo: memFree=2614640/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=502140 CPUtime=156.42
/proc/26310/stat : 26310 (ttsth-5-0) S 26308 26310 20065 0 -1 4202496 121993 0 0 0 15596 46 0 0 25 0 5 0 1132010906 514191360 120399 4294967295 134512640 135237372 3217815552 3217815148 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 125535 120399 95 177 0 125357 0
[pid=26310/tid=26316] ppid=26308 vsize=502140 CPUtime=38.59
/proc/26310/task/26316/stat : 26316 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 15960 0 0 0 3851 8 0 0 25 0 5 0 1132014239 514191360 120399 4294967295 134512640 135237372 3217815552 3063444208 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=502140 CPUtime=29.62
/proc/26310/task/26317/stat : 26317 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 11538 0 0 0 2954 8 0 0 25 0 5 0 1132014239 514191360 120399 4294967295 134512640 135237372 3217815552 3058848240 134551002 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=502140 CPUtime=24.22
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 9860 0 0 0 2419 3 0 0 25 0 5 0 1132014239 514191360 120399 4294967295 134512640 135237372 3217815552 3050041824 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=502140 CPUtime=30.65
/proc/26310/task/26319/stat : 26319 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 11714 0 0 0 3054 11 0 0 25 0 5 0 1132014246 514191360 120399 4294967295 134512640 135237372 3217815552 3041394784 134562341 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 156.42
Current children cumulated vsize (KiB) 502140

[startup+162.307 s]
/proc/loadavg: 7.23 6.62 6.12 8/116 26694
/proc/meminfo: memFree=2449952/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=666468 CPUtime=266.44
/proc/26310/stat : 26310 (ttsth-5-0) S 26308 26310 20065 0 -1 4202496 163318 0 0 0 26563 81 0 0 25 0 5 0 1132010906 682463232 161724 4294967295 134512640 135237372 3217815552 3217815148 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 166617 161724 95 177 0 166439 0
[pid=26310/tid=26316] ppid=26308 vsize=666468 CPUtime=69.8
/proc/26310/task/26316/stat : 26316 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 27790 0 0 0 6966 14 0 0 25 0 5 0 1132014239 682463232 161724 4294967295 134512640 135237372 3217815552 3062896000 134587812 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=666468 CPUtime=56.52
/proc/26310/task/26317/stat : 26317 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 20701 0 0 0 5630 22 0 0 25 0 5 0 1132014239 682463232 161724 4294967295 134512640 135237372 3217815552 3056013344 134592193 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=666468 CPUtime=50.53
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 18900 0 0 0 5041 12 0 0 25 0 5 0 1132014239 682463232 161724 4294967295 134512640 135237372 3217815552 3047820396 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=666468 CPUtime=56.25
/proc/26310/task/26319/stat : 26319 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 23006 0 0 0 5608 17 0 0 25 0 5 0 1132014246 682463232 161724 4294967295 134512640 135237372 3217815552 3039194060 134549950 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 266.44
Current children cumulated vsize (KiB) 666468

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

[startup+166.407 s]
/proc/loadavg: 7.21 6.62 6.12 8/116 26694
/proc/meminfo: memFree=2428824/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=688668 CPUtime=273.06
/proc/26310/stat : 26310 (ttsth-5-0) S 26308 26310 20065 0 -1 4202496 168859 0 0 0 27223 83 0 0 25 0 5 0 1132010906 705196032 167265 4294967295 134512640 135237372 3217815552 3217815148 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 172167 167265 95 177 0 171989 0
[pid=26310/tid=26316] ppid=26308 vsize=688668 CPUtime=71.74
/proc/26310/task/26316/stat : 26316 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 28816 0 0 0 7159 15 0 0 25 0 5 0 1132014239 705196032 167265 4294967295 134512640 135237372 3217815552 3062716256 134561428 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=688668 CPUtime=57.99
/proc/26310/task/26317/stat : 26317 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 22302 0 0 0 5777 22 0 0 25 0 5 0 1132014239 705196032 167265 4294967295 134512640 135237372 3217815552 3056255836 134519936 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=688668 CPUtime=52.14
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 20609 0 0 0 5201 13 0 0 25 0 5 0 1132014239 705196032 167265 4294967295 134512640 135237372 3217815552 3047850048 134562278 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=688668 CPUtime=57.85
/proc/26310/task/26319/stat : 26319 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 24211 0 0 0 5768 17 0 0 25 0 5 0 1132014246 705196032 167265 4294967295 134512640 135237372 3217815552 3040769808 134580217 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 273.06
Current children cumulated vsize (KiB) 688668

[startup+169.607 s]
/proc/loadavg: 7.19 6.63 6.12 8/116 26695
/proc/meminfo: memFree=2407088/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=710916 CPUtime=279.28
/proc/26310/stat : 26310 (ttsth-5-0) S 26308 26310 20065 0 -1 4202496 174082 0 0 0 27844 84 0 0 25 0 5 0 1132010906 727977984 172488 4294967295 134512640 135237372 3217815552 3217815148 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 177729 172488 95 177 0 177551 0
[pid=26310/tid=26316] ppid=26308 vsize=710916 CPUtime=73.44
/proc/26310/task/26316/stat : 26316 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 29385 0 0 0 7329 15 0 0 25 0 5 0 1132014239 727977984 172488 4294967295 134512640 135237372 3217815552 3063433168 134562351 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=710916 CPUtime=59.49
/proc/26310/task/26317/stat : 26317 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 23470 0 0 0 5927 22 0 0 25 0 5 0 1132014239 727977984 172488 4294967295 134512640 135237372 3217815552 3056777248 134562344 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=710916 CPUtime=53.73
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 22555 0 0 0 5360 13 0 0 25 0 5 0 1132014239 727977984 172488 4294967295 134512640 135237372 3217815552 3047830016 134551475 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=710916 CPUtime=59.29
/proc/26310/task/26319/stat : 26319 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 25751 0 0 0 5911 18 0 0 25 0 5 0 1132014246 727977984 172488 4294967295 134512640 135237372 3217815552 3039978116 134680504 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 279.28
Current children cumulated vsize (KiB) 710916

[startup+172.816 s]
/proc/loadavg: 7.34 6.67 6.14 10/117 26779
/proc/meminfo: memFree=2387412/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=727648 CPUtime=285.04
/proc/26310/stat : 26310 (ttsth-5-0) S 26308 26310 20065 0 -1 4202496 178599 0 0 0 28418 86 0 0 25 0 5 0 1132010906 745111552 177005 4294967295 134512640 135237372 3217815552 3217815148 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 181912 177005 95 177 0 181734 0
[pid=26310/tid=26316] ppid=26308 vsize=727648 CPUtime=75.14
/proc/26310/task/26316/stat : 26316 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 30223 0 0 0 7498 16 0 0 25 0 5 0 1132014239 745111552 177005 4294967295 134512640 135237372 3217815552 3063041212 134749365 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=727648 CPUtime=60.94
/proc/26310/task/26317/stat : 26317 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 24171 0 0 0 6072 22 0 0 25 0 5 0 1132014239 745111552 177005 4294967295 134512640 135237372 3217815552 3054896576 134549905 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=727648 CPUtime=55.01
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 23726 0 0 0 5488 13 0 0 25 0 5 0 1132014239 745111552 177005 4294967295 134512640 135237372 3217815552 3047964464 134562351 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=727648 CPUtime=60.61
/proc/26310/task/26319/stat : 26319 (ttsth-5-0) R 26308 26310 20065 0 -1 4202560 27558 0 0 0 6042 19 0 0 25 0 5 0 1132014246 745111552 177005 4294967295 134512640 135237372 3217815552 3040056460 134636382 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 285.04
Current children cumulated vsize (KiB) 727648

[startup+173.606 s]
/proc/loadavg: 7.34 6.67 6.14 10/117 26779
/proc/meminfo: memFree=2387412/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=728992 CPUtime=286
/proc/26310/stat : 26310 (ttsth-5-0) D 26308 26310 20065 0 -1 4203524 178804 0 0 0 28462 138 0 0 18 0 5 0 1132010906 746487808 177210 4294967295 134512640 135237372 3217815552 3217815148 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 182248 177210 108 177 0 182070 0
[pid=26310/tid=26316] ppid=26308 vsize=728992 CPUtime=75.77
/proc/26310/task/26316/stat : 26316 (ttsth-5-0) R 26308 26310 20065 0 -1 4204096 30242 0 0 0 7509 68 0 0 25 0 5 0 1132014239 746487808 177210 4294967295 134512640 135237372 3217815552 3061501936 134586974 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=728992 CPUtime=61.06
/proc/26310/task/26317/stat : 26317 (ttsth-5-0) D 26308 26310 20065 0 -1 4203588 24200 0 0 0 6084 22 0 0 25 0 5 0 1132014239 746487808 177210 4294967295 134512640 135237372 3217815552 3054777356 134636382 0 0 0 0 3222372057 0 0 -1 1 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=728992 CPUtime=55.11
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) D 26308 26310 20065 0 -1 4203588 23840 0 0 0 5498 13 0 0 25 0 5 0 1132014239 746487808 177210 4294967295 134512640 135237372 3217815552 3048333360 134591069 0 0 0 0 3222372057 0 0 -1 1 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=728992 CPUtime=60.72
/proc/26310/task/26319/stat : 26319 (ttsth-5-0) D 26308 26310 20065 0 -1 4203588 27601 0 0 0 6053 19 0 0 25 0 5 0 1132014246 746487808 177210 4294967295 134512640 135237372 3217815552 3039459136 134562338 0 0 0 0 3222372057 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 286
Current children cumulated vsize (KiB) 728992

[startup+174.406 s]
/proc/loadavg: 7.34 6.67 6.14 6/117 26822
/proc/meminfo: memFree=2058900/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=728992 CPUtime=286.8
/proc/26310/stat : 26310 (ttsth-5-0) D 26308 26310 20065 0 -1 4203524 178939 0 0 0 28462 218 0 0 18 0 5 0 1132010906 746487808 177345 4294967295 134512640 135237372 3217815552 3217815148 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 182248 177345 243 177 0 182070 0
[pid=26310/tid=26316] ppid=26308 vsize=728992 CPUtime=76.57
/proc/26310/task/26316/stat : 26316 (ttsth-5-0) R 26308 26310 20065 0 -1 4204096 30377 0 0 0 7509 148 0 0 25 0 5 0 1132014239 746487808 177345 4294967295 134512640 135237372 3217815552 3061501936 134586974 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=728992 CPUtime=61.06
/proc/26310/task/26317/stat : 26317 (ttsth-5-0) D 26308 26310 20065 0 -1 4203588 24200 0 0 0 6084 22 0 0 25 0 5 0 1132014239 746487808 177345 4294967295 134512640 135237372 3217815552 3054777356 134636382 0 0 0 0 3222372057 0 0 -1 1 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=728992 CPUtime=55.11
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) D 26308 26310 20065 0 -1 4203588 23840 0 0 0 5498 13 0 0 25 0 5 0 1132014239 746487808 177345 4294967295 134512640 135237372 3217815552 3048333360 134591069 0 0 0 0 3222372057 0 0 -1 1 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=728992 CPUtime=60.72
/proc/26310/task/26319/stat : 26319 (ttsth-5-0) D 26308 26310 20065 0 -1 4203588 27601 0 0 0 6053 19 0 0 25 0 5 0 1132014246 746487808 177345 4294967295 134512640 135237372 3217815552 3039459136 134562338 0 0 0 0 3222372057 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 286.8
Current children cumulated vsize (KiB) 728992

[startup+174.606 s]
/proc/loadavg: 7.34 6.67 6.14 6/117 26822
/proc/meminfo: memFree=2058900/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=728992 CPUtime=287
/proc/26310/stat : 26310 (ttsth-5-0) D 26308 26310 20065 0 -1 4203524 180054 0 0 0 28462 238 0 0 18 0 5 0 1132010906 746487808 178460 4294967295 134512640 135237372 3217815552 3217815148 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 182248 178460 1358 177 0 182070 0
[pid=26310/tid=26316] ppid=26308 vsize=728992 CPUtime=76.77
/proc/26310/task/26316/stat : 26316 (ttsth-5-0) R 26308 26310 20065 0 -1 4204096 31492 0 0 0 7509 168 0 0 25 0 5 0 1132014239 746487808 178460 4294967295 134512640 135237372 3217815552 3061501936 134586974 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=728992 CPUtime=61.06
/proc/26310/task/26317/stat : 26317 (ttsth-5-0) D 26308 26310 20065 0 -1 4203588 24200 0 0 0 6084 22 0 0 25 0 5 0 1132014239 746487808 178460 4294967295 134512640 135237372 3217815552 3054777356 134636382 0 0 0 0 3222372057 0 0 -1 1 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=728992 CPUtime=55.11
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) D 26308 26310 20065 0 -1 4203588 23840 0 0 0 5498 13 0 0 25 0 5 0 1132014239 746487808 178460 4294967295 134512640 135237372 3217815552 3048333360 134591069 0 0 0 0 3222372057 0 0 -1 1 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=728992 CPUtime=60.72
/proc/26310/task/26319/stat : 26319 (ttsth-5-0) D 26308 26310 20065 0 -1 4203588 27601 0 0 0 6053 19 0 0 25 0 5 0 1132014246 746487808 178460 4294967295 134512640 135237372 3217815552 3039459136 134562338 0 0 0 0 3222372057 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 287
Current children cumulated vsize (KiB) 728992

[startup+174.706 s]
/proc/loadavg: 7.34 6.67 6.14 6/117 26822
/proc/meminfo: memFree=2058900/3368532 swapFree=1953788/1959888
[pid=26310] ppid=26308 vsize=0 CPUtime=287.1
/proc/26310/stat : 26310 (ttsth-5-0) Z 26308 26310 20065 0 -1 4203524 180510 0 0 0 28462 248 0 0 18 0 2 0 1132010906 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26310/statm: 0 0 0 0 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=0 CPUtime=55.12
/proc/26310/task/26318/stat : 26318 (ttsth-5-0) R 26308 26310 20065 0 -1 4203588 23840 0 0 0 5498 14 0 0 18 0 2 0 1132014239 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 287.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 174.742
CPU time (s): 287.13
CPU user time (s): 284.62
CPU system time (s): 2.51
CPU usage (%): 164.316
Max. virtual memory (cumulated for all children) (KiB): 728992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.62
system time used= 2.51
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180510
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= 913
involuntary context switches= 10418

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 10:51:08
IDJOB=1776148
IDBENCH=20425
IDSOLVER=632
FILE ID=/1776148-1243673468
PBS_JOBID=
Free space on /tmp= 6473 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776148-1243673468/watcher-1776148-1243673468 -o /tmp/evaluation-result-1776148-1243673468/solver-1776148-1243673468 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776148-1243673468.cnf

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED= 1807951196

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.061
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.41
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.061
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.061
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.061
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:       3094648 kB
Buffers:        101380 kB
Cached:          57444 kB
SwapCached:       2256 kB
Active:         142788 kB
Inactive:        32796 kB
HighTotal:     2489216 kB
HighFree:      2413264 kB
LowTotal:       879316 kB
LowFree:        681384 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           12156 kB
Writeback:           0 kB
AnonPages:       15776 kB
Mapped:           5272 kB
Slab:            88648 kB
SReclaimable:    74000 kB
SUnreclaim:      14648 kB
PageTables:        668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112684 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5779 MiB
End job on  at 2009-05-30 10:54:03