Trace number 1779883

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) 980.23 252.739

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l40_lambda.cnf
MD5SUM660e95de0ccce382abc30cb1546100bc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.37
Satisfiable
(Un)Satisfiability was proved
Number of variables28488
Number of clauses140544
Sum of the clauses size404432
Maximum clause length9
Minimum clause length1
Number of clauses of size 13800
Number of clauses of size 235941
Number of clauses of size 381078
Number of clauses of size 413589
Number of clauses of size 56016
Number of clauses of size over 5120

Solver Data

0.30/0.33	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779883-1243679757.cnf 
0.30/0.33	c Using SATTIMEOUT of 10000
0.30/0.33	c Using SATRAM of 2047
0.30/0.33	c Size of subset node = 16
0.30/0.33	c Variables = 28488
0.30/0.33	c Clauses = 140544
0.30/0.33	c Literals = 404432
0.30/0.33	c Reduced size:
0.30/0.33	c Variables = 28488
0.30/0.33	c Clauses = 125907
0.30/0.33	c Literals = 367661
0.30/0.33	c a2
0.60/0.65	c a1
7.59/7.63	c Independent sub-problems = 1
7.59/7.63	c Sub-problem with 23780 variables and 125907 clauses
7.59/7.63	c using permutation method 4
7.59/7.63	c count = 1
7.59/7.63	c Ordering finished 7.550 seconds
7.59/7.63	c mapped 7.610 seconds
7.59/7.63	c permuted 7.610 seconds
7.59/7.63	c about to sort
7.59/7.67	c sorted
9.38/9.46	c clauses now 125907
9.38/9.46	c init finished 7.810 seconds
9.38/9.46	c tree built 9.440 seconds
9.38/9.46	c 
9.38/9.46	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
9.38/9.46	c ---------------------------------|----------------------------------|------------------------------------------------------
9.38/9.46	c ................................ | ..........                       |                        9.4           0.0             
9.38/9.46	c ................................ | ..........                     1 |                        9.4           0.1             
9.38/9.46	c ****************................ | ..........                     2 |                        9.4           0.2            1
9.38/9.46	c ****************................ | ..........                     3 |                        9.4           0.3            1
9.38/9.46	c ****************................ | ..........                     4 |                        9.4           0.4            1
9.38/9.46	c ****************................ | ..........                     5 |                        9.4           0.5            1
9.38/9.46	c ****************................ | ..........                     6 |                        9.4           0.6            1
9.38/9.46	c ****************................ | ..........                  1000 | 2                      9.4         105.9          116
200.06/57.32	c ****************................ | ..........               1011000 | 61465                200.1        5051.7     26928172
399.99/107.31	c ****************................ | ..........               1933000 | 120196               400.0        4832.3     56383517
600.10/157.40	c ****************................ | ..........               2544000 | 156804               600.1        4239.1     77855521
800.10/207.52	c ****************................ | ..........               3221000 | 190579               800.2        4025.4     98696774

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-1779883-1243679757/watcher-1779883-1243679757 -o /tmp/evaluation-result-1779883-1243679757/solver-1779883-1243679757 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779883-1243679757.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: 4.21 4.11 3.64 3/99 15939
/proc/meminfo: memFree=3046700/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=1144 CPUtime=0
/proc/15939/stat : 15939 (ttsth-5-0) R 15937 15939 20984 0 -1 4202496 173 0 0 0 0 0 0 0 18 0 1 0 1132640097 1171456 129 4294967295 134512640 135237372 3215336880 3215335676 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/15939/statm: 286 129 75 177 0 108 0

[startup+0.079051 s]
/proc/loadavg: 4.21 4.11 3.64 3/99 15939
/proc/meminfo: memFree=3046700/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=4320 CPUtime=0.07
/proc/15939/stat : 15939 (ttsth-5-0) R 15937 15939 20984 0 -1 4202496 978 0 0 0 7 0 0 0 18 0 1 0 1132640097 4423680 934 4294967295 134512640 135237372 3215336880 3215335404 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/15939/statm: 1080 935 75 177 0 902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4320

[startup+0.10904 s]
/proc/loadavg: 4.21 4.11 3.64 3/99 15939
/proc/meminfo: memFree=3046700/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=5628 CPUtime=0.1
/proc/15939/stat : 15939 (ttsth-5-0) R 15937 15939 20984 0 -1 4202496 1289 0 0 0 10 0 0 0 18 0 1 0 1132640097 5763072 1245 4294967295 134512640 135237372 3215336880 3215336328 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/15939/statm: 1407 1245 75 177 0 1229 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5628

