Trace number 1779478

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) 977.77 249.523

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-34-s100.cnf
MD5SUMd33264afbb7fa6f88a24b97cfc468c5a
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 variables32465
Number of clauses97748
Sum of the clauses size230766
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262350
Number of clauses of size 335334
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.16	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779478-1243679347.cnf 
0.10/0.16	c Using SATTIMEOUT of 10000
0.10/0.16	c Using SATRAM of 2047
0.10/0.16	c Size of subset node = 16
0.10/0.16	c Variables = 32465
0.10/0.16	c Clauses = 97748
0.10/0.16	c Literals = 230766
0.10/0.16	c Reduced size:
0.10/0.16	c Variables = 32465
0.10/0.16	c Clauses = 97492
0.10/0.16	c Literals = 230058
0.10/0.16	c a2
0.30/0.31	c a1
5.41/5.47	c Independent sub-problems = 1
5.41/5.47	c Sub-problem with 32370 variables and 97492 clauses
5.41/5.47	c using permutation method 4
5.41/5.47	c count = 1
5.41/5.47	c Ordering finished 5.430 seconds
5.41/5.47	c mapped 5.470 seconds
5.41/5.47	c permuted 5.470 seconds
5.41/5.47	c about to sort
5.41/5.49	c sorted
6.00/6.10	c clauses now 97492
6.00/6.10	c init finished 5.700 seconds
6.00/6.10	c tree built 6.090 seconds
6.00/6.10	c 
6.00/6.10	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
6.00/6.10	c ---------------------------------|----------------------------------|------------------------------------------------------
6.00/6.10	c ................................ | ..........                       |                        6.1           0.0             
6.00/6.10	c ................................ | ..........                     1 |                        6.1           0.2             
6.00/6.10	c ................................ | ..........                     2 |                        6.1           0.3             
6.00/6.10	c ................................ | ..........                     3 |                        6.1           0.5             
6.00/6.10	c ................................ | ..........                     4 |                        6.1           0.7             
6.00/6.10	c ................................ | ..........                     5 |                        6.1           0.8             
6.10/6.11	c ................................ | ..........                  1000 | 1                      6.1         163.4        10794
199.98/54.62	c ................................ | ..........               1584000 | 42944                200.0        7918.4     29897980
400.00/104.81	c ................................ | ..........               2773000 | 76207                400.0        6932.2     54160932
599.82/154.86	c ................................ | ..........               3956000 | 110416               600.0        6592.9     73407937
799.94/204.95	c ................................ | ..........               5152000 | 144173               800.1        6439.0     97294951

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-1779478-1243679347/watcher-1779478-1243679347 -o /tmp/evaluation-result-1779478-1243679347/solver-1779478-1243679347 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779478-1243679347.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: 3.94 2.98 2.37 3/115 2965
/proc/meminfo: memFree=2993936/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=1008 CPUtime=0
/proc/2965/stat : 2965 (ttsth-5-0) R 2963 2965 11443 0 -1 4202496 158 0 0 0 0 0 0 0 18 0 1 0 1132614467 1032192 113 4294967295 134512640 135237372 3214732560 3214731084 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2965/statm: 252 114 75 177 0 74 0

[startup+0.099245 s]
/proc/loadavg: 3.94 2.98 2.37 3/115 2965
/proc/meminfo: memFree=2993936/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=5596 CPUtime=0.09
/proc/2965/stat : 2965 (ttsth-5-0) R 2963 2965 11443 0 -1 4202496 1276 0 0 0 9 0 0 0 18 0 1 0 1132614467 5730304 1231 4294967295 134512640 135237372 3214732560 3214731084 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2965/statm: 1399 1231 75 177 0 1221 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5596

[startup+0.109245 s]
/proc/loadavg: 3.94 2.98 2.37 3/115 2965
/proc/meminfo: memFree=2993936/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=5992 CPUtime=0.1
/proc/2965/stat : 2965 (ttsth-5-0) R 2963 2965 11443 0 -1 4202496 1393 0 0 0 10 0 0 0 18 0 1 0 1132614467 6135808 1348 4294967295 134512640 135237372 3214732560 3214731084 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2965/statm: 1498 1349 75 177 0 1320 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5992

