Trace number 1776733

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) 909.3 228.739

General information on the benchmark

Namehoons-vbmc-lucky7.cnf
MD5SUMe05028f569e580a3335aeab2d092cf1f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.9
Satisfiable
(Un)Satisfiability was proved
Number of variables8503
Number of clauses25116
Sum of the clauses size58576
Maximum clause length3
Minimum clause length1
Number of clauses of size 121
Number of clauses of size 216730
Number of clauses of size 38365
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.06	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776733-1243675313.cnf 
0.00/0.06	c Using SATTIMEOUT of 10000
0.00/0.06	c Using SATRAM of 2047
0.00/0.06	c Size of subset node = 16
0.00/0.06	c Variables = 8503
0.00/0.06	c Clauses = 25116
0.00/0.06	c Literals = 58576
0.00/0.06	c Reduced size:
0.00/0.06	c Variables = 8503
0.00/0.06	c Clauses = 24247
0.00/0.06	c Literals = 56497
0.00/0.06	c a2
0.00/0.09	c a1
1.12/1.12	c Independent sub-problems = 1
1.12/1.12	c Sub-problem with 8209 variables and 24247 clauses
1.12/1.12	c using permutation method 4
1.12/1.12	c count = 1
1.12/1.12	c Ordering finished 1.120 seconds
1.12/1.12	c mapped 1.130 seconds
1.12/1.12	c permuted 1.130 seconds
1.12/1.12	c about to sort
1.12/1.13	c sorted
1.21/1.28	c clauses now 24247
1.21/1.28	c init finished 1.180 seconds
1.21/1.28	c tree built 1.270 seconds
1.21/1.28	c 
1.21/1.28	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.21/1.28	c ---------------------------------|----------------------------------|------------------------------------------------------
1.21/1.28	c ................................ | ..........                       |                        1.3           0.0             
1.21/1.28	c ................................ | ..........                     1 |                        1.3           0.8             
1.21/1.28	c ................................ | ..........                     2 |                        1.3           1.6             
1.21/1.28	c ................................ | ..........                     3 |                        1.3           2.4             
1.21/1.28	c ................................ | ..........                     4 |                        1.3           3.1             
1.21/1.28	c ................................ | ..........                     5 |                        1.3           3.9             
1.21/1.28	c ................................ | ..........                  1000 | 6                      1.3         787.4          806
199.78/51.08	c ................................ | ..........               1370000 | 65282                200.1        6846.9     33533378
400.08/101.13	c ................................ | ..........               2371000 | 114141               400.2        5924.2     61092674
600.06/151.20	c ................................ | ..........               3079000 | 151391               600.1        5130.9     85757732
799.98/201.38	c ................................ | ..........               3717000 | 185350               800.3        4644.7    108952974

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-1776733-1243675313/watcher-1776733-1243675313 -o /tmp/evaluation-result-1776733-1243675313/solver-1776733-1243675313 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776733-1243675313.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: 0.92 1.06 1.49 3/99 1430
/proc/meminfo: memFree=3078620/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=1008 CPUtime=0
/proc/1430/stat : 1430 (ttsth-5-0) R 1428 1430 20984 0 -1 4202496 154 0 0 0 0 0 0 0 18 0 1 0 1132195730 1032192 109 4294967295 134512640 135237372 3215123824 3215122620 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/1430/statm: 252 110 75 177 0 74 0

[startup+0.105815 s]
/proc/loadavg: 0.92 1.06 1.49 3/99 1430
/proc/meminfo: memFree=3078620/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=4800 CPUtime=0.1
/proc/1430/stat : 1430 (ttsth-5-0) R 1428 1430 20984 0 -1 4202496 1069 0 0 0 10 0 0 0 18 0 1 0 1132195730 4915200 1023 4294967295 134512640 135237372 3215123824 3215122952 134730922 0 0 0 0 0 0 0 17 1 0 0 0
/proc/1430/statm: 1200 1023 77 177 0 1022 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4800

[startup+0.215801 s]
/proc/loadavg: 0.92 1.06 1.49 3/99 1430
/proc/meminfo: memFree=3078620/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=5592 CPUtime=0.21
/proc/1430/stat : 1430 (ttsth-5-0) R 1428 1430 20984 0 -1 4202496 1270 0 0 0 21 0 0 0 18 0 1 0 1132195730 5726208 1224 4294967295 134512640 135237372 3215123824 3215123184 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/1430/statm: 1398 1224 77 177 0 1220 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 5592