[startup+0.30902 s]
/proc/loadavg: 4.21 4.11 3.64 3/99 15939
/proc/meminfo: memFree=3046700/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=10824 CPUtime=0.3
/proc/15939/stat : 15939 (ttsth-5-0) R 15937 15939 20984 0 -1 4202496 2494 0 0 0 30 0 0 0 18 0 1 0 1132640097 11083776 2450 4294967295 134512640 135237372 3215336880 3215336572 134534397 0 0 0 0 0 0 0 17 3 0 0 0
/proc/15939/statm: 2706 2450 75 177 0 2528 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10824

[startup+0.708982 s]
/proc/loadavg: 4.21 4.11 3.64 3/99 15939
/proc/meminfo: memFree=3046700/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=21228 CPUtime=0.7
/proc/15939/stat : 15939 (ttsth-5-0) R 15937 15939 20984 0 -1 4202496 4998 0 0 0 70 0 0 0 18 0 1 0 1132640097 21737472 4953 4294967295 134512640 135237372 3215336880 3215336384 134540092 0 0 0 0 0 0 0 17 3 0 0 0
/proc/15939/statm: 5307 4953 76 177 0 5129 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 21228

[startup+1.50891 s]
/proc/loadavg: 3.95 4.06 3.63 2/100 15940
/proc/meminfo: memFree=3025832/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=24000 CPUtime=1.5
/proc/15939/stat : 15939 (ttsth-5-0) R 15937 15939 20984 0 -1 4202496 6235 0 0 0 150 0 0 0 20 0 1 0 1132640097 24576000 5808 4294967295 134512640 135237372 3215336880 3215336208 134555279 0 0 0 0 0 0 0 17 3 0 0 0
/proc/15939/statm: 6000 5808 77 177 0 5822 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 24000

[startup+3.10875 s]
/proc/loadavg: 3.95 4.06 3.63 2/100 15940
/proc/meminfo: memFree=3024296/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=24316 CPUtime=3.1
/proc/15939/stat : 15939 (ttsth-5-0) R 15937 15939 20984 0 -1 4202496 6274 0 0 0 310 0 0 0 25 0 1 0 1132640097 24899584 5847 4294967295 134512640 135237372 3215336880 3215336008 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/15939/statm: 6079 5847 77 177 0 5901 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 24316

[startup+6.30845 s]
/proc/loadavg: 3.95 4.06 3.63 2/100 15940
/proc/meminfo: memFree=3024080/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=24316 CPUtime=6.3
/proc/15939/stat : 15939 (ttsth-5-0) R 15937 15939 20984 0 -1 4202496 6310 0 0 0 630 0 0 0 25 0 1 0 1132640097 24899584 5883 4294967295 134512640 135237372 3215336880 3215336240 134600718 0 0 0 0 0 0 0 17 3 0 0 0
/proc/15939/statm: 6079 5883 77 177 0 5901 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 24316

[startup+12.7079 s]
/proc/loadavg: 3.74 4.01 3.61 5/104 15944
/proc/meminfo: memFree=2913284/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=176020 CPUtime=22.15
/proc/15939/stat : 15939 (ttsth-5-0) S 15937 15939 20984 0 -1 4202496 36235 0 0 0 2199 16 0 0 25 0 5 0 1132640097 180244480 35562 4294967295 134512640 135237372 3215336880 3215336476 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15939/statm: 44005 35562 95 177 0 43827 0
[pid=15939/tid=15941] ppid=15937 vsize=176020 CPUtime=3.24
/proc/15939/task/15941/stat : 15941 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 2986 0 0 0 322 2 0 0 25 0 5 0 1132641043 180244480 35562 4294967295 134512640 135237372 3215336880 3082316544 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=15939/tid=15942] ppid=15937 vsize=176020 CPUtime=3.15
/proc/15939/task/15942/stat : 15942 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 1505 0 0 0 312 3 0 0 25 0 5 0 1132641043 180244480 35562 4294967295 134512640 135237372 3215336880 3074155804 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=15939/tid=15943] ppid=15937 vsize=176020 CPUtime=3.16
/proc/15939/task/15943/stat : 15943 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 1690 0 0 0 314 2 0 0 25 0 5 0 1132641043 180244480 35562 4294967295 134512640 135237372 3215336880 3065492880 134550994 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15939/tid=15944] ppid=15937 vsize=176020 CPUtime=3.16
/proc/15939/task/15944/stat : 15944 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 2099 0 0 0 315 1 0 0 25 0 5 0 1132641046 180244480 35562 4294967295 134512640 135237372 3215336880 3057103968 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.15
Current children cumulated vsize (KiB) 176020

