Trace number 1779418

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) 599.03 154.733

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-26-s100.cnf
MD5SUMa2be03cdc152990d030fb3c2aea1f730
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 variables31942
Number of clauses96138
Sum of the clauses size226784
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261502
Number of clauses of size 334572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.12/0.18	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779418-1243679189.cnf 
0.12/0.18	c Using SATTIMEOUT of 10000
0.12/0.18	c Using SATRAM of 2047
0.12/0.18	c Size of subset node = 16
0.12/0.18	c Variables = 31942
0.12/0.18	c Clauses = 96138
0.12/0.18	c Literals = 226784
0.12/0.18	c Reduced size:
0.12/0.18	c Variables = 31942
0.12/0.18	c Clauses = 95654
0.12/0.18	c Literals = 225500
0.12/0.18	c a2
0.32/0.33	c a1
5.52/5.61	c Independent sub-problems = 1
5.52/5.61	c Sub-problem with 31794 variables and 95654 clauses
5.52/5.61	c using permutation method 4
5.52/5.61	c count = 1
5.52/5.61	c Ordering finished 5.580 seconds
5.52/5.61	c mapped 5.610 seconds
5.52/5.61	c permuted 5.610 seconds
5.52/5.61	c about to sort
5.62/5.63	c sorted
6.22/6.23	c clauses now 95654
6.22/6.23	c init finished 5.840 seconds
6.22/6.23	c tree built 6.230 seconds
6.22/6.23	c 
6.22/6.23	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
6.22/6.23	c ---------------------------------|----------------------------------|------------------------------------------------------
6.22/6.23	c ................................ | ..........                       |                        6.2           0.0             
6.22/6.23	c ................................ | ..........                     1 |                        6.2           0.2             
6.22/6.23	c ................................ | ..........                     2 |                        6.2           0.3             
6.22/6.23	c ................................ | ..........                     3 |                        6.2           0.5             
6.22/6.23	c ................................ | ..........                     4 |                        6.2           0.6             
6.22/6.23	c ................................ | ..........                     5 |                        6.2           0.8             
6.22/6.23	c ................................ | ..........                  1000 | 15                     6.2         160.3          321
200.16/54.85	c ................................ | ..........               2474000 | 60348                200.3       12350.2     34872637
400.12/104.99	c ................................ | ..........               4087000 | 107700               400.4       10206.3     74678542

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-1779418-1243679189/watcher-1779418-1243679189 -o /tmp/evaluation-result-1779418-1243679189/solver-1779418-1243679189 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779418-1243679189.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.83 2.21 2.05 3/115 2519
/proc/meminfo: memFree=2993724/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=1012 CPUtime=0
/proc/2519/stat : 2519 (ttsth-5-0) R 2517 2519 11443 0 -1 4202496 150 0 0 0 0 0 0 0 18 0 1 0 1132598677 1036288 105 4294967295 134512640 135237372 3214406864 3214405388 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2519/statm: 253 105 74 177 0 75 0

[startup+0.093091 s]
/proc/loadavg: 3.83 2.21 2.05 3/115 2519
/proc/meminfo: memFree=2993724/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=5204 CPUtime=0.1
/proc/2519/stat : 2519 (ttsth-5-0) R 2517 2519 11443 0 -1 4202496 1189 0 0 0 9 1 0 0 18 0 1 0 1132598677 5328896 1144 4294967295 134512640 135237372 3214406864 3214405660 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2519/statm: 1301 1145 75 177 0 1123 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5204

[startup+0.113088 s]
/proc/loadavg: 3.83 2.21 2.05 3/115 2519
/proc/meminfo: memFree=2993724/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=6128 CPUtime=0.12
/proc/2519/stat : 2519 (ttsth-5-0) R 2517 2519 11443 0 -1 4202496 1420 0 0 0 11 1 0 0 18 0 1 0 1132598677 6275072 1375 4294967295 134512640 135237372 3214406864 3214405388 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2519/statm: 1532 1376 75 177 0 1354 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6128

[startup+0.313082 s]
/proc/loadavg: 3.83 2.21 2.05 3/115 2519
/proc/meminfo: memFree=2993724/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=14260 CPUtime=0.32
/proc/2519/stat : 2519 (ttsth-5-0) R 2517 2519 11443 0 -1 4202496 3369 0 0 0 30 2 0 0 18 0 1 0 1132598677 14602240 3323 4294967295 134512640 135237372 3214406864 3214405772 134680208 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2519/statm: 3565 3323 76 177 0 3387 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14260

