Trace number 1781338

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) 404.68 233.045

General information on the benchmark

Namegoldb-heqc-term1mul.cnf
MD5SUMc356d60706abf7ddd80826e417c8de67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.33
Satisfiable
(Un)Satisfiability was proved
Number of variables3504
Number of clauses22229
Sum of the clauses size75188
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25116
Number of clauses of size 310312
Number of clauses of size 40
Number of clauses of size 56800
Number of clauses of size over 51

Solver Data

0.00/0.10	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781338-1243686496.cnf 
0.00/0.10	c Using SATTIMEOUT of 10000
0.00/0.10	c Using SATRAM of 2047
0.00/0.10	c Size of subset node = 16
0.00/0.10	c Variables = 3504
0.00/0.10	c Clauses = 22229
0.00/0.10	c Literals = 75188
0.00/0.10	c Reduced size:
0.00/0.10	c Variables = 3504
0.00/0.10	c Clauses = 22229
0.00/0.10	c Literals = 75188
0.00/0.10	c a2
0.11/0.20	c a1
0.42/0.49	c Independent sub-problems = 1
0.42/0.49	c Sub-problem with 3504 variables and 22229 clauses
0.42/0.49	c using permutation method 4
0.42/0.49	c count = 1
0.42/0.49	c Ordering finished 0.480 seconds
0.42/0.49	c mapped 0.500 seconds
0.42/0.49	c permuted 0.500 seconds
0.42/0.49	c about to sort
0.42/0.50	c sorted
0.62/0.63	c clauses now 22229
0.62/0.63	c init finished 0.530 seconds
0.62/0.63	c tree built 0.640 seconds
0.62/0.63	c 
0.62/0.63	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.62/0.63	c ---------------------------------|----------------------------------|------------------------------------------------------
0.62/0.63	c ................................ | ..........                       |                        0.6           0.0             
0.62/0.63	c ................................ | ..........                     1 |                        0.6           1.6             
0.62/0.63	c ................................ | ..........                     2 |                        0.6           3.1             
0.62/0.63	c ................................ | ..........                     3 |                        0.6           4.7             
0.62/0.63	c ................................ | ..........                     4 |                        0.6           6.2             
0.62/0.63	c ................................ | ..........                     5 |                        0.6           7.8             
0.62/0.63	c ................................ | ..........                  1000 | 20                     0.6        1562.5          772
200.23/114.52	c ................................ | ..........               2371000 | 312630               200.2       11840.2     66411588
400.16/230.50	c ................................ | ..........               2917000 | 393624               400.3        7287.6    121624631

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-1781338-1243686496/watcher-1781338-1243686496 -o /tmp/evaluation-result-1781338-1243686496/solver-1781338-1243686496 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781338-1243686496.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: 6.98 7.25 7.13 5/111 2373
/proc/meminfo: memFree=2954612/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=1012 CPUtime=0.01
/proc/2373/stat : 2373 (ttsth-5-0) R 2371 2373 20065 0 -1 4202496 137 0 0 0 1 0 0 0 25 0 1 0 1133313707 1036288 92 4294967295 134512640 135237372 3213054848 3213054496 134523259 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2373/statm: 253 92 74 177 0 75 0

[startup+0.100979 s]
/proc/loadavg: 6.98 7.25 7.13 5/111 2373
/proc/meminfo: memFree=2954612/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=4796 CPUtime=0.11
/proc/2373/stat : 2373 (ttsth-5-0) R 2371 2373 20065 0 -1 4202496 1086 0 0 0 11 0 0 0 25 0 1 0 1133313707 4911104 1040 4294967295 134512640 135237372 3213054848 3213053376 134680467 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2373/statm: 1199 1040 76 177 0 1021 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 4796

[startup+0.210837 s]
/proc/loadavg: 6.98 7.25 7.13 5/111 2373
/proc/meminfo: memFree=2954612/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=5120 CPUtime=0.22
/proc/2373/stat : 2373 (ttsth-5-0) R 2371 2373 20065 0 -1 4202496 1157 0 0 0 22 0 0 0 25 0 1 0 1133313707 5242880 1111 4294967295 134512640 135237372 3213054848 3213054176 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2373/statm: 1280 1111 77 177 0 1102 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 5120

