Trace number 1776613

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) 218.55 112.732

General information on the benchmark

Namegoldb-heqc-x1mul.cnf
MD5SUMb44e541aede789d4830fa0a3a047fcda
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 variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.10/0.12	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776613-1243674977.cnf 
0.10/0.12	c Using SATTIMEOUT of 10000
0.10/0.12	c Using SATRAM of 2047
0.10/0.12	c Size of subset node = 16
0.10/0.12	c Variables = 8760
0.10/0.12	c Clauses = 55571
0.10/0.12	c Literals = 187746
0.10/0.12	c Reduced size:
0.10/0.12	c Variables = 8756
0.10/0.12	c Clauses = 55487
0.10/0.12	c Literals = 187536
0.10/0.12	c a2
0.20/0.30	c a1
1.20/1.27	c Independent sub-problems = 1
1.20/1.27	c Sub-problem with 8714 variables and 55487 clauses
1.20/1.27	c using permutation method 4
1.20/1.27	c count = 1
1.20/1.27	c Ordering finished 1.240 seconds
1.20/1.27	c mapped 1.270 seconds
1.20/1.27	c permuted 1.270 seconds
1.20/1.27	c about to sort
1.20/1.29	c sorted
1.60/1.68	c clauses now 55487
1.60/1.68	c init finished 1.350 seconds
1.60/1.68	c tree built 1.680 seconds
1.60/1.68	c 
1.60/1.68	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.60/1.68	c ---------------------------------|----------------------------------|------------------------------------------------------
1.60/1.68	c ................................ | ..........                       |                        1.7           0.0             
1.60/1.68	c ................................ | ..........                     1 |                        1.7           0.6             
1.60/1.68	c ................................ | ..........                     2 |                        1.7           1.2             
1.60/1.68	c ................................ | ..........                     3 |                        1.7           1.8             
1.60/1.68	c ................................ | ..........                     4 |                        1.7           2.4             
1.60/1.68	c ................................ | ..........                     5 |                        1.7           3.0             
1.60/1.68	c ................................ | ..........                  1000 | 62                     1.7         595.2          512
200.19/103.03	c ................................ | ..........                638000 | 89741                200.2        3186.3    109541031

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-1776613-1243674977/watcher-1776613-1243674977 -o /tmp/evaluation-result-1776613-1243674977/solver-1776613-1243674977 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776613-1243674977.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.05 5.35 4.75 4/113 16182
/proc/meminfo: memFree=3159520/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=1276 CPUtime=0.01
/proc/16182/stat : 16182 (ttsth-5-0) R 16180 16182 32205 0 -1 4202496 223 0 0 0 1 0 0 0 25 0 1 0 1132161679 1306624 179 4294967295 134512640 135237372 3219022128 3219021632 134734934 0 0 0 0 0 0 0 17 2 0 0 0
/proc/16182/statm: 319 179 75 177 0 141 0

[startup+0.089245 s]
/proc/loadavg: 6.05 5.35 4.75 4/113 16182
/proc/meminfo: memFree=3159520/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=4232 CPUtime=0.08
/proc/16182/stat : 16182 (ttsth-5-0) R 16180 16182 32205 0 -1 4202496 956 0 0 0 8 0 0 0 25 0 1 0 1132161679 4333568 912 4294967295 134512640 135237372 3219022128 3219020652 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/16182/statm: 1058 912 75 177 0 880 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4232

[startup+0.109238 s]
/proc/loadavg: 6.05 5.35 4.75 4/113 16182
/proc/meminfo: memFree=3159520/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=4904 CPUtime=0.1
/proc/16182/stat : 16182 (ttsth-5-0) R 16180 16182 32205 0 -1 4202496 1083 0 0 0 10 0 0 0 25 0 1 0 1132161679 5021696 1039 4294967295 134512640 135237372 3219022128 3219021820 134533967 0 0 0 0 0 0 0 17 2 0 0 0
/proc/16182/statm: 1226 1039 75 177 0 1048 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4904

[startup+0.309221 s]
/proc/loadavg: 6.05 5.35 4.75 4/113 16182
/proc/meminfo: memFree=3159520/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=10964 CPUtime=0.3
/proc/16182/stat : 16182 (ttsth-5-0) R 16180 16182 32205 0 -1 4202496 2478 0 0 0 28 2 0 0 25 0 1 0 1132161679 11227136 2433 4294967295 134512640 135237372 3219022128 3219021632 134540092 0 0 0 0 0 0 0 17 2 0 0 0
/proc/16182/statm: 2741 2433 76 177 0 2563 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10964

