Trace number 1779523

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) 1143.86 291.233

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-13-s100.cnf
MD5SUM18e29c95dcbfcbcf33a0a6c65b568b2d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.55
Satisfiable
(Un)Satisfiability was proved
Number of variables30867
Number of clauses92735
Sum of the clauses size218247
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 259830
Number of clauses of size 332841
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.17	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779523-1243678915.cnf 
0.11/0.17	c Using SATTIMEOUT of 10000
0.11/0.17	c Using SATRAM of 2047
0.11/0.17	c Size of subset node = 16
0.11/0.17	c Variables = 30867
0.11/0.17	c Clauses = 92735
0.11/0.17	c Literals = 218247
0.11/0.17	c Reduced size:
0.11/0.17	c Variables = 30867
0.11/0.17	c Clauses = 92251
0.11/0.17	c Literals = 216963
0.11/0.17	c a2
0.31/0.32	c a1
5.61/5.65	c Independent sub-problems = 1
5.61/5.65	c Sub-problem with 30719 variables and 92251 clauses
5.61/5.65	c using permutation method 4
5.61/5.65	c count = 1
5.61/5.65	c Ordering finished 5.610 seconds
5.61/5.65	c mapped 5.650 seconds
5.61/5.65	c permuted 5.650 seconds
5.61/5.65	c about to sort
5.61/5.67	c sorted
6.21/6.25	c clauses now 92251
6.21/6.25	c init finished 5.870 seconds
6.21/6.25	c tree built 6.250 seconds
6.21/6.25	c 
6.21/6.25	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
6.21/6.25	c ---------------------------------|----------------------------------|------------------------------------------------------
6.21/6.25	c ................................ | ..........                       |                        6.2           0.0             
6.21/6.25	c ................................ | ..........                     1 |                        6.2           0.2             
6.21/6.25	c ................................ | ..........                     2 |                        6.2           0.3             
6.21/6.25	c ................................ | ..........                     3 |                        6.2           0.5             
6.21/6.25	c ................................ | ..........                     4 |                        6.2           0.6             
6.21/6.25	c ................................ | ..........                     5 |                        6.2           0.8             
6.21/6.25	c ................................ | ..........                  1000 | 10                     6.2         160.0          100
199.74/54.77	c ................................ | ..........               1528000 | 43496                200.0        7640.0     30443620
399.70/104.78	c ................................ | ..........               2622000 | 79993                400.0        6555.0     50798747
599.74/154.90	c ................................ | ..........               3494000 | 107036               600.1        5822.2     69208980
800.27/205.02	c ................................ | ..........               4334000 | 134292               800.3        5415.5     85899121
1000.20/255.22	c ................................ | *.........               5144000 | 164705              1000.3        5142.7    103705276

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-1779523-1243678915/watcher-1779523-1243678915 -o /tmp/evaluation-result-1779523-1243678915/solver-1779523-1243678915 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779523-1243678915.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.86 3.56 2.99 3/99 13126
/proc/meminfo: memFree=3050128/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=1144 CPUtime=0
/proc/13126/stat : 13126 (ttsth-5-0) R 13124 13126 20984 0 -1 4202496 164 0 0 0 0 0 0 0 18 0 1 0 1132555881 1171456 120 4294967295 134512640 135237372 3213308864 3213307388 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13126/statm: 286 121 75 177 0 108 0

[startup+0.026321 s]
/proc/loadavg: 3.86 3.56 2.99 3/99 13126
/proc/meminfo: memFree=3050128/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=2200 CPUtime=0.02
/proc/13126/stat : 13126 (ttsth-5-0) R 13124 13126 20984 0 -1 4202496 432 0 0 0 1 1 0 0 18 0 1 0 1132555881 2252800 388 4294967295 134512640 135237372 3213308864 3213307660 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13126/statm: 550 389 75 177 0 372 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2200

