Trace number 1779253

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) 445.4 286.413

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark55.42
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/0.50	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779253-1243678576.cnf 
0.41/0.50	c Using SATTIMEOUT of 10000
0.41/0.50	c Using SATRAM of 2047
0.41/0.50	c Size of subset node = 16
0.41/0.50	c Variables = 68953
0.41/0.50	c Clauses = 224868
0.41/0.50	c Literals = 582796
0.41/0.50	c Reduced size:
0.41/0.50	c Variables = 68953
0.41/0.50	c Clauses = 224225
0.41/0.50	c Literals = 581126
0.41/0.50	c a2
0.79/0.94	c a1
32.89/46.61	c Independent sub-problems = 1
32.89/46.61	c Sub-problem with 68696 variables and 224225 clauses
32.89/46.61	c using permutation method 4
32.89/46.61	c count = 1
32.89/46.61	c Ordering finished 32.810 seconds
32.89/46.61	c mapped 32.910 seconds
32.89/46.61	c permuted 32.910 seconds
32.89/46.61	c about to sort
32.89/46.68	c sorted
34.39/48.10	c clauses now 224225
34.39/48.10	c init finished 33.460 seconds
34.39/48.10	c tree built 34.390 seconds
34.39/48.10	c 
34.39/48.10	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
34.39/48.10	c ---------------------------------|----------------------------------|------------------------------------------------------
34.39/48.10	c ................................ | ..........                       |                       34.4           0.0             
34.39/48.11	c ................................ | ..........                     1 |                       34.4           0.0             
34.39/48.11	c ................................ | ..........                     2 |                       34.4           0.1           86
34.39/48.11	c ................................ | ..........                     3 |                       34.4           0.1           86
34.39/48.11	c ................................ | ..........                     4 |                       34.4           0.1           86
34.39/48.11	c ................................ | ..........                     5 |                       34.4           0.1           86
34.39/48.11	c ................................ | ..........                  1000 |                       34.4          29.1           90
199.81/143.07	c ................................ | ..........               2455000 | 192945               200.0       12272.5     44469520
400.09/259.92	c ................................ | ..........               3935000 | 330279               400.2        9833.3     95528500

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-1779253-1243678576/watcher-1779253-1243678576 -o /tmp/evaluation-result-1779253-1243678576/solver-1779253-1243678576 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779253-1243678576.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: 5.57 5.68 6.27 6/113 3610
/proc/meminfo: memFree=2184620/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=1144 CPUtime=0.01
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 173 0 0 0 0 1 0 0 18 0 1 0 1121994968 1171456 128 4294967295 134512640 135237372 3213933648 3213933096 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 286 128 75 177 0 108 0

[startup+0.019997 s]
/proc/loadavg: 5.57 5.68 6.27 6/113 3610
/proc/meminfo: memFree=2184620/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=1804 CPUtime=0.02
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 350 0 0 0 1 1 0 0 18 0 1 0 1121994968 1847296 305 4294967295 134512640 135237372 3213933648 3213933096 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 451 305 75 177 0 273 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1804

[startup+0.109991 s]
/proc/loadavg: 5.57 5.68 6.27 6/113 3610
/proc/meminfo: memFree=2184620/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=6128 CPUtime=0.11
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 1412 0 0 0 8 3 0 0 18 0 1 0 1121994968 6275072 1367 4294967295 134512640 135237372 3213933648 3213932172 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 1532 1368 75 177 0 1354 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6128

[startup+0.309976 s]
/proc/loadavg: 5.57 5.68 6.27 6/113 3610
/proc/meminfo: memFree=2184620/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=17224 CPUtime=0.31
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 3705 0 0 0 28 3 0 0 18 0 1 0 1121994968 17637376 3660 4294967295 134512640 135237372 3213933648 3213933372 134533736 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 4306 3660 75 177 0 4128 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17224

[startup+0.709943 s]
/proc/loadavg: 5.57 5.68 6.27 6/113 3610
/proc/meminfo: memFree=2184620/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=33732 CPUtime=0.71
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 8124 0 0 0 66 5 0 0 18 0 1 0 1121994968 34541568 8078 4294967295 134512640 135237372 3213933648 3213932240 134680336 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 8433 8078 76 177 0 8255 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 33732

