Trace number 1779208

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) 715.18 355.233

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/0.41	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779208-1243678268.cnf 
0.41/0.41	c Using SATTIMEOUT of 10000
0.41/0.41	c Using SATRAM of 2047
0.41/0.41	c Size of subset node = 16
0.41/0.41	c Variables = 69503
0.41/0.41	c Clauses = 226618
0.41/0.41	c Literals = 587302
0.41/0.41	c Reduced size:
0.41/0.41	c Variables = 69503
0.41/0.41	c Clauses = 225975
0.41/0.41	c Literals = 585632
0.41/0.41	c a2
0.81/0.84	c a1
33.14/33.27	c Independent sub-problems = 1
33.14/33.27	c Sub-problem with 69246 variables and 225975 clauses
33.14/33.27	c using permutation method 4
33.14/33.27	c count = 1
33.14/33.27	c Ordering finished 33.110 seconds
33.14/33.27	c mapped 33.200 seconds
33.14/33.27	c permuted 33.210 seconds
33.14/33.27	c about to sort
33.24/33.34	c sorted
34.64/34.71	c clauses now 225975
34.64/34.71	c init finished 33.730 seconds
34.64/34.71	c tree built 34.650 seconds
34.64/34.71	c 
34.64/34.71	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
34.64/34.71	c ---------------------------------|----------------------------------|------------------------------------------------------
34.64/34.71	c ................................ | ..........                       |                       34.6           0.0             
34.64/34.71	c ................................ | ..........                     1 |                       34.6           0.0             
34.64/34.71	c ................................ | ..........                     2 |                       34.6           0.1             
34.64/34.71	c ................................ | ..........                     3 |                       34.6           0.1             
34.64/34.71	c ................................ | ..........                     4 |                       34.6           0.1             
34.64/34.71	c ................................ | ..........                     5 |                       34.6           0.1             
34.64/34.71	c ................................ | ..........                  1000 |                       34.6          28.9             
199.83/114.00	c ................................ | ..........               3315000 | 240452               200.0       16573.3     15479419
400.10/211.59	c ................................ | ..........               6175000 | 462723               400.3       15427.5     46458215
600.06/304.07	c ................................ | ..........               7191000 | 546876               600.2       11981.0     85371777

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-1779208-1243678268/watcher-1779208-1243678268 -o /tmp/evaluation-result-1779208-1243678268/solver-1779208-1243678268 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779208-1243678268.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.27 6.42 5.86 4/113 31634
/proc/meminfo: memFree=3117736/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=1272 CPUtime=0.01
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 223 0 0 0 1 0 0 0 20 0 1 0 1132490853 1302528 178 4294967295 134512640 135237372 3214925120 3214923600 134685557 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 318 178 75 177 0 140 0

[startup+0.108573 s]
/proc/loadavg: 6.27 6.42 5.86 4/113 31634
/proc/meminfo: memFree=3117736/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=5860 CPUtime=0.11
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 1344 0 0 0 11 0 0 0 21 0 1 0 1132490853 6000640 1299 4294967295 134512640 135237372 3214925120 3214924676 134738716 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 1465 1299 75 177 0 1287 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5860

[startup+0.208567 s]
/proc/loadavg: 6.27 6.42 5.86 4/113 31634
/proc/meminfo: memFree=3117736/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=10136 CPUtime=0.21
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 2387 0 0 0 21 0 0 0 21 0 1 0 1132490853 10379264 2342 4294967295 134512640 135237372 3214925120 3214923600 134685883 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 2534 2342 75 177 0 2356 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10136

[startup+0.308558 s]
/proc/loadavg: 6.27 6.42 5.86 4/113 31634
/proc/meminfo: memFree=3117736/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=14500 CPUtime=0.31
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 3440 0 0 0 31 0 0 0 21 0 1 0 1132490853 14848000 3395 4294967295 134512640 135237372 3214925120 3214923988 134883471 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 3625 3395 75 177 0 3447 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 14500

[startup+0.708522 s]
/proc/loadavg: 6.27 6.42 5.86 4/113 31634
/proc/meminfo: memFree=3117736/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=33992 CPUtime=0.71
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 8179 0 0 0 70 1 0 0 22 0 1 0 1132490853 34807808 8134 4294967295 134512640 135237372 3214925120 3214923512 134519996 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 8498 8134 76 177 0 8320 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 33992