[startup+25.5066 s]
/proc/loadavg: 3.85 4.02 3.62 6/104 15946
/proc/meminfo: memFree=2779344/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=312448 CPUtime=73.34
/proc/15939/stat : 15939 (ttsth-5-0) S 15937 15939 20984 0 -1 4202496 68657 0 0 0 7305 29 0 0 25 0 5 0 1132640097 319946752 67984 4294967295 134512640 135237372 3215336880 3215336476 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15939/statm: 78112 67984 95 177 0 77934 0
[pid=15939/tid=15941] ppid=15937 vsize=312448 CPUtime=16.03
/proc/15939/task/15941/stat : 15941 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 11079 0 0 0 1599 4 0 0 25 0 5 0 1132641043 319946752 67984 4294967295 134512640 135237372 3215336880 3082294352 134562416 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=15939/tid=15942] ppid=15937 vsize=312448 CPUtime=15.95
/proc/15939/task/15942/stat : 15942 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 9800 0 0 0 1589 6 0 0 25 0 5 0 1132641043 319946752 67984 4294967295 134512640 135237372 3215336880 3073942096 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=15939/tid=15943] ppid=15937 vsize=312448 CPUtime=15.96
/proc/15939/task/15943/stat : 15943 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 10161 0 0 0 1590 6 0 0 25 0 5 0 1132641043 319946752 67984 4294967295 134512640 135237372 3215336880 3065482320 134680285 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15939/tid=15944] ppid=15937 vsize=312448 CPUtime=15.96
/proc/15939/task/15944/stat : 15944 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 9662 0 0 0 1591 5 0 0 25 0 5 0 1132641046 319946752 67984 4294967295 134512640 135237372 3215336880 3057155532 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 73.34
Current children cumulated vsize (KiB) 312448

[startup+51.1142 s]
/proc/loadavg: 3.99 4.04 3.64 6/105 15996
/proc/meminfo: memFree=2558044/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=547624 CPUtime=175.5
/proc/15939/stat : 15939 (ttsth-5-0) S 15937 15939 20984 0 -1 4202496 124483 0 0 0 17503 47 0 0 25 0 5 0 1132640097 560766976 123810 4294967295 134512640 135237372 3215336880 3215336476 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15939/statm: 136906 123811 95 177 0 136728 0
[pid=15939/tid=15941] ppid=15937 vsize=547624 CPUtime=41.62
/proc/15939/task/15941/stat : 15941 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 22445 0 0 0 4155 7 0 0 25 0 5 0 1132641043 560766976 123811 4294967295 134512640 135237372 3215336880 3082291408 134751534 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=15939/tid=15942] ppid=15937 vsize=547624 CPUtime=41.56
/proc/15939/task/15942/stat : 15942 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 24182 0 0 0 4145 11 0 0 25 0 5 0 1132641043 560766976 123811 4294967295 134512640 135237372 3215336880 3073868560 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=15939/tid=15943] ppid=15937 vsize=547624 CPUtime=41.56
/proc/15939/task/15943/stat : 15943 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 28419 0 0 0 4143 13 0 0 25 0 5 0 1132641043 560766976 123811 4294967295 134512640 135237372 3215336880 3065521472 134680336 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15939/tid=15944] ppid=15937 vsize=547624 CPUtime=41.32
/proc/15939/task/15944/stat : 15944 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 21483 0 0 0 4124 8 0 0 25 0 5 0 1132641046 560766976 123811 4294967295 134512640 135237372 3215336880 3057243660 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 175.5
Current children cumulated vsize (KiB) 547624

