Trace number 1779178

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) 776.19 396.147

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-15.cnf
MD5SUMc8a05d1e76535706c430a6b42d191d4b
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 variables69695
Number of clauses227171
Sum of the clauses size588683
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292572
Number of clauses of size 3134470
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/0.44	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779178-1243678267.cnf 
0.40/0.44	c Using SATTIMEOUT of 10000
0.40/0.44	c Using SATRAM of 2047
0.40/0.44	c Size of subset node = 16
0.40/0.44	c Variables = 69695
0.40/0.44	c Clauses = 227171
0.40/0.44	c Literals = 588683
0.40/0.44	c Reduced size:
0.40/0.44	c Variables = 69695
0.40/0.44	c Clauses = 226528
0.40/0.44	c Literals = 587013
0.40/0.44	c a2
0.80/0.87	c a1
35.91/35.97	c Independent sub-problems = 1
35.91/35.97	c Sub-problem with 69438 variables and 226528 clauses
35.91/35.97	c using permutation method 4
35.91/35.97	c count = 1
35.91/35.97	c Ordering finished 35.880 seconds
35.91/35.97	c mapped 35.980 seconds
35.91/35.97	c permuted 35.980 seconds
35.91/35.97	c about to sort
36.01/36.04	c sorted
37.42/37.45	c clauses now 226528
37.42/37.45	c init finished 36.520 seconds
37.42/37.45	c tree built 37.460 seconds
37.42/37.45	c 
37.42/37.45	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
37.42/37.45	c ---------------------------------|----------------------------------|------------------------------------------------------
37.42/37.45	c ................................ | ..........                       |                       37.5           0.0             
37.42/37.45	c ................................ | ..........                     1 |                       37.5           0.0             
37.42/37.45	c ................................ | ..........                     2 |                       37.5           0.1             
37.42/37.45	c ................................ | ..........                     3 |                       37.5           0.1             
37.42/37.45	c ................................ | ..........                     4 |                       37.5           0.1             
37.42/37.45	c ................................ | ..........                     5 |                       37.5           0.1             
37.42/37.46	c ................................ | ..........                  1000 |                       37.5          26.7             
200.01/117.07	c ................................ | ..........               2783000 | 243344               200.1       13905.3     34738786
400.12/215.55	c ................................ | ..........               3796000 | 344023               400.2        9484.8     63893683
599.77/311.71	c ................................ | ..........               4594000 | 422230               600.0        7656.5     86887500

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-1779178-1243678267/watcher-1779178-1243678267 -o /tmp/evaluation-result-1779178-1243678267/solver-1779178-1243678267 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779178-1243678267.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.30 6.37 5.72 4/104 23800
/proc/meminfo: memFree=2126372/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=1012 CPUtime=0.01
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 163 0 0 0 0 1 0 0 20 0 1 0 1121927879 1036288 118 4294967295 134512640 135237372 3219306864 3219306312 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 253 118 75 177 0 75 0

[startup+0.082441 s]
/proc/loadavg: 6.30 6.37 5.72 4/104 23800
/proc/meminfo: memFree=2126372/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=4556 CPUtime=0.08
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 1022 0 0 0 6 2 0 0 20 0 1 0 1121927879 4665344 977 4294967295 134512640 135237372 3219306864 3219306312 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 1139 978 75 177 0 961 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4556

[startup+0.102435 s]
/proc/loadavg: 6.30 6.37 5.72 4/104 23800
/proc/meminfo: memFree=2126372/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=5468 CPUtime=0.1
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 1252 0 0 0 8 2 0 0 20 0 1 0 1121927879 5599232 1207 4294967295 134512640 135237372 3219306864 3219306312 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 1367 1207 75 177 0 1189 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5468

[startup+0.302422 s]
/proc/loadavg: 6.30 6.37 5.72 4/104 23800
/proc/meminfo: memFree=2126372/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=14108 CPUtime=0.3
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 3332 0 0 0 28 2 0 0 21 0 1 0 1121927879 14446592 3287 4294967295 134512640 135237372 3219306864 3219305660 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 3527 3288 75 177 0 3349 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 14108