[startup+0.713064 s]
/proc/loadavg: 3.83 2.21 2.05 3/115 2519
/proc/meminfo: memFree=2993724/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=18636 CPUtime=0.72
/proc/2519/stat : 2519 (ttsth-5-0) R 2517 2519 11443 0 -1 4202496 4700 0 0 0 69 3 0 0 19 0 1 0 1132598677 19083264 4466 4294967295 134512640 135237372 3214406864 3214406204 134553867 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2519/statm: 4659 4466 77 177 0 4481 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18636

[startup+1.51303 s]
/proc/loadavg: 3.83 2.21 2.05 2/116 2520
/proc/meminfo: memFree=2976172/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=18992 CPUtime=1.52
/proc/2519/stat : 2519 (ttsth-5-0) R 2517 2519 11443 0 -1 4202496 4751 0 0 0 149 3 0 0 20 0 1 0 1132598677 19447808 4517 4294967295 134512640 135237372 3214406864 3214406192 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2519/statm: 4748 4517 77 177 0 4570 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 18992

[startup+3.11297 s]
/proc/loadavg: 3.60 2.19 2.04 2/116 2520
/proc/meminfo: memFree=2975876/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=19284 CPUtime=3.12
/proc/2519/stat : 2519 (ttsth-5-0) R 2517 2519 11443 0 -1 4202496 4840 0 0 0 309 3 0 0 25 0 1 0 1132598677 19746816 4606 4294967295 134512640 135237372 3214406864 3214406192 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2519/statm: 4821 4606 77 177 0 4643 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 19284

[startup+6.31285 s]
/proc/loadavg: 3.60 2.19 2.04 2/116 2522
/proc/meminfo: memFree=2974712/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=167248 CPUtime=6.46
/proc/2519/stat : 2519 (ttsth-5-0) S 2517 2519 11443 0 -1 4202496 33974 0 0 0 638 8 0 0 25 0 5 0 1132598677 171261952 33552 4294967295 134512640 135237372 3214406864 3214406460 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2519/statm: 41812 33552 95 177 0 41634 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 167248

[startup+12.7126 s]
/proc/loadavg: 3.73 2.27 2.07 5/120 2527
/proc/meminfo: memFree=2778576/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=259100 CPUtime=32.05
/proc/2519/stat : 2519 (ttsth-5-0) S 2517 2519 11443 0 -1 4202496 56903 0 0 0 3183 22 0 0 25 0 5 0 1132598677 265318400 56481 4294967295 134512640 135237372 3214406864 3214406460 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2519/statm: 64775 56482 95 177 0 64597 0
[pid=2519/tid=2523] ppid=2517 vsize=259100 CPUtime=6.48
/proc/2519/task/2523/stat : 2523 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 5704 0 0 0 647 1 0 0 25 0 5 0 1132599300 265318400 56482 4294967295 134512640 135237372 3214406864 3081266560 134591433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2519/tid=2524] ppid=2517 vsize=259100 CPUtime=6.46
/proc/2519/task/2524/stat : 2524 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 5716 0 0 0 641 5 0 0 25 0 5 0 1132599300 265318400 56482 4294967295 134512640 135237372 3214406864 3072926336 134590235 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2519/tid=2526] ppid=2517 vsize=259100 CPUtime=6.46
/proc/2519/task/2526/stat : 2526 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 6485 0 0 0 643 3 0 0 25 0 5 0 1132599300 265318400 56482 4294967295 134512640 135237372 3214406864 3064272592 134749337 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2519/tid=2527] ppid=2517 vsize=259100 CPUtime=6.42
/proc/2519/task/2527/stat : 2527 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 6028 0 0 0 637 5 0 0 25 0 5 0 1132599300 265318400 56482 4294967295 134512640 135237372 3214406864 3055504864 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.05
Current children cumulated vsize (KiB) 259100

