Trace number 1779463

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) 541.26 140.343

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-15-s100.cnf
MD5SUMb185751224700d221426aae46b36e25c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark95.22
Satisfiable
(Un)Satisfiability was proved
Number of variables31238
Number of clauses93878
Sum of the clauses size221002
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260504
Number of clauses of size 333310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.17	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779463-1243679121.cnf 
0.11/0.17	c Using SATTIMEOUT of 10000
0.11/0.17	c Using SATRAM of 2047
0.11/0.17	c Size of subset node = 16
0.11/0.17	c Variables = 31238
0.11/0.17	c Clauses = 93878
0.11/0.17	c Literals = 221002
0.11/0.17	c Reduced size:
0.11/0.17	c Variables = 31238
0.11/0.17	c Clauses = 93394
0.11/0.17	c Literals = 219718
0.11/0.17	c a2
0.31/0.32	c a1
5.50/5.60	c Independent sub-problems = 1
5.50/5.60	c Sub-problem with 31090 variables and 93394 clauses
5.50/5.60	c using permutation method 4
5.50/5.60	c count = 1
5.50/5.60	c Ordering finished 5.550 seconds
5.50/5.60	c mapped 5.580 seconds
5.50/5.60	c permuted 5.590 seconds
5.50/5.60	c about to sort
5.60/5.62	c sorted
6.10/6.20	c clauses now 93394
6.10/6.20	c init finished 5.800 seconds
6.10/6.20	c tree built 6.190 seconds
6.10/6.20	c 
6.10/6.20	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
6.10/6.20	c ---------------------------------|----------------------------------|------------------------------------------------------
6.10/6.20	c ................................ | ..........                       |                        6.2           0.0             
6.10/6.20	c ................................ | ..........                     1 |                        6.2           0.2             
6.10/6.20	c ................................ | ..........                     2 |                        6.2           0.3             
6.10/6.20	c ................................ | ..........                     3 |                        6.2           0.5             
6.10/6.20	c ................................ | ..........                     4 |                        6.2           0.6             
6.10/6.20	c ................................ | ..........                     5 |                        6.2           0.8             
6.10/6.20	c ................................ | ..........                  1000 | 8                      6.2         161.6          145
199.83/54.77	c ................................ | ..........               1922000 | 61925                200.1        9604.7     49539305
399.80/104.88	c ................................ | ..........               3264000 | 110313               400.1        8157.6     90577322

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-1779463-1243679121/watcher-1779463-1243679121 -o /tmp/evaluation-result-1779463-1243679121/solver-1779463-1243679121 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779463-1243679121.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: 4.08 3.83 3.16 3/98 22248
/proc/meminfo: memFree=3084664/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=1144 CPUtime=0
/proc/22248/stat : 22248 (ttsth-5-0) R 22246 22248 30226 0 -1 4202496 170 0 0 0 0 0 0 0 18 0 1 0 949488839 1171456 125 4294967295 134512640 135237372 3213679648 3213678172 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22248/statm: 286 125 74 177 0 108 0

[startup+0.06967 s]
/proc/loadavg: 4.08 3.83 3.16 3/98 22248
/proc/meminfo: memFree=3084664/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=4160 CPUtime=0.07
/proc/22248/stat : 22248 (ttsth-5-0) R 22246 22248 30226 0 -1 4202496 937 0 0 0 6 1 0 0 18 0 1 0 949488839 4259840 892 4294967295 134512640 135237372 3213679648 3213678172 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22248/statm: 1040 892 75 177 0 862 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4160

[startup+0.109667 s]
/proc/loadavg: 4.08 3.83 3.16 3/98 22248
/proc/meminfo: memFree=3084664/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=6128 CPUtime=0.11
/proc/22248/stat : 22248 (ttsth-5-0) R 22246 22248 30226 0 -1 4202496 1406 0 0 0 10 1 0 0 18 0 1 0 949488839 6275072 1361 4294967295 134512640 135237372 3213679648 3213678172 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22248/statm: 1532 1361 75 177 0 1354 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6128

[startup+0.30965 s]
/proc/loadavg: 4.08 3.83 3.16 3/98 22248
/proc/meminfo: memFree=3084664/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=13972 CPUtime=0.31
/proc/22248/stat : 22248 (ttsth-5-0) R 22246 22248 30226 0 -1 4202496 3294 0 0 0 30 1 0 0 18 0 1 0 949488839 14307328 3248 4294967295 134512640 135237372 3213679648 3213678848 134680723 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22248/statm: 3493 3248 76 177 0 3315 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13972