[startup+0.702396 s]
/proc/loadavg: 6.30 6.37 5.72 4/104 23800
/proc/meminfo: memFree=2126372/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=34036 CPUtime=0.7
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 8201 0 0 0 67 3 0 0 22 0 1 0 1121927879 34852864 8156 4294967295 134512640 135237372 3219306864 3219305624 134519981 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 8509 8156 76 177 0 8331 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 34036

[startup+1.50234 s]
/proc/loadavg: 6.30 6.37 5.72 4/105 23801
/proc/meminfo: memFree=2092392/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=42156 CPUtime=1.5
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 11028 0 0 0 146 4 0 0 25 0 1 0 1121927879 43167744 10196 4294967295 134512640 135237372 3219306864 3219306224 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 10539 10196 77 177 0 10361 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 42156

[startup+3.10223 s]
/proc/loadavg: 6.30 6.37 5.72 4/105 23801
/proc/meminfo: memFree=2085688/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=42516 CPUtime=3.1
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 11123 0 0 0 306 4 0 0 25 0 1 0 1121927879 43536384 10291 4294967295 134512640 135237372 3219306864 3219305992 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 10629 10291 77 177 0 10451 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42516

[startup+6.30201 s]
/proc/loadavg: 6.04 6.31 5.71 4/105 23801
/proc/meminfo: memFree=2085200/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=43260 CPUtime=6.3
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 11276 0 0 0 626 4 0 0 25 0 1 0 1121927879 44298240 10444 4294967295 134512640 135237372 3219306864 3219306192 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 10815 10444 77 177 0 10637 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43260

[startup+12.7016 s]
/proc/loadavg: 5.80 6.26 5.69 4/105 23801
/proc/meminfo: memFree=2083768/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=44504 CPUtime=12.7
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 11527 0 0 0 1266 4 0 0 25 0 1 0 1121927879 45572096 10695 4294967295 134512640 135237372 3219306864 3219305992 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 11126 10695 77 177 0 10948 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44504

[startup+25.5007 s]
/proc/loadavg: 5.18 6.10 5.65 4/105 23803
/proc/meminfo: memFree=2082584/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=45296 CPUtime=25.5
/proc/23800/stat : 23800 (ttsth-5-0) R 23798 23800 2540 0 -1 4202496 11783 0 0 0 2546 4 0 0 25 0 1 0 1121927879 46383104 10951 4294967295 134512640 135237372 3219306864 3219306224 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23800/statm: 11324 10951 77 177 0 11146 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 45296

[startup+51.119 s]
/proc/loadavg: 5.24 6.03 5.64 8/109 23995
/proc/meminfo: memFree=1771372/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=386420 CPUtime=64.57
/proc/23800/stat : 23800 (ttsth-5-0) S 23798 23800 2540 0 -1 4202496 90477 0 0 0 6426 31 0 0 25 0 5 0 1121927879 395694080 89072 4294967295 134512640 135237372 3219306864 3219306460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23800/statm: 96605 89072 95 177 0 96427 0
[pid=23800/tid=23807] ppid=23798 vsize=386420 CPUtime=8.83
/proc/23800/task/23807/stat : 23807 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 4818 0 0 0 881 2 0 0 25 0 5 0 1121931625 395694080 89072 4294967295 134512640 135237372 3219306864 3071644528 134565939 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=386420 CPUtime=5.54
/proc/23800/task/23808/stat : 23808 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 5020 0 0 0 553 1 0 0 25 0 5 0 1121931625 395694080 89072 4294967295 134512640 135237372 3219306864 3063289644 134636382 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=386420 CPUtime=6.79
/proc/23800/task/23809/stat : 23809 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 4488 0 0 0 676 3 0 0 25 0 5 0 1121931625 395694080 89072 4294967295 134512640 135237372 3219306864 3054883312 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23810] ppid=23798 vsize=386420 CPUtime=5.95
/proc/23800/task/23810/stat : 23810 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 4853 0 0 0 591 4 0 0 25 0 5 0 1121931627 395694080 89072 4294967295 134512640 135237372 3219306864 3045206144 134680727 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 64.57
Current children cumulated vsize (KiB) 386420

