Trace number 1779373

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) 570.99 323.593

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-16-s100.cnf
MD5SUM0b8996f2f5c4b978a2df4466203c2361
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.15
Satisfiable
(Un)Satisfiability was proved
Number of variables31248
Number of clauses93904
Sum of the clauses size221062
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260522
Number of clauses of size 333318
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.13/0.27	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779373-1243678867.cnf 
0.13/0.27	c Using SATTIMEOUT of 10000
0.13/0.27	c Using SATRAM of 2047
0.13/0.27	c Size of subset node = 16
0.13/0.27	c Variables = 31248
0.13/0.27	c Clauses = 93904
0.13/0.27	c Literals = 221062
0.13/0.27	c Reduced size:
0.13/0.27	c Variables = 31248
0.13/0.27	c Clauses = 93420
0.13/0.27	c Literals = 219778
0.13/0.27	c a2
0.33/0.42	c a1
5.71/10.79	c Independent sub-problems = 1
5.71/10.79	c Sub-problem with 31100 variables and 93420 clauses
5.71/10.79	c using permutation method 4
5.71/10.79	c count = 1
5.71/10.79	c Ordering finished 5.740 seconds
5.71/10.79	c mapped 5.780 seconds
5.71/10.79	c permuted 5.780 seconds
5.71/10.79	c about to sort
5.81/10.91	c sorted
6.44/12.23	c clauses now 93420
6.44/12.23	c init finished 6.010 seconds
6.44/12.23	c tree built 6.430 seconds
6.44/12.23	c 
6.44/12.23	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
6.44/12.23	c ---------------------------------|----------------------------------|------------------------------------------------------
6.44/12.23	c ................................ | ..........                       |                        6.4           0.0             
6.44/12.26	c ................................ | ..........                     1 |                        6.4           0.2             
6.44/12.26	c ................................ | ..........                     2 |                        6.5           0.3        11302
6.44/12.26	c ................................ | ..........                     3 |                        6.5           0.5        11302
6.44/12.26	c ................................ | ..........                     4 |                        6.5           0.6        11302
6.44/12.26	c ................................ | ..........                     5 |                        6.5           0.8        11302
6.44/12.26	c ................................ | ..........                  1000 | 15                     6.5         154.8        11361
200.14/122.85	c ................................ | ..........               1926000 | 63044                200.2        9620.9     50959038
400.08/230.00	c ................................ | ..........               4281000 | 136585               400.2       10696.6     87221703

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-1779373-1243678867/watcher-1779373-1243678867 -o /tmp/evaluation-result-1779373-1243678867/solver-1779373-1243678867 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779373-1243678867.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: 8.34 7.29 6.77 6/113 4596
/proc/meminfo: memFree=2182856/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=1140 CPUtime=0.01
/proc/4596/stat : 4596 (ttsth-5-0) R 4594 4596 14986 0 -1 4202496 169 0 0 0 1 0 0 0 18 0 1 0 1122023977 1167360 125 4294967295 134512640 135237372 3214687504 3214686028 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/4596/statm: 285 125 75 177 0 107 0

[startup+0.185237 s]
/proc/loadavg: 8.34 7.29 6.77 6/113 4596
/proc/meminfo: memFree=2182856/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=5596 CPUtime=0.1
/proc/4596/stat : 4596 (ttsth-5-0) R 4594 4596 14986 0 -1 4202496 1276 0 0 0 10 0 0 0 18 0 1 0 1122023977 5730304 1232 4294967295 134512640 135237372 3214687504 3214686028 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/4596/statm: 1399 1233 75 177 0 1221 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5596

[startup+0.215233 s]
/proc/loadavg: 8.34 7.29 6.77 6/113 4596
/proc/meminfo: memFree=2182856/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=7788 CPUtime=0.13
/proc/4596/stat : 4596 (ttsth-5-0) R 4594 4596 14986 0 -1 4202496 1633 0 0 0 13 0 0 0 18 0 1 0 1122023977 7974912 1589 4294967295 134512640 135237372 3214687504 3214687228 134533766 0 0 0 0 0 0 0 17 2 0 0 0
/proc/4596/statm: 1947 1589 75 177 0 1769 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 7788

[startup+0.31522 s]
/proc/loadavg: 8.34 7.29 6.77 6/113 4596
/proc/meminfo: memFree=2182856/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=13576 CPUtime=0.23
/proc/4596/stat : 4596 (ttsth-5-0) R 4594 4596 14986 0 -1 4202496 3180 0 0 0 23 0 0 0 18 0 1 0 1122023977 13901824 3136 4294967295 134512640 135237372 3214687504 3214686772 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/4596/statm: 3394 3139 76 177 0 3216 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13576