[startup+0.315791 s]
/proc/loadavg: 0.92 1.06 1.49 3/99 1430
/proc/meminfo: memFree=3078620/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=5592 CPUtime=0.31
/proc/1430/stat : 1430 (ttsth-5-0) R 1428 1430 20984 0 -1 4202496 1280 0 0 0 31 0 0 0 18 0 1 0 1132195730 5726208 1234 4294967295 134512640 135237372 3215123824 3215122992 134749343 0 0 0 0 0 0 0 17 1 0 0 0
/proc/1430/statm: 1398 1234 77 177 0 1220 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 5592

[startup+0.715753 s]
/proc/loadavg: 0.92 1.06 1.49 3/99 1430
/proc/meminfo: memFree=3078620/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=5736 CPUtime=0.71
/proc/1430/stat : 1430 (ttsth-5-0) R 1428 1430 20984 0 -1 4202496 1310 0 0 0 71 0 0 0 19 0 1 0 1132195730 5873664 1264 4294967295 134512640 135237372 3215123824 3215122952 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/1430/statm: 1434 1264 77 177 0 1256 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 5736

[startup+1.51569 s]
/proc/loadavg: 0.92 1.06 1.49 2/100 1432
/proc/meminfo: memFree=3073736/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=70804 CPUtime=2.16
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 9950 0 0 0 211 5 0 0 20 0 5 0 1132195730 72503296 9880 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 17701 9880 95 177 0 17523 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 70804

[startup+3.11554 s]
/proc/loadavg: 0.92 1.06 1.49 5/104 1436
/proc/meminfo: memFree=3028360/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=97964 CPUtime=8.53
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 16556 0 0 0 841 12 0 0 20 0 5 0 1132195730 100315136 16486 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 24491 16486 95 177 0 24313 0
[pid=1430/tid=1433] ppid=1428 vsize=97964 CPUtime=1.82
/proc/1430/task/1433/stat : 1433 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 2649 0 0 0 180 2 0 0 25 0 5 0 1132195858 100315136 16486 4294967295 134512640 135237372 3215123824 3085031680 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=1430/tid=1434] ppid=1428 vsize=97964 CPUtime=1.81
/proc/1430/task/1434/stat : 1434 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 2247 0 0 0 178 3 0 0 20 0 5 0 1132195858 100315136 16486 4294967295 134512640 135237372 3215123824 3076667936 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=1430/tid=1435] ppid=1428 vsize=97964 CPUtime=1.81
/proc/1430/task/1435/stat : 1435 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 1634 0 0 0 179 2 0 0 20 0 5 0 1132195858 100315136 16487 4294967295 134512640 135237372 3215123824 3068457984 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=97964 CPUtime=1.82
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 1478 0 0 0 180 2 0 0 21 0 5 0 1132195858 100315136 16487 4294967295 134512640 135237372 3215123824 3059818432 134588152 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 97964

[startup+6.31523 s]
/proc/loadavg: 1.17 1.11 1.50 5/104 1436
/proc/meminfo: memFree=2976864/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=145840 CPUtime=21.33
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 28037 0 0 0 2117 16 0 0 20 0 5 0 1132195730 149340160 27967 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 36460 27967 95 177 0 36282 0
[pid=1430/tid=1433] ppid=1428 vsize=145840 CPUtime=5.02
/proc/1430/task/1433/stat : 1433 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 5708 0 0 0 499 3 0 0 25 0 5 0 1132195858 149340160 27967 4294967295 134512640 135237372 3215123824 3085000816 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=1430/tid=1434] ppid=1428 vsize=145840 CPUtime=5.01
/proc/1430/task/1434/stat : 1434 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 5658 0 0 0 498 3 0 0 25 0 5 0 1132195858 149340160 27967 4294967295 134512640 135237372 3215123824 3076536016 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=1430/tid=1435] ppid=1428 vsize=145840 CPUtime=5.01
/proc/1430/task/1435/stat : 1435 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 4099 0 0 0 498 3 0 0 25 0 5 0 1132195858 149340160 27967 4294967295 134512640 135237372 3215123824 3068476368 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=145840 CPUtime=5.02
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 4024 0 0 0 498 4 0 0 25 0 5 0 1132195858 149340160 27967 4294967295 134512640 135237372 3215123824 3059745456 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.33
Current children cumulated vsize (KiB) 145840