[startup+1.50988 s]
/proc/loadavg: 5.57 5.68 6.27 6/114 3611
/proc/meminfo: memFree=2151764/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=39444 CPUtime=1.15
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 10350 0 0 0 109 6 0 0 19 0 1 0 1121994968 40390656 9525 4294967295 134512640 135237372 3213933648 3213932976 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 9861 9525 77 177 0 9683 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 39444

[startup+3.10976 s]
/proc/loadavg: 5.52 5.67 6.26 6/114 3611
/proc/meminfo: memFree=2144884/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=41820 CPUtime=1.95
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 10941 0 0 0 188 7 0 0 21 0 1 0 1121994968 42823680 10116 4294967295 134512640 135237372 3213933648 3213933008 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 10455 10116 77 177 0 10277 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 41820
heavy processes:
  %CPU=87 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=87 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+6.30951 s]
/proc/loadavg: 5.52 5.67 6.26 7/114 3611
/proc/meminfo: memFree=2144260/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=42372 CPUtime=3.55
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 11038 0 0 0 348 7 0 0 25 0 1 0 1121994968 43388928 10213 4294967295 134512640 135237372 3213933648 3213933008 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 10593 10213 77 177 0 10415 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 42372
heavy processes:
  %CPU=87 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=87 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+12.709 s]
/proc/loadavg: 5.44 5.64 6.24 6/114 3612
/proc/meminfo: memFree=2143192/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=42828 CPUtime=6.75
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 11167 0 0 0 668 7 0 0 25 0 1 0 1121994968 43855872 10342 4294967295 134512640 135237372 3213933648 3213932976 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 10707 10342 77 177 0 10529 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 42828
heavy processes:
  %CPU=87 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=87 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+25.508 s]
/proc/loadavg: 5.37 5.62 6.23 6/114 3613
/proc/meminfo: memFree=2142084/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=44072 CPUtime=13.15
/proc/3610/stat : 3610 (ttsth-5-0) R 3608 3610 14986 0 -1 4202496 11451 0 0 0 1308 7 0 0 25 0 1 0 1121994968 45129728 10626 4294967295 134512640 135237372 3213933648 3213932976 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3610/statm: 11018 10626 77 177 0 10840 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 44072
heavy processes:
  %CPU=87 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=87 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+51.106 s]
/proc/loadavg: 5.82 5.70 6.24 9/118 3804
/proc/meminfo: memFree=1895072/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=319592 CPUtime=39.02
/proc/3610/stat : 3610 (ttsth-5-0) S 3608 3610 14986 0 -1 4202496 74039 0 0 0 3882 20 0 0 25 0 5 0 1121994968 327262208 72647 4294967295 134512640 135237372 3213933648 3213933244 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3610/statm: 79898 72647 95 177 0 79720 0
[pid=3610/tid=3801] ppid=3608 vsize=319592 CPUtime=1.43
/proc/3610/task/3801/stat : 3801 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 779 0 0 0 142 1 0 0 25 0 5 0 1121999770 327262208 72647 4294967295 134512640 135237372 3213933648 3072700976 134680343 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3610/tid=3802] ppid=3608 vsize=319592 CPUtime=0.84
/proc/3610/task/3802/stat : 3802 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 843 0 0 0 84 0 0 0 25 0 5 0 1121999770 327262208 72647 4294967295 134512640 135237372 3213933648 3064320556 134636382 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3610/tid=3803] ppid=3608 vsize=319592 CPUtime=1.02
/proc/3610/task/3803/stat : 3803 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 876 0 0 0 102 0 0 0 25 0 5 0 1121999770 327262208 72647 4294967295 134512640 135237372 3213933648 3055859804 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3610/tid=3804] ppid=3608 vsize=319592 CPUtime=1.33
/proc/3610/task/3804/stat : 3804 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 957 0 0 0 133 0 0 0 25 0 5 0 1121999774 327262208 72647 4294967295 134512640 135237372 3213933648 3047764512 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39.02
Current children cumulated vsize (KiB) 319592
heavy processes:
  %CPU=87 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=87 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+102.312 s]