[startup+25.5021 s]
/proc/loadavg: 3.93 2.36 2.10 5/120 2527
/proc/meminfo: memFree=2627540/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=407404 CPUtime=83.21
/proc/2519/stat : 2519 (ttsth-5-0) S 2517 2519 11443 0 -1 4202496 92881 0 0 0 8284 37 0 0 25 0 5 0 1132598677 417181696 92459 4294967295 134512640 135237372 3214406864 3214406460 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2519/statm: 101851 92459 95 177 0 101673 0
[pid=2519/tid=2523] ppid=2517 vsize=407404 CPUtime=19.27
/proc/2519/task/2523/stat : 2523 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 14518 0 0 0 1923 4 0 0 25 0 5 0 1132599300 417181696 92459 4294967295 134512640 135237372 3214406864 3080918512 134590101 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2519/tid=2524] ppid=2517 vsize=407404 CPUtime=19.25
/proc/2519/task/2524/stat : 2524 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 17088 0 0 0 1918 7 0 0 25 0 5 0 1132599300 417181696 92459 4294967295 134512640 135237372 3214406864 3073061792 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2519/tid=2526] ppid=2517 vsize=407404 CPUtime=19.25
/proc/2519/task/2526/stat : 2526 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 13530 0 0 0 1919 6 0 0 25 0 5 0 1132599300 417181696 92459 4294967295 134512640 135237372 3214406864 3064097280 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2519/tid=2527] ppid=2517 vsize=407404 CPUtime=19.21
/proc/2519/task/2527/stat : 2527 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 14774 0 0 0 1909 12 0 0 25 0 5 0 1132599300 417181696 92459 4294967295 134512640 135237372 3214406864 3055842768 134680251 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.21
Current children cumulated vsize (KiB) 407404

[startup+51.1111 s]
/proc/loadavg: 4.02 2.50 2.16 6/120 2725
/proc/meminfo: memFree=2323568/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=729272 CPUtime=185.36
/proc/2519/stat : 2519 (ttsth-5-0) S 2517 2519 11443 0 -1 4202496 170042 0 0 0 18469 67 0 0 25 0 5 0 1132598677 746774528 169620 4294967295 134512640 135237372 3214406864 3214406460 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2519/statm: 182318 169620 95 177 0 182140 0
[pid=2519/tid=2523] ppid=2517 vsize=729272 CPUtime=44.88
/proc/2519/task/2523/stat : 2523 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 34285 0 0 0 4479 9 0 0 25 0 5 0 1132599300 746774528 169620 4294967295 134512640 135237372 3214406864 3080629728 134749305 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2519/tid=2524] ppid=2517 vsize=729272 CPUtime=44.77
/proc/2519/task/2524/stat : 2524 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 37536 0 0 0 4462 15 0 0 25 0 5 0 1132599300 746774528 169620 4294967295 134512640 135237372 3214406864 3072990800 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2519/tid=2526] ppid=2517 vsize=729272 CPUtime=44.79
/proc/2519/task/2526/stat : 2526 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 34226 0 0 0 4467 12 0 0 25 0 5 0 1132599300 746774528 169620 4294967295 134512640 135237372 3214406864 3064375744 134680273 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2519/tid=2527] ppid=2517 vsize=729272 CPUtime=44.69
/proc/2519/task/2527/stat : 2527 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 31024 0 0 0 4446 23 0 0 25 0 5 0 1132599300 746774528 169620 4294967295 134512640 135237372 3214406864 3055700800 134680245 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 185.36
Current children cumulated vsize (KiB) 729272