[startup+12.7146 s]
/proc/loadavg: 1.39 1.15 1.51 5/104 1436
/proc/meminfo: memFree=2898608/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=223956 CPUtime=46.9
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 46635 0 0 0 4669 21 0 0 20 0 5 0 1132195730 229330944 46565 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 55989 46565 95 177 0 55811 0
[pid=1430/tid=1433] ppid=1428 vsize=223956 CPUtime=11.39
/proc/1430/task/1433/stat : 1433 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 10684 0 0 0 1136 3 0 0 25 0 5 0 1132195858 229330944 46565 4294967295 134512640 135237372 3215123824 3085021120 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=1430/tid=1434] ppid=1428 vsize=223956 CPUtime=11.41
/proc/1430/task/1434/stat : 1434 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 10766 0 0 0 1136 5 0 0 25 0 5 0 1132195858 229330944 46565 4294967295 134512640 135237372 3215123824 3076541456 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=1430/tid=1435] ppid=1428 vsize=223956 CPUtime=11.41
/proc/1430/task/1435/stat : 1435 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 7917 0 0 0 1135 6 0 0 25 0 5 0 1132195858 229330944 46565 4294967295 134512640 135237372 3215123824 3068148480 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=223956 CPUtime=11.42
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 8720 0 0 0 1138 4 0 0 25 0 5 0 1132195858 229330944 46565 4294967295 134512640 135237372 3215123824 3059714496 134680285 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.9
Current children cumulated vsize (KiB) 223956

[startup+25.5134 s]
/proc/loadavg: 1.97 1.29 1.55 5/104 1436
/proc/meminfo: memFree=2758144/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=367860 CPUtime=98.08
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 80934 0 0 0 9766 42 0 0 20 0 5 0 1132195730 376688640 80864 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 91965 80865 95 177 0 91787 0
[pid=1430/tid=1433] ppid=1428 vsize=367860 CPUtime=24.17
/proc/1430/task/1433/stat : 1433 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 18305 0 0 0 2410 7 0 0 25 0 5 0 1132195858 376688640 80865 4294967295 134512640 135237372 3215123824 3085067488 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=1430/tid=1434] ppid=1428 vsize=367860 CPUtime=24.21
/proc/1430/task/1434/stat : 1434 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 20444 0 0 0 2412 9 0 0 25 0 5 0 1132195858 376688640 80865 4294967295 134512640 135237372 3215123824 3076471952 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=1430/tid=1435] ppid=1428 vsize=367860 CPUtime=24.21
/proc/1430/task/1435/stat : 1435 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 15648 0 0 0 2406 15 0 0 25 0 5 0 1132195858 376688640 80865 4294967295 134512640 135237372 3215123824 3068311536 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=367860 CPUtime=24.22
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 17990 0 0 0 2414 8 0 0 25 0 5 0 1132195858 376688640 80865 4294967295 134512640 135237372 3215123824 3059786256 134562388 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.08
Current children cumulated vsize (KiB) 367860

[startup+51.111 s]
/proc/loadavg: 2.66 1.51 1.62 5/104 1621
/proc/meminfo: memFree=2504512/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=636028 CPUtime=200.18
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 144700 0 0 0 19949 69 0 0 20 0 5 0 1132195730 651292672 144630 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 159007 144630 95 177 0 158829 0
[pid=1430/tid=1433] ppid=1428 vsize=636028 CPUtime=49.74
/proc/1430/task/1433/stat : 1433 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 30957 0 0 0 4961 13 0 0 25 0 5 0 1132195858 651292672 144630 4294967295 134512640 135237372 3215123824 3084896384 134751534 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=1430/tid=1434] ppid=1428 vsize=636028 CPUtime=49.73
/proc/1430/task/1434/stat : 1434 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 35971 0 0 0 4960 13 0 0 25 0 5 0 1132195858 651292672 144630 4294967295 134512640 135237372 3215123824 3076616048 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=1430/tid=1435] ppid=1428 vsize=636028 CPUtime=49.63
/proc/1430/task/1435/stat : 1435 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 33953 0 0 0 4941 22 0 0 25 0 5 0 1132195858 651292672 144630 4294967295 134512640 135237372 3215123824 3068309388 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=636028 CPUtime=49.81
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 35271 0 0 0 4963 18 0 0 25 0 5 0 1132195858 651292672 144630 4294967295 134512640 135237372 3215123824 3059931868 134680502 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 200.18
Current children cumulated vsize (KiB) 636028

