Trace number 1779403

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) 573.18 258.336

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
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 variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.19	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779403-1243678979.cnf 
0.11/0.19	c Using SATTIMEOUT of 10000
0.11/0.19	c Using SATRAM of 2047
0.11/0.19	c Size of subset node = 16
0.11/0.19	c Variables = 31951
0.11/0.19	c Clauses = 96161
0.11/0.19	c Literals = 226837
0.11/0.19	c Reduced size:
0.11/0.19	c Variables = 31951
0.11/0.19	c Clauses = 95677
0.11/0.19	c Literals = 225553
0.11/0.19	c a2
0.30/0.34	c a1
5.69/5.75	c Independent sub-problems = 1
5.69/5.75	c Sub-problem with 31803 variables and 95677 clauses
5.69/5.75	c using permutation method 4
5.69/5.75	c count = 1
5.69/5.75	c Ordering finished 5.700 seconds
5.69/5.75	c mapped 5.740 seconds
5.69/5.75	c permuted 5.740 seconds
5.69/5.75	c about to sort
5.69/5.77	c sorted
6.29/6.39	c clauses now 95677
6.29/6.39	c init finished 5.970 seconds
6.29/6.39	c tree built 6.380 seconds
6.29/6.39	c 
6.29/6.39	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
6.29/6.39	c ---------------------------------|----------------------------------|------------------------------------------------------
6.29/6.39	c ................................ | ..........                       |                        6.4           0.0             
6.29/6.39	c ................................ | ..........                     1 |                        6.4           0.2             
6.29/6.39	c ................................ | ..........                     2 |                        6.4           0.3             
6.29/6.39	c ................................ | ..........                     3 |                        6.4           0.5             
6.29/6.39	c ................................ | ..........                     4 |                        6.4           0.6             
6.29/6.39	c ................................ | ..........                     5 |                        6.4           0.8             
6.29/6.39	c ................................ | ..........                  1000 | 15                     6.4         156.7          321
199.96/95.05	c ................................ | ..........               2958000 | 71684                200.1       14785.6     41805545
400.04/181.85	c ................................ | ..........               4656000 | 124712               400.1       11635.9     81503209

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-1779403-1243678979/watcher-1779403-1243678979 -o /tmp/evaluation-result-1779403-1243678979/solver-1779403-1243678979 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779403-1243678979.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.01 6.13 5.90 4/104 26157
/proc/meminfo: memFree=2117400/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=2332 CPUtime=0.03
/proc/26157/stat : 26157 (ttsth-5-0) R 26155 26157 2540 0 -1 4202496 469 0 0 0 3 0 0 0 19 0 1 0 1121999032 2387968 424 4294967295 134512640 135237372 3220249184 3220248632 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/26157/statm: 583 424 75 177 0 405 0

[startup+0.115583 s]
/proc/loadavg: 6.01 6.13 5.90 4/104 26157
/proc/meminfo: memFree=2117400/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=6260 CPUtime=0.11
/proc/26157/stat : 26157 (ttsth-5-0) R 26155 26157 2540 0 -1 4202496 1466 0 0 0 11 0 0 0 22 0 1 0 1121999032 6410240 1421 4294967295 134512640 135237372 3220249184 3220248632 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/26157/statm: 1565 1421 75 177 0 1387 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6260

[startup+0.205578 s]
/proc/loadavg: 6.01 6.13 5.90 4/104 26157
/proc/meminfo: memFree=2117400/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=10960 CPUtime=0.2
/proc/26157/stat : 26157 (ttsth-5-0) R 26155 26157 2540 0 -1 4202496 2541 0 0 0 20 0 0 0 22 0 1 0 1121999032 11223040 2496 4294967295 134512640 135237372 3220249184 3220248452 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/26157/statm: 2740 2498 76 177 0 2562 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10960