[startup+102.309 s]
/proc/loadavg: 4.08 4.06 3.67 6/104 16135
/proc/meminfo: memFree=2080432/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=1047304 CPUtime=380.01
/proc/15939/stat : 15939 (ttsth-5-0) S 15937 15939 20984 0 -1 4202496 242705 0 0 0 37891 110 0 0 25 0 5 0 1132640097 1072439296 242032 4294967295 134512640 135237372 3215336880 3215336476 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15939/statm: 261826 242032 95 177 0 261648 0
[pid=15939/tid=15941] ppid=15937 vsize=1047304 CPUtime=92.75
/proc/15939/task/15941/stat : 15941 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 52787 0 0 0 9250 25 0 0 25 0 5 0 1132641043 1072439296 242032 4294967295 134512640 135237372 3215336880 3082385104 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=15939/tid=15942] ppid=15937 vsize=1047304 CPUtime=92.75
/proc/15939/task/15942/stat : 15942 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 58197 0 0 0 9247 28 0 0 25 0 5 0 1132641043 1072439296 242032 4294967295 134512640 135237372 3215336880 3073871584 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=15939/tid=15943] ppid=15937 vsize=1047304 CPUtime=92.73
/proc/15939/task/15943/stat : 15943 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 61744 0 0 0 9247 26 0 0 25 0 5 0 1132641043 1072439296 242032 4294967295 134512640 135237372 3215336880 3065630384 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15939/tid=15944] ppid=15937 vsize=1047304 CPUtime=92.34
/proc/15939/task/15944/stat : 15944 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 42022 0 0 0 9211 23 0 0 25 0 5 0 1132641046 1072439296 242032 4294967295 134512640 135237372 3215336880 3057244608 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 380.01
Current children cumulated vsize (KiB) 1047304

[startup+162.304 s]
/proc/loadavg: 4.08 4.06 3.69 5/104 16331
/proc/meminfo: memFree=1673212/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=1480696 CPUtime=619.7
/proc/15939/stat : 15939 (ttsth-5-0) S 15937 15939 20984 0 -1 4202496 345384 0 0 0 61809 161 0 0 25 0 5 0 1132640097 1516232704 344711 4294967295 134512640 135237372 3215336880 3215336476 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15939/statm: 370174 344711 95 177 0 369996 0
[pid=15939/tid=15941] ppid=15937 vsize=1480696 CPUtime=152.64
/proc/15939/task/15941/stat : 15941 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 93721 0 0 0 15220 44 0 0 25 0 5 0 1132641043 1516232704 344711 4294967295 134512640 135237372 3215336880 3082437772 134562272 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=15939/tid=15942] ppid=15937 vsize=1480696 CPUtime=152.75
/proc/15939/task/15942/stat : 15942 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 86496 0 0 0 15234 41 0 0 25 0 5 0 1132641043 1516232704 344711 4294967295 134512640 135237372 3215336880 3074060272 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=15939/tid=15943] ppid=15937 vsize=1480696 CPUtime=152.66
/proc/15939/task/15943/stat : 15943 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 81986 0 0 0 15227 39 0 0 25 0 5 0 1132641043 1516232704 344711 4294967295 134512640 135237372 3215336880 3065621344 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15939/tid=15944] ppid=15937 vsize=1480696 CPUtime=152.21
/proc/15939/task/15944/stat : 15944 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 55226 0 0 0 15192 29 0 0 25 0 5 0 1132641046 1516232704 344711 4294967295 134512640 135237372 3215336880 3057214464 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 619.7
Current children cumulated vsize (KiB) 1480696