[startup+102.306 s]
/proc/loadavg: 3.50 1.92 1.75 5/104 1629
/proc/meminfo: memFree=2054928/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=1105076 CPUtime=404.91
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 255987 0 0 0 40379 112 0 0 20 0 5 0 1132195730 1131597824 255917 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 276269 255917 95 177 0 276091 0
[pid=1430/tid=1433] ppid=1428 vsize=1105076 CPUtime=100.85
/proc/1430/task/1433/stat : 1433 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 63946 0 0 0 10056 29 0 0 25 0 5 0 1132195858 1131597824 255918 4294967295 134512640 135237372 3215123824 3084856144 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=1430/tid=1434] ppid=1428 vsize=1105076 CPUtime=100.94
/proc/1430/task/1434/stat : 1434 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 59743 0 0 0 10071 23 0 0 25 0 5 0 1132195858 1131597824 255918 4294967295 134512640 135237372 3215123824 3076532608 134562459 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=1430/tid=1435] ppid=1428 vsize=1105076 CPUtime=100.84
/proc/1430/task/1435/stat : 1435 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 61792 0 0 0 10056 28 0 0 25 0 5 0 1132195858 1131597824 255918 4294967295 134512640 135237372 3215123824 3068321904 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=1105076 CPUtime=101.01
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 61959 0 0 0 10072 29 0 0 25 0 5 0 1132195858 1131597824 255918 4294967295 134512640 135237372 3215123824 3059675984 134561428 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 404.91
Current children cumulated vsize (KiB) 1105076

[startup+162.31 s]
/proc/loadavg: 4.01 2.37 1.91 5/104 1818
/proc/meminfo: memFree=1596744/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=1590948 CPUtime=644.49
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 371352 0 0 0 64288 161 0 0 20 0 5 0 1132195730 1629130752 371282 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 397737 371282 95 177 0 397559 0
[pid=1430/tid=1433] ppid=1428 vsize=1590948 CPUtime=160.78
/proc/1430/task/1433/stat : 1433 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 88018 0 0 0 16031 47 0 0 25 0 5 0 1132195858 1629130752 371283 4294967295 134512640 135237372 3215123824 3084891376 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=1430/tid=1434] ppid=1428 vsize=1590948 CPUtime=160.93
/proc/1430/task/1434/stat : 1434 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 94374 0 0 0 16059 34 0 0 25 0 5 0 1132195858 1629130752 371283 4294967295 134512640 135237372 3215123824 3076561856 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=1430/tid=1435] ppid=1428 vsize=1590948 CPUtime=160.56
/proc/1430/task/1435/stat : 1435 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 89990 0 0 0 16019 37 0 0 25 0 5 0 1132195858 1629130752 371283 4294967295 134512640 135237372 3215123824 3068386560 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=1590948 CPUtime=160.95
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 90423 0 0 0 16055 40 0 0 25 0 5 0 1132195858 1629130752 371283 4294967295 134512640 135237372 3215123824 3059906960 134562348 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 644.49
Current children cumulated vsize (KiB) 1590948