[startup+0.30557 s]
/proc/loadavg: 6.01 6.13 5.90 4/104 26157
/proc/meminfo: memFree=2117400/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=14260 CPUtime=0.3
/proc/26157/stat : 26157 (ttsth-5-0) R 26155 26157 2540 0 -1 4202496 3369 0 0 0 30 0 0 0 22 0 1 0 1121999032 14602240 3323 4294967295 134512640 135237372 3220249184 3220248060 134680502 0 0 0 0 0 0 0 17 3 0 0 0
/proc/26157/statm: 3565 3323 76 177 0 3387 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 14260

[startup+0.705542 s]
/proc/loadavg: 6.01 6.13 5.90 4/104 26157
/proc/meminfo: memFree=2117400/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=18640 CPUtime=0.7
/proc/26157/stat : 26157 (ttsth-5-0) R 26155 26157 2540 0 -1 4202496 4700 0 0 0 68 2 0 0 25 0 1 0 1121999032 19087360 4466 4294967295 134512640 135237372 3220249184 3220248512 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/26157/statm: 4660 4466 77 177 0 4482 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 18640

[startup+1.50549 s]
/proc/loadavg: 6.01 6.13 5.90 4/105 26158
/proc/meminfo: memFree=2100904/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=18788 CPUtime=1.5
/proc/26157/stat : 26157 (ttsth-5-0) R 26155 26157 2540 0 -1 4202496 4739 0 0 0 148 2 0 0 25 0 1 0 1121999032 19238912 4505 4294967295 134512640 135237372 3220249184 3220248512 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/26157/statm: 4697 4505 77 177 0 4519 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 18788

[startup+3.10538 s]
/proc/loadavg: 6.01 6.13 5.90 4/105 26158
/proc/meminfo: memFree=2100608/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=19292 CPUtime=3.1
/proc/26157/stat : 26157 (ttsth-5-0) R 26155 26157 2540 0 -1 4202496 4836 0 0 0 308 2 0 0 25 0 1 0 1121999032 19755008 4602 4294967295 134512640 135237372 3220249184 3220248544 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/26157/statm: 4823 4602 77 177 0 4645 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 19292

[startup+6.30516 s]
/proc/loadavg: 5.77 6.07 5.88 4/105 26158
/proc/meminfo: memFree=2099440/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=125840 CPUtime=6.29
/proc/26157/stat : 26157 (ttsth-5-0) R 26155 26157 2540 0 -1 4202496 31633 0 0 0 619 10 0 0 25 0 1 0 1121999032 128860160 31211 4294967295 134512640 135237372 3220249184 3219107320 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/26157/statm: 31460 31212 88 177 0 31282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 125840

[startup+12.7147 s]
/proc/loadavg: 5.79 6.07 5.88 7/109 26167
/proc/meminfo: memFree=1925340/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=229492 CPUtime=19.12
/proc/26157/stat : 26157 (ttsth-5-0) S 26155 26157 2540 0 -1 4202496 49748 0 0 0 1896 16 0 0 25 0 5 0 1121999032 234999808 49326 4294967295 134512640 135237372 3220249184 3220248780 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26157/statm: 57373 49326 95 177 0 57195 0
[pid=26157/tid=26159] ppid=26155 vsize=229492 CPUtime=3.82
/proc/26157/task/26159/stat : 26159 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 4244 0 0 0 381 1 0 0 25 0 5 0 1121999671 234999808 49326 4294967295 134512640 135237372 3220249184 3081297312 134751534 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=229492 CPUtime=2.62
/proc/26157/task/26160/stat : 26160 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 4071 0 0 0 260 2 0 0 25 0 5 0 1121999671 234999808 49326 4294967295 134512640 135237372 3220249184 3073003920 134562328 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=229492 CPUtime=3.35
/proc/26157/task/26161/stat : 26161 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 3458 0 0 0 334 1 0 0 25 0 5 0 1121999671 234999808 49326 4294967295 134512640 135237372 3220249184 3064689164 134549997 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=229492 CPUtime=2.95
/proc/26157/task/26162/stat : 26162 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 4995 0 0 0 294 1 0 0 25 0 5 0 1121999673 234999808 49326 4294967295 134512640 135237372 3220249184 3054134560 134590190 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.12
Current children cumulated vsize (KiB) 229492