[startup+0.715192 s]
/proc/loadavg: 8.34 7.29 6.77 6/113 4596
/proc/meminfo: memFree=2182856/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=18316 CPUtime=0.63
/proc/4596/stat : 4596 (ttsth-5-0) R 4594 4596 14986 0 -1 4202496 4592 0 0 0 62 1 0 0 18 0 1 0 1122023977 18755584 4363 4294967295 134512640 135237372 3214687504 3214686632 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/4596/statm: 4579 4363 77 177 0 4401 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 18316

[startup+1.51513 s]
/proc/loadavg: 8.34 7.29 6.77 6/114 4597
/proc/meminfo: memFree=2165688/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=18460 CPUtime=1.11
/proc/4596/stat : 4596 (ttsth-5-0) R 4594 4596 14986 0 -1 4202496 4619 0 0 0 110 1 0 0 19 0 1 0 1122023977 18903040 4390 4294967295 134512640 135237372 3214687504 3214686864 134600884 0 0 0 0 0 0 0 17 2 0 0 0
/proc/4596/statm: 4615 4390 77 177 0 4437 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 18460

[startup+3.11501 s]
/proc/loadavg: 8.07 7.25 6.76 6/114 4598
/proc/meminfo: memFree=2165312/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=18616 CPUtime=1.91
/proc/4596/stat : 4596 (ttsth-5-0) R 4594 4596 14986 0 -1 4202496 4662 0 0 0 190 1 0 0 21 0 1 0 1122023977 19062784 4433 4294967295 134512640 135237372 3214687504 3214686832 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/4596/statm: 4654 4433 77 177 0 4476 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 18616
heavy processes:
  %CPU=86 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.31476 s]
/proc/loadavg: 8.07 7.25 6.76 6/114 4599
/proc/meminfo: memFree=2164848/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=18904 CPUtime=3.51
/proc/4596/stat : 4596 (ttsth-5-0) R 4594 4596 14986 0 -1 4202496 4759 0 0 0 350 1 0 0 25 0 1 0 1122023977 19357696 4530 4294967295 134512640 135237372 3214687504 3214686832 134555299 0 0 0 0 0 0 0 17 2 0 0 0
/proc/4596/statm: 4726 4530 77 177 0 4548 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 18904
heavy processes:
  %CPU=86 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.7143 s]
/proc/loadavg: 7.67 7.20 6.75 6/114 4599
/proc/meminfo: memFree=2056624/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=164512 CPUtime=6.63
/proc/4596/stat : 4596 (ttsth-5-0) S 4594 4596 14986 0 -1 4202496 33367 0 0 0 655 8 0 0 25 0 5 0 1122023977 168460288 32954 4294967295 134512640 135237372 3214687504 3214687100 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4596/statm: 41128 32954 95 177 0 40950 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 164512
heavy processes:
  %CPU=86 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.5133 s]
/proc/loadavg: 7.95 7.27 6.78 9/118 4605
/proc/meminfo: memFree=1933900/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=285224 CPUtime=26.58
/proc/4596/stat : 4596 (ttsth-5-0) S 4594 4596 14986 0 -1 4202496 63205 0 0 0 2642 16 0 0 25 0 5 0 1122023977 292069376 62792 4294967295 134512640 135237372 3214687504 3214687100 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4596/statm: 71306 62792 95 177 0 71128 0
[pid=4596/tid=4600] ppid=4594 vsize=285224 CPUtime=5.34
/proc/4596/task/4600/stat : 4600 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 7337 0 0 0 532 2 0 0 25 0 5 0 1122025191 292069376 62792 4294967295 134512640 135237372 3214687504 3081674784 134590368 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4596/tid=4601] ppid=4594 vsize=285224 CPUtime=5.41
/proc/4596/task/4601/stat : 4601 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 9549 0 0 0 536 5 0 0 19 0 5 0 1122025191 292069376 62792 4294967295 134512640 135237372 3214687504 3073212784 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4596/tid=4602] ppid=4594 vsize=285224 CPUtime=4.74
/proc/4596/task/4602/stat : 4602 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 5148 0 0 0 474 0 0 0 22 0 5 0 1122025191 292069376 62792 4294967295 134512640 135237372 3214687504 3064789808 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4596/tid=4603] ppid=4594 vsize=285224 CPUtime=4.65
/proc/4596/task/4603/stat : 4603 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 8912 0 0 0 464 1 0 0 20 0 5 0 1122025195 292069376 62792 4294967295 134512640 135237372 3214687504 3056419312 134680245 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.58
Current children cumulated vsize (KiB) 285224