[startup+0.116312 s]
/proc/loadavg: 3.86 3.56 2.99 3/99 13126
/proc/meminfo: memFree=3050128/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=6572 CPUtime=0.11
/proc/13126/stat : 13126 (ttsth-5-0) R 13124 13126 20984 0 -1 4202496 1486 0 0 0 9 2 0 0 18 0 1 0 1132555881 6729728 1442 4294967295 134512640 135237372 3213308864 3213307388 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13126/statm: 1643 1442 75 177 0 1465 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6572

[startup+0.316292 s]
/proc/loadavg: 3.86 3.56 2.99 3/99 13126
/proc/meminfo: memFree=3050128/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=13896 CPUtime=0.31
/proc/13126/stat : 13126 (ttsth-5-0) R 13124 13126 20984 0 -1 4202496 3253 0 0 0 28 3 0 0 18 0 1 0 1132555881 14229504 3208 4294967295 134512640 135237372 3213308864 3213307856 134749353 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13126/statm: 3474 3208 76 177 0 3296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13896

[startup+0.716254 s]
/proc/loadavg: 3.86 3.56 2.99 3/99 13126
/proc/meminfo: memFree=3050128/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=18028 CPUtime=0.71
/proc/13126/stat : 13126 (ttsth-5-0) R 13124 13126 20984 0 -1 4202496 4544 0 0 0 68 3 0 0 18 0 1 0 1132555881 18460672 4317 4294967295 134512640 135237372 3213308864 3213307992 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13126/statm: 4507 4317 77 177 0 4329 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 18028

[startup+1.51618 s]
/proc/loadavg: 3.86 3.56 2.99 2/100 13127
/proc/meminfo: memFree=3033256/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=18384 CPUtime=1.51
/proc/13126/stat : 13126 (ttsth-5-0) R 13124 13126 20984 0 -1 4202496 4593 0 0 0 148 3 0 0 20 0 1 0 1132555881 18825216 4366 4294967295 134512640 135237372 3213308864 3213308192 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13126/statm: 4596 4366 77 177 0 4418 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 18384

[startup+3.11603 s]
/proc/loadavg: 3.86 3.56 2.99 2/100 13127
/proc/meminfo: memFree=3032964/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=18672 CPUtime=3.11
/proc/13126/stat : 13126 (ttsth-5-0) R 13124 13126 20984 0 -1 4202496 4687 0 0 0 308 3 0 0 25 0 1 0 1132555881 19120128 4460 4294967295 134512640 135237372 3213308864 3213308192 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13126/statm: 4668 4460 77 177 0 4490 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 18672

[startup+6.31573 s]
/proc/loadavg: 3.63 3.52 2.98 2/100 13127
/proc/meminfo: memFree=3031876/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=162404 CPUtime=6.43
/proc/13126/stat : 13126 (ttsth-5-0) S 13124 13126 20984 0 -1 4202496 32747 0 0 0 627 16 0 0 25 0 5 0 1132555881 166301696 32338 4294967295 134512640 135237372 3213308864 3213308460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 40601 32338 95 177 0 40423 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 162404