[startup+25.5139 s]
/proc/loadavg: 5.91 6.08 5.89 7/109 26168
/proc/meminfo: memFree=1831100/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=323992 CPUtime=44.59
/proc/26157/stat : 26157 (ttsth-5-0) S 26155 26157 2540 0 -1 4202496 72677 0 0 0 4432 27 0 0 25 0 5 0 1121999032 331767808 72255 4294967295 134512640 135237372 3220249184 3220248780 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26157/statm: 80998 72255 95 177 0 80820 0
[pid=26157/tid=26159] ppid=26155 vsize=323992 CPUtime=10.84
/proc/26157/task/26159/stat : 26159 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 8412 0 0 0 1080 4 0 0 25 0 5 0 1121999671 331767808 72255 4294967295 134512640 135237372 3220249184 3080286976 134681556 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=323992 CPUtime=8.59
/proc/26157/task/26160/stat : 26160 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 8785 0 0 0 854 5 0 0 25 0 5 0 1121999671 331767808 72255 4294967295 134512640 135237372 3220249184 3072704508 134636382 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=323992 CPUtime=9.29
/proc/26157/task/26161/stat : 26161 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 9108 0 0 0 927 2 0 0 25 0 5 0 1121999671 331767808 72255 4294967295 134512640 135237372 3220249184 3064623856 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=323992 CPUtime=9.49
/proc/26157/task/26162/stat : 26162 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 13392 0 0 0 944 5 0 0 25 0 5 0 1121999673 331767808 72255 4294967295 134512640 135237372 3220249184 3054166680 134519944 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.59
Current children cumulated vsize (KiB) 323992

[startup+51.1121 s]
/proc/loadavg: 6.14 6.13 5.91 7/109 26169
/proc/meminfo: memFree=1661252/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=500840 CPUtime=95.91
/proc/26157/stat : 26157 (ttsth-5-0) S 26155 26157 2540 0 -1 4202496 115327 0 0 0 9548 43 0 0 25 0 5 0 1121999032 512860160 114905 4294967295 134512640 135237372 3220249184 3220248780 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26157/statm: 125210 114905 95 177 0 125032 0
[pid=26157/tid=26159] ppid=26155 vsize=500840 CPUtime=24.34
/proc/26157/task/26159/stat : 26159 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 20033 0 0 0 2430 4 0 0 25 0 5 0 1121999671 512860160 114905 4294967295 134512640 135237372 3220249184 3081130736 134680491 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=500840 CPUtime=20.92
/proc/26157/task/26160/stat : 26160 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 17210 0 0 0 2085 7 0 0 25 0 5 0 1121999671 512860160 114905 4294967295 134512640 135237372 3220249184 3073035488 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=500840 CPUtime=21.88
/proc/26157/task/26161/stat : 26161 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 18485 0 0 0 2179 9 0 0 25 0 5 0 1121999671 512860160 114905 4294967295 134512640 135237372 3220249184 3063956768 134680499 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=500840 CPUtime=22.39
/proc/26157/task/26162/stat : 26162 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 26619 0 0 0 2227 12 0 0 25 0 5 0 1121999673 512860160 114905 4294967295 134512640 135237372 3220249184 3054204652 134562272 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.91
Current children cumulated vsize (KiB) 500840