[startup+51.1113 s]
/proc/loadavg: 8.25 7.39 6.83 9/118 4788
/proc/meminfo: memFree=1726984/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=496476 CPUtime=73.81
/proc/4596/stat : 4596 (ttsth-5-0) S 4594 4596 14986 0 -1 4202496 114569 0 0 0 7345 36 0 0 25 0 5 0 1122023977 508391424 114156 4294967295 134512640 135237372 3214687504 3214687100 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4596/statm: 124119 114156 95 177 0 123941 0
[pid=4596/tid=4600] ppid=4594 vsize=496476 CPUtime=17.21
/proc/4596/task/4600/stat : 4600 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 19403 0 0 0 1715 6 0 0 25 0 5 0 1122025191 508391424 114156 4294967295 134512640 135237372 3214687504 3081707856 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4596/tid=4601] ppid=4594 vsize=496476 CPUtime=17.3
/proc/4596/task/4601/stat : 4601 (ttsth-5-0) D 4594 4596 14986 0 -1 4202560 24336 0 0 0 1720 10 0 0 25 0 5 0 1122025191 508391424 114156 4294967295 134512640 135237372 3214687504 3073201440 134758964 0 0 0 0 3223098951 0 0 -1 1 0 0 0
[pid=4596/tid=4602] ppid=4594 vsize=496476 CPUtime=16.61
/proc/4596/task/4602/stat : 4602 (ttsth-5-0) D 4594 4596 14986 0 -1 4202560 15080 0 0 0 1655 6 0 0 25 0 5 0 1122025191 508391424 114156 4294967295 134512640 135237372 3214687504 3064873184 134546034 0 0 0 0 3223098951 0 0 -1 1 0 0 0
[pid=4596/tid=4603] ppid=4594 vsize=496476 CPUtime=16.25
/proc/4596/task/4603/stat : 4603 (ttsth-5-0) D 4594 4596 14986 0 -1 4202560 23491 0 0 0 1619 6 0 0 25 0 5 0 1122025195 508391424 114156 4294967295 134512640 135237372 3214687504 3056506176 134546034 0 0 0 0 3223098951 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 73.81
Current children cumulated vsize (KiB) 496476

[startup+102.307 s]
/proc/loadavg: 8.55 7.60 6.93 10/118 4796
/proc/meminfo: memFree=1355204/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=879424 CPUtime=165.43
/proc/4596/stat : 4596 (ttsth-5-0) S 4594 4596 14986 0 -1 4202496 206739 0 0 0 16469 74 0 0 25 0 5 0 1122023977 900530176 206326 4294967295 134512640 135237372 3214687504 3214687100 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4596/statm: 219856 206326 95 177 0 219678 0
[pid=4596/tid=4600] ppid=4594 vsize=879424 CPUtime=40.74
/proc/4596/task/4600/stat : 4600 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 42510 0 0 0 4059 15 0 0 25 0 5 0 1122025191 900530176 206326 4294967295 134512640 135237372 3214687504 3081711280 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4596/tid=4601] ppid=4594 vsize=879424 CPUtime=39.52
/proc/4596/task/4601/stat : 4601 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 48254 0 0 0 3931 21 0 0 25 0 5 0 1122025191 900530176 206326 4294967295 134512640 135237372 3214687504 3073322288 134562290 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4596/tid=4602] ppid=4594 vsize=879424 CPUtime=39.97
/proc/4596/task/4602/stat : 4602 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 33997 0 0 0 3981 16 0 0 25 0 5 0 1122025191 900530176 206326 4294967295 134512640 135237372 3214687504 3064928384 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4596/tid=4603] ppid=4594 vsize=879424 CPUtime=38.76
/proc/4596/task/4603/stat : 4603 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 49719 0 0 0 3862 14 0 0 25 0 5 0 1122025195 900530176 206326 4294967295 134512640 135237372 3214687504 3056488608 134562360 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.43
Current children cumulated vsize (KiB) 879424

