Trace number 1776673

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) 484.42 275.797

General information on the benchmark

Namegoldb-heqc-frg1mul.cnf
MD5SUM4984fea7abc49dd7f6973cd779e805d7
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 variables3230
Number of clauses20575
Sum of the clauses size69606
Maximum clause length6
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24746
Number of clauses of size 39516
Number of clauses of size 40
Number of clauses of size 56312
Number of clauses of size over 51

Solver Data

0.03/0.11	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776673-1243675541.cnf 
0.03/0.11	c Using SATTIMEOUT of 10000
0.03/0.11	c Using SATRAM of 2047
0.03/0.11	c Size of subset node = 16
0.03/0.11	c Variables = 3230
0.03/0.11	c Clauses = 20575
0.03/0.11	c Literals = 69606
0.03/0.11	c Reduced size:
0.03/0.11	c Variables = 3230
0.03/0.11	c Clauses = 20575
0.03/0.11	c Literals = 69606
0.03/0.11	c a2
0.03/0.17	c a1
0.43/0.52	c Independent sub-problems = 1
0.43/0.52	c Sub-problem with 3230 variables and 20575 clauses
0.43/0.52	c using permutation method 4
0.43/0.52	c count = 1
0.43/0.52	c Ordering finished 0.430 seconds
0.43/0.52	c mapped 0.440 seconds
0.43/0.52	c permuted 0.440 seconds
0.43/0.52	c about to sort
0.43/0.52	c sorted
0.53/0.66	c clauses now 20575
0.53/0.66	c init finished 0.470 seconds
0.53/0.66	c tree built 0.580 seconds
0.53/0.66	c 
0.53/0.66	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.53/0.66	c ---------------------------------|----------------------------------|------------------------------------------------------
0.53/0.66	c ................................ | ..........                       |                        0.6           0.0             
0.53/0.66	c ................................ | ..........                     1 |                        0.6           1.7             
0.53/0.66	c ................................ | ..........                     2 |                        0.6           3.4             
0.53/0.66	c ................................ | ..........                     3 |                        0.6           5.2             
0.53/0.66	c ................................ | ..........                     4 |                        0.6           6.9             
0.53/0.66	c ................................ | ..........                     5 |                        0.6           8.6             
0.63/0.71	c ................................ | ..........                  1000 | 103                    0.6        1562.5        16813
199.94/114.79	c ................................ | ..........               1665000 | 253592               200.1        8321.7     60254408
400.05/227.81	c ................................ | ..........               3022000 | 459821               400.2        7551.4    103518706

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-1776673-1243675541/watcher-1776673-1243675541 -o /tmp/evaluation-result-1776673-1243675541/solver-1776673-1243675541 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776673-1243675541.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: 7.90 7.56 6.78 6/113 26657
/proc/meminfo: memFree=2290136/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=1140 CPUtime=0.01
/proc/26657/stat : 26657 (ttsth-5-0) R 26655 26657 14986 0 -1 4202496 175 0 0 0 0 1 0 0 18 0 1 0 1121691401 1167360 130 4294967295 134512640 135237372 3215820320 3215818844 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/26657/statm: 285 130 75 177 0 107 0

[startup+0.104395 s]
/proc/loadavg: 7.90 7.56 6.78 6/113 26657
/proc/meminfo: memFree=2290136/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=2272 CPUtime=0.03
/proc/26657/stat : 26657 (ttsth-5-0) R 26655 26657 14986 0 -1 4202496 439 0 0 0 2 1 0 0 18 0 1 0 1121691401 2326528 394 4294967295 134512640 135237372 3215820320 3215819116 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/26657/statm: 568 394 75 177 0 390 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2272

[startup+0.204371 s]
/proc/loadavg: 7.90 7.56 6.78 6/113 26657
/proc/meminfo: memFree=2290136/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=4784 CPUtime=0.13
/proc/26657/stat : 26657 (ttsth-5-0) R 26655 26657 14986 0 -1 4202496 1062 0 0 0 11 2 0 0 18 0 1 0 1121691401 4898816 1016 4294967295 134512640 135237372 3215820320 3215819448 134731188 0 0 0 0 0 0 0 17 2 0 0 0
/proc/26657/statm: 1196 1016 77 177 0 1018 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 4784