[startup+102.309 s]
/proc/loadavg: 6.24 6.16 5.93 7/109 26360
/proc/meminfo: memFree=1236548/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=937356 CPUtime=217.99
/proc/26157/stat : 26157 (ttsth-5-0) S 26155 26157 2540 0 -1 4202496 220934 0 0 0 21722 77 0 0 25 0 5 0 1121999032 959852544 220512 4294967295 134512640 135237372 3220249184 3220248780 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26157/statm: 234339 220512 95 177 0 234161 0
[pid=26157/tid=26159] ppid=26155 vsize=937356 CPUtime=54.44
/proc/26157/task/26159/stat : 26159 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 42326 0 0 0 5435 9 0 0 25 0 5 0 1121999671 959852544 220512 4294967295 134512640 135237372 3220249184 3081435664 134749351 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=937356 CPUtime=47.84
/proc/26157/task/26160/stat : 26160 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 45185 0 0 0 4772 12 0 0 25 0 5 0 1121999671 959852544 220512 4294967295 134512640 135237372 3220249184 3072697184 134550408 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=937356 CPUtime=49.98
/proc/26157/task/26161/stat : 26161 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 44081 0 0 0 4977 21 0 0 25 0 5 0 1121999671 959852544 220512 4294967295 134512640 135237372 3220249184 3064626688 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=937356 CPUtime=59.35
/proc/26157/task/26162/stat : 26162 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 56362 0 0 0 5911 24 0 0 25 0 5 0 1121999673 959852544 220512 4294967295 134512640 135237372 3220249184 3054192032 134562430 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 217.99
Current children cumulated vsize (KiB) 937356

[startup+162.314 s]
/proc/loadavg: 6.58 6.28 5.98 7/109 26548
/proc/meminfo: memFree=822304/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=1372832 CPUtime=356.19
/proc/26157/stat : 26157 (ttsth-5-0) S 26155 26157 2540 0 -1 4202496 325396 0 0 0 35506 113 0 0 25 0 5 0 1121999032 1405779968 324974 4294967295 134512640 135237372 3220249184 3220248780 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26157/statm: 343208 324974 95 177 0 343030 0
[pid=26157/tid=26159] ppid=26155 vsize=1372832 CPUtime=87.54
/proc/26157/task/26159/stat : 26159 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 70373 0 0 0 8737 17 0 0 25 0 5 0 1121999671 1405779968 324974 4294967295 134512640 135237372 3220249184 3081209296 134680293 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=1372832 CPUtime=84.03
/proc/26157/task/26160/stat : 26160 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 67641 0 0 0 8384 19 0 0 25 0 5 0 1121999671 1405779968 324974 4294967295 134512640 135237372 3220249184 3073025952 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=1372832 CPUtime=86.01
/proc/26157/task/26161/stat : 26161 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 69612 0 0 0 8572 29 0 0 25 0 5 0 1121999671 1405779968 324974 4294967295 134512640 135237372 3220249184 3064542384 134680474 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=1372832 CPUtime=92.23
/proc/26157/task/26162/stat : 26162 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 84790 0 0 0 9186 37 0 0 25 0 5 0 1121999673 1405779968 324974 4294967295 134512640 135237372 3220249184 3054312592 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 356.19
Current children cumulated vsize (KiB) 1372832