[startup+12.7151 s]
/proc/loadavg: 3.74 3.54 2.99 6/104 13131
/proc/meminfo: memFree=2852352/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=235504 CPUtime=32.02
/proc/13126/stat : 13126 (ttsth-5-0) S 13124 13126 20984 0 -1 4202496 51431 0 0 0 3179 23 0 0 25 0 5 0 1132555881 241156096 51022 4294967295 134512640 135237372 3213308864 3213308460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 58876 51022 95 177 0 58698 0
[pid=13126/tid=13128] ppid=13124 vsize=235504 CPUtime=6.45
/proc/13126/task/13128/stat : 13128 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 6277 0 0 0 644 1 0 0 25 0 5 0 1132556507 241156096 51022 4294967295 134512640 135237372 3213308864 3081939984 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13126/tid=13129] ppid=13124 vsize=235504 CPUtime=6.44
/proc/13126/task/13129/stat : 13129 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 4550 0 0 0 640 4 0 0 25 0 5 0 1132556507 241156096 51022 4294967295 134512640 135237372 3213308864 3073515904 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13126/tid=13130] ppid=13124 vsize=235504 CPUtime=6.45
/proc/13126/task/13130/stat : 13130 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 4267 0 0 0 644 1 0 0 25 0 5 0 1132556507 241156096 51022 4294967295 134512640 135237372 3213308864 3065312992 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13126/tid=13131] ppid=13124 vsize=235504 CPUtime=6.43
/proc/13126/task/13131/stat : 13131 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 4460 0 0 0 642 1 0 0 25 0 5 0 1132556507 241156096 51022 4294967295 134512640 135237372 3213308864 3056745344 134680329 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.02
Current children cumulated vsize (KiB) 235504

[startup+25.5139 s]
/proc/loadavg: 3.80 3.57 3.01 6/104 13131
/proc/meminfo: memFree=2700856/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=392360 CPUtime=83.21
/proc/13126/stat : 13126 (ttsth-5-0) S 13124 13126 20984 0 -1 4202496 88999 0 0 0 8287 34 0 0 25 0 5 0 1132555881 401776640 88590 4294967295 134512640 135237372 3213308864 3213308460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 98090 88590 95 177 0 97912 0
[pid=13126/tid=13128] ppid=13124 vsize=392360 CPUtime=19.25
/proc/13126/task/13128/stat : 13128 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 19353 0 0 0 1921 4 0 0 25 0 5 0 1132556507 401776640 88590 4294967295 134512640 135237372 3213308864 3081953280 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13126/tid=13129] ppid=13124 vsize=392360 CPUtime=19.24
/proc/13126/task/13129/stat : 13129 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 13100 0 0 0 1919 5 0 0 25 0 5 0 1132556507 401776640 88590 4294967295 134512640 135237372 3213308864 3073517008 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13126/tid=13130] ppid=13124 vsize=392360 CPUtime=19.25
/proc/13126/task/13130/stat : 13130 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 10166 0 0 0 1921 4 0 0 25 0 5 0 1132556507 401776640 88590 4294967295 134512640 135237372 3213308864 3065170304 134591433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13126/tid=13131] ppid=13124 vsize=392360 CPUtime=19.23
/proc/13126/task/13131/stat : 13131 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 14503 0 0 0 1918 5 0 0 25 0 5 0 1132556507 401776640 88590 4294967295 134512640 135237372 3213308864 3056765248 134561524 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.21
Current children cumulated vsize (KiB) 392360

[startup+51.1115 s]
/proc/loadavg: 3.94 3.62 3.04 5/104 13317
/proc/meminfo: memFree=2463948/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=645156 CPUtime=185.34
/proc/13126/stat : 13126 (ttsth-5-0) S 13124 13126 20984 0 -1 4202496 148764 0 0 0 18473 61 0 0 25 0 5 0 1132555881 660639744 148355 4294967295 134512640 135237372 3213308864 3213308460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 161289 148355 95 177 0 161111 0
[pid=13126/tid=13128] ppid=13124 vsize=645156 CPUtime=44.84
/proc/13126/task/13128/stat : 13128 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 40691 0 0 0 4472 12 0 0 25 0 5 0 1132556507 660639744 148355 4294967295 134512640 135237372 3213308864 3081899136 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13126/tid=13129] ppid=13124 vsize=645156 CPUtime=44.74
/proc/13126/task/13129/stat : 13129 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 26112 0 0 0 4462 12 0 0 25 0 5 0 1132556507 660639744 148356 4294967295 134512640 135237372 3213308864 3073520464 134562388 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13126/tid=13130] ppid=13124 vsize=645156 CPUtime=44.75
/proc/13126/task/13130/stat : 13130 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 18514 0 0 0 4467 8 0 0 25 0 5 0 1132556507 660639744 148356 4294967295 134512640 135237372 3213308864 3065176784 134587943 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13126/tid=13131] ppid=13124 vsize=645156 CPUtime=44.77
/proc/13126/task/13131/stat : 13131 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 31570 0 0 0 4464 13 0 0 25 0 5 0 1132556507 660639744 148356 4294967295 134512640 135237372 3213308864 3056751580 134549966 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 185.34
Current children cumulated vsize (KiB) 645156