[startup+0.304364 s]
/proc/loadavg: 7.90 7.56 6.78 6/113 26657
/proc/meminfo: memFree=2290136/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=4784 CPUtime=0.23
/proc/26657/stat : 26657 (ttsth-5-0) R 26655 26657 14986 0 -1 4202496 1092 0 0 0 21 2 0 0 18 0 1 0 1121691401 4898816 1046 4294967295 134512640 135237372 3215820320 3215819680 134600859 0 0 0 0 0 0 0 17 2 0 0 0
/proc/26657/statm: 1196 1046 77 177 0 1018 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 4784

[startup+0.704331 s]
/proc/loadavg: 7.90 7.56 6.78 6/113 26657
/proc/meminfo: memFree=2290136/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=52084 CPUtime=0.63
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 4534 0 0 0 60 3 0 0 18 0 5 0 1121691401 53334016 4467 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 13021 4468 95 177 0 12843 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 52084

[startup+1.50427 s]
/proc/loadavg: 7.90 7.56 6.78 9/118 26662
/proc/meminfo: memFree=2265320/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=66432 CPUtime=1.95
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 8369 0 0 0 191 4 0 0 18 0 5 0 1121691401 68026368 8302 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 16608 8302 95 177 0 16430 0
[pid=26657/tid=26659] ppid=26655 vsize=66432 CPUtime=0.44
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 1149 0 0 0 44 0 0 0 19 0 5 0 1121691467 68026368 8302 4294967295 134512640 135237372 3215820320 3085697200 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=66432 CPUtime=0.34
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 1005 0 0 0 34 0 0 0 19 0 5 0 1121691467 68026368 8302 4294967295 134512640 135237372 3215820320 3077264588 134680502 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=66432 CPUtime=0.35
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 868 0 0 0 34 1 0 0 19 0 5 0 1121691467 68026368 8302 4294967295 134512640 135237372 3215820320 3068863744 134551002 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=66432 CPUtime=0.23
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 983 0 0 0 23 0 0 0 19 0 5 0 1121691467 68026368 8302 4294967295 134512640 135237372 3215820320 3060325408 134587952 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 66432

[startup+3.10415 s]
/proc/loadavg: 7.90 7.56 6.78 10/118 26662
/proc/meminfo: memFree=2247172/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=92176 CPUtime=5.15
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 14751 0 0 0 508 7 0 0 18 0 5 0 1121691401 94388224 14684 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 23044 14684 95 177 0 22866 0
[pid=26657/tid=26659] ppid=26655 vsize=92176 CPUtime=1.24
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 2494 0 0 0 124 0 0 0 21 0 5 0 1121691467 94388224 14684 4294967295 134512640 135237372 3215820320 3085542304 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=92176 CPUtime=1.14
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 2730 0 0 0 113 1 0 0 21 0 5 0 1121691467 94388224 14684 4294967295 134512640 135237372 3215820320 3077192128 134680311 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=92176 CPUtime=1.15
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 2284 0 0 0 114 1 0 0 20 0 5 0 1121691467 94388224 14684 4294967295 134512640 135237372 3215820320 3068911888 134680213 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=92176 CPUtime=1.03
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 2879 0 0 0 101 2 0 0 20 0 5 0 1121691467 94388224 14684 4294967295 134512640 135237372 3215820320 3060396880 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 92176

[startup+6.3039 s]
/proc/loadavg: 7.91 7.56 6.78 10/118 26663
/proc/meminfo: memFree=2194352/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=139224 CPUtime=10.8
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 26042 0 0 0 1070 10 0 0 18 0 5 0 1121691401 142565376 25975 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 34806 25975 95 177 0 34628 0
[pid=26657/tid=26659] ppid=26655 vsize=139224 CPUtime=2.64
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 4913 0 0 0 264 0 0 0 25 0 5 0 1121691467 142565376 25975 4294967295 134512640 135237372 3215820320 3085700512 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=139224 CPUtime=2.54
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 6384 0 0 0 252 2 0 0 25 0 5 0 1121691467 142565376 25975 4294967295 134512640 135237372 3215820320 3077193744 134749305 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=139224 CPUtime=2.6
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 4597 0 0 0 257 3 0 0 23 0 5 0 1121691467 142565376 25975 4294967295 134512640 135237372 3215820320 3068876832 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=139224 CPUtime=2.43
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 5784 0 0 0 241 2 0 0 19 0 5 0 1121691467 142565376 25975 4294967295 134512640 135237372 3215820320 3060439168 134680242 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 139224