[startup+102.315 s]
/proc/loadavg: 6.00 6.10 5.68 8/110 24070
/proc/meminfo: memFree=1399120/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=770292 CPUtime=168.28
/proc/23800/stat : 23800 (ttsth-5-0) S 23798 23800 2540 0 -1 4202496 183270 0 0 0 16744 84 0 0 25 0 5 0 1121927879 788779008 181865 4294967295 134512640 135237372 3219306864 3219306460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23800/statm: 192573 181865 95 177 0 192395 0
[pid=23800/tid=23807] ppid=23798 vsize=770292 CPUtime=38.9
/proc/23800/task/23807/stat : 23807 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 54953 0 0 0 3867 23 0 0 25 0 5 0 1121931625 788779008 181865 4294967295 134512640 135237372 3219306864 3070038800 134680720 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=770292 CPUtime=28.21
/proc/23800/task/23808/stat : 23808 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 17783 0 0 0 2813 8 0 0 25 0 5 0 1121931625 788779008 181865 4294967295 134512640 135237372 3219306864 3061910416 134680503 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=770292 CPUtime=31.86
/proc/23800/task/23809/stat : 23809 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 18976 0 0 0 3172 14 0 0 25 0 5 0 1121931625 788779008 181865 4294967295 134512640 135237372 3219306864 3053599504 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23810] ppid=23798 vsize=770292 CPUtime=31.85
/proc/23800/task/23810/stat : 23810 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 20260 0 0 0 3167 18 0 0 25 0 5 0 1121931627 788779008 181865 4294967295 134512640 135237372 3219306864 3045087276 134680506 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 168.28
Current children cumulated vsize (KiB) 770292

[startup+162.311 s]
/proc/loadavg: 6.36 6.18 5.73 5/110 24247
/proc/meminfo: memFree=1020240/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=1167788 CPUtime=293.34
/proc/23800/stat : 23800 (ttsth-5-0) S 23798 23800 2540 0 -1 4202496 278046 0 0 0 29204 130 0 0 25 0 5 0 1121927879 1195814912 276641 4294967295 134512640 135237372 3219306864 3219306460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23800/statm: 291947 276641 95 177 0 291769 0
[pid=23800/tid=23807] ppid=23798 vsize=1167788 CPUtime=72.33
/proc/23800/task/23807/stat : 23807 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 111658 0 0 0 7190 43 0 0 25 0 5 0 1121931625 1195814912 276641 4294967295 134512640 135237372 3219306864 3070067792 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=1167788 CPUtime=60.01
/proc/23800/task/23808/stat : 23808 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 31651 0 0 0 5983 18 0 0 25 0 5 0 1121931625 1195814912 276641 4294967295 134512640 135237372 3219306864 3061925952 134680346 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=1167788 CPUtime=62.4
/proc/23800/task/23809/stat : 23809 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 31307 0 0 0 6217 23 0 0 25 0 5 0 1121931625 1195814912 276641 4294967295 134512640 135237372 3219306864 3053599600 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23810] ppid=23798 vsize=1167788 CPUtime=61.14
/proc/23800/task/23810/stat : 23810 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 32132 0 0 0 6089 25 0 0 25 0 5 0 1121931627 1195814912 276641 4294967295 134512640 135237372 3219306864 3045124988 134562272 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 293.34
Current children cumulated vsize (KiB) 1167788

