Trace number 1776208

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) 482.14 218.35

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.00/0.01	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776208-1243673874.cnf 
0.00/0.01	c Using SATTIMEOUT of 10000
0.00/0.01	c Using SATRAM of 2047
0.00/0.01	c Size of subset node = 16
0.00/0.01	c Variables = 1694
0.00/0.01	c Clauses = 5726
0.00/0.01	c Literals = 14874
0.00/0.01	c Reduced size:
0.00/0.01	c Variables = 1694
0.00/0.01	c Clauses = 5677
0.00/0.01	c Literals = 14776
0.00/0.01	c a2
0.00/0.02	c a1
0.11/0.17	c Independent sub-problems = 1
0.11/0.17	c Sub-problem with 1691 variables and 5677 clauses
0.11/0.17	c using permutation method 4
0.11/0.17	c count = 2
0.11/0.17	c Ordering finished 0.170 seconds
0.11/0.17	c mapped 0.170 seconds
0.11/0.17	c permuted 0.170 seconds
0.11/0.17	c about to sort
0.11/0.17	c sorted
0.21/0.20	c clauses now 5677
0.21/0.20	c init finished 0.190 seconds
0.21/0.20	c tree built 0.210 seconds
0.21/0.20	c 
0.21/0.20	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.21/0.20	c ---------------------------------|----------------------------------|------------------------------------------------------
0.21/0.20	c ................................ | ..........                       |                        0.2           0.0             
0.21/0.20	c ................................ | ..........                     1 |                        0.2           4.8             
0.21/0.20	c ................................ | ..........                     2 |                        0.2           9.5             
0.21/0.20	c ................................ | ..........                     3 |                        0.2          14.3             
0.21/0.20	c ................................ | ..........                     4 |                        0.2          19.0             
0.21/0.20	c ................................ | ..........                     5 |                        0.2          23.8             
0.21/0.20	c ................................ | ..........                  1000 |                        0.2        4761.9           83
200.06/96.74	c ................................ | ..........               1207000 | 128370               200.1        6032.0     64972518
399.94/184.26	c ................................ | ..........               2223000 | 239458               400.1        5556.5    107511074

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-1776208-1243673874/watcher-1776208-1243673874 -o /tmp/evaluation-result-1776208-1243673874/solver-1776208-1243673874 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776208-1243673874.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.08 3.43 3.93 4/104 9874
/proc/meminfo: memFree=2174224/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=1140 CPUtime=0.01
/proc/9874/stat : 9874 (ttsth-5-0) R 9872 9874 2540 0 -1 4202496 187 0 0 0 0 1 0 0 20 0 1 0 1121488589 1167360 142 4294967295 134512640 135237372 3214195856 3214195328 134749343 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9874/statm: 285 142 75 177 0 107 0

[startup+0.096015 s]
/proc/loadavg: 3.08 3.43 3.93 4/104 9874
/proc/meminfo: memFree=2174224/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=2064 CPUtime=0.1
/proc/9874/stat : 9874 (ttsth-5-0) R 9872 9874 2540 0 -1 4202496 413 0 0 0 9 1 0 0 20 0 1 0 1121488589 2113536 368 4294967295 134512640 135237372 3214195856 3214195184 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9874/statm: 516 368 77 177 0 338 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2064

[startup+0.106018 s]
/proc/loadavg: 3.08 3.43 3.93 4/104 9874
/proc/meminfo: memFree=2174224/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=2064 CPUtime=0.11
/proc/9874/stat : 9874 (ttsth-5-0) R 9872 9874 2540 0 -1 4202496 414 0 0 0 10 1 0 0 21 0 1 0 1121488589 2113536 369 4294967295 134512640 135237372 3214195856 3214195216 134600884 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9874/statm: 516 369 77 177 0 338 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2064

[startup+0.306005 s]
/proc/loadavg: 3.08 3.43 3.93 4/104 9874
/proc/meminfo: memFree=2174224/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=43680 CPUtime=0.4
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 2522 0 0 0 39 1 0 0 21 0 5 0 1121488589 44728320 2477 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 10920 2478 95 177 0 10742 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 43680