[startup+0.309237 s]
/proc/loadavg: 3.94 2.98 2.37 3/115 2965
/proc/meminfo: memFree=2993936/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=14496 CPUtime=0.3
/proc/2965/stat : 2965 (ttsth-5-0) R 2963 2965 11443 0 -1 4202496 3427 0 0 0 30 0 0 0 18 0 1 0 1132614467 14843904 3381 4294967295 134512640 135237372 3214732560 3214731560 134519994 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2965/statm: 3624 3381 76 177 0 3446 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 14496

[startup+0.709286 s]
/proc/loadavg: 3.94 2.98 2.37 3/115 2965
/proc/meminfo: memFree=2993936/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=19020 CPUtime=0.7
/proc/2965/stat : 2965 (ttsth-5-0) R 2963 2965 11443 0 -1 4202496 4782 0 0 0 70 0 0 0 18 0 1 0 1132614467 19476480 4544 4294967295 134512640 135237372 3214732560 3214731888 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2965/statm: 4755 4544 77 177 0 4577 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 19020

[startup+1.50919 s]
/proc/loadavg: 3.94 2.98 2.37 2/116 2966
/proc/meminfo: memFree=2975956/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=19320 CPUtime=1.5
/proc/2965/stat : 2965 (ttsth-5-0) R 2963 2965 11443 0 -1 4202496 4838 0 0 0 150 0 0 0 20 0 1 0 1132614467 19783680 4600 4294967295 134512640 135237372 3214732560 3214731688 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2965/statm: 4830 4600 77 177 0 4652 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 19320

[startup+3.10912 s]
/proc/loadavg: 3.94 2.98 2.37 2/116 2966
/proc/meminfo: memFree=2975660/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=19744 CPUtime=3.1
/proc/2965/stat : 2965 (ttsth-5-0) R 2963 2965 11443 0 -1 4202496 4951 0 0 0 310 0 0 0 25 0 1 0 1132614467 20217856 4713 4294967295 134512640 135237372 3214732560 3214731688 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/2965/statm: 4936 4713 77 177 0 4758 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 19744

[startup+6.309 s]
/proc/loadavg: 3.71 2.95 2.36 2/116 3149
/proc/meminfo: memFree=2973700/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=174500 CPUtime=6.84
/proc/2965/stat : 2965 (ttsth-5-0) S 2963 2965 11443 0 -1 4202496 35857 0 0 0 674 10 0 0 25 0 5 0 1132614467 178688000 35427 4294967295 134512640 135237372 3214732560 3214732156 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2965/statm: 43625 35427 95 177 0 43447 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 174500

[startup+12.7088 s]
/proc/loadavg: 3.73 2.96 2.37 6/120 3153
/proc/meminfo: memFree=2764196/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=269916 CPUtime=32.43
/proc/2965/stat : 2965 (ttsth-5-0) S 2963 2965 11443 0 -1 4202496 59323 0 0 0 3220 23 0 0 25 0 5 0 1132614467 276393984 58893 4294967295 134512640 135237372 3214732560 3214732156 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2965/statm: 67479 58893 95 177 0 67301 0
[pid=2965/tid=3150] ppid=2963 vsize=269916 CPUtime=6.6
/proc/2965/task/3150/stat : 3150 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 9612 0 0 0 657 3 0 0 25 0 5 0 1132615078 276393984 58893 4294967295 134512640 135237372 3214732560 3081286592 134749345 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2965/tid=3151] ppid=2963 vsize=269916 CPUtime=6.58
/proc/2965/task/3151/stat : 3151 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 5347 0 0 0 652 6 0 0 25 0 5 0 1132615078 276393984 58893 4294967295 134512640 135237372 3214732560 3072933696 134591181 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2965/tid=3152] ppid=2963 vsize=269916 CPUtime=6.6
/proc/2965/task/3152/stat : 3152 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 6089 0 0 0 657 3 0 0 25 0 5 0 1132615078 276393984 58893 4294967295 134512640 135237372 3214732560 3064485472 134591211 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2965/tid=3153] ppid=2963 vsize=269916 CPUtime=6.57
/proc/2965/task/3153/stat : 3153 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 4691 0 0 0 655 2 0 0 25 0 5 0 1132615078 276393984 58893 4294967295 134512640 135237372 3214732560 3056400464 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 32.43
Current children cumulated vsize (KiB) 269916