[startup+1.50845 s]
/proc/loadavg: 6.27 6.42 5.86 4/114 31635
/proc/meminfo: memFree=3081524/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=42056 CPUtime=1.51
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 10994 0 0 0 150 1 0 0 25 0 1 0 1132490853 43065344 10166 4294967295 134512640 135237372 3214925120 3214924480 134600963 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 10514 10166 77 177 0 10336 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 42056

[startup+3.10831 s]
/proc/loadavg: 6.27 6.42 5.86 4/114 31639
/proc/meminfo: memFree=3076640/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=42388 CPUtime=3.11
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 11091 0 0 0 310 1 0 0 25 0 1 0 1132490853 43405312 10263 4294967295 134512640 135237372 3214925120 3214924480 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 10597 10263 77 177 0 10419 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 42388

[startup+6.30803 s]
/proc/loadavg: 6.00 6.36 5.84 4/114 31644
/proc/meminfo: memFree=3075996/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=43132 CPUtime=6.31
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 11244 0 0 0 630 1 0 0 25 0 1 0 1132490853 44167168 10416 4294967295 134512640 135237372 3214925120 3214924480 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 10783 10416 77 177 0 10605 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 43132

[startup+12.7075 s]
/proc/loadavg: 5.76 6.31 5.83 4/114 31652
/proc/meminfo: memFree=3074852/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=44376 CPUtime=12.7
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 11504 0 0 0 1269 1 0 0 25 0 1 0 1132490853 45441024 10676 4294967295 134512640 135237372 3214925120 3214924480 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 11094 10676 77 177 0 10916 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44376

[startup+25.5064 s]
/proc/loadavg: 5.15 6.15 5.78 4/114 31856
/proc/meminfo: memFree=3073464/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=45168 CPUtime=25.44
/proc/31634/stat : 31634 (ttsth-5-0) R 31632 31634 32205 0 -1 4202496 11743 0 0 0 2540 4 0 0 25 0 1 0 1132490853 46252032 10915 4294967295 134512640 135237372 3214925120 3214924480 134600707 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31634/statm: 11292 10915 77 177 0 11114 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 45168

[startup+51.1042 s]
/proc/loadavg: 5.27 6.09 5.77 7/118 31900
/proc/meminfo: memFree=2762164/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=387804 CPUtime=67.48
/proc/31634/stat : 31634 (ttsth-5-0) S 31632 31634 32205 0 -1 4202496 90949 0 0 0 6705 43 0 0 25 0 5 0 1132490853 397111296 89550 4294967295 134512640 135237372 3214925120 3214924716 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31634/statm: 96951 89550 95 177 0 96773 0
[pid=31634/tid=31876] ppid=31632 vsize=387804 CPUtime=9.03
/proc/31634/task/31876/stat : 31876 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 6198 0 0 0 896 7 0 0 25 0 5 0 1132494324 397111296 89550 4294967295 134512640 135237372 3214925120 3071152016 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31634/tid=31877] ppid=31632 vsize=387804 CPUtime=7.62
/proc/31634/task/31877/stat : 31877 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 4635 0 0 0 761 1 0 0 25 0 5 0 1132494324 397111296 89550 4294967295 134512640 135237372 3214925120 3064286464 134562351 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31634/tid=31878] ppid=31632 vsize=387804 CPUtime=8.31
/proc/31634/task/31878/stat : 31878 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 4920 0 0 0 829 2 0 0 25 0 5 0 1132494324 397111296 89550 4294967295 134512640 135237372 3214925120 3055912112 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31634/tid=31879] ppid=31632 vsize=387804 CPUtime=7.87
/proc/31634/task/31879/stat : 31879 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 4096 0 0 0 781 6 0 0 25 0 5 0 1132494327 397111296 89550 4294967295 134512640 135237372 3214925120 3046085696 134680374 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.48
Current children cumulated vsize (KiB) 387804