[startup+0.705982 s]
/proc/loadavg: 3.08 3.43 3.93 4/104 9874
/proc/meminfo: memFree=2174224/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=53440 CPUtime=1.29
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 4718 0 0 0 128 1 0 0 21 0 5 0 1121488589 54722560 4673 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 13360 4673 95 177 0 13182 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 53440

[startup+1.50593 s]
/proc/loadavg: 3.08 3.43 3.93 7/109 9879
/proc/meminfo: memFree=2152172/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=67076 CPUtime=3.28
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 7851 0 0 0 327 1 0 0 21 0 5 0 1121488589 68685824 7806 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 16769 7806 95 177 0 16591 0
[pid=9874/tid=9876] ppid=9872 vsize=67076 CPUtime=0.64
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 1568 0 0 0 64 0 0 0 25 0 5 0 1121488610 68685824 7806 4294967295 134512640 135237372 3214195856 3086406292 134636382 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9874/tid=9877] ppid=9872 vsize=67076 CPUtime=1.15
/proc/9874/task/9877/stat : 9877 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 1908 0 0 0 115 0 0 0 25 0 5 0 1121488610 68685824 7806 4294967295 134512640 135237372 3214195856 3078053728 134680737 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9874/tid=9878] ppid=9872 vsize=67076 CPUtime=0.61
/proc/9874/task/9878/stat : 9878 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 1109 0 0 0 61 0 0 0 25 0 5 0 1121488610 68685824 7806 4294967295 134512640 135237372 3214195856 3069620036 134634454 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9874/tid=9879] ppid=9872 vsize=67076 CPUtime=0.67
/proc/9874/task/9879/stat : 9879 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 1367 0 0 0 67 0 0 0 25 0 5 0 1121488610 68685824 7806 4294967295 134512640 135237372 3214195856 3061240460 134680208 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 67076

[startup+3.10582 s]
/proc/loadavg: 3.08 3.43 3.93 8/109 9879
/proc/meminfo: memFree=2137312/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=86088 CPUtime=6.54
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 12628 0 0 0 651 3 0 0 21 0 5 0 1121488589 88154112 12583 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 21522 12583 95 177 0 21344 0
[pid=9874/tid=9876] ppid=9872 vsize=86088 CPUtime=1.37
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 3291 0 0 0 137 0 0 0 25 0 5 0 1121488610 88154112 12583 4294967295 134512640 135237372 3214195856 3086433152 134552748 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9874/tid=9877] ppid=9872 vsize=86088 CPUtime=2.08
/proc/9874/task/9877/stat : 9877 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 2838 0 0 0 207 1 0 0 25 0 5 0 1121488610 88154112 12583 4294967295 134512640 135237372 3214195856 3078113804 134636382 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9874/tid=9878] ppid=9872 vsize=86088 CPUtime=1.44
/proc/9874/task/9878/stat : 9878 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 1952 0 0 0 144 0 0 0 25 0 5 0 1121488610 88154112 12583 4294967295 134512640 135237372 3214195856 3069742704 134680270 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9874/tid=9879] ppid=9872 vsize=86088 CPUtime=1.44
/proc/9874/task/9879/stat : 9879 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 2648 0 0 0 143 1 0 0 25 0 5 0 1121488610 88154112 12583 4294967295 134512640 135237372 3214195856 3061245396 134634454 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 86088

[startup+6.3056 s]
/proc/loadavg: 3.32 3.47 3.95 6/109 9879
/proc/meminfo: memFree=2091568/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=132432 CPUtime=12.93
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 24185 0 0 0 1287 6 0 0 21 0 5 0 1121488589 135610368 24140 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 33108 24140 95 177 0 32930 0
[pid=9874/tid=9876] ppid=9872 vsize=132432 CPUtime=3.21
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 7173 0 0 0 319 2 0 0 25 0 5 0 1121488610 135610368 24140 4294967295 134512640 135237372 3214195856 3086439280 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9874/tid=9877] ppid=9872 vsize=132432 CPUtime=3.43
/proc/9874/task/9877/stat : 9877 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 6311 0 0 0 342 1 0 0 25 0 5 0 1121488610 135610368 24141 4294967295 134512640 135237372 3214195856 3078050944 134562351 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9874/tid=9878] ppid=9872 vsize=132432 CPUtime=2.81
/proc/9874/task/9878/stat : 9878 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 3414 0 0 0 281 0 0 0 25 0 5 0 1121488610 135610368 24141 4294967295 134512640 135237372 3214195856 3069645760 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9874/tid=9879] ppid=9872 vsize=132432 CPUtime=3.27
/proc/9874/task/9879/stat : 9879 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 5388 0 0 0 325 2 0 0 25 0 5 0 1121488610 135610368 24141 4294967295 134512640 135237372 3214195856 3061243280 134551002 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 132432