[startup+102.317 s]
/proc/loadavg: 4.14 3.72 3.10 6/104 13321
/proc/meminfo: memFree=2121500/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=1000440 CPUtime=390.14
/proc/13126/stat : 13126 (ttsth-5-0) S 13124 13126 20984 0 -1 4202496 232930 0 0 0 38908 106 0 0 25 0 5 0 1132555881 1024450560 232521 4294967295 134512640 135237372 3213308864 3213308460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 250110 232521 95 177 0 249932 0
[pid=13126/tid=13128] ppid=13124 vsize=1000440 CPUtime=96.03
/proc/13126/task/13128/stat : 13128 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 74458 0 0 0 9580 23 0 0 25 0 5 0 1132556507 1024450560 232521 4294967295 134512640 135237372 3213308864 3081905376 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13126/tid=13129] ppid=13124 vsize=1000440 CPUtime=95.92
/proc/13126/task/13129/stat : 13129 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 38500 0 0 0 9571 21 0 0 25 0 5 0 1132556507 1024450560 232521 4294967295 134512640 135237372 3213308864 3073591820 134680208 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13126/tid=13130] ppid=13124 vsize=1000440 CPUtime=95.96
/proc/13126/task/13130/stat : 13130 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 29433 0 0 0 9577 19 0 0 25 0 5 0 1132556507 1024450560 232521 4294967295 134512640 135237372 3213308864 3065231328 134749351 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13126/tid=13131] ppid=13124 vsize=1000440 CPUtime=95.98
/proc/13126/task/13131/stat : 13131 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 58662 0 0 0 9571 27 0 0 25 0 5 0 1132556507 1024450560 232521 4294967295 134512640 135237372 3213308864 3056722688 134680367 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 390.14
Current children cumulated vsize (KiB) 1000440

[startup+162.301 s]
/proc/loadavg: 4.13 3.80 3.16 5/104 13510
/proc/meminfo: memFree=1780292/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=1364168 CPUtime=629.74
/proc/13126/stat : 13126 (ttsth-5-0) S 13124 13126 20984 0 -1 4202496 318957 0 0 0 62815 159 0 0 25 0 5 0 1132555881 1396908032 318548 4294967295 134512640 135237372 3213308864 3213308460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 341042 318548 95 177 0 340864 0
[pid=13126/tid=13128] ppid=13124 vsize=1364168 CPUtime=155.96
/proc/13126/task/13128/stat : 13128 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 111227 0 0 0 15556 40 0 0 25 0 5 0 1132556507 1396908032 318548 4294967295 134512640 135237372 3213308864 3081953904 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13126/tid=13129] ppid=13124 vsize=1364168 CPUtime=155.78
/proc/13126/task/13129/stat : 13129 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 60192 0 0 0 15542 36 0 0 25 0 5 0 1132556507 1396908032 318548 4294967295 134512640 135237372 3213308864 3073607008 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13126/tid=13130] ppid=13124 vsize=1364168 CPUtime=155.83
/proc/13126/task/13130/stat : 13130 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 41216 0 0 0 15552 31 0 0 25 0 5 0 1132556507 1396908032 318548 4294967295 134512640 135237372 3213308864 3065343244 134680208 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13126/tid=13131] ppid=13124 vsize=1364168 CPUtime=155.93
/proc/13126/task/13131/stat : 13131 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 74445 0 0 0 15557 36 0 0 25 0 5 0 1132556507 1396908032 318548 4294967295 134512640 135237372 3213308864 3056812320 134680285 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 629.74
Current children cumulated vsize (KiB) 1364168