[startup+0.709186 s]
/proc/loadavg: 6.05 5.35 4.75 4/113 16182
/proc/meminfo: memFree=3159520/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=10852 CPUtime=0.7
/proc/16182/stat : 16182 (ttsth-5-0) R 16180 16182 32205 0 -1 4202496 2711 0 0 0 68 2 0 0 25 0 1 0 1132161679 11112448 2556 4294967295 134512640 135237372 3219022128 3219021232 134599269 0 0 0 0 0 0 0 17 2 0 0 0
/proc/16182/statm: 2713 2556 77 177 0 2535 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10852

[startup+1.50912 s]
/proc/loadavg: 6.05 5.35 4.75 4/114 16183
/proc/meminfo: memFree=3149604/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=38884 CPUtime=1.5
/proc/16182/stat : 16182 (ttsth-5-0) R 16180 16182 32205 0 -1 4202496 9758 0 0 0 145 5 0 0 25 0 1 0 1132161679 39817216 9548 4294967295 134512640 135237372 3219022128 3218389528 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/16182/statm: 9721 9549 88 177 0 9543 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 38884

[startup+3.10899 s]
/proc/loadavg: 6.13 5.38 4.76 7/118 16191
/proc/meminfo: memFree=3106924/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=98768 CPUtime=4.51
/proc/16182/stat : 16182 (ttsth-5-0) S 16180 16182 32205 0 -1 4202496 17695 0 0 0 443 8 0 0 25 0 5 0 1132161679 101138432 17485 4294967295 134512640 135237372 3219022128 3219021724 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16182/statm: 24692 17485 95 177 0 24514 0
[pid=16182/tid=16184] ppid=16180 vsize=98768 CPUtime=0.7
/proc/16182/task/16184/stat : 16184 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 1805 0 0 0 69 1 0 0 25 0 5 0 1132161848 101138432 17485 4294967295 134512640 135237372 3219022128 3084568224 134680367 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=98768 CPUtime=0.73
/proc/16182/task/16185/stat : 16185 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 1206 0 0 0 73 0 0 0 25 0 5 0 1132161848 101138432 17485 4294967295 134512640 135237372 3219022128 3075839700 134636382 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=98768 CPUtime=0.66
/proc/16182/task/16186/stat : 16186 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 1242 0 0 0 66 0 0 0 25 0 5 0 1132161849 101138432 17485 4294967295 134512640 135237372 3219022128 3067954716 134680502 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=98768 CPUtime=0.75
/proc/16182/task/16187/stat : 16187 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 1762 0 0 0 75 0 0 0 25 0 5 0 1132161849 101138432 17485 4294967295 134512640 135237372 3219022128 3059312468 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 98768

[startup+6.30871 s]
/proc/loadavg: 6.13 5.38 4.76 7/118 16195
/proc/meminfo: memFree=3009352/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=203008 CPUtime=10.82
/proc/16182/stat : 16182 (ttsth-5-0) S 16180 16182 32205 0 -1 4202496 43053 0 0 0 1065 17 0 0 25 0 5 0 1132161679 207880192 42843 4294967295 134512640 135237372 3219022128 3219021724 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16182/statm: 50752 42843 95 177 0 50574 0
[pid=16182/tid=16184] ppid=16180 vsize=203008 CPUtime=2.52
/proc/16182/task/16184/stat : 16184 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 9146 0 0 0 247 5 0 0 25 0 5 0 1132161848 207880192 42843 4294967295 134512640 135237372 3219022128 3084703260 134680506 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=203008 CPUtime=2.01
/proc/16182/task/16185/stat : 16185 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 7730 0 0 0 199 2 0 0 25 0 5 0 1132161848 207880192 42843 4294967295 134512640 135237372 3219022128 3076185488 134680262 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=203008 CPUtime=2.03
/proc/16182/task/16186/stat : 16186 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 6296 0 0 0 202 1 0 0 25 0 5 0 1132161849 207880192 42843 4294967295 134512640 135237372 3219022128 3067873728 134680474 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=203008 CPUtime=2.59
/proc/16182/task/16187/stat : 16187 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 8201 0 0 0 257 2 0 0 25 0 5 0 1132161849 207880192 42843 4294967295 134512640 135237372 3219022128 3059513336 134551012 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (KiB) 203008