[startup+12.7052 s]
/proc/loadavg: 3.53 3.52 3.96 7/109 9879
/proc/meminfo: memFree=1991192/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=229976 CPUtime=26
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 48527 0 0 0 2586 14 0 0 21 0 5 0 1121488589 235495424 48482 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 57494 48482 95 177 0 57316 0
[pid=9874/tid=9876] ppid=9872 vsize=229976 CPUtime=7.15
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 15605 0 0 0 712 3 0 0 25 0 5 0 1121488610 235495424 48482 4294967295 134512640 135237372 3214195856 3086443984 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9874/tid=9877] ppid=9872 vsize=229976 CPUtime=6.2
/proc/9874/task/9877/stat : 9877 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 13094 0 0 0 617 3 0 0 25 0 5 0 1121488610 235495424 48482 4294967295 134512640 135237372 3214195856 3078045056 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9874/tid=9878] ppid=9872 vsize=229976 CPUtime=6.41
/proc/9874/task/9878/stat : 9878 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 7775 0 0 0 639 2 0 0 25 0 5 0 1121488610 235495424 48482 4294967295 134512640 135237372 3214195856 3069661488 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9874/tid=9879] ppid=9872 vsize=229976 CPUtime=6.03
/proc/9874/task/9879/stat : 9879 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 10154 0 0 0 598 5 0 0 25 0 5 0 1121488610 235495424 48482 4294967295 134512640 135237372 3214195856 3061260688 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 26
Current children cumulated vsize (KiB) 229976

[startup+25.5043 s]
/proc/loadavg: 4.08 3.64 3.99 7/109 9881
/proc/meminfo: memFree=1831076/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=383200 CPUtime=51.57
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 86878 0 0 0 5132 25 0 0 21 0 5 0 1121488589 392396800 86833 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 95800 86833 95 177 0 95622 0
[pid=9874/tid=9876] ppid=9872 vsize=383200 CPUtime=14.41
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 26005 0 0 0 1434 7 0 0 25 0 5 0 1121488610 392396800 86833 4294967295 134512640 135237372 3214195856 3086438724 134634454 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9874/tid=9877] ppid=9872 vsize=383200 CPUtime=12.43
/proc/9874/task/9877/stat : 9877 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 25467 0 0 0 1236 7 0 0 25 0 5 0 1121488610 392396800 86833 4294967295 134512640 135237372 3214195856 3078049920 134749302 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9874/tid=9878] ppid=9872 vsize=383200 CPUtime=12.86
/proc/9874/task/9878/stat : 9878 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 13375 0 0 0 1282 4 0 0 25 0 5 0 1121488610 392396800 86833 4294967295 134512640 135237372 3214195856 3069728960 134680245 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9874/tid=9879] ppid=9872 vsize=383200 CPUtime=11.66
/proc/9874/task/9879/stat : 9879 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 20132 0 0 0 1160 6 0 0 25 0 5 0 1121488610 392396800 86833 4294967295 134512640 135237372 3214195856 3061272064 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.57
Current children cumulated vsize (KiB) 383200