[startup+222.315 s]
/proc/loadavg: 4.24 2.75 2.07 5/104 2006
/proc/meminfo: memFree=1157688/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=2051532 CPUtime=883.92
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 480407 0 0 0 88175 217 0 0 20 0 5 0 1132195730 2100768768 480337 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 512883 480337 95 177 0 512705 0
[pid=1430/tid=1433] ppid=1428 vsize=2051532 CPUtime=220.66
/proc/1430/task/1433/stat : 1433 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 109948 0 0 0 22001 65 0 0 25 0 5 0 1132195858 2100768768 480337 4294967295 134512640 135237372 3215123824 3084918080 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=1430/tid=1434] ppid=1428 vsize=2051532 CPUtime=220.92
/proc/1430/task/1434/stat : 1434 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 124927 0 0 0 22045 47 0 0 25 0 5 0 1132195858 2100768768 480337 4294967295 134512640 135237372 3215123824 3076524416 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=1430/tid=1435] ppid=1428 vsize=2051532 CPUtime=220.12
/proc/1430/task/1435/stat : 1435 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 118960 0 0 0 21962 50 0 0 25 0 5 0 1132195858 2100768768 480337 4294967295 134512640 135237372 3215123824 3068309120 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=2051532 CPUtime=220.95
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 118024 0 0 0 22043 52 0 0 25 0 5 0 1132195858 2100768768 480337 4294967295 134512640 135237372 3215123824 3059933936 134562380 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 883.92
Current children cumulated vsize (KiB) 2051532



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+228.614 s]
/proc/loadavg: 4.22 2.77 2.08 6/104 2007
/proc/meminfo: memFree=1114472/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=2096260 CPUtime=909.15
/proc/1430/stat : 1430 (ttsth-5-0) S 1428 1430 20984 0 -1 4202496 490894 0 0 0 90692 223 0 0 20 0 5 0 1132195730 2146570240 490824 4294967295 134512640 135237372 3215123824 3215123420 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 524065 490824 95 177 0 523887 0
[pid=1430/tid=1433] ppid=1428 vsize=2096416 CPUtime=226.97
/proc/1430/task/1433/stat : 1433 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 112899 0 0 0 22631 66 0 0 25 0 5 0 1132195858 2146729984 490826 4294967295 134512640 135237372 3215123824 3084805504 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=1430/tid=1434] ppid=1428 vsize=2096416 CPUtime=227.23
/proc/1430/task/1434/stat : 1434 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 127910 0 0 0 22676 47 0 0 25 0 5 0 1132195858 2146729984 490826 4294967295 134512640 135237372 3215123824 3076658688 134561426 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=1430/tid=1435] ppid=1428 vsize=2096416 CPUtime=226.43
/proc/1430/task/1435/stat : 1435 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 121615 0 0 0 22590 53 0 0 25 0 5 0 1132195858 2146729984 490826 4294967295 134512640 135237372 3215123824 3068348592 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=2096416 CPUtime=227.25
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4202560 119924 0 0 0 22671 54 0 0 25 0 5 0 1132195858 2146729984 490826 4294967295 134512640 135237372 3215123824 3059939328 134562309 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 909.15
Current children cumulated vsize (KiB) 2096260

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

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

[startup+228.734 s]
/proc/loadavg: 4.22 2.77 2.08 6/104 2007
/proc/meminfo: memFree=1114472/3368532 swapFree=1953580/1959888
[pid=1430] ppid=1428 vsize=0 CPUtime=909.3
/proc/1430/stat : 1430 (ttsth-5-0) Z 1428 1430 20984 0 -1 4203524 490920 0 0 0 90697 233 0 0 18 0 2 0 1132195730 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/1430/statm: 0 0 0 0 0 0 0
[pid=1430/tid=1436] ppid=1428 vsize=0 CPUtime=227.37
/proc/1430/task/1436/stat : 1436 (ttsth-5-0) R 1428 1430 20984 0 -1 4203588 119931 0 0 0 22673 64 0 0 25 0 2 0 1132195858 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) 909.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 228.739
CPU time (s): 909.3
CPU user time (s): 906.97
CPU system time (s): 2.33
CPU usage (%): 397.528
Max. virtual memory (cumulated for all children) (KiB): 2096260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 906.97
system time used= 2.33
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490920
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= 2093
involuntary context switches= 16946

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 11:21:53
IDJOB=1776733
IDBENCH=69576
IDSOLVER=632
FILE ID=/1776733-1243675313
PBS_JOBID=
Free space on /tmp= 15885 MiB

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

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

MD5SUM BENCH= e05028f569e580a3335aeab2d092cf1f
RANDOM SEED= 985216297

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.105
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.105
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.11
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.105
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.105
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3078472 kB
Buffers:         77304 kB
Cached:         112420 kB
SwapCached:       2424 kB
Active:         132112 kB
Inactive:        67940 kB
HighTotal:     2489216 kB
HighFree:      2364020 kB
LowTotal:       879316 kB
LowFree:        714452 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            1196 kB
Writeback:           0 kB
AnonPages:        9636 kB
Mapped:           4764 kB
Slab:            80572 kB
SReclaimable:    71548 kB
SUnreclaim:       9024 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93564 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15885 MiB
End job on  at 2009-05-30 11:25:44