[startup+0.709617 s]
/proc/loadavg: 4.08 3.83 3.16 3/98 22248
/proc/meminfo: memFree=3084664/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=18324 CPUtime=0.71
/proc/22248/stat : 22248 (ttsth-5-0) R 22246 22248 30226 0 -1 4202496 4599 0 0 0 69 2 0 0 18 0 1 0 949488839 18763776 4369 4294967295 134512640 135237372 3213679648 3213678976 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22248/statm: 4581 4369 77 177 0 4403 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 18324

[startup+1.50955 s]
/proc/loadavg: 4.08 3.83 3.16 2/99 22249
/proc/meminfo: memFree=3067444/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=18612 CPUtime=1.51
/proc/22248/stat : 22248 (ttsth-5-0) R 22246 22248 30226 0 -1 4202496 4653 0 0 0 149 2 0 0 20 0 1 0 949488839 19058688 4423 4294967295 134512640 135237372 3213679648 3213678976 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22248/statm: 4653 4423 77 177 0 4475 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 18612

[startup+3.10942 s]
/proc/loadavg: 4.08 3.83 3.16 2/99 22249
/proc/meminfo: memFree=3067296/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=18904 CPUtime=3.11
/proc/22248/stat : 22248 (ttsth-5-0) R 22246 22248 30226 0 -1 4202496 4740 0 0 0 309 2 0 0 25 0 1 0 949488839 19357696 4510 4294967295 134512640 135237372 3213679648 3213678976 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22248/statm: 4726 4510 77 177 0 4548 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 18904

[startup+6.30917 s]
/proc/loadavg: 3.84 3.78 3.15 2/99 22249
/proc/meminfo: memFree=3066064/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=166972 CPUtime=6.54
/proc/22248/stat : 22248 (ttsth-5-0) S 22246 22248 30226 0 -1 4202496 33913 0 0 0 639 15 0 0 25 0 5 0 949488839 170979328 33499 4294967295 134512640 135237372 3213679648 3213679244 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/22248/statm: 41743 33499 95 177 0 41565 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 166972

[startup+12.7086 s]
/proc/loadavg: 3.93 3.80 3.16 5/103 22253
/proc/meminfo: memFree=2821140/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=314736 CPUtime=32.14
/proc/22248/stat : 22248 (ttsth-5-0) S 22246 22248 30226 0 -1 4202496 69959 0 0 0 3182 32 0 0 25 0 5 0 949488839 322289664 69545 4294967295 134512640 135237372 3213679648 3213679244 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/22248/statm: 78684 69545 95 177 0 78506 0
[pid=22248/tid=22250] ppid=22246 vsize=314736 CPUtime=6.51
/proc/22248/task/22250/stat : 22250 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 8539 0 0 0 647 4 0 0 25 0 5 0 949489459 322289664 69545 4294967295 134512640 135237372 3213679648 3082550736 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22248/tid=22251] ppid=22246 vsize=314736 CPUtime=6.48
/proc/22248/task/22251/stat : 22251 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 10303 0 0 0 645 3 0 0 25 0 5 0 949489459 322289664 69546 4294967295 134512640 135237372 3213679648 3074184976 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=22248/tid=22252] ppid=22246 vsize=314736 CPUtime=6.47
/proc/22248/task/22252/stat : 22252 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 9016 0 0 0 641 6 0 0 25 0 5 0 949489459 322289664 69546 4294967295 134512640 135237372 3213679648 3065704176 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=22248/tid=22253] ppid=22246 vsize=314736 CPUtime=6.49
/proc/22248/task/22253/stat : 22253 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 9852 0 0 0 644 5 0 0 25 0 5 0 949489461 322289664 69546 4294967295 134512640 135237372 3213679648 3055948080 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.14
Current children cumulated vsize (KiB) 314736