[startup+12.7082 s]
/proc/loadavg: 6.18 5.42 4.78 7/118 16208
/proc/meminfo: memFree=2878880/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=332176 CPUtime=23.39
/proc/16182/stat : 16182 (ttsth-5-0) S 16180 16182 32205 0 -1 4202496 73784 0 0 0 2314 25 0 0 25 0 5 0 1132161679 340148224 73574 4294967295 134512640 135237372 3219022128 3219021724 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16182/statm: 83044 73574 95 177 0 82866 0
[pid=16182/tid=16184] ppid=16180 vsize=332176 CPUtime=5.81
/proc/16182/task/16184/stat : 16184 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 15077 0 0 0 574 7 0 0 25 0 5 0 1132161848 340148224 73574 4294967295 134512640 135237372 3219022128 3084618672 134549905 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=332176 CPUtime=5.41
/proc/16182/task/16185/stat : 16185 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 16769 0 0 0 537 4 0 0 25 0 5 0 1132161848 340148224 73574 4294967295 134512640 135237372 3219022128 3076555280 134749343 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=332176 CPUtime=5.05
/proc/16182/task/16186/stat : 16186 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 12922 0 0 0 502 3 0 0 25 0 5 0 1132161849 340148224 73574 4294967295 134512640 135237372 3219022128 3067752528 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=332176 CPUtime=5.45
/proc/16182/task/16187/stat : 16187 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 17336 0 0 0 541 4 0 0 25 0 5 0 1132161849 340148224 73574 4294967295 134512640 135237372 3219022128 3059474608 134562287 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.39
Current children cumulated vsize (KiB) 332176

[startup+25.5071 s]
/proc/loadavg: 6.15 5.43 4.79 7/118 16231
/proc/meminfo: memFree=2635488/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=578580 CPUtime=48.25
/proc/16182/stat : 16182 (ttsth-5-0) S 16180 16182 32205 0 -1 4202496 132443 0 0 0 4780 45 0 0 25 0 5 0 1132161679 592465920 132233 4294967295 134512640 135237372 3219022128 3219021724 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16182/statm: 144645 132233 95 177 0 144467 0
[pid=16182/tid=16184] ppid=16180 vsize=578580 CPUtime=11.78
/proc/16182/task/16184/stat : 16184 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 30804 0 0 0 1167 11 0 0 25 0 5 0 1132161848 592465920 132233 4294967295 134512640 135237372 3219022128 3084580784 134551008 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=578580 CPUtime=11.51
/proc/16182/task/16185/stat : 16185 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 29815 0 0 0 1141 10 0 0 25 0 5 0 1132161848 592465920 132233 4294967295 134512640 135237372 3219022128 3076558576 134680257 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=578580 CPUtime=11.15
/proc/16182/task/16186/stat : 16186 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 27452 0 0 0 1110 5 0 0 25 0 5 0 1132161849 592465920 132233 4294967295 134512640 135237372 3219022128 3067903040 134680727 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=578580 CPUtime=12.13
/proc/16182/task/16187/stat : 16187 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 32692 0 0 0 1201 12 0 0 25 0 5 0 1132161849 592465920 132233 4294967295 134512640 135237372 3219022128 3059555584 134680273 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.25
Current children cumulated vsize (KiB) 578580

[startup+51.1148 s]
/proc/loadavg: 6.45 5.56 4.85 7/118 16454
/proc/meminfo: memFree=2228300/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=1012292 CPUtime=98.62
/proc/16182/stat : 16182 (ttsth-5-0) S 16180 16182 32205 0 -1 4202496 235842 0 0 0 9783 79 0 0 25 0 5 0 1132161679 1036587008 235632 4294967295 134512640 135237372 3219022128 3219021724 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16182/statm: 253073 235632 95 177 0 252895 0
[pid=16182/tid=16184] ppid=16180 vsize=1012292 CPUtime=24.82
/proc/16182/task/16184/stat : 16184 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 53442 0 0 0 2466 16 0 0 25 0 5 0 1132161848 1036587008 235632 4294967295 134512640 135237372 3219022128 3084932896 134562278 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=1012292 CPUtime=23.39
/proc/16182/task/16185/stat : 16185 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 52287 0 0 0 2315 24 0 0 25 0 5 0 1132161848 1036587008 235632 4294967295 134512640 135237372 3219022128 3076358240 134590245 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=1012292 CPUtime=23.91
/proc/16182/task/16186/stat : 16186 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 56216 0 0 0 2381 10 0 0 25 0 5 0 1132161849 1036587008 235632 4294967295 134512640 135237372 3219022128 3067944544 134680285 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=1012292 CPUtime=24.83
/proc/16182/task/16187/stat : 16187 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 62217 0 0 0 2461 22 0 0 25 0 5 0 1132161849 1036587008 235632 4294967295 134512640 135237372 3219022128 3059554928 134680340 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.62
Current children cumulated vsize (KiB) 1012292