[startup+162.313 s]
/proc/loadavg: 8.78 7.84 7.05 8/118 4983
/proc/meminfo: memFree=1010680/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=1238188 CPUtime=273.85
/proc/4596/stat : 4596 (ttsth-5-0) S 4594 4596 14986 0 -1 4202496 293040 0 0 0 27276 109 0 0 25 0 5 0 1122023977 1267904512 292627 4294967295 134512640 135237372 3214687504 3214687100 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4596/statm: 309547 292627 95 177 0 309369 0
[pid=4596/tid=4600] ppid=4594 vsize=1238188 CPUtime=68.06
/proc/4596/task/4600/stat : 4600 (ttsth-5-0) S 4594 4596 14986 0 -1 4202560 69614 0 0 0 6780 26 0 0 25 0 5 0 1122025191 1267904512 292627 4294967295 134512640 135237372 3214687504 3081676332 134636436 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4596/tid=4601] ppid=4594 vsize=1238188 CPUtime=66.32
/proc/4596/task/4601/stat : 4601 (ttsth-5-0) D 4594 4596 14986 0 -1 4202560 64216 0 0 0 6605 27 0 0 23 0 5 0 1122025191 1267904512 292627 4294967295 134512640 135237372 3214687504 3073337500 134636436 0 0 0 0 3223098951 0 0 -1 2 0 0 0
[pid=4596/tid=4602] ppid=4594 vsize=1238188 CPUtime=67.38
/proc/4596/task/4602/stat : 4602 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 48278 0 0 0 6716 22 0 0 25 0 5 0 1122025191 1267904512 292627 4294967295 134512640 135237372 3214687504 3064861940 134758964 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4596/tid=4603] ppid=4594 vsize=1238188 CPUtime=65.65
/proc/4596/task/4603/stat : 4603 (ttsth-5-0) D 4594 4596 14986 0 -1 4202560 78673 0 0 0 6539 26 0 0 24 0 5 0 1122025195 1267904512 292627 4294967295 134512640 135237372 3214687504 3056439024 134546034 0 0 0 0 3223098951 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 273.85
Current children cumulated vsize (KiB) 1238188

[startup+222.308 s]
/proc/loadavg: 8.98 8.08 7.18 9/118 5170
/proc/meminfo: memFree=698412/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=1560968 CPUtime=387.26
/proc/4596/stat : 4596 (ttsth-5-0) S 4594 4596 14986 0 -1 4202496 370549 0 0 0 38590 136 0 0 25 0 5 0 1122023977 1598431232 370136 4294967295 134512640 135237372 3214687504 3214687100 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4596/statm: 390242 370136 95 177 0 390064 0
[pid=4596/tid=4600] ppid=4594 vsize=1560968 CPUtime=97.34
/proc/4596/task/4600/stat : 4600 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 88998 0 0 0 9702 32 0 0 24 0 5 0 1122025191 1598431232 370136 4294967295 134512640 135237372 3214687504 3081641312 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4596/tid=4601] ppid=4594 vsize=1560968 CPUtime=94.21
/proc/4596/task/4601/stat : 4601 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 84835 0 0 0 9386 35 0 0 25 0 5 0 1122025191 1598431232 370137 4294967295 134512640 135237372 3214687504 3073325776 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4596/tid=4602] ppid=4594 vsize=1560968 CPUtime=95.52
/proc/4596/task/4602/stat : 4602 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 64524 0 0 0 9524 28 0 0 25 0 5 0 1122025191 1598431232 370137 4294967295 134512640 135237372 3214687504 3064857584 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=4596/tid=4603] ppid=4594 vsize=1560968 CPUtime=93.75
/proc/4596/task/4603/stat : 4603 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 99934 0 0 0 9342 33 0 0 25 0 5 0 1122025195 1598431232 370137 4294967295 134512640 135237372 3214687504 3056552800 134680239 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 387.26
Current children cumulated vsize (KiB) 1560968