[startup+25.5076 s]
/proc/loadavg: 4.02 3.83 3.18 5/103 22437
/proc/meminfo: memFree=2601288/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=533116 CPUtime=83.06
/proc/22248/stat : 22248 (ttsth-5-0) S 22246 22248 30226 0 -1 4202496 122530 0 0 0 8254 52 0 0 25 0 5 0 949488839 545910784 122116 4294967295 134512640 135237372 3213679648 3213679244 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/22248/statm: 133279 122116 95 177 0 133101 0
[pid=22248/tid=22250] ppid=22246 vsize=533116 CPUtime=19.27
/proc/22248/task/22250/stat : 22250 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 20747 0 0 0 1921 6 0 0 25 0 5 0 949489459 545910784 122116 4294967295 134512640 135237372 3213679648 3082535520 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22248/tid=22251] ppid=22246 vsize=533116 CPUtime=19.16
/proc/22248/task/22251/stat : 22251 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 24959 0 0 0 1904 12 0 0 25 0 5 0 949489459 545910784 122116 4294967295 134512640 135237372 3213679648 3074089292 134680208 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=22248/tid=22252] ppid=22246 vsize=533116 CPUtime=19.23
/proc/22248/task/22252/stat : 22252 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 21215 0 0 0 1915 8 0 0 25 0 5 0 949489459 545910784 122116 4294967295 134512640 135237372 3213679648 3065722400 134590777 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=22248/tid=22253] ppid=22246 vsize=533116 CPUtime=19.21
/proc/22248/task/22253/stat : 22253 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 23359 0 0 0 1909 12 0 0 25 0 5 0 949489461 545910784 122117 4294967295 134512640 135237372 3213679648 3056076336 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 533116

[startup+51.1055 s]
/proc/loadavg: 4.14 3.87 3.21 5/103 22441
/proc/meminfo: memFree=2222912/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=936204 CPUtime=185.43
/proc/22248/stat : 22248 (ttsth-5-0) S 22246 22248 30226 0 -1 4202496 218277 0 0 0 18449 94 0 0 25 0 5 0 949488839 958672896 217863 4294967295 134512640 135237372 3213679648 3213679244 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/22248/statm: 234051 217863 95 177 0 233873 0
[pid=22248/tid=22250] ppid=22246 vsize=936204 CPUtime=44.84
/proc/22248/task/22250/stat : 22250 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 43699 0 0 0 4469 15 0 0 25 0 5 0 949489459 958672896 217863 4294967295 134512640 135237372 3213679648 3082539504 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22248/tid=22251] ppid=22246 vsize=936204 CPUtime=44.76
/proc/22248/task/22251/stat : 22251 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 48927 0 0 0 4454 22 0 0 25 0 5 0 949489459 958672896 217863 4294967295 134512640 135237372 3213679648 3074132480 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=22248/tid=22252] ppid=22246 vsize=936204 CPUtime=44.83
/proc/22248/task/22252/stat : 22252 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 49800 0 0 0 4465 18 0 0 25 0 5 0 949489459 958672896 217864 4294967295 134512640 135237372 3213679648 3065682192 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=22248/tid=22253] ppid=22246 vsize=936204 CPUtime=44.81
/proc/22248/task/22253/stat : 22253 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 43601 0 0 0 4456 25 0 0 25 0 5 0 949489461 958672896 217864 4294967295 134512640 135237372 3213679648 3056273824 134680474 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 185.43
Current children cumulated vsize (KiB) 936204