[startup+102.32 s]
/proc/loadavg: 6.31 5.67 4.93 5/120 16537
/proc/meminfo: memFree=1363596/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=1917220 CPUtime=198.91
/proc/16182/stat : 16182 (ttsth-5-0) S 16180 16182 32205 0 -1 4202496 449475 0 0 0 19739 152 0 0 25 0 5 0 1132161679 1963233280 449265 4294967295 134512640 135237372 3219022128 3219021724 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16182/statm: 479305 449265 95 177 0 479127 0
[pid=16182/tid=16184] ppid=16180 vsize=1917220 CPUtime=49.33
/proc/16182/task/16184/stat : 16184 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 106500 0 0 0 4900 33 0 0 25 0 5 0 1132161848 1963233280 449265 4294967295 134512640 135237372 3219022128 3084663440 134550994 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=1917220 CPUtime=47.63
/proc/16182/task/16185/stat : 16185 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 111543 0 0 0 4719 44 0 0 25 0 5 0 1132161848 1963233280 449265 4294967295 134512640 135237372 3219022128 3076179920 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=1917220 CPUtime=49.04
/proc/16182/task/16186/stat : 16186 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 105720 0 0 0 4877 27 0 0 25 0 5 0 1132161849 1963233280 449265 4294967295 134512640 135237372 3219022128 3067837648 134680329 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=1917220 CPUtime=51.24
/proc/16182/task/16187/stat : 16187 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 114032 0 0 0 5083 41 0 0 25 0 5 0 1132161849 1963233280 449266 4294967295 134512640 135237372 3219022128 3059791036 134636436 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 198.91
Current children cumulated vsize (KiB) 1917220



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+112.61 s]
/proc/loadavg: 6.34 5.70 4.94 7/118 16735
/proc/meminfo: memFree=1190268/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=2096388 CPUtime=218.42
/proc/16182/stat : 16182 (ttsth-5-0) S 16180 16182 32205 0 -1 4202496 491989 0 0 0 21675 167 0 0 25 0 5 0 1132161679 2146701312 491779 4294967295 134512640 135237372 3219022128 3219021724 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16182/statm: 524097 491780 95 177 0 523919 0
[pid=16182/tid=16184] ppid=16180 vsize=2096388 CPUtime=54.08
/proc/16182/task/16184/stat : 16184 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 117140 0 0 0 5369 39 0 0 25 0 5 0 1132161848 2146701312 491785 4294967295 134512640 135237372 3219022128 3084687904 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=2096388 CPUtime=52.81
/proc/16182/task/16185/stat : 16185 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 121933 0 0 0 5231 50 0 0 25 0 5 0 1132161848 2146701312 491785 4294967295 134512640 135237372 3219022128 3076302816 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=2096388 CPUtime=54.05
/proc/16182/task/16186/stat : 16186 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 114689 0 0 0 5377 28 0 0 25 0 5 0 1132161849 2146701312 491786 4294967295 134512640 135237372 3219022128 3067789984 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=2096388 CPUtime=55.8
/proc/16182/task/16187/stat : 16187 (ttsth-5-0) R 16180 16182 32205 0 -1 4202560 126554 0 0 0 5537 43 0 0 25 0 5 0 1132161849 2146701312 491786 4294967295 134512640 135237372 3219022128 3059433040 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 218.42
Current children cumulated vsize (KiB) 2096388

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

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

[startup+112.73 s]
/proc/loadavg: 6.34 5.70 4.94 7/118 16735
/proc/meminfo: memFree=1190268/3368532 swapFree=1954888/1959888
[pid=16182] ppid=16180 vsize=0 CPUtime=218.54
/proc/16182/stat : 16182 (ttsth-5-0) Z 16180 16182 32205 0 -1 4203524 492082 0 0 0 21677 177 0 0 18 0 2 0 1132161679 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16182/statm: 0 0 0 0 0 0 0
[pid=16182/tid=16184] ppid=16180 vsize=0 CPUtime=54.19
/proc/16182/task/16184/stat : 16184 (ttsth-5-0) R 16180 16182 32205 0 -1 4203588 117183 0 0 0 5370 49 0 0 25 0 2 0 1132161848 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 218.54
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 112.732
CPU time (s): 218.55
CPU user time (s): 216.77
CPU system time (s): 1.78
CPU usage (%): 193.866
Max. virtual memory (cumulated for all children) (KiB): 2096388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.77
system time used= 1.78
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492082
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= 16916
involuntary context switches= 3349

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 11:16:17
IDJOB=1776613
IDBENCH=69560
IDSOLVER=632
FILE ID=/1776613-1243674977
PBS_JOBID=
Free space on /tmp= 15879 MiB

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

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

MD5SUM BENCH= b44e541aede789d4830fa0a3a047fcda
RANDOM SEED= 1040957679

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.43
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:       3159668 kB
Buffers:         37384 kB
Cached:          76028 kB
SwapCached:        720 kB
Active:         100472 kB
Inactive:        28500 kB
HighTotal:     2489216 kB
HighFree:      2394128 kB
LowTotal:       879316 kB
LowFree:        765540 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:            1832 kB
Writeback:           0 kB
AnonPages:       15064 kB
Mapped:           6252 kB
Slab:            69632 kB
SReclaimable:    59936 kB
SUnreclaim:       9696 kB
PageTables:        712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117276 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15879 MiB
End job on  at 2009-05-30 11:18:11