[startup+12.7034 s]
/proc/loadavg: 8.00 7.59 6.80 9/118 26663
/proc/meminfo: memFree=2115276/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=221948 CPUtime=22.63
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 45657 0 0 0 2248 15 0 0 18 0 5 0 1121691401 227274752 45590 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 55487 45590 95 177 0 55309 0
[pid=26657/tid=26659] ppid=26655 vsize=221948 CPUtime=5.61
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 8767 0 0 0 561 0 0 0 24 0 5 0 1121691467 227274752 45590 4294967295 134512640 135237372 3215820320 3085530016 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=221948 CPUtime=5.41
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 12037 0 0 0 538 3 0 0 25 0 5 0 1121691467 227274752 45590 4294967295 134512640 135237372 3215820320 3077283884 134549925 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=221948 CPUtime=5.49
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 9408 0 0 0 543 6 0 0 25 0 5 0 1121691467 227274752 45590 4294967295 134512640 135237372 3215820320 3068818512 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=221948 CPUtime=5.53
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 11081 0 0 0 550 3 0 0 23 0 5 0 1121691467 227274752 45590 4294967295 134512640 135237372 3215820320 3060535984 134562407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (KiB) 221948

[startup+25.5024 s]
/proc/loadavg: 8.14 7.64 6.83 10/118 26847
/proc/meminfo: memFree=1984680/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=354824 CPUtime=44.11
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 76858 0 0 0 4387 24 0 0 18 0 5 0 1121691401 363339776 76791 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 88706 76791 95 177 0 88528 0
[pid=26657/tid=26659] ppid=26655 vsize=354824 CPUtime=11.3
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 15103 0 0 0 1128 2 0 0 25 0 5 0 1121691467 363339776 76791 4294967295 134512640 135237372 3215820320 3085486664 134732535 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=354824 CPUtime=10.81
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 22271 0 0 0 1076 5 0 0 21 0 5 0 1121691467 363339776 76791 4294967295 134512640 135237372 3215820320 3077144320 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=354824 CPUtime=10.43
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 16128 0 0 0 1036 7 0 0 25 0 5 0 1121691467 363339776 76791 4294967295 134512640 135237372 3215820320 3068922288 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=354824 CPUtime=10.98
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 18992 0 0 0 1091 7 0 0 25 0 5 0 1121691467 363339776 76791 4294967295 134512640 135237372 3215820320 3060572080 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 44.11
Current children cumulated vsize (KiB) 354824

[startup+51.1104 s]
/proc/loadavg: 8.36 7.73 6.88 8/118 26851
/proc/meminfo: memFree=1756120/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=597780 CPUtime=89.2
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 134213 0 0 0 8863 57 0 0 18 0 5 0 1121691401 612126720 134146 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 149445 134146 95 177 0 149267 0
[pid=26657/tid=26659] ppid=26655 vsize=597780 CPUtime=22.71
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 26297 0 0 0 2263 8 0 0 25 0 5 0 1121691467 612126720 134146 4294967295 134512640 135237372 3215820320 3085670032 134562341 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=597780 CPUtime=21.91
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 39743 0 0 0 2180 11 0 0 23 0 5 0 1121691467 612126720 134146 4294967295 134512640 135237372 3215820320 3077221712 134562401 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=597780 CPUtime=22
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 32393 0 0 0 2179 21 0 0 25 0 5 0 1121691467 612126720 134146 4294967295 134512640 135237372 3215820320 3068757360 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=597780 CPUtime=21.99
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 31416 0 0 0 2185 14 0 0 25 0 5 0 1121691467 612126720 134146 4294967295 134512640 135237372 3215820320 3060422080 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 89.2
Current children cumulated vsize (KiB) 597780