[startup+51.1126 s]
/proc/loadavg: 4.95 3.87 4.06 8/109 10065
/proc/meminfo: memFree=1541256/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=675500 CPUtime=104.48
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 159917 0 0 0 10402 46 0 0 21 0 5 0 1121488589 691712000 159872 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 168875 159872 95 177 0 168697 0
[pid=9874/tid=9876] ppid=9872 vsize=675500 CPUtime=27.75
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 40847 0 0 0 2761 14 0 0 25 0 5 0 1121488610 691712000 159872 4294967295 134512640 135237372 3214195856 3086432176 134593188 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9874/tid=9877] ppid=9872 vsize=675500 CPUtime=25.12
/proc/9874/task/9877/stat : 9877 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 42658 0 0 0 2501 11 0 0 25 0 5 0 1121488610 691712000 159872 4294967295 134512640 135237372 3214195856 3078019040 134680346 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9874/tid=9878] ppid=9872 vsize=675500 CPUtime=26.09
/proc/9874/task/9878/stat : 9878 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 38678 0 0 0 2600 9 0 0 25 0 5 0 1121488610 691712000 159872 4294967295 134512640 135237372 3214195856 3069635376 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9874/tid=9879] ppid=9872 vsize=675500 CPUtime=25.31
/proc/9874/task/9879/stat : 9879 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 35835 0 0 0 2520 11 0 0 25 0 5 0 1121488610 691712000 159872 4294967295 134512640 135237372 3214195856 3061245504 134562351 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 104.48
Current children cumulated vsize (KiB) 675500

[startup+102.319 s]
/proc/loadavg: 5.62 4.22 4.16 8/110 10163
/proc/meminfo: memFree=1083780/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=1126220 CPUtime=211.25
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 272636 0 0 0 21038 87 0 0 21 0 5 0 1121488589 1153249280 272591 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 281555 272591 95 177 0 281377 0
[pid=9874/tid=9876] ppid=9872 vsize=1126220 CPUtime=56.79
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 56899 0 0 0 5659 20 0 0 25 0 5 0 1121488610 1153249280 272591 4294967295 134512640 135237372 3214195856 3086430112 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9874/tid=9877] ppid=9872 vsize=1126220 CPUtime=50.23
/proc/9874/task/9877/stat : 9877 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 80859 0 0 0 5000 23 0 0 25 0 5 0 1121488610 1153249280 272591 4294967295 134512640 135237372 3214195856 3078039968 134680503 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9874/tid=9878] ppid=9872 vsize=1126220 CPUtime=51.81
/proc/9874/task/9878/stat : 9878 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 78806 0 0 0 5154 27 0 0 25 0 5 0 1121488610 1153249280 272591 4294967295 134512640 135237372 3214195856 3069666832 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9874/tid=9879] ppid=9872 vsize=1126220 CPUtime=52.21
/proc/9874/task/9879/stat : 9879 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 54173 0 0 0 5205 16 0 0 25 0 5 0 1121488610 1153249280 272591 4294967295 134512640 135237372 3214195856 3061275520 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 211.25
Current children cumulated vsize (KiB) 1126220