[startup+0.310826 s]
/proc/loadavg: 6.98 7.25 7.13 5/111 2373
/proc/meminfo: memFree=2954612/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=5120 CPUtime=0.32
/proc/2373/stat : 2373 (ttsth-5-0) R 2371 2373 20065 0 -1 4202496 1165 0 0 0 32 0 0 0 25 0 1 0 1133313707 5242880 1119 4294967295 134512640 135237372 3213054848 3213054208 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2373/statm: 1280 1119 77 177 0 1102 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 5120

[startup+0.710805 s]
/proc/loadavg: 6.98 7.25 7.13 5/111 2373
/proc/meminfo: memFree=2954612/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=45352 CPUtime=0.72
/proc/2373/stat : 2373 (ttsth-5-0) R 2371 2373 20065 0 -1 4202496 5281 0 0 0 70 2 0 0 25 0 4 0 1133313707 46440448 5213 4294967295 134512640 135237372 3213054848 3213054352 134762516 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 11338 5213 95 177 0 11160 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 45352

[startup+1.51073 s]
/proc/loadavg: 6.98 7.25 7.13 9/116 2378
/proc/meminfo: memFree=2930720/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=59976 CPUtime=1.88
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 6943 0 0 0 186 2 0 0 25 0 5 0 1133313707 61415424 6875 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 14994 6875 95 177 0 14816 0
[pid=2373/tid=2375] ppid=2371 vsize=59976 CPUtime=0.75
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 597 0 0 0 75 0 0 0 25 0 5 0 1133313770 61415424 6875 4294967295 134512640 135237372 3213054848 3085631484 134562272 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=59976 CPUtime=0.12
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 367 0 0 0 12 0 0 0 24 0 5 0 1133313770 61415424 6875 4294967295 134512640 135237372 3213054848 3077359552 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=59976 CPUtime=0.21
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 563 0 0 0 21 0 0 0 25 0 5 0 1133313770 61415424 6875 4294967295 134512640 135237372 3213054848 3068974448 134580211 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=59976 CPUtime=0.16
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 519 0 0 0 16 0 0 0 25 0 5 0 1133313781 61415424 6875 4294967295 134512640 135237372 3213054848 3060513712 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 59976

[startup+3.1106 s]
/proc/loadavg: 6.98 7.25 7.13 8/116 2378
/proc/meminfo: memFree=2920212/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=76096 CPUtime=4.79
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 10925 0 0 0 475 4 0 0 25 0 5 0 1133313707 77922304 10857 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 19024 10857 95 177 0 18846 0
[pid=2373/tid=2375] ppid=2371 vsize=76096 CPUtime=1.54
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 837 0 0 0 154 0 0 0 25 0 5 0 1133313770 77922304 10857 4294967295 134512640 135237372 3213054848 3085690664 134549686 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=76096 CPUtime=0.84
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 1663 0 0 0 83 1 0 0 25 0 5 0 1133313770 77922304 10857 4294967295 134512640 135237372 3213054848 3077399084 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=76096 CPUtime=1.01
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 1714 0 0 0 101 0 0 0 25 0 5 0 1133313770 77922304 10857 4294967295 134512640 135237372 3213054848 3068979856 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=76096 CPUtime=0.76
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 1814 0 0 0 75 1 0 0 25 0 5 0 1133313781 77922304 10857 4294967295 134512640 135237372 3213054848 3060602452 134680212 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 76096