[startup+102.32 s]
/proc/loadavg: 6.06 6.17 5.81 7/118 32167
/proc/meminfo: memFree=2609624/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=545104 CPUtime=176.65
/proc/31634/stat : 31634 (ttsth-5-0) S 31632 31634 32205 0 -1 4202496 128324 0 0 0 17591 74 0 0 25 0 5 0 1132490853 558186496 126925 4294967295 134512640 135237372 3214925120 3214924716 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31634/statm: 136276 126925 95 177 0 136098 0
[pid=31634/tid=31876] ppid=31632 vsize=545104 CPUtime=39.65
/proc/31634/task/31876/stat : 31876 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 17492 0 0 0 3944 21 0 0 25 0 5 0 1132494324 558186496 126925 4294967295 134512640 135237372 3214925120 3071073856 134680727 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31634/tid=31877] ppid=31632 vsize=545104 CPUtime=32.12
/proc/31634/task/31877/stat : 31877 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 12998 0 0 0 3206 6 0 0 25 0 5 0 1132494324 558186496 126925 4294967295 134512640 135237372 3214925120 3064450884 134680504 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31634/tid=31878] ppid=31632 vsize=545104 CPUtime=36.48
/proc/31634/task/31878/stat : 31878 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 12808 0 0 0 3638 10 0 0 25 0 5 0 1132494324 558186496 126925 4294967295 134512640 135237372 3214925120 3055896784 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31634/tid=31879] ppid=31632 vsize=545104 CPUtime=33.75
/proc/31634/task/31879/stat : 31879 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 13926 0 0 0 3365 10 0 0 25 0 5 0 1132494327 558186496 126925 4294967295 134512640 135237372 3214925120 3046006960 134680729 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 176.65
Current children cumulated vsize (KiB) 545104

[startup+162.315 s]
/proc/loadavg: 6.66 6.30 5.88 7/118 32444
/proc/meminfo: memFree=2423968/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=740556 CPUtime=296.66
/proc/31634/stat : 31634 (ttsth-5-0) S 31632 31634 32205 0 -1 4202496 176026 0 0 0 29566 100 0 0 25 0 5 0 1132490853 758329344 174627 4294967295 134512640 135237372 3214925120 3214924716 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31634/statm: 185139 174627 95 177 0 184961 0
[pid=31634/tid=31876] ppid=31632 vsize=740556 CPUtime=72.53
/proc/31634/task/31876/stat : 31876 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 30846 0 0 0 7224 29 0 0 25 0 5 0 1132494324 758329344 174627 4294967295 134512640 135237372 3214925120 3070905584 134545992 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31634/tid=31877] ppid=31632 vsize=740556 CPUtime=60.72
/proc/31634/task/31877/stat : 31877 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 24598 0 0 0 6059 13 0 0 25 0 5 0 1132494324 758329344 174627 4294967295 134512640 135237372 3214925120 3062932592 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31634/tid=31878] ppid=31632 vsize=740556 CPUtime=66.94
/proc/31634/task/31878/stat : 31878 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 21505 0 0 0 6681 13 0 0 25 0 5 0 1132494324 758329344 174627 4294967295 134512640 135237372 3214925120 3056013232 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31634/tid=31879] ppid=31632 vsize=740556 CPUtime=61.82
/proc/31634/task/31879/stat : 31879 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 27977 0 0 0 6164 18 0 0 25 0 5 0 1132494327 758329344 174627 4294967295 134512640 135237372 3214925120 3044356312 134562275 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 296.66
Current children cumulated vsize (KiB) 740556

[startup+222.319 s]
/proc/loadavg: 6.70 6.37 5.92 7/118 32720
/proc/meminfo: memFree=2022480/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=1154232 CPUtime=421.69
/proc/31634/stat : 31634 (ttsth-5-0) S 31632 31634 32205 0 -1 4202496 275207 0 0 0 42030 139 0 0 25 0 5 0 1132490853 1181933568 273808 4294967295 134512640 135237372 3214925120 3214924716 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31634/statm: 288558 273808 95 177 0 288380 0
[pid=31634/tid=31876] ppid=31632 vsize=1154232 CPUtime=105.99
/proc/31634/task/31876/stat : 31876 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 93154 0 0 0 10546 53 0 0 25 0 5 0 1132494324 1181933568 273808 4294967295 134512640 135237372 3214925120 3070799264 134680340 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31634/tid=31877] ppid=31632 vsize=1154232 CPUtime=90.59
/proc/31634/task/31877/stat : 31877 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 36812 0 0 0 9040 19 0 0 25 0 5 0 1132494324 1181933568 273808 4294967295 134512640 135237372 3214925120 3062806928 134562278 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31634/tid=31878] ppid=31632 vsize=1154232 CPUtime=96.71
/proc/31634/task/31878/stat : 31878 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 31128 0 0 0 9654 17 0 0 25 0 5 0 1132494324 1181933568 273808 4294967295 134512640 135237372 3214925120 3056006992 134562401 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31634/tid=31879] ppid=31632 vsize=1154232 CPUtime=93.75
/proc/31634/task/31879/stat : 31879 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 43013 0 0 0 9352 23 0 0 25 0 5 0 1132494327 1181933568 273808 4294967295 134512640 135237372 3214925120 3044310624 134562344 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 421.69
Current children cumulated vsize (KiB) 1154232