/proc/loadavg: 7.50 6.19 6.37 9/118 3992
/proc/meminfo: memFree=1575688/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=651844 CPUtime=129.12
/proc/3610/stat : 3610 (ttsth-5-0) S 3608 3610 14986 0 -1 4202496 153481 0 0 0 12869 43 0 0 25 0 5 0 1121994968 667488256 152089 4294967295 134512640 135237372 3213933648 3213933244 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3610/statm: 162961 152089 95 177 0 162783 0
[pid=3610/tid=3801] ppid=3608 vsize=651844 CPUtime=27.73
/proc/3610/task/3801/stat : 3801 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 61959 0 0 0 2758 15 0 0 25 0 5 0 1121999770 667488256 152089 4294967295 134512640 135237372 3213933648 3072243216 134588795 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3610/tid=3802] ppid=3608 vsize=651844 CPUtime=23.05
/proc/3610/task/3802/stat : 3802 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 8604 0 0 0 2301 4 0 0 25 0 5 0 1121999770 667488256 152089 4294967295 134512640 135237372 3213933648 3063937296 134749335 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3610/tid=3803] ppid=3608 vsize=651844 CPUtime=19.99
/proc/3610/task/3803/stat : 3803 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 5930 0 0 0 1996 3 0 0 25 0 5 0 1121999770 667488256 152089 4294967295 134512640 135237372 3213933648 3055776512 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3610/tid=3804] ppid=3608 vsize=651844 CPUtime=23.95
/proc/3610/task/3804/stat : 3804 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 6404 0 0 0 2393 2 0 0 25 0 5 0 1121999774 667488256 152089 4294967295 134512640 135237372 3213933648 3047521776 134591065 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 129.12
Current children cumulated vsize (KiB) 651844

[startup+162.307 s]
/proc/loadavg: 8.24 6.60 6.50 9/118 4180
/proc/meminfo: memFree=1068856/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=1183824 CPUtime=233.37
/proc/3610/stat : 3610 (ttsth-5-0) S 3608 3610 14986 0 -1 4202496 280803 0 0 0 23249 88 0 0 25 0 5 0 1121994968 1212235776 279411 4294967295 134512640 135237372 3213933648 3213933244 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3610/statm: 295956 279411 95 177 0 295778 0
[pid=3610/tid=3801] ppid=3608 vsize=1183824 CPUtime=54.23
/proc/3610/task/3801/stat : 3801 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 115094 0 0 0 5390 33 0 0 25 0 5 0 1121999770 1212235776 279411 4294967295 134512640 135237372 3213933648 3071865328 134550994 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3610/tid=3802] ppid=3608 vsize=1183824 CPUtime=49.95
/proc/3610/task/3802/stat : 3802 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 53544 0 0 0 4977 18 0 0 25 0 5 0 1121999770 1212235776 279411 4294967295 134512640 135237372 3213933648 3063948064 134591828 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3610/tid=3803] ppid=3608 vsize=1183824 CPUtime=45.11
/proc/3610/task/3803/stat : 3803 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 30438 0 0 0 4496 15 0 0 25 0 5 0 1121999770 1212235776 279411 4294967295 134512640 135237372 3213933648 3055568768 134562401 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3610/tid=3804] ppid=3608 vsize=1183824 CPUtime=49.68
/proc/3610/task/3804/stat : 3804 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 11143 0 0 0 4965 3 0 0 25 0 5 0 1121999774 1212235776 279411 4294967295 134512640 135237372 3213933648 3047462160 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 233.37
Current children cumulated vsize (KiB) 1183824