[startup+222.307 s]
/proc/loadavg: 6.59 6.26 5.78 8/110 24422
/proc/meminfo: memFree=786492/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=1412260 CPUtime=413.69
/proc/23800/stat : 23800 (ttsth-5-0) S 23798 23800 2540 0 -1 4202496 335710 0 0 0 41207 162 0 0 25 0 5 0 1121927879 1446154240 334305 4294967295 134512640 135237372 3219306864 3219306460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23800/statm: 353065 334305 95 177 0 352887 0
[pid=23800/tid=23807] ppid=23798 vsize=1412260 CPUtime=103.24
/proc/23800/task/23807/stat : 23807 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 134492 0 0 0 10274 50 0 0 25 0 5 0 1121931625 1446154240 334305 4294967295 134512640 135237372 3219306864 3070043008 134549920 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=1412260 CPUtime=89.63
/proc/23800/task/23808/stat : 23808 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 46055 0 0 0 8935 28 0 0 25 0 5 0 1121931625 1446154240 334305 4294967295 134512640 135237372 3219306864 3061971016 134732535 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=1412260 CPUtime=93.01
/proc/23800/task/23809/stat : 23809 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 43985 0 0 0 9268 33 0 0 25 0 5 0 1121931625 1446154240 334305 4294967295 134512640 135237372 3219306864 3053498656 134562344 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23810] ppid=23798 vsize=1412260 CPUtime=90.35
/proc/23800/task/23810/stat : 23810 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 39880 0 0 0 9005 30 0 0 25 0 5 0 1121931627 1446154240 334305 4294967295 134512640 135237372 3219306864 3045142592 134590458 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 413.69
Current children cumulated vsize (KiB) 1412260

[startup+282.313 s]
/proc/loadavg: 6.37 6.27 5.82 9/110 24584
/proc/meminfo: memFree=562548/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=1650904 CPUtime=538.2
/proc/23800/stat : 23800 (ttsth-5-0) S 23798 23800 2540 0 -1 4202496 392275 0 0 0 53618 202 0 0 25 0 5 0 1121927879 1690525696 390870 4294967295 134512640 135237372 3219306864 3219306460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23800/statm: 412726 390870 95 177 0 412548 0
[pid=23800/tid=23807] ppid=23798 vsize=1650904 CPUtime=133.73
/proc/23800/task/23807/stat : 23807 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 155633 0 0 0 13310 63 0 0 25 0 5 0 1121931625 1690525696 390870 4294967295 134512640 135237372 3219306864 3070044896 134562290 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=1650904 CPUtime=119.29
/proc/23800/task/23808/stat : 23808 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 57397 0 0 0 11896 33 0 0 25 0 5 0 1121931625 1690525696 390870 4294967295 134512640 135237372 3219306864 3061978416 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=1650904 CPUtime=122.71
/proc/23800/task/23809/stat : 23809 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 56346 0 0 0 12222 49 0 0 25 0 5 0 1121931625 1690525696 390870 4294967295 134512640 135237372 3219306864 3053516944 134562459 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23810] ppid=23798 vsize=1650904 CPUtime=125.01
/proc/23800/task/23810/stat : 23810 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 51601 0 0 0 12465 36 0 0 25 0 5 0 1121931627 1690525696 390870 4294967295 134512640 135237372 3219306864 3045171536 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 538.2
Current children cumulated vsize (KiB) 1650904