[startup+102.316 s]
/proc/loadavg: 8.42 7.85 6.96 9/118 27037
/proc/meminfo: memFree=1396188/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=972552 CPUtime=177.99
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 223128 0 0 0 17716 83 0 0 18 0 5 0 1121691401 995893248 223061 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 243138 223061 95 177 0 242960 0
[pid=26657/tid=26659] ppid=26655 vsize=972552 CPUtime=44.41
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 41464 0 0 0 4430 11 0 0 25 0 5 0 1121691467 995893248 223061 4294967295 134512640 135237372 3215820320 3085563020 134680502 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=972552 CPUtime=43.67
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 65752 0 0 0 4348 19 0 0 25 0 5 0 1121691467 995893248 223061 4294967295 134512640 135237372 3215820320 3077177408 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=972552 CPUtime=44.69
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 57926 0 0 0 4442 27 0 0 25 0 5 0 1121691467 995893248 223062 4294967295 134512640 135237372 3215820320 3068895552 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=972552 CPUtime=44.63
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 53622 0 0 0 4440 23 0 0 25 0 5 0 1121691467 995893248 223062 4294967295 134512640 135237372 3215820320 3060529392 134562281 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 177.99
Current children cumulated vsize (KiB) 972552

[startup+162.312 s]
/proc/loadavg: 8.65 8.01 7.07 9/118 27224
/proc/meminfo: memFree=1038404/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=1352256 CPUtime=282.8
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 312584 0 0 0 28163 117 0 0 18 0 5 0 1121691401 1384710144 312517 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 338064 312517 95 177 0 337886 0
[pid=26657/tid=26659] ppid=26655 vsize=1352256 CPUtime=70.49
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 60557 0 0 0 7028 21 0 0 23 0 5 0 1121691467 1384710144 312517 4294967295 134512640 135237372 3215820320 3085555216 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=1352256 CPUtime=69.53
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 94278 0 0 0 6929 24 0 0 24 0 5 0 1121691467 1384710144 312517 4294967295 134512640 135237372 3215820320 3077316432 134680285 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=1352256 CPUtime=71.26
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 82229 0 0 0 7091 35 0 0 23 0 5 0 1121691467 1384710144 312517 4294967295 134512640 135237372 3215820320 3068854752 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=1352256 CPUtime=70.93
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 71156 0 0 0 7059 34 0 0 25 0 5 0 1121691467 1384710144 312517 4294967295 134512640 135237372 3215820320 3060530128 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.8
Current children cumulated vsize (KiB) 1352256