[startup+102.319 s]
/proc/loadavg: 4.16 2.80 2.27 7/121 2742
/proc/meminfo: memFree=1687180/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=1389344 CPUtime=390.07
/proc/2519/stat : 2519 (ttsth-5-0) S 2517 2519 11443 0 -1 4202496 327622 0 0 0 38873 134 0 0 25 0 5 0 1132598677 1422688256 327200 4294967295 134512640 135237372 3214406864 3214406460 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2519/statm: 347336 327200 95 177 0 347158 0
[pid=2519/tid=2523] ppid=2517 vsize=1389344 CPUtime=96.09
/proc/2519/task/2523/stat : 2523 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 77864 0 0 0 9577 32 0 0 25 0 5 0 1132599300 1422688256 327200 4294967295 134512640 135237372 3214406864 3080929440 134562416 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2519/tid=2524] ppid=2517 vsize=1389344 CPUtime=95.97
/proc/2519/task/2524/stat : 2524 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 75244 0 0 0 9567 30 0 0 25 0 5 0 1132599300 1422688256 327200 4294967295 134512640 135237372 3214406864 3072767552 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2519/tid=2526] ppid=2517 vsize=1389344 CPUtime=96
/proc/2519/task/2526/stat : 2526 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 68745 0 0 0 9573 27 0 0 25 0 5 0 1132599300 1422688256 327200 4294967295 134512640 135237372 3214406864 3064568400 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2519/tid=2527] ppid=2517 vsize=1389344 CPUtime=95.78
/proc/2519/task/2527/stat : 2527 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 72798 0 0 0 9541 37 0 0 25 0 5 0 1132599300 1422688256 327200 4294967295 134512640 135237372 3214406864 3055652924 134680502 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 390.07
Current children cumulated vsize (KiB) 1389344



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+154.607 s]
/proc/loadavg: 4.29 3.03 2.38 5/120 2925
/proc/meminfo: memFree=1013292/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=2096596 CPUtime=598.86
/proc/2519/stat : 2519 (ttsth-5-0) S 2517 2519 11443 0 -1 4202496 495510 0 0 0 59674 212 0 0 25 0 5 0 1132598677 2146914304 495088 4294967295 134512640 135237372 3214406864 3214406460 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2519/statm: 524149 495088 95 177 0 523971 0
[pid=2519/tid=2523] ppid=2517 vsize=2096596 CPUtime=148.28
/proc/2519/task/2523/stat : 2523 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 123957 0 0 0 14774 54 0 0 25 0 5 0 1132599300 2146914304 495088 4294967295 134512640 135237372 3214406864 3081383824 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2519/tid=2524] ppid=2517 vsize=2096596 CPUtime=148.19
/proc/2519/task/2524/stat : 2524 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 111288 0 0 0 14768 51 0 0 25 0 5 0 1132599300 2146914304 495088 4294967295 134512640 135237372 3214406864 3072975692 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2519/tid=2526] ppid=2517 vsize=2096596 CPUtime=148.24
/proc/2519/task/2526/stat : 2526 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 115260 0 0 0 14777 47 0 0 25 0 5 0 1132599300 2146914304 495088 4294967295 134512640 135237372 3214406864 3064581152 134550989 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2519/tid=2527] ppid=2517 vsize=2096596 CPUtime=147.92
/proc/2519/task/2527/stat : 2527 (ttsth-5-0) R 2517 2519 11443 0 -1 4202560 112034 0 0 0 14740 52 0 0 25 0 5 0 1132599300 2146914304 495088 4294967295 134512640 135237372 3214406864 3055245772 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 598.86
Current children cumulated vsize (KiB) 2096596

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

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

[startup+154.727 s]
/proc/loadavg: 4.29 3.03 2.38 5/120 2925
/proc/meminfo: memFree=1013292/3368532 swapFree=1941392/1959888
[pid=2519] ppid=2517 vsize=0 CPUtime=599.03
/proc/2519/stat : 2519 (ttsth-5-0) Z 2517 2519 11443 0 -1 4203524 495576 0 0 0 59682 221 0 0 18 0 2 0 1132598677 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/2519/statm: 0 0 0 0 0 0 0
[pid=2519/tid=2526] ppid=2517 vsize=0 CPUtime=148.35
/proc/2519/task/2526/stat : 2526 (ttsth-5-0) R 2517 2519 11443 0 -1 4203588 115265 0 0 0 14779 56 0 0 25 0 2 0 1132599300 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) 599.03
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2519 and gives
#  childrusage.ru_utime.tv_sec=596
#  childrusage.ru_utime.tv_usec=820000
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=210000
# CPU time returned by wait4() is 599.03
# while last known CPU time is 599.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 154.733
CPU time (s): 599.03
CPU user time (s): 596.82
CPU system time (s): 2.21
CPU usage (%): 387.138
Max. virtual memory (cumulated for all children) (KiB): 2096596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 596.82
system time used= 2.21
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495576
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= 3109
involuntary context switches= 10644

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:26:29
IDJOB=1779418
IDBENCH=70850
IDSOLVER=632
FILE ID=/1779418-1243679189
PBS_JOBID=
Free space on /tmp= 15729 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-26-s100.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779418-1243679189/watcher-1779418-1243679189 -o /tmp/evaluation-result-1779418-1243679189/solver-1779418-1243679189 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779418-1243679189.cnf

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

MD5SUM BENCH= a2be03cdc152990d030fb3c2aea1f730
RANDOM SEED= 428329044

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.143
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.143
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.143
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.17
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.143
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:       2993724 kB
Buffers:         87664 kB
Cached:         183900 kB
SwapCached:       4320 kB
Active:         180780 kB
Inactive:       101320 kB
HighTotal:     2489216 kB
HighFree:      2292472 kB
LowTotal:       879316 kB
LowFree:        701252 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            2236 kB
Writeback:           0 kB
AnonPages:        9324 kB
Mapped:           4284 kB
Slab:            81800 kB
SReclaimable:    72136 kB
SUnreclaim:       9664 kB
PageTables:        784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127084 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15729 MiB
End job on  at 2009-05-30 12:29:05