[startup+282.304 s]
/proc/loadavg: 6.72 6.44 5.97 7/118 529
/proc/meminfo: memFree=1647924/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=1551684 CPUtime=547.62
/proc/31634/stat : 31634 (ttsth-5-0) S 31632 31634 32205 0 -1 4202496 370221 0 0 0 54584 178 0 0 25 0 5 0 1132490853 1588924416 368822 4294967295 134512640 135237372 3214925120 3214924716 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31634/statm: 387921 368822 95 177 0 387743 0
[pid=31634/tid=31876] ppid=31632 vsize=1551684 CPUtime=137.64
/proc/31634/task/31876/stat : 31876 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 138872 0 0 0 13689 75 0 0 25 0 5 0 1132494324 1588924416 368822 4294967295 134512640 135237372 3214925120 3070820592 134751534 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31634/tid=31877] ppid=31632 vsize=1551684 CPUtime=119.02
/proc/31634/task/31877/stat : 31877 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 66716 0 0 0 11873 29 0 0 25 0 5 0 1132494324 1588924416 368822 4294967295 134512640 135237372 3214925120 3062467184 134749343 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31634/tid=31878] ppid=31632 vsize=1551684 CPUtime=130.68
/proc/31634/task/31878/stat : 31878 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 38849 0 0 0 13045 23 0 0 25 0 5 0 1132494324 1588924416 368822 4294967295 134512640 135237372 3214925120 3054511228 134636382 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31634/tid=31879] ppid=31632 vsize=1551684 CPUtime=125.63
/proc/31634/task/31879/stat : 31879 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 54684 0 0 0 12539 24 0 0 25 0 5 0 1132494327 1588924416 368822 4294967295 134512640 135237372 3214925120 3044435068 134749296 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 547.62
Current children cumulated vsize (KiB) 1551684