[startup+102.311 s]
/proc/loadavg: 4.22 3.93 3.27 5/103 22626
/proc/meminfo: memFree=1542612/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=1644548 CPUtime=389.86
/proc/22248/stat : 22248 (ttsth-5-0) S 22246 22248 30226 0 -1 4202496 386171 0 0 0 38813 173 0 0 25 0 5 0 949488839 1684017152 385757 4294967295 134512640 135237372 3213679648 3213679244 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/22248/statm: 411137 385757 95 177 0 410959 0
[pid=22248/tid=22250] ppid=22246 vsize=1644548 CPUtime=95.95
/proc/22248/task/22250/stat : 22250 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 84921 0 0 0 9557 38 0 0 25 0 5 0 949489459 1684017152 385757 4294967295 134512640 135237372 3213679648 3082565968 134551002 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22248/tid=22251] ppid=22246 vsize=1644548 CPUtime=95.75
/proc/22248/task/22251/stat : 22251 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 94289 0 0 0 9534 41 0 0 25 0 5 0 949489459 1684017152 385757 4294967295 134512640 135237372 3213679648 3074265184 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=22248/tid=22252] ppid=22246 vsize=1644548 CPUtime=96.03
/proc/22248/task/22252/stat : 22252 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 94267 0 0 0 9567 36 0 0 25 0 5 0 949489459 1684017152 385757 4294967295 134512640 135237372 3213679648 3065840336 134749351 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=22248/tid=22253] ppid=22246 vsize=1644548 CPUtime=95.94
/proc/22248/task/22253/stat : 22253 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 80444 0 0 0 9550 44 0 0 25 0 5 0 949489461 1684017152 385757 4294967295 134512640 135237372 3213679648 3056065632 134562459 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 389.86
Current children cumulated vsize (KiB) 1644548



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+140.218 s]
/proc/loadavg: 4.26 3.97 3.30 6/103 22815
/proc/meminfo: memFree=1112944/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=2097556 CPUtime=541.09
/proc/22248/stat : 22248 (ttsth-5-0) S 22246 22248 30226 0 -1 4202496 493031 0 0 0 53910 199 0 0 25 0 5 0 949488839 2147897344 492617 4294967295 134512640 135237372 3213679648 3213679244 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/22248/statm: 524389 492617 95 177 0 524211 0
[pid=22248/tid=22250] ppid=22246 vsize=2097556 CPUtime=133.69
/proc/22248/task/22250/stat : 22250 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 117015 0 0 0 13320 49 0 0 25 0 5 0 949489459 2147897344 492617 4294967295 134512640 135237372 3213679648 3082519152 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=22248/tid=22251] ppid=22246 vsize=2097556 CPUtime=133.61
/proc/22248/task/22251/stat : 22251 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 123591 0 0 0 13313 48 0 0 25 0 5 0 949489459 2147897344 492617 4294967295 134512640 135237372 3213679648 3074220256 134680720 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22248/tid=22252] ppid=22246 vsize=2097556 CPUtime=133.91
/proc/22248/task/22252/stat : 22252 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 118867 0 0 0 13351 40 0 0 25 0 5 0 949489459 2147897344 492617 4294967295 134512640 135237372 3213679648 3065776256 134587921 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=22248/tid=22253] ppid=22246 vsize=2097556 CPUtime=133.69
/proc/22248/task/22253/stat : 22253 (ttsth-5-0) R 22246 22248 30226 0 -1 4202560 101308 0 0 0 13321 48 0 0 25 0 5 0 949489461 2147897344 492617 4294967295 134512640 135237372 3213679648 3056138336 134680273 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 541.09
Current children cumulated vsize (KiB) 2097556

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

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

[startup+140.338 s]
/proc/loadavg: 4.26 3.97 3.30 6/103 22815
/proc/meminfo: memFree=1112944/3368532 swapFree=1959840/1959888
[pid=22248] ppid=22246 vsize=0 CPUtime=541.26
/proc/22248/stat : 22248 (ttsth-5-0) Z 22246 22248 30226 0 -1 4203524 493065 0 0 0 53918 208 0 0 18 0 2 0 949488839 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/22248/statm: 0 0 0 0 0 0 0
[pid=22248/tid=22252] ppid=22246 vsize=0 CPUtime=134.02
/proc/22248/task/22252/stat : 22252 (ttsth-5-0) R 22246 22248 30226 0 -1 4203588 118867 0 0 0 13353 49 0 0 25 0 2 0 949489459 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) 541.26
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 22248 and gives
#  childrusage.ru_utime.tv_sec=539
#  childrusage.ru_utime.tv_usec=180000
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=80000
# CPU time returned by wait4() is 541.26
# while last known CPU time is 541.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 140.343
CPU time (s): 541.26
CPU user time (s): 539.18
CPU system time (s): 2.08
CPU usage (%): 385.669
Max. virtual memory (cumulated for all children) (KiB): 2097556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 539.18
system time used= 2.08
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493065
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= 2451
involuntary context switches= 10174

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 12:25:21
IDJOB=1779463
IDBENCH=70858
IDSOLVER=632
FILE ID=tipi39/1779463-1243679121
PBS_JOBID=
Free space on /tmp= 5742 MiB

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

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

MD5SUM BENCH= b185751224700d221426aae46b36e25c
RANDOM SEED= 329439349

Linux tipi39 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.067
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.067
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
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.067
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:       3084664 kB
Buffers:         79580 kB
Cached:          94364 kB
SwapCached:          0 kB
Active:         116688 kB
Inactive:        73356 kB
HighTotal:     2489216 kB
HighFree:      2381340 kB
LowTotal:       879316 kB
LowFree:        703324 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            2240 kB
Writeback:           0 kB
AnonPages:       15928 kB
Mapped:           6188 kB
Slab:            83896 kB
SReclaimable:    73676 kB
SUnreclaim:      10220 kB
PageTables:        524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94800 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5742 MiB
End job on tipi39 at 2009-05-30 12:27:43