[startup+222.317 s]
/proc/loadavg: 8.63 8.11 7.16 10/118 27412
/proc/meminfo: memFree=669024/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=1740972 CPUtime=390.81
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 404588 0 0 0 38924 157 0 0 18 0 5 0 1121691401 1782755328 404521 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 435243 404521 95 177 0 435065 0
[pid=26657/tid=26659] ppid=26655 vsize=1740972 CPUtime=97.83
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) S 26655 26657 14986 0 -1 4202560 79966 0 0 0 9750 33 0 0 25 0 5 0 1121691467 1782755328 404521 4294967295 134512640 135237372 3215820320 3085700100 134634454 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=1740972 CPUtime=96.21
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 120020 0 0 0 9583 38 0 0 25 0 5 0 1121691467 1782755328 404521 4294967295 134512640 135237372 3215820320 3077150656 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=1740972 CPUtime=98.25
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 107285 0 0 0 9781 44 0 0 25 0 5 0 1121691467 1782755328 404521 4294967295 134512640 135237372 3215820320 3068906016 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=1740972 CPUtime=97.93
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 92953 0 0 0 9754 39 0 0 25 0 5 0 1121691467 1782755328 404521 4294967295 134512640 135237372 3215820320 3060532368 134566171 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 390.81
Current children cumulated vsize (KiB) 1740972



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+275.513 s]
/proc/loadavg: 8.70 8.23 7.25 9/118 27605
/proc/meminfo: memFree=329336/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=2096316 CPUtime=484.28
/proc/26657/stat : 26657 (ttsth-5-0) S 26655 26657 14986 0 -1 4202496 488763 0 0 0 48224 204 0 0 18 0 5 0 1121691401 2146627584 488696 4294967295 134512640 135237372 3215820320 3215819916 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 524079 488696 95 177 0 523901 0
[pid=26657/tid=26659] ppid=26655 vsize=2096316 CPUtime=121.93
/proc/26657/task/26659/stat : 26659 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 97834 0 0 0 12154 39 0 0 25 0 5 0 1121691467 2146627584 488696 4294967295 134512640 135237372 3215820320 3085550064 134562290 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26657/tid=26660] ppid=26655 vsize=2096316 CPUtime=119.58
/proc/26657/task/26660/stat : 26660 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 143967 0 0 0 11907 51 0 0 25 0 5 0 1121691467 2146627584 488696 4294967295 134512640 135237372 3215820320 3077324160 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=2096316 CPUtime=121.75
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 127656 0 0 0 12113 62 0 0 25 0 5 0 1121691467 2146627584 488696 4294967295 134512640 135237372 3215820320 3068931232 134562459 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26657/tid=26662] ppid=26655 vsize=2096316 CPUtime=120.43
/proc/26657/task/26662/stat : 26662 (ttsth-5-0) R 26655 26657 14986 0 -1 4202560 114942 0 0 0 11994 49 0 0 25 0 5 0 1121691467 2146627584 488696 4294967295 134512640 135237372 3215820320 3060500416 134680503 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 484.28
Current children cumulated vsize (KiB) 2096316

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

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

[startup+275.713 s]
/proc/loadavg: 8.70 8.23 7.25 9/118 27605
/proc/meminfo: memFree=329336/3368532 swapFree=1953000/1959888
[pid=26657] ppid=26655 vsize=0 CPUtime=484.41
/proc/26657/stat : 26657 (ttsth-5-0) Z 26655 26657 14986 0 -1 4203524 488813 0 0 0 48227 214 0 0 18 0 2 0 1121691401 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/26657/statm: 0 0 0 0 0 0 0
[pid=26657/tid=26661] ppid=26655 vsize=0 CPUtime=121.85
/proc/26657/task/26661/stat : 26661 (ttsth-5-0) R 26655 26657 14986 0 -1 4203588 127656 0 0 0 12113 72 0 0 25 0 2 0 1121691467 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) 484.41
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 275.797
CPU time (s): 484.42
CPU user time (s): 482.27
CPU system time (s): 2.15
CPU usage (%): 175.643
Max. virtual memory (cumulated for all children) (KiB): 2096316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 482.27
system time used= 2.15
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488813
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= 2152
involuntary context switches= 13576

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-30 11:25:41
IDJOB=1776673
IDBENCH=69567
IDSOLVER=632
FILE ID=tipi45/1776673-1243675541
PBS_JOBID=
Free space on /tmp= 15502 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-frg1mul.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776673-1243675541/watcher-1776673-1243675541 -o /tmp/evaluation-result-1776673-1243675541/solver-1776673-1243675541 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776673-1243675541.cnf

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

MD5SUM BENCH= 4984fea7abc49dd7f6973cd779e805d7
RANDOM SEED= 1322045386

Linux tipi45 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.081
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.081
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.081
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.081
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:       2290136 kB
Buffers:         22688 kB
Cached:         527792 kB
SwapCached:       1892 kB
Active:         474684 kB
Inactive:       529644 kB
HighTotal:     2489216 kB
HighFree:      1509496 kB
LowTotal:       879316 kB
LowFree:        780640 kB
SwapTotal:     1959888 kB
SwapFree:      1953000 kB
Dirty:            1704 kB
Writeback:         148 kB
AnonPages:      452696 kB
Mapped:           6600 kB
Slab:            61724 kB
SReclaimable:    50208 kB
SUnreclaim:      11516 kB
PageTables:       1096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   540896 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15502 MiB
End job on tipi45 at 2009-05-30 11:30:19