[startup+222.313 s]
/proc/loadavg: 8.70 7.06 6.66 9/118 4372
/proc/meminfo: memFree=600588/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=1673516 CPUtime=334.83
/proc/3610/stat : 3610 (ttsth-5-0) S 3608 3610 14986 0 -1 4202496 396788 0 0 0 33348 135 0 0 25 0 5 0 1121994968 1713680384 395396 4294967295 134512640 135237372 3213933648 3213933244 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3610/statm: 418379 395396 95 177 0 418201 0
[pid=3610/tid=3801] ppid=3608 vsize=1673516 CPUtime=80.46
/proc/3610/task/3801/stat : 3801 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 155670 0 0 0 7996 50 0 0 25 0 5 0 1121999770 1713680384 395396 4294967295 134512640 135237372 3213933648 3071847408 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=3610/tid=3802] ppid=3608 vsize=1673516 CPUtime=75.81
/proc/3610/task/3802/stat : 3802 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 90719 0 0 0 7554 27 0 0 25 0 5 0 1121999770 1713680384 395396 4294967295 134512640 135237372 3213933648 3063923568 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3610/tid=3803] ppid=3608 vsize=1673516 CPUtime=69.01
/proc/3610/task/3803/stat : 3803 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 63842 0 0 0 6866 35 0 0 25 0 5 0 1121999770 1713680384 395396 4294967295 134512640 135237372 3213933648 3055540000 134680326 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3610/tid=3804] ppid=3608 vsize=1673516 CPUtime=75.15
/proc/3610/task/3804/stat : 3804 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 15973 0 0 0 7511 4 0 0 25 0 5 0 1121999774 1713680384 395397 4294967295 134512640 135237372 3213933648 3047824448 134680336 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 334.83
Current children cumulated vsize (KiB) 1673516

[startup+282.308 s]
/proc/loadavg: 8.69 7.32 6.77 9/118 4558
/proc/meminfo: memFree=231288/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=2067196 CPUtime=439.12
/proc/3610/stat : 3610 (ttsth-5-0) S 3608 3610 14986 0 -1 4202496 489718 0 0 0 43742 170 0 0 25 0 5 0 1121994968 2116808704 488326 4294967295 134512640 135237372 3213933648 3213933244 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3610/statm: 516799 488326 95 177 0 516621 0
[pid=3610/tid=3801] ppid=3608 vsize=2067196 CPUtime=107.23
/proc/3610/task/3801/stat : 3801 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 191943 0 0 0 10657 66 0 0 25 0 5 0 1121999770 2116808704 488326 4294967295 134512640 135237372 3213933648 3071864496 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3610/tid=3802] ppid=3608 vsize=2067196 CPUtime=101.78
/proc/3610/task/3802/stat : 3802 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 111564 0 0 0 10144 34 0 0 25 0 5 0 1121999770 2116808704 488326 4294967295 134512640 135237372 3213933648 3063938864 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3610/tid=3803] ppid=3608 vsize=2067196 CPUtime=94.71
/proc/3610/task/3803/stat : 3803 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 94251 0 0 0 9431 40 0 0 25 0 5 0 1121999770 2116808704 488326 4294967295 134512640 135237372 3213933648 3055540400 134749343 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3610/tid=3804] ppid=3608 vsize=2067196 CPUtime=101.01
/proc/3610/task/3804/stat : 3804 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 21376 0 0 0 10090 11 0 0 21 0 5 0 1121999774 2116808704 488326 4294967295 134512640 135237372 3213933648 3047530592 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 439.12
Current children cumulated vsize (KiB) 2067196



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+286.108 s]
/proc/loadavg: 8.71 7.35 6.79 9/118 4559
/proc/meminfo: memFree=197068/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=2097956 CPUtime=445.27
/proc/3610/stat : 3610 (ttsth-5-0) S 3608 3610 14986 0 -1 4202496 496928 0 0 0 44355 172 0 0 25 0 5 0 1121994968 2148306944 495536 4294967295 134512640 135237372 3213933648 3213933244 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3610/statm: 524489 495536 95 177 0 524311 0
[pid=3610/tid=3801] ppid=3608 vsize=2097956 CPUtime=108.83
/proc/3610/task/3801/stat : 3801 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 195090 0 0 0 10817 66 0 0 25 0 5 0 1121999770 2148306944 495536 4294967295 134512640 135237372 3213933648 3071829408 134749345 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3610/tid=3802] ppid=3608 vsize=2097956 CPUtime=103.28
/proc/3610/task/3802/stat : 3802 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 113819 0 0 0 10293 35 0 0 24 0 5 0 1121999770 2148306944 495536 4294967295 134512640 135237372 3213933648 3063938496 134562401 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3610/tid=3803] ppid=3608 vsize=2097956 CPUtime=96.11
/proc/3610/task/3803/stat : 3803 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 95619 0 0 0 9571 40 0 0 25 0 5 0 1121999770 2148306944 495536 4294967295 134512640 135237372 3213933648 3055543136 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3610/tid=3804] ppid=3608 vsize=2097956 CPUtime=102.65
/proc/3610/task/3804/stat : 3804 (ttsth-5-0) R 3608 3610 14986 0 -1 4202560 21816 0 0 0 10253 12 0 0 21 0 5 0 1121999774 2148306944 495536 4294967295 134512640 135237372 3213933648 3047538544 134749351 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 445.27
Current children cumulated vsize (KiB) 2097956

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

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