[startup+222.31 s]
/proc/loadavg: 6.61 6.35 6.02 7/109 26736
/proc/meminfo: memFree=372928/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=1840000 CPUtime=493.76
/proc/26157/stat : 26157 (ttsth-5-0) S 26155 26157 2540 0 -1 4202496 436526 0 0 0 49218 158 0 0 25 0 5 0 1121999032 1884160000 436104 4294967295 134512640 135237372 3220249184 3220248780 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26157/statm: 460000 436104 95 177 0 459822 0
[pid=26157/tid=26159] ppid=26155 vsize=1840000 CPUtime=121.34
/proc/26157/task/26159/stat : 26159 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 106133 0 0 0 12107 27 0 0 25 0 5 0 1121999671 1884160000 436104 4294967295 134512640 135237372 3220249184 3081431264 134588746 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=1840000 CPUtime=122.61
/proc/26157/task/26160/stat : 26160 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 90828 0 0 0 12232 29 0 0 25 0 5 0 1121999671 1884160000 436104 4294967295 134512640 135237372 3220249184 3072573468 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=1840000 CPUtime=121.48
/proc/26157/task/26161/stat : 26161 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 98009 0 0 0 12103 45 0 0 25 0 5 0 1121999671 1884160000 436104 4294967295 134512640 135237372 3220249184 3063955468 134636641 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=1840000 CPUtime=121.95
/proc/26157/task/26162/stat : 26162 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 108576 0 0 0 12149 46 0 0 25 0 5 0 1121999673 1884160000 436104 4294967295 134512640 135237372 3220249184 3054227872 134562278 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 493.76
Current children cumulated vsize (KiB) 1840000



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+258.208 s]
/proc/loadavg: 6.83 6.43 6.06 7/109 26922
/proc/meminfo: memFree=128576/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=2096692 CPUtime=573.06
/proc/26157/stat : 26157 (ttsth-5-0) S 26155 26157 2540 0 -1 4202496 497367 0 0 0 57124 182 0 0 25 0 5 0 1121999032 2147012608 496945 4294967295 134512640 135237372 3220249184 3220248780 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26157/statm: 524173 496945 95 177 0 523995 0
[pid=26157/tid=26159] ppid=26155 vsize=2096692 CPUtime=142.04
/proc/26157/task/26159/stat : 26159 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 127545 0 0 0 14172 32 0 0 25 0 5 0 1121999671 2147012608 496945 4294967295 134512640 135237372 3220249184 3081393072 134562380 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=2096692 CPUtime=142.79
/proc/26157/task/26160/stat : 26160 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 100493 0 0 0 14244 35 0 0 25 0 5 0 1121999671 2147012608 496945 4294967295 134512640 135237372 3220249184 3072572400 134680727 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=2096692 CPUtime=139.7
/proc/26157/task/26161/stat : 26161 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 111456 0 0 0 13917 53 0 0 25 0 5 0 1121999671 2147012608 496945 4294967295 134512640 135237372 3220249184 3064460272 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=2096852 CPUtime=142.15
/proc/26157/task/26162/stat : 26162 (ttsth-5-0) R 26155 26157 2540 0 -1 4202560 124893 0 0 0 14164 51 0 0 25 0 5 0 1121999673 2147176448 496946 4294967295 134512640 135237372 3220249184 3054243936 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 573.06
Current children cumulated vsize (KiB) 2096692

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

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

[startup+258.328 s]
/proc/loadavg: 6.83 6.43 6.06 7/109 26922
/proc/meminfo: memFree=128576/3368532 swapFree=1954076/1959888
[pid=26157] ppid=26155 vsize=0 CPUtime=573.17
/proc/26157/stat : 26157 (ttsth-5-0) Z 26155 26157 2540 0 -1 4203524 497470 0 0 0 57126 191 0 0 18 0 2 0 1121999032 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/26157/statm: 0 0 0 0 0 0 0
[pid=26157/tid=26159] ppid=26155 vsize=0 CPUtime=142.13
/proc/26157/task/26159/stat : 26159 (ttsth-5-0) R 26155 26157 2540 0 -1 4203588 127545 0 0 0 14172 41 0 0 25 0 2 0 1121999671 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) 573.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 258.336
CPU time (s): 573.18
CPU user time (s): 571.26
CPU system time (s): 1.92
CPU usage (%): 221.874
Max. virtual memory (cumulated for all children) (KiB): 2096692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 571.26
system time used= 1.92
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 497470
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= 2495
involuntary context switches= 18788

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 12:22:59
IDJOB=1779403
IDBENCH=70849
IDSOLVER=632
FILE ID=tipi44/1779403-1243678979
PBS_JOBID=
Free space on /tmp= 15892 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED= 1795456242

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2118436 kB
Buffers:        176484 kB
Cached:         740796 kB
SwapCached:       2152 kB
Active:         828788 kB
Inactive:       312488 kB
HighTotal:     2489216 kB
HighFree:      1535164 kB
LowTotal:       879316 kB
LowFree:        583272 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            2784 kB
Writeback:           0 kB
AnonPages:      223256 kB
Mapped:           5676 kB
Slab:            97868 kB
SReclaimable:    87232 kB
SUnreclaim:      10636 kB
PageTables:        796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   305908 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15892 MiB
End job on tipi44 at 2009-05-30 12:27:19