[startup+222.315 s]
/proc/loadavg: 4.15 3.86 3.22 5/104 13704
/proc/meminfo: memFree=1430540/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=1728300 CPUtime=869.45
/proc/13126/stat : 13126 (ttsth-5-0) S 13124 13126 20984 0 -1 4202496 405748 0 0 0 86748 197 0 0 25 0 5 0 1132555881 1769779200 405339 4294967295 134512640 135237372 3213308864 3213308460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 432075 405339 95 177 0 431897 0
[pid=13126/tid=13128] ppid=13124 vsize=1728300 CPUtime=215.91
/proc/13126/task/13128/stat : 13128 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 134076 0 0 0 21540 51 0 0 25 0 5 0 1132556507 1769779200 405339 4294967295 134512640 135237372 3213308864 3081951904 134562278 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13126/tid=13129] ppid=13124 vsize=1728300 CPUtime=215.69
/proc/13126/task/13129/stat : 13129 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 74493 0 0 0 21521 48 0 0 25 0 5 0 1132556507 1769779200 405339 4294967295 134512640 135237372 3213308864 3073532176 134562284 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13126/tid=13130] ppid=13124 vsize=1728300 CPUtime=215.79
/proc/13126/task/13130/stat : 13130 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 73891 0 0 0 21537 42 0 0 25 0 5 0 1132556507 1769779200 405339 4294967295 134512640 135237372 3213308864 3065116656 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13126/tid=13131] ppid=13124 vsize=1728300 CPUtime=215.82
/proc/13126/task/13131/stat : 13131 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 91411 0 0 0 21542 40 0 0 25 0 5 0 1132556507 1769779200 405339 4294967295 134512640 135237372 3213308864 3056792352 134680503 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 869.45
Current children cumulated vsize (KiB) 1728300

[startup+282.309 s]
/proc/loadavg: 4.36 3.97 3.30 6/104 13890
/proc/meminfo: memFree=1131136/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=2048152 CPUtime=1108.55
/proc/13126/stat : 13126 (ttsth-5-0) S 13124 13126 20984 0 -1 4202496 481086 0 0 0 110612 243 0 0 25 0 5 0 1132555881 2097307648 480677 4294967295 134512640 135237372 3213308864 3213308460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 512038 480677 95 177 0 511860 0
[pid=13126/tid=13128] ppid=13124 vsize=2048152 CPUtime=275.77
/proc/13126/task/13128/stat : 13128 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 149029 0 0 0 27502 75 0 0 25 0 5 0 1132556507 2097307648 480677 4294967295 134512640 135237372 3213308864 3081952992 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13126/tid=13129] ppid=13124 vsize=2048152 CPUtime=275.08
/proc/13126/task/13129/stat : 13129 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 88185 0 0 0 27457 51 0 0 25 0 5 0 1132556507 2097307648 480677 4294967295 134512640 135237372 3213308864 3073711552 134680288 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13126/tid=13130] ppid=13124 vsize=2048152 CPUtime=275.74
/proc/13126/task/13130/stat : 13130 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 104555 0 0 0 27520 54 0 0 25 0 5 0 1132556507 2097307648 480677 4294967295 134512640 135237372 3213308864 3065217280 134562344 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=13126/tid=13131] ppid=13124 vsize=2048152 CPUtime=275.72
/proc/13126/task/13131/stat : 13131 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 107440 0 0 0 27525 47 0 0 25 0 5 0 1132556507 2097307648 480677 4294967295 134512640 135237372 3213308864 3056859376 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1108.55
Current children cumulated vsize (KiB) 2048152



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+291.109 s]
/proc/loadavg: 4.30 3.97 3.31 6/105 13922
/proc/meminfo: memFree=1081584/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=2097520 CPUtime=1143.71
/proc/13126/stat : 13126 (ttsth-5-0) S 13124 13126 20984 0 -1 4202496 492608 0 0 0 114118 253 0 0 25 0 5 0 1132555881 2147860480 492199 4294967295 134512640 135237372 3213308864 3213308460 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 524380 492199 95 177 0 524202 0
[pid=13126/tid=13128] ppid=13124 vsize=2097520 CPUtime=284.55
/proc/13126/task/13128/stat : 13128 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 152486 0 0 0 28376 79 0 0 25 0 5 0 1132556507 2147860480 492199 4294967295 134512640 135237372 3213308864 3082036512 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=13126/tid=13129] ppid=13124 vsize=2097520 CPUtime=283.87
/proc/13126/task/13129/stat : 13129 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 91398 0 0 0 28331 56 0 0 25 0 5 0 1132556507 2147860480 492199 4294967295 134512640 135237372 3213308864 3073678112 134552712 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=13126/tid=13130] ppid=13124 vsize=2097520 CPUtime=284.53
/proc/13126/task/13130/stat : 13130 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 107896 0 0 0 28398 55 0 0 25 0 5 0 1132556507 2147860480 492199 4294967295 134512640 135237372 3213308864 3065259056 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=13126/tid=13131] ppid=13124 vsize=2097520 CPUtime=284.51
/proc/13126/task/13131/stat : 13131 (ttsth-5-0) R 13124 13126 20984 0 -1 4202560 108951 0 0 0 28404 47 0 0 25 0 5 0 1132556507 2147860480 492199 4294967295 134512640 135237372 3213308864 3056923088 134680262 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1143.71
Current children cumulated vsize (KiB) 2097520

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

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