[startup+25.5082 s]
/proc/loadavg: 3.86 3.03 2.40 5/120 3154
/proc/meminfo: memFree=2631916/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=404716 CPUtime=83.59
/proc/2965/stat : 2965 (ttsth-5-0) S 2963 2965 11443 0 -1 4202496 91724 0 0 0 8329 30 0 0 25 0 5 0 1132614467 414429184 91294 4294967295 134512640 135237372 3214732560 3214732156 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2965/statm: 101179 91294 95 177 0 101001 0
[pid=2965/tid=3150] ppid=2963 vsize=404716 CPUtime=19.4
/proc/2965/task/3150/stat : 3150 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 21973 0 0 0 1936 4 0 0 25 0 5 0 1132615078 414429184 91294 4294967295 134512640 135237372 3214732560 3081209040 134680242 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2965/tid=3151] ppid=2963 vsize=404716 CPUtime=19.34
/proc/2965/task/3151/stat : 3151 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 14433 0 0 0 1927 7 0 0 25 0 5 0 1132615078 414429184 91294 4294967295 134512640 135237372 3214732560 3073214056 134549877 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2965/tid=3152] ppid=2963 vsize=404716 CPUtime=19.4
/proc/2965/task/3152/stat : 3152 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 12717 0 0 0 1935 5 0 0 25 0 5 0 1132615078 414429184 91294 4294967295 134512640 135237372 3214732560 3064790992 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2965/tid=3153] ppid=2963 vsize=404716 CPUtime=19.36
/proc/2965/task/3153/stat : 3153 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 9017 0 0 0 1931 5 0 0 25 0 5 0 1132615078 414429184 91294 4294967295 134512640 135237372 3214732560 3056102880 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 83.59
Current children cumulated vsize (KiB) 404716

[startup+51.1072 s]
/proc/loadavg: 3.90 3.11 2.44 5/120 3155
/proc/meminfo: memFree=2402564/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=649064 CPUtime=185.98
/proc/2965/stat : 2965 (ttsth-5-0) S 2963 2965 11443 0 -1 4202496 149683 0 0 0 18549 49 0 0 25 0 5 0 1132614467 664641536 149253 4294967295 134512640 135237372 3214732560 3214732156 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2965/statm: 162266 149254 95 177 0 162088 0
[pid=2965/tid=3150] ppid=2963 vsize=649064 CPUtime=45
/proc/2965/task/3150/stat : 3150 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 44255 0 0 0 4491 9 0 0 25 0 5 0 1132615078 664641536 149254 4294967295 134512640 135237372 3214732560 3081326192 134590938 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2965/tid=3151] ppid=2963 vsize=649064 CPUtime=44.93
/proc/2965/task/3151/stat : 3151 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 28542 0 0 0 4480 13 0 0 25 0 5 0 1132615078 664641536 149254 4294967295 134512640 135237372 3214732560 3073177488 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2965/tid=3152] ppid=2963 vsize=649064 CPUtime=45
/proc/2965/task/3152/stat : 3152 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 27117 0 0 0 4489 11 0 0 25 0 5 0 1132615078 664641536 149254 4294967295 134512640 135237372 3214732560 3064790780 134519936 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2965/tid=3153] ppid=2963 vsize=649064 CPUtime=44.96
/proc/2965/task/3153/stat : 3153 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 16186 0 0 0 4489 7 0 0 25 0 5 0 1132615078 664641536 149254 4294967295 134512640 135237372 3214732560 3056474688 134561428 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 185.98
Current children cumulated vsize (KiB) 649064

[startup+102.315 s]
/proc/loadavg: 4.06 3.27 2.53 5/120 3347
/proc/meminfo: memFree=2003044/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=1064028 CPUtime=390
/proc/2965/stat : 2965 (ttsth-5-0) S 2963 2965 11443 0 -1 4202496 248344 0 0 0 38902 98 0 0 25 0 5 0 1132614467 1089564672 247914 4294967295 134512640 135237372 3214732560 3214732156 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2965/statm: 266007 247914 95 177 0 265829 0
[pid=2965/tid=3150] ppid=2963 vsize=1064028 CPUtime=96.18
/proc/2965/task/3150/stat : 3150 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 75241 0 0 0 9593 25 0 0 25 0 5 0 1132615078 1089564672 247914 4294967295 134512640 135237372 3214732560 3081325408 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2965/tid=3151] ppid=2963 vsize=1064028 CPUtime=95.58
/proc/2965/task/3151/stat : 3151 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 50948 0 0 0 9535 23 0 0 25 0 5 0 1132615078 1089564672 247914 4294967295 134512640 135237372 3214732560 3072992604 134519936 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2965/tid=3152] ppid=2963 vsize=1064028 CPUtime=96.19
/proc/2965/task/3152/stat : 3152 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 59769 0 0 0 9591 28 0 0 25 0 5 0 1132615078 1089564672 247914 4294967295 134512640 135237372 3214732560 3064476784 134562413 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2965/tid=3153] ppid=2963 vsize=1064028 CPUtime=95.97
/proc/2965/task/3153/stat : 3153 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 28802 0 0 0 9584 13 0 0 25 0 5 0 1132615078 1089564672 247914 4294967295 134512640 135237372 3214732560 3056426012 134636641 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 390
Current children cumulated vsize (KiB) 1064028