[startup+162.315 s]
/proc/loadavg: 6.11 4.61 4.30 8/110 10336
/proc/meminfo: memFree=594260/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=1618672 CPUtime=351.46
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 395761 0 0 0 35021 125 0 0 21 0 5 0 1121488589 1657520128 395716 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 404668 395716 95 177 0 404490 0
[pid=9874/tid=9876] ppid=9872 vsize=1618672 CPUtime=92.97
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 94853 0 0 0 9265 32 0 0 25 0 5 0 1121488610 1657520128 395716 4294967295 134512640 135237372 3214195856 3086437792 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9874/tid=9877] ppid=9872 vsize=1618672 CPUtime=80.26
/proc/9874/task/9877/stat : 9877 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 113550 0 0 0 7992 34 0 0 25 0 5 0 1121488610 1657520128 395716 4294967295 134512640 135237372 3214195856 3078046512 134680367 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9874/tid=9878] ppid=9872 vsize=1618672 CPUtime=94.31
/proc/9874/task/9878/stat : 9878 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 110710 0 0 0 9396 35 0 0 25 0 5 0 1121488610 1657520128 395716 4294967295 134512640 135237372 3214195856 3069652912 134749314 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9874/tid=9879] ppid=9872 vsize=1618672 CPUtime=83.71
/proc/9874/task/9879/stat : 9879 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 74749 0 0 0 8348 23 0 0 25 0 5 0 1121488610 1657520128 395716 4294967295 134512640 135237372 3214195856 3061263452 134680502 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 351.46
Current children cumulated vsize (KiB) 1618672



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+218.211 s]
/proc/loadavg: 6.16 4.91 4.42 7/109 10448
/proc/meminfo: memFree=128108/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=2096424 CPUtime=482.01
/proc/9874/stat : 9874 (ttsth-5-0) S 9872 9874 2540 0 -1 4202496 515167 0 0 0 48030 171 0 0 21 0 5 0 1121488589 2146738176 515122 4294967295 134512640 135237372 3214195856 3214195452 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 524106 515122 95 177 0 523928 0
[pid=9874/tid=9876] ppid=9872 vsize=2096424 CPUtime=124.25
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 122812 0 0 0 12381 44 0 0 25 0 5 0 1121488610 2146738176 515122 4294967295 134512640 135237372 3214195856 3086441168 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9874/tid=9877] ppid=9872 vsize=2096424 CPUtime=110.29
/proc/9874/task/9877/stat : 9877 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 152602 0 0 0 10982 47 0 0 25 0 5 0 1121488610 2146738176 515122 4294967295 134512640 135237372 3214195856 3078049568 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9874/tid=9878] ppid=9872 vsize=2096424 CPUtime=124.61
/proc/9874/task/9878/stat : 9878 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 134980 0 0 0 12421 40 0 0 25 0 5 0 1121488610 2146738176 515122 4294967295 134512640 135237372 3214195856 3069697216 134562331 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9874/tid=9879] ppid=9872 vsize=2096424 CPUtime=122.65
/proc/9874/task/9879/stat : 9879 (ttsth-5-0) R 9872 9874 2540 0 -1 4202560 102874 0 0 0 12226 39 0 0 25 0 5 0 1121488610 2146738176 515122 4294967295 134512640 135237372 3214195856 3061245296 134562328 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 482.01
Current children cumulated vsize (KiB) 2096424

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

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

[startup+218.331 s]
/proc/loadavg: 6.16 4.91 4.42 7/109 10448
/proc/meminfo: memFree=128108/3368532 swapFree=1954076/1959888
[pid=9874] ppid=9872 vsize=0 CPUtime=482.12
/proc/9874/stat : 9874 (ttsth-5-0) Z 9872 9874 2540 0 -1 4203524 515190 0 0 0 48033 179 0 0 18 0 2 0 1121488589 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/9874/statm: 0 0 0 0 0 0 0
[pid=9874/tid=9876] ppid=9872 vsize=0 CPUtime=124.33
/proc/9874/task/9876/stat : 9876 (ttsth-5-0) R 9872 9874 2540 0 -1 4203588 122812 0 0 0 12381 52 0 0 25 0 2 0 1121488610 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 482.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 218.35
CPU time (s): 482.14
CPU user time (s): 480.33
CPU system time (s): 1.81
CPU usage (%): 220.81
Max. virtual memory (cumulated for all children) (KiB): 2096424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 480.33
system time used= 1.81
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515190
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= 1633
involuntary context switches= 8683

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 10:57:54
IDJOB=1776208
IDBENCH=20468
IDSOLVER=632
FILE ID=tipi44/1776208-1243673874
PBS_JOBID=
Free space on /tmp= 15894 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776208-1243673874/watcher-1776208-1243673874 -o /tmp/evaluation-result-1776208-1243673874/solver-1776208-1243673874 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776208-1243673874.cnf

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED= 1973300166

Linux tipi44 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.116
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.116
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.10
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.116
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2174372 kB
Buffers:        184732 kB
Cached:         686808 kB
SwapCached:       2180 kB
Active:         903352 kB
Inactive:       182188 kB
HighTotal:     2489216 kB
HighFree:      1591736 kB
LowTotal:       879316 kB
LowFree:        582636 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            1008 kB
Writeback:           0 kB
AnonPages:      213264 kB
Mapped:           5668 kB
Slab:            97460 kB
SReclaimable:    87268 kB
SUnreclaim:      10192 kB
PageTables:        752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   295948 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15894 MiB
End job on tipi44 at 2009-05-30 11:01:35