[startup+6.31034 s]
/proc/loadavg: 7.06 7.27 7.14 10/116 2378
/proc/meminfo: memFree=2887312/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=108676 CPUtime=10.22
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 18673 0 0 0 1017 5 0 0 25 0 5 0 1133313707 111284224 18605 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 27169 18605 95 177 0 26991 0
[pid=2373/tid=2375] ppid=2371 vsize=108676 CPUtime=2.94
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 1264 0 0 0 294 0 0 0 25 0 5 0 1133313770 111284224 18605 4294967295 134512640 135237372 3213054848 3086015648 134561412 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=108676 CPUtime=2.22
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 4128 0 0 0 221 1 0 0 25 0 5 0 1133313770 111284224 18605 4294967295 134512640 135237372 3213054848 3077536784 134590245 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=108676 CPUtime=2.31
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 4432 0 0 0 230 1 0 0 25 0 5 0 1133313770 111284224 18605 4294967295 134512640 135237372 3213054848 3068958060 134519936 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=108676 CPUtime=2.11
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 3952 0 0 0 210 1 0 0 25 0 5 0 1133313781 111284224 18605 4294967295 134512640 135237372 3213054848 3060561856 134590256 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.22
Current children cumulated vsize (KiB) 108676

[startup+12.7098 s]
/proc/loadavg: 7.05 7.26 7.14 5/116 2379
/proc/meminfo: memFree=2816496/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=179576 CPUtime=22.12
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 35838 0 0 0 2203 9 0 0 25 0 5 0 1133313707 183885824 35770 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 44894 35771 95 177 0 44716 0
[pid=2373/tid=2375] ppid=2371 vsize=179576 CPUtime=6.04
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 2522 0 0 0 604 0 0 0 25 0 5 0 1133313770 183885824 35771 4294967295 134512640 135237372 3213054848 3085708688 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=179576 CPUtime=5.23
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 10126 0 0 0 520 3 0 0 25 0 5 0 1133313770 183885824 35771 4294967295 134512640 135237372 3213054848 3077538416 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=179576 CPUtime=5.21
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 8811 0 0 0 518 3 0 0 25 0 5 0 1133313770 183885824 35771 4294967295 134512640 135237372 3213054848 3069064368 134590186 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=179576 CPUtime=5
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 9483 0 0 0 499 1 0 0 25 0 5 0 1133313781 183885824 35771 4294967295 134512640 135237372 3213054848 3060564496 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.12
Current children cumulated vsize (KiB) 179576

[startup+25.5087 s]
/proc/loadavg: 7.11 7.26 7.14 8/116 2379
/proc/meminfo: memFree=2700080/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=296280 CPUtime=46.65
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 64213 0 0 0 4647 18 0 0 25 0 5 0 1133313707 303390720 64145 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 74070 64145 95 177 0 73892 0
[pid=2373/tid=2375] ppid=2371 vsize=296280 CPUtime=12.07
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 4427 0 0 0 1207 0 0 0 25 0 5 0 1133313770 303390720 64145 4294967295 134512640 135237372 3213054848 3085640816 134751534 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=296280 CPUtime=11.78
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 22734 0 0 0 1170 8 0 0 25 0 5 0 1133313770 303390720 64145 4294967295 134512640 135237372 3213054848 3077283984 134680262 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=296280 CPUtime=11.11
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 15573 0 0 0 1106 5 0 0 25 0 5 0 1133313770 303390720 64145 4294967295 134512640 135237372 3213054848 3068978928 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=296280 CPUtime=11.05
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 16582 0 0 0 1102 3 0 0 25 0 5 0 1133313781 303390720 64145 4294967295 134512640 135237372 3213054848 3060634144 134749358 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.65
Current children cumulated vsize (KiB) 296280

[startup+51.1066 s]
/proc/loadavg: 7.27 7.29 7.15 8/116 2569
/proc/meminfo: memFree=2447320/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=565060 CPUtime=89.2
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 128038 0 0 0 8880 40 0 0 25 0 5 0 1133313707 578621440 127970 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 141265 127970 95 177 0 141087 0
[pid=2373/tid=2375] ppid=2371 vsize=565060 CPUtime=22.54
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 19704 0 0 0 2250 4 0 0 25 0 5 0 1133313770 578621440 127970 4294967295 134512640 135237372 3213054848 3085842172 134680502 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=565060 CPUtime=23.32
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 43951 0 0 0 2315 17 0 0 25 0 5 0 1133313770 578621440 127970 4294967295 134512640 135237372 3213054848 3077512816 134562344 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=565060 CPUtime=21.55
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 29414 0 0 0 2148 7 0 0 25 0 5 0 1133313770 578621440 127970 4294967295 134512640 135237372 3213054848 3068973504 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=565060 CPUtime=21.15
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 30072 0 0 0 2105 10 0 0 25 0 5 0 1133313781 578621440 127970 4294967295 134512640 135237372 3213054848 3060592224 134562459 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.2
Current children cumulated vsize (KiB) 565060