[startup+282.313 s]
/proc/loadavg: 8.79 8.19 7.28 9/118 5358
/proc/meminfo: memFree=393716/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=1883788 CPUtime=496.96
/proc/4596/stat : 4596 (ttsth-5-0) S 4594 4596 14986 0 -1 4202496 446941 0 0 0 49534 162 0 0 25 0 5 0 1122023977 1928998912 446528 4294967295 134512640 135237372 3214687504 3214687100 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4596/statm: 470947 446528 95 177 0 470769 0
[pid=4596/tid=4600] ppid=4594 vsize=1883788 CPUtime=125.84
/proc/4596/task/4600/stat : 4600 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 101763 0 0 0 12546 38 0 0 25 0 5 0 1122025191 1928998912 446529 4294967295 134512640 135237372 3214687504 3081459072 134588122 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4596/tid=4601] ppid=4594 vsize=1883788 CPUtime=121.59
/proc/4596/task/4601/stat : 4601 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 105993 0 0 0 12119 40 0 0 25 0 5 0 1122025191 1928998912 446529 4294967295 134512640 135237372 3214687504 3073325296 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4596/tid=4602] ppid=4594 vsize=1883788 CPUtime=122.21
/proc/4596/task/4602/stat : 4602 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 84640 0 0 0 12183 38 0 0 25 0 5 0 1122025191 1928998912 446529 4294967295 134512640 135237372 3214687504 3064832992 134580209 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4596/tid=4603] ppid=4594 vsize=1883788 CPUtime=120.88
/proc/4596/task/4603/stat : 4603 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 122287 0 0 0 12050 38 0 0 25 0 5 0 1122025195 1928998912 446529 4294967295 134512640 135237372 3214687504 3056682912 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 496.96
Current children cumulated vsize (KiB) 1883788



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+323.31 s]
/proc/loadavg: 8.60 8.22 7.32 9/118 5550
/proc/meminfo: memFree=186564/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=2097000 CPUtime=570.86
/proc/4596/stat : 4596 (ttsth-5-0) S 4594 4596 14986 0 -1 4202496 497712 0 0 0 56912 174 0 0 25 0 5 0 1122023977 2147328000 497299 4294967295 134512640 135237372 3214687504 3214687100 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4596/statm: 524250 497299 95 177 0 524072 0
[pid=4596/tid=4600] ppid=4594 vsize=2097000 CPUtime=144.74
/proc/4596/task/4600/stat : 4600 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 113486 0 0 0 14434 40 0 0 25 0 5 0 1122025191 2147328000 497303 4294967295 134512640 135237372 3214687504 3081749248 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=4596/tid=4601] ppid=4594 vsize=2097000 CPUtime=139.52
/proc/4596/task/4601/stat : 4601 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 117096 0 0 0 13911 41 0 0 25 0 5 0 1122025191 2147328000 497304 4294967295 134512640 135237372 3214687504 3073284464 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4596/tid=4602] ppid=4594 vsize=2097000 CPUtime=140.29
/proc/4596/task/4602/stat : 4602 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 100275 0 0 0 13987 42 0 0 25 0 5 0 1122025191 2147328000 497304 4294967295 134512640 135237372 3214687504 3065162864 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4596/tid=4603] ppid=4594 vsize=2097000 CPUtime=139.87
/proc/4596/task/4603/stat : 4603 (ttsth-5-0) R 4594 4596 14986 0 -1 4202560 134601 0 0 0 13944 43 0 0 25 0 5 0 1122025195 2147328000 497304 4294967295 134512640 135237372 3214687504 3056531856 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 570.86
Current children cumulated vsize (KiB) 2097000

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

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

[startup+323.52 s]
/proc/loadavg: 8.60 8.22 7.32 7/116 5551
/proc/meminfo: memFree=1052948/3368532 swapFree=1953000/1959888
[pid=4596] ppid=4594 vsize=0 CPUtime=570.98
/proc/4596/stat : 4596 (ttsth-5-0) Z 4594 4596 14986 0 -1 4203524 497773 0 0 0 56914 184 0 0 18 0 2 0 1122023977 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/4596/statm: 0 0 0 0 0 0 0
[pid=4596/tid=4600] ppid=4594 vsize=0 CPUtime=144.84
/proc/4596/task/4600/stat : 4600 (ttsth-5-0) R 4594 4596 14986 0 -1 4203588 113486 0 0 0 14434 50 0 0 25 0 2 0 1122025191 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 570.98
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 323.593
CPU time (s): 570.99
CPU user time (s): 569.14
CPU system time (s): 1.85
CPU usage (%): 176.453
Max. virtual memory (cumulated for all children) (KiB): 2097000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 569.14
system time used= 1.85
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 497773
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= 1513
involuntary context switches= 15774

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-30 12:21:07
IDJOB=1779373
IDBENCH=70845
IDSOLVER=632
FILE ID=tipi45/1779373-1243678867
PBS_JOBID=
Free space on /tmp= 15500 MiB

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

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

MD5SUM BENCH= 0b8996f2f5c4b978a2df4466203c2361
RANDOM SEED= 699011420

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:       2182856 kB
Buffers:         32040 kB
Cached:         610200 kB
SwapCached:       1892 kB
Active:         567632 kB
Inactive:       538656 kB
HighTotal:     2489216 kB
HighFree:      1424516 kB
LowTotal:       879316 kB
LowFree:        758340 kB
SwapTotal:     1959888 kB
SwapFree:      1953000 kB
Dirty:            3160 kB
Writeback:           0 kB
AnonPages:      463368 kB
Mapped:           6552 kB
Slab:            67596 kB
SReclaimable:    55752 kB
SUnreclaim:      11844 kB
PageTables:       1136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   551504 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15500 MiB
End job on tipi45 at 2009-05-30 12:26:33