[startup+222.318 s]
/proc/loadavg: 4.22 4.11 3.73 6/104 16520
/proc/meminfo: memFree=1284596/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=1887368 CPUtime=859.34
/proc/15939/stat : 15939 (ttsth-5-0) S 15937 15939 20984 0 -1 4202496 441402 0 0 0 85729 205 0 0 25 0 5 0 1132640097 1932664832 440729 4294967295 134512640 135237372 3215336880 3215336476 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15939/statm: 471842 440729 95 177 0 471664 0
[pid=15939/tid=15941] ppid=15937 vsize=1887368 CPUtime=212.62
/proc/15939/task/15941/stat : 15941 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 127534 0 0 0 21203 59 0 0 25 0 5 0 1132641043 1932664832 440729 4294967295 134512640 135237372 3215336880 3082396176 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=15939/tid=15942] ppid=15937 vsize=1887368 CPUtime=212.61
/proc/15939/task/15942/stat : 15942 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 114443 0 0 0 21204 57 0 0 25 0 5 0 1132641043 1932664832 440729 4294967295 134512640 135237372 3215336880 3074004128 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=15939/tid=15943] ppid=15937 vsize=1887368 CPUtime=212.65
/proc/15939/task/15943/stat : 15943 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 97444 0 0 0 21219 46 0 0 25 0 5 0 1132641043 1932664832 440729 4294967295 134512640 135237372 3215336880 3065614528 134565869 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15939/tid=15944] ppid=15937 vsize=1887368 CPUtime=212.02
/proc/15939/task/15944/stat : 15944 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 74026 0 0 0 21167 35 0 0 25 0 5 0 1132641046 1932664832 440729 4294967295 134512640 135237372 3215336880 3057222528 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 859.34
Current children cumulated vsize (KiB) 1887368



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+252.615 s]
/proc/loadavg: 4.45 4.17 3.76 5/104 16705
/proc/meminfo: memFree=1085260/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=2096964 CPUtime=980.08
/proc/15939/stat : 15939 (ttsth-5-0) S 15937 15939 20984 0 -1 4202496 491030 0 0 0 97776 232 0 0 25 0 5 0 1132640097 2147291136 490357 4294967295 134512640 135237372 3215336880 3215336476 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15939/statm: 524241 490357 95 177 0 524063 0
[pid=15939/tid=15941] ppid=15937 vsize=2096964 CPUtime=242.91
/proc/15939/task/15941/stat : 15941 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 142827 0 0 0 24225 66 0 0 25 0 5 0 1132641043 2147291136 490357 4294967295 134512640 135237372 3215336880 3082411040 134550994 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=15939/tid=15942] ppid=15937 vsize=2096964 CPUtime=242.88
/proc/15939/task/15942/stat : 15942 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 125919 0 0 0 24217 71 0 0 25 0 5 0 1132641043 2147291136 490357 4294967295 134512640 135237372 3215336880 3074069152 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=15939/tid=15943] ppid=15937 vsize=2096964 CPUtime=242.94
/proc/15939/task/15943/stat : 15943 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 109142 0 0 0 24244 50 0 0 25 0 5 0 1132641043 2147291136 490357 4294967295 134512640 135237372 3215336880 3065630912 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=15939/tid=15944] ppid=15937 vsize=2096964 CPUtime=241.91
/proc/15939/task/15944/stat : 15944 (ttsth-5-0) R 15937 15939 20984 0 -1 4202560 85187 0 0 0 24154 37 0 0 25 0 5 0 1132641046 2147291136 490357 4294967295 134512640 135237372 3215336880 3057244848 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 980.08
Current children cumulated vsize (KiB) 2096964

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

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

[startup+252.735 s]
/proc/loadavg: 4.45 4.17 3.76 5/104 16705
/proc/meminfo: memFree=1085260/3368532 swapFree=1953580/1959888
[pid=15939] ppid=15937 vsize=0 CPUtime=980.22
/proc/15939/stat : 15939 (ttsth-5-0) Z 15937 15939 20984 0 -1 4203524 491038 0 0 0 97781 241 0 0 18 0 2 0 1132640097 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/15939/statm: 0 0 0 0 0 0 0
[pid=15939/tid=15943] ppid=15937 vsize=0 CPUtime=243.05
/proc/15939/task/15943/stat : 15943 (ttsth-5-0) R 15937 15939 20984 0 -1 4203588 109144 0 0 0 24246 59 0 0 25 0 2 0 1132641043 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) 980.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 252.739
CPU time (s): 980.23
CPU user time (s): 977.81
CPU system time (s): 2.42
CPU usage (%): 387.843
Max. virtual memory (cumulated for all children) (KiB): 2096964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 977.81
system time used= 2.42
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491038
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= 1400
involuntary context switches= 18507

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:35:57
IDJOB=1779883
IDBENCH=70938
IDSOLVER=632
FILE ID=/1779883-1243679757
PBS_JOBID=
Free space on /tmp= 15883 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l40_lambda.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779883-1243679757/watcher-1779883-1243679757 -o /tmp/evaluation-result-1779883-1243679757/solver-1779883-1243679757 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779883-1243679757.cnf

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

MD5SUM BENCH= 660e95de0ccce382abc30cb1546100bc
RANDOM SEED= 1987491018

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:       3047144 kB
Buffers:         87368 kB
Cached:         129932 kB
SwapCached:       2424 kB
Active:         144424 kB
Inactive:        83212 kB
HighTotal:     2489216 kB
HighFree:      2346520 kB
LowTotal:       879316 kB
LowFree:        700624 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            3364 kB
Writeback:           0 kB
AnonPages:        9412 kB
Mapped:           4764 kB
Slab:            84260 kB
SReclaimable:    74988 kB
SUnreclaim:       9272 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93560 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15883 MiB
End job on  at 2009-05-30 12:40:12