[startup+102.312 s]
/proc/loadavg: 7.36 7.30 7.16 9/116 2761
/proc/meminfo: memFree=1988088/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=1044020 CPUtime=177.97
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 241588 0 0 0 17725 72 0 0 25 0 5 0 1133313707 1069076480 241520 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 261005 241520 95 177 0 260827 0
[pid=2373/tid=2375] ppid=2371 vsize=1044020 CPUtime=44.95
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 49866 0 0 0 4480 15 0 0 25 0 5 0 1133313770 1069076480 241531 4294967295 134512640 135237372 3213054848 3086023888 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=1044020 CPUtime=46.02
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 76422 0 0 0 4578 24 0 0 25 0 5 0 1133313770 1069076480 241531 4294967295 134512640 135237372 3213054848 3077571884 134549872 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=1044020 CPUtime=43.31
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 55820 0 0 0 4316 15 0 0 25 0 5 0 1133313770 1069076480 241532 4294967295 134512640 135237372 3213054848 3069009664 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=1044020 CPUtime=43.05
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 54594 0 0 0 4289 16 0 0 25 0 5 0 1133313781 1069076480 241532 4294967295 134512640 135237372 3213054848 3060598192 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 177.97
Current children cumulated vsize (KiB) 1044020

[startup+162.307 s]
/proc/loadavg: 7.24 7.29 7.17 9/116 2952
/proc/meminfo: memFree=1520616/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=1541444 CPUtime=284.35
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 359446 0 0 0 28331 104 0 0 25 0 5 0 1133313707 1578438656 359378 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 385361 359378 95 177 0 385183 0
[pid=2373/tid=2375] ppid=2371 vsize=1541444 CPUtime=71.94
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 89870 0 0 0 7172 22 0 0 25 0 5 0 1133313770 1578438656 359378 4294967295 134512640 135237372 3213054848 3086003760 134680343 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=1541444 CPUtime=73.11
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 104799 0 0 0 7278 33 0 0 25 0 5 0 1133313770 1578438656 359378 4294967295 134512640 135237372 3213054848 3077560304 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=1541444 CPUtime=69.61
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 83976 0 0 0 6936 25 0 0 25 0 5 0 1133313770 1578438656 359378 4294967295 134512640 135237372 3213054848 3068984256 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=1541444 CPUtime=69.05
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 75904 0 0 0 6883 22 0 0 25 0 5 0 1133313781 1578438656 359378 4294967295 134512640 135237372 3213054848 3060595584 134562341 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 284.35
Current children cumulated vsize (KiB) 1541444