[startup+291.229 s]
/proc/loadavg: 4.30 3.97 3.31 6/105 13922
/proc/meminfo: memFree=1081584/3368532 swapFree=1953580/1959888
[pid=13126] ppid=13124 vsize=0 CPUtime=1143.86
/proc/13126/stat : 13126 (ttsth-5-0) Z 13124 13126 20984 0 -1 4203524 492610 0 0 0 114124 262 0 0 18 0 2 0 1132555881 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/13126/statm: 0 0 0 0 0 0 0
[pid=13126/tid=13131] ppid=13124 vsize=0 CPUtime=284.62
/proc/13126/task/13131/stat : 13131 (ttsth-5-0) R 13124 13126 20984 0 -1 4203588 108952 0 0 0 28406 56 0 0 25 0 2 0 1132556507 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) 1143.86
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 291.233
CPU time (s): 1143.86
CPU user time (s): 1141.24
CPU system time (s): 2.62
CPU usage (%): 392.764
Max. virtual memory (cumulated for all children) (KiB): 2097520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1141.24
system time used= 2.62
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492610
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= 4798
involuntary context switches= 21125

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:21:55
IDJOB=1779523
IDBENCH=70872
IDSOLVER=632
FILE ID=/1779523-1243678915
PBS_JOBID=
Free space on /tmp= 15884 MiB

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

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

MD5SUM BENCH= 18e29c95dcbfcbcf33a0a6c65b568b2d
RANDOM SEED= 1192997602

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3050128 kB
Buffers:         87368 kB
Cached:         126300 kB
SwapCached:       2424 kB
Active:         143308 kB
Inactive:        80688 kB
HighTotal:     2489216 kB
HighFree:      2350156 kB
LowTotal:       879316 kB
LowFree:        699972 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            2232 kB
Writeback:           0 kB
AnonPages:        9856 kB
Mapped:           4984 kB
Slab:            84568 kB
SReclaimable:    74964 kB
SUnreclaim:       9604 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93568 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15884 MiB
End job on  at 2009-05-30 12:26:48