[startup+286.228 s]
/proc/loadavg: 8.71 7.35 6.79 9/118 4559
/proc/meminfo: memFree=197068/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=0 CPUtime=445.31
/proc/3610/stat : 3610 (ttsth-5-0) Z 3608 3610 14986 0 -1 4203524 496970 0 0 0 44357 174 0 0 18 0 2 0 1121994968 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3610/statm: 0 0 0 0 0 0 0
[pid=3610/tid=3803] ppid=3608 vsize=0 CPUtime=96.13
/proc/3610/task/3803/stat : 3803 (ttsth-5-0) R 3608 3610 14986 0 -1 4203588 95619 0 0 0 9571 42 0 0 25 0 2 0 1121999770 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) 445.31
Current children cumulated vsize (KiB) 0

[startup+286.408 s]
/proc/loadavg: 8.71 7.35 6.79 9/118 4559
/proc/meminfo: memFree=197068/3368532 swapFree=1953000/1959888
[pid=3610] ppid=3608 vsize=0 CPUtime=445.39
/proc/3610/stat : 3610 (ttsth-5-0) Z 3608 3610 14986 0 -1 4203524 496970 0 0 0 44357 182 0 0 18 0 2 0 1121994968 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/3610/statm: 0 0 0 0 0 0 0
[pid=3610/tid=3803] ppid=3608 vsize=0 CPUtime=96.21
/proc/3610/task/3803/stat : 3803 (ttsth-5-0) R 3608 3610 14986 0 -1 4203588 95619 0 0 0 9571 50 0 0 25 0 2 0 1121999770 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) 445.39
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 286.413
CPU time (s): 445.4
CPU user time (s): 443.57
CPU system time (s): 1.83
CPU usage (%): 155.51
Max. virtual memory (cumulated for all children) (KiB): 2097956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 443.57
system time used= 1.83
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496970
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= 1855
involuntary context switches= 11401

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-30 12:16:16
IDJOB=1779253
IDBENCH=70825
IDSOLVER=632
FILE ID=tipi45/1779253-1243678576
PBS_JOBID=
Free space on /tmp= 15498 MiB

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

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED= 1295804445

Linux tipi45 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.081
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.081
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.081
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.081
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2184720 kB
Buffers:         32024 kB
Cached:         607276 kB
SwapCached:       1892 kB
Active:         563892 kB
Inactive:       538456 kB
HighTotal:     2489216 kB
HighFree:      1425780 kB
LowTotal:       879316 kB
LowFree:        758940 kB
SwapTotal:     1959888 kB
SwapFree:      1953000 kB
Dirty:            6964 kB
Writeback:           0 kB
AnonPages:      462404 kB
Mapped:           6576 kB
Slab:            67476 kB
SReclaimable:    55744 kB
SUnreclaim:      11732 kB
PageTables:       1144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   550728 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15498 MiB
End job on tipi45 at 2009-05-30 12:21:05