[startup+222.312 s]
/proc/loadavg: 7.23 7.28 7.17 8/116 3145
/proc/meminfo: memFree=1067076/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=2014024 CPUtime=387.22
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 471807 0 0 0 38580 142 0 0 25 0 5 0 1133313707 2062360576 471739 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 503506 471739 95 177 0 503328 0
[pid=2373/tid=2375] ppid=2371 vsize=2014024 CPUtime=97.49
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 126052 0 0 0 9719 30 0 0 25 0 5 0 1133313770 2062360576 471739 4294967295 134512640 135237372 3213054848 3085953036 134550976 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=2014024 CPUtime=98.53
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 133344 0 0 0 9808 45 0 0 25 0 5 0 1133313770 2062360576 471739 4294967295 134512640 135237372 3213054848 3077611328 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=2014024 CPUtime=95.71
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 110310 0 0 0 9532 39 0 0 25 0 5 0 1133313770 2062360576 471739 4294967295 134512640 135237372 3213054848 3068990224 134681636 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=2014024 CPUtime=94.85
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 97204 0 0 0 9459 26 0 0 25 0 5 0 1133313781 2062360576 471739 4294967295 134512640 135237372 3213054848 3060795072 134749343 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 387.22
Current children cumulated vsize (KiB) 2014024



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+232.912 s]
/proc/loadavg: 7.35 7.30 7.18 8/116 3145
/proc/meminfo: memFree=986852/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=2097256 CPUtime=404.55
/proc/2373/stat : 2373 (ttsth-5-0) S 2371 2373 20065 0 -1 4202496 491606 0 0 0 40305 150 0 0 25 0 5 0 1133313707 2147590144 491538 4294967295 134512640 135237372 3213054848 3213054444 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 524314 491538 95 177 0 524136 0
[pid=2373/tid=2375] ppid=2371 vsize=2097256 CPUtime=102.02
/proc/2373/task/2375/stat : 2375 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 131559 0 0 0 10168 34 0 0 25 0 5 0 1133313770 2147590144 491545 4294967295 134512640 135237372 3213054848 3085931072 134680285 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2373/tid=2376] ppid=2371 vsize=2097256 CPUtime=102.93
/proc/2373/task/2376/stat : 2376 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 138690 0 0 0 10246 47 0 0 25 0 5 0 1133313770 2147590144 491546 4294967295 134512640 135237372 3213054848 3077462624 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=2097256 CPUtime=99.91
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 114362 0 0 0 9951 40 0 0 25 0 5 0 1133313770 2147590144 491546 4294967295 134512640 135237372 3213054848 3068965712 134550416 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2373/tid=2378] ppid=2371 vsize=2097256 CPUtime=99.05
/proc/2373/task/2378/stat : 2378 (ttsth-5-0) R 2371 2373 20065 0 -1 4202560 102106 0 0 0 9878 27 0 0 25 0 5 0 1133313781 2147590144 491546 4294967295 134512640 135237372 3213054848 3060852976 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 404.55
Current children cumulated vsize (KiB) 2097256

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

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

[startup+233.032 s]
/proc/loadavg: 7.35 7.30 7.18 8/116 3145
/proc/meminfo: memFree=986852/3368532 swapFree=1953788/1959888
[pid=2373] ppid=2371 vsize=0 CPUtime=404.67
/proc/2373/stat : 2373 (ttsth-5-0) Z 2371 2373 20065 0 -1 4203524 491673 0 0 0 40308 159 0 0 24 0 2 0 1133313707 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/2373/statm: 0 0 0 0 0 0 0
[pid=2373/tid=2377] ppid=2371 vsize=0 CPUtime=100
/proc/2373/task/2377/stat : 2377 (ttsth-5-0) R 2371 2373 20065 0 -1 4203588 114362 0 0 0 9951 49 0 0 25 0 2 0 1133313770 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 404.67
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 233.045
CPU time (s): 404.68
CPU user time (s): 403.08
CPU system time (s): 1.6
CPU usage (%): 173.649
Max. virtual memory (cumulated for all children) (KiB): 2097256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 403.08
system time used= 1.6
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491673
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= 5863
involuntary context switches= 12095

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 14:28:16
IDJOB=1781338
IDBENCH=71729
IDSOLVER=632
FILE ID=/1781338-1243686496
PBS_JOBID=
Free space on /tmp= 6476 MiB

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

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

MD5SUM BENCH= c356d60706abf7ddd80826e417c8de67
RANDOM SEED= 1260738278

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:       2954612 kB
Buffers:        149128 kB
Cached:         142480 kB
SwapCached:       2256 kB
Active:         187628 kB
Inactive:       120888 kB
HighTotal:     2489216 kB
HighFree:      2329164 kB
LowTotal:       879316 kB
LowFree:        625448 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            1144 kB
Writeback:           0 kB
AnonPages:       15924 kB
Mapped:           5060 kB
Slab:            96232 kB
SReclaimable:    82784 kB
SUnreclaim:      13448 kB
PageTables:        704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112680 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6476 MiB
End job on  at 2009-05-30 14:32:11