[startup+162.313 s]
/proc/loadavg: 4.11 3.43 2.63 5/120 3553
/proc/meminfo: memFree=1632616/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=1459380 CPUtime=629.82
/proc/2965/stat : 2965 (ttsth-5-0) S 2963 2965 11443 0 -1 4202496 342023 0 0 0 62841 141 0 0 25 0 5 0 1132614467 1494405120 341593 4294967295 134512640 135237372 3214732560 3214732156 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2965/statm: 364845 341593 95 177 0 364667 0
[pid=2965/tid=3150] ppid=2963 vsize=1459380 CPUtime=156.09
/proc/2965/task/3150/stat : 3150 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 101654 0 0 0 15572 37 0 0 25 0 5 0 1132615078 1494405120 341593 4294967295 134512640 135237372 3214732560 3081640768 134680729 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=2965/tid=3151] ppid=2963 vsize=1459380 CPUtime=155.5
/proc/2965/task/3151/stat : 3151 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 83785 0 0 0 15518 32 0 0 25 0 5 0 1132615078 1494405120 341593 4294967295 134512640 135237372 3214732560 3072971904 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2965/tid=3152] ppid=2963 vsize=1459380 CPUtime=156.18
/proc/2965/task/3152/stat : 3152 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 78118 0 0 0 15581 37 0 0 25 0 5 0 1132615078 1494405120 341593 4294967295 134512640 135237372 3214732560 3064549504 134551748 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2965/tid=3153] ppid=2963 vsize=1459380 CPUtime=155.96
/proc/2965/task/3153/stat : 3153 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 44882 0 0 0 15570 26 0 0 25 0 5 0 1132615078 1494405120 341593 4294967295 134512640 135237372 3214732560 3056079344 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 629.82
Current children cumulated vsize (KiB) 1459380