[startup+342.309 s]
/proc/loadavg: 6.77 6.48 6.01 8/118 808
/proc/meminfo: memFree=1242448/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=1972156 CPUtime=683.59
/proc/31634/stat : 31634 (ttsth-5-0) S 31632 31634 32205 0 -1 4202496 470566 0 0 0 68133 226 0 0 25 0 5 0 1132490853 2019487744 469167 4294967295 134512640 135237372 3214925120 3214924716 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31634/statm: 493039 469167 95 177 0 492861 0
[pid=31634/tid=31876] ppid=31632 vsize=1972156 CPUtime=170.05
/proc/31634/task/31876/stat : 31876 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 180834 0 0 0 16917 88 0 0 25 0 5 0 1132494324 2019487744 469167 4294967295 134512640 135237372 3214925120 3070831636 134634454 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31634/tid=31877] ppid=31632 vsize=1972156 CPUtime=148.25
/proc/31634/task/31877/stat : 31877 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 105395 0 0 0 14783 42 0 0 25 0 5 0 1132494324 2019487744 469167 4294967295 134512640 135237372 3214925120 3062458500 134680504 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31634/tid=31878] ppid=31632 vsize=1972156 CPUtime=168.61
/proc/31634/task/31878/stat : 31878 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 45835 0 0 0 16830 31 0 0 25 0 5 0 1132494324 2019487744 469167 4294967295 134512640 135237372 3214925120 3054593628 134680502 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31634/tid=31879] ppid=31632 vsize=1972156 CPUtime=162.04
/proc/31634/task/31879/stat : 31879 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 67402 0 0 0 16166 38 0 0 25 0 5 0 1132494327 2019487744 469167 4294967295 134512640 135237372 3214925120 3044046352 134680470 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 683.59
Current children cumulated vsize (KiB) 1972156



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+355.108 s]
/proc/loadavg: 6.66 6.47 6.02 7/118 831
/proc/meminfo: memFree=1122460/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=2096436 CPUtime=715.05
/proc/31634/stat : 31634 (ttsth-5-0) S 31632 31634 32205 0 -1 4202496 500132 0 0 0 71263 242 0 0 25 0 5 0 1132490853 2146750464 498733 4294967295 134512640 135237372 3214925120 3214924716 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31634/statm: 524109 498733 95 177 0 523931 0
[pid=31634/tid=31876] ppid=31632 vsize=2096436 CPUtime=176.73
/proc/31634/task/31876/stat : 31876 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 186691 0 0 0 17583 90 0 0 25 0 5 0 1132494324 2146750464 498733 4294967295 134512640 135237372 3214925120 3070823632 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31634/tid=31877] ppid=31632 vsize=2096436 CPUtime=155.62
/proc/31634/task/31877/stat : 31877 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 113304 0 0 0 15518 44 0 0 25 0 5 0 1132494324 2146750464 498733 4294967295 134512640 135237372 3214925120 3062460656 134549896 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=31634/tid=31878] ppid=31632 vsize=2096436 CPUtime=177.6
/proc/31634/task/31878/stat : 31878 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 47372 0 0 0 17727 33 0 0 25 0 5 0 1132494324 2146750464 498734 4294967295 134512640 135237372 3214925120 3054350848 134680326 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31634/tid=31879] ppid=31632 vsize=2096436 CPUtime=170.45
/proc/31634/task/31879/stat : 31879 (ttsth-5-0) R 31632 31634 32205 0 -1 4202560 81666 0 0 0 16997 48 0 0 25 0 5 0 1132494327 2146750464 498734 4294967295 134512640 135237372 3214925120 3043778496 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 715.05
Current children cumulated vsize (KiB) 2096436

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

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

[startup+355.228 s]
/proc/loadavg: 6.66 6.47 6.02 7/118 831
/proc/meminfo: memFree=1122460/3368532 swapFree=1954888/1959888
[pid=31634] ppid=31632 vsize=0 CPUtime=715.17
/proc/31634/stat : 31634 (ttsth-5-0) Z 31632 31634 32205 0 -1 4203524 500158 0 0 0 71266 251 0 0 18 0 2 0 1132490853 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/31634/statm: 0 0 0 0 0 0 0
[pid=31634/tid=31878] ppid=31632 vsize=0 CPUtime=177.71
/proc/31634/task/31878/stat : 31878 (ttsth-5-0) R 31632 31634 32205 0 -1 4203588 47378 0 0 0 17729 42 0 0 25 0 2 0 1132494324 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 715.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 355.233
CPU time (s): 715.18
CPU user time (s): 712.66
CPU system time (s): 2.52
CPU usage (%): 201.327
Max. virtual memory (cumulated for all children) (KiB): 2096436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.66
system time used= 2.52
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 500158
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= 1432
involuntary context switches= 29697

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:11:08
IDJOB=1779208
IDBENCH=70821
IDSOLVER=632
FILE ID=/1779208-1243678268
PBS_JOBID=
Free space on /tmp= 15876 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779208-1243678268/watcher-1779208-1243678268 -o /tmp/evaluation-result-1779208-1243678268/solver-1779208-1243678268 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779208-1243678268.cnf

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED= 1355753616

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:       3117884 kB
Buffers:         53224 kB
Cached:          96676 kB
SwapCached:        720 kB
Active:         119976 kB
Inactive:        45748 kB
HighTotal:     2489216 kB
HighFree:      2373204 kB
LowTotal:       879316 kB
LowFree:        744680 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:            4888 kB
Writeback:           0 kB
AnonPages:       15148 kB
Mapped:           6172 kB
Slab:            74452 kB
SReclaimable:    64900 kB
SUnreclaim:       9552 kB
PageTables:        740 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= 15876 MiB
End job on  at 2009-05-30 12:17:06