[startup+342.309 s]
/proc/loadavg: 6.31 6.27 5.84 9/110 24784
/proc/meminfo: memFree=314172/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=1911036 CPUtime=668.72
/proc/23800/stat : 23800 (ttsth-5-0) S 23798 23800 2540 0 -1 4202496 453644 0 0 0 66641 231 0 0 25 0 5 0 1121927879 1956900864 452239 4294967295 134512640 135237372 3219306864 3219306460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23800/statm: 477759 452239 95 177 0 477581 0
[pid=23800/tid=23807] ppid=23798 vsize=1911036 CPUtime=166.43
/proc/23800/task/23807/stat : 23807 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 181415 0 0 0 16571 72 0 0 25 0 5 0 1121931625 1956900864 452239 4294967295 134512640 135237372 3219306864 3070045376 134562388 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=1911036 CPUtime=149.66
/proc/23800/task/23808/stat : 23808 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 70015 0 0 0 14926 40 0 0 25 0 5 0 1121931625 1956900864 452239 4294967295 134512640 135237372 3219306864 3061987824 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=1911036 CPUtime=153.71
/proc/23800/task/23809/stat : 23809 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 66411 0 0 0 15314 57 0 0 25 0 5 0 1121931625 1956900864 452239 4294967295 134512640 135237372 3219306864 3053467712 134562331 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23810] ppid=23798 vsize=1911036 CPUtime=161.46
/proc/23800/task/23810/stat : 23810 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 64505 0 0 0 16105 41 0 0 25 0 5 0 1121931627 1956900864 452239 4294967295 134512640 135237372 3219306864 3045198576 134680329 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 668.72
Current children cumulated vsize (KiB) 1911036



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+396.015 s]
/proc/loadavg: 6.50 6.34 5.89 9/109 24943
/proc/meminfo: memFree=136036/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=2097192 CPUtime=776.05
/proc/23800/stat : 23800 (ttsth-5-0) S 23798 23800 2540 0 -1 4202496 497776 0 0 0 77352 253 0 0 25 0 5 0 1121927879 2147524608 496371 4294967295 134512640 135237372 3219306864 3219306460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23800/statm: 524298 496371 95 177 0 524120 0
[pid=23800/tid=23807] ppid=23798 vsize=2097192 CPUtime=193.63
/proc/23800/task/23807/stat : 23807 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 202619 0 0 0 19287 76 0 0 25 0 5 0 1121931625 2147524608 496371 4294967295 134512640 135237372 3219306864 3070069232 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=2097192 CPUtime=176.31
/proc/23800/task/23808/stat : 23808 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 79592 0 0 0 17584 47 0 0 25 0 5 0 1121931625 2147524608 496371 4294967295 134512640 135237372 3219306864 3061944576 134562351 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=2097192 CPUtime=180.45
/proc/23800/task/23809/stat : 23809 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 72200 0 0 0 17984 61 0 0 25 0 5 0 1121931625 2147524608 496371 4294967295 134512640 135237372 3219306864 3053590912 134562399 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23800/tid=23810] ppid=23798 vsize=2097192 CPUtime=188.2
/proc/23800/task/23810/stat : 23810 (ttsth-5-0) R 23798 23800 2540 0 -1 4202560 72067 0 0 0 18772 48 0 0 25 0 5 0 1121931627 2147524608 496371 4294967295 134512640 135237372 3219306864 3045142880 134749348 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 776.05
Current children cumulated vsize (KiB) 2097192

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

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

[startup+396.125 s]
/proc/loadavg: 6.50 6.34 5.89 9/109 24943
/proc/meminfo: memFree=136036/3368532 swapFree=1954076/1959888
[pid=23800] ppid=23798 vsize=0 CPUtime=776.17
/proc/23800/stat : 23800 (ttsth-5-0) Z 23798 23800 2540 0 -1 4203524 497784 0 0 0 77355 262 0 0 18 0 2 0 1121927879 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23800/statm: 0 0 0 0 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=0 CPUtime=193.72
/proc/23800/task/23807/stat : 23807 (ttsth-5-0) R 23798 23800 2540 0 -1 4203588 202619 0 0 0 19287 85 0 0 25 0 2 0 1121931625 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) 776.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 396.147
CPU time (s): 776.19
CPU user time (s): 773.55
CPU system time (s): 2.64
CPU usage (%): 195.935
Max. virtual memory (cumulated for all children) (KiB): 2097192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 773.55
system time used= 2.64
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 497784
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= 1506
involuntary context switches= 23313

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 12:11:07
IDJOB=1779178
IDBENCH=70819
IDSOLVER=632
FILE ID=tipi44/1779178-1243678267
PBS_JOBID=
Free space on /tmp= 15890 MiB

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

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED= 1199552091

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:       2126372 kB
Buffers:        176484 kB
Cached:         735460 kB
SwapCached:       2152 kB
Active:         823692 kB
Inactive:       311028 kB
HighTotal:     2489216 kB
HighFree:      1539888 kB
LowTotal:       879316 kB
LowFree:        586484 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            6980 kB
Writeback:           0 kB
AnonPages:      221856 kB
Mapped:           5556 kB
Slab:            97648 kB
SReclaimable:    87220 kB
SUnreclaim:      10428 kB
PageTables:        772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   304552 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15890 MiB
End job on tipi44 at 2009-05-30 12:17:45