[startup+222.31 s]
/proc/loadavg: 4.04 3.53 2.71 5/120 3755
/proc/meminfo: memFree=1198156/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=1912192 CPUtime=869.52
/proc/2965/stat : 2965 (ttsth-5-0) S 2963 2965 11443 0 -1 4202496 449432 0 0 0 86758 194 0 0 25 0 5 0 1132614467 1958084608 449002 4294967295 134512640 135237372 3214732560 3214732156 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2965/statm: 478048 449002 95 177 0 477870 0
[pid=2965/tid=3150] ppid=2963 vsize=1912192 CPUtime=216.01
/proc/2965/task/3150/stat : 3150 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 140611 0 0 0 21550 51 0 0 25 0 5 0 1132615078 1958084608 449002 4294967295 134512640 135237372 3214732560 3081490704 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2965/tid=3151] ppid=2963 vsize=1912192 CPUtime=215.47
/proc/2965/task/3151/stat : 3151 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 110885 0 0 0 21502 45 0 0 25 0 5 0 1132615078 1958084608 449002 4294967295 134512640 135237372 3214732560 3072945040 134562341 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2965/tid=3152] ppid=2963 vsize=1912192 CPUtime=216.17
/proc/2965/task/3152/stat : 3152 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 103657 0 0 0 21570 47 0 0 25 0 5 0 1132615078 1958084608 449002 4294967295 134512640 135237372 3214732560 3064549248 134562373 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2965/tid=3153] ppid=2963 vsize=1912192 CPUtime=215.79
/proc/2965/task/3153/stat : 3153 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 60695 0 0 0 21537 42 0 0 25 0 5 0 1132615078 1958084608 449002 4294967295 134512640 135237372 3214732560 3055975904 134590241 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 869.52
Current children cumulated vsize (KiB) 1912192



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+249.409 s]
/proc/loadavg: 4.02 3.57 2.75 5/120 3940
/proc/meminfo: memFree=1021288/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=2097124 CPUtime=977.66
/proc/2965/stat : 2965 (ttsth-5-0) S 2963 2965 11443 0 -1 4202496 493186 0 0 0 97547 219 0 0 25 0 5 0 1132614467 2147454976 492756 4294967295 134512640 135237372 3214732560 3214732156 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2965/statm: 524281 492756 95 177 0 524103 0
[pid=2965/tid=3150] ppid=2963 vsize=2097124 CPUtime=243.12
/proc/2965/task/3150/stat : 3150 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 153570 0 0 0 24257 55 0 0 25 0 5 0 1132615078 2147454976 492756 4294967295 134512640 135237372 3214732560 3081278768 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=2965/tid=3151] ppid=2963 vsize=2097124 CPUtime=242.49
/proc/2965/task/3151/stat : 3151 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 121719 0 0 0 24195 54 0 0 25 0 5 0 1132615078 2147454976 492756 4294967295 134512640 135237372 3214732560 3072968976 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=2965/tid=3152] ppid=2963 vsize=2097124 CPUtime=243.23
/proc/2965/task/3152/stat : 3152 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 117360 0 0 0 24271 52 0 0 25 0 5 0 1132615078 2147454976 492756 4294967295 134512640 135237372 3214732560 3064556972 134562272 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=2965/tid=3153] ppid=2963 vsize=2097124 CPUtime=242.73
/proc/2965/task/3153/stat : 3153 (ttsth-5-0) R 2963 2965 11443 0 -1 4202560 66953 0 0 0 24224 49 0 0 25 0 5 0 1132615078 2147454976 492756 4294967295 134512640 135237372 3214732560 3056188064 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 977.66
Current children cumulated vsize (KiB) 2097124

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

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

[startup+249.519 s]
/proc/loadavg: 4.02 3.57 2.75 5/120 3940
/proc/meminfo: memFree=1021288/3368532 swapFree=1941392/1959888
[pid=2965] ppid=2963 vsize=0 CPUtime=977.77
/proc/2965/stat : 2965 (ttsth-5-0) Z 2963 2965 11443 0 -1 4203524 493190 0 0 0 97549 228 0 0 18 0 2 0 1132614467 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/2965/statm: 0 0 0 0 0 0 0
[pid=2965/tid=3152] ppid=2963 vsize=0 CPUtime=243.33
/proc/2965/task/3152/stat : 3152 (ttsth-5-0) R 2963 2965 11443 0 -1 4203588 117364 0 0 0 24272 61 0 0 25 0 2 0 1132615078 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) 977.77
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2965 and gives
#  childrusage.ru_utime.tv_sec=975
#  childrusage.ru_utime.tv_usec=490000
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=280000
# CPU time returned by wait4() is 977.77
# while last known CPU time is 977.77
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 249.523
CPU time (s): 977.77
CPU user time (s): 975.49
CPU system time (s): 2.28
CPU usage (%): 391.856
Max. virtual memory (cumulated for all children) (KiB): 2097124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 975.49
system time used= 2.28
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493190
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= 2769
involuntary context switches= 18000

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:29:07
IDJOB=1779478
IDBENCH=70864
IDSOLVER=632
FILE ID=/1779478-1243679347
PBS_JOBID=
Free space on /tmp= 15729 MiB

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

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

MD5SUM BENCH= d33264afbb7fa6f88a24b97cfc468c5a
RANDOM SEED= 1363792830

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
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.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
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.17
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.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2994232 kB
Buffers:         87664 kB
Cached:         184412 kB
SwapCached:       4320 kB
Active:         180796 kB
Inactive:       101792 kB
HighTotal:     2489216 kB
HighFree:      2292752 kB
LowTotal:       879316 kB
LowFree:        701480 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            2276 kB
Writeback:           0 kB
AnonPages:        9304 kB
Mapped:           4284 kB
Slab:            81660 kB
SReclaimable:    72144 kB
SUnreclaim:       9516 kB
PageTables:        784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127080 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15729 MiB
End job on  at 2009-05-30 12:33:18