Trace number 1774434

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
glucose 1.0UNSAT 990.164 990.462

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark303.059
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  159423   466748 |   47826       0        0     nan |  0.000 % |
0.99/1.00	c |         0 |   71082   239848 |      --       0       --      -- |     --   | -82705/-209984
0.99/1.00	c ==============================================================================
0.99/1.00	c Result  :   #vars: 8110   #clauses: 71082   #literals: 239848
0.99/1.00	c CPU time:   0.971852 s
0.99/1.00	c ==============================================================================
0.99/1.08	c
0.99/1.08	c Starting glucose
0.99/1.08	c
0.99/1.08	
0.99/1.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.08	
0.99/1.08	c ============================[ Problem Statistics ]=============================
0.99/1.08	c |                                                                             |
0.99/1.08	c |  Number of variables:  8110                                                 |
0.99/1.08	c |  Number of clauses:    71082                                                |
1.07/1.13	c |  Parsing time:         0.05         s                                       |
990.09/990.44	c restarts              : 249
990.09/990.44	c nb ReduceDB           : 52
990.09/990.44	c nb learnts DL2        : 3218
990.09/990.44	c nb learnts size 2     : 643
990.09/990.44	c nb learnts size 1     : 14
990.09/990.44	c conflicts             : 2425088        (2452 /sec)
990.09/990.44	c decisions             : 3278843        (1.81 % random) (3315 /sec)
990.09/990.44	c propagations          : 513146658      (518855 /sec)
990.09/990.44	c conflict literals     : 56997954       (39.64 % deleted)
990.09/990.44	c Memory used           : 32.83 MB
990.09/990.44	c CPU time              : 988.999 s
990.09/990.44	
990.09/990.45	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774434-1241265047/watcher-1774434-1241265047 -o /tmp/evaluation-result-1774434-1241265047/solver-1774434-1241265047 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774434-1241265047.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): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.00 0.99 2/64 23608
/proc/meminfo: memFree=666656/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=0
/proc/23608/stat : 23608 (glucose.sh) R 23606 23608 23229 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154532791 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23608/statm: 1340 235 194 169 0 51 0
[pid=23609] ppid=23608 vsize=1172 CPUtime=0
/proc/23609/stat : 23609 (SatELite_releas) R 23608 23608 23229 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 154532791 1200128 133 1992294400 134512640 135225430 4294956176 18446744073709551615 134711649 0 0 4096 3 0 0 0 17 0 0 0
/proc/23609/statm: 293 135 51 174 0 116 0

[startup+0.058513 s]
/proc/loadavg: 1.02 1.00 0.99 2/64 23608
/proc/meminfo: memFree=666656/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=0
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154532791 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23608/statm: 1340 236 195 169 0 51 0
[pid=23609] ppid=23608 vsize=8940 CPUtime=0.04
/proc/23609/stat : 23609 (SatELite_releas) R 23608 23608 23229 0 -1 4194304 1786 0 0 0 4 0 0 0 19 0 1 0 154532791 9154560 1770 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/23609/statm: 2235 1771 51 174 0 2058 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14300

[startup+0.102517 s]
/proc/loadavg: 1.02 1.00 0.99 2/64 23608
/proc/meminfo: memFree=666656/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=0
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154532791 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23608/statm: 1340 236 195 169 0 51 0
[pid=23609] ppid=23608 vsize=12896 CPUtime=0.09
/proc/23609/stat : 23609 (SatELite_releas) R 23608 23608 23229 0 -1 4194304 2908 0 0 0 8 1 0 0 19 0 1 0 154532791 13205504 2892 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/23609/statm: 3224 2892 51 174 0 3047 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18256

[startup+0.302534 s]
/proc/loadavg: 1.02 1.00 0.99 2/64 23608
/proc/meminfo: memFree=666656/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=0
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154532791 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23608/statm: 1340 236 195 169 0 51 0
[pid=23609] ppid=23608 vsize=22188 CPUtime=0.29
/proc/23609/stat : 23609 (SatELite_releas) R 23608 23608 23229 0 -1 4194304 4586 0 0 0 28 1 0 0 21 0 1 0 154532791 22720512 4570 1992294400 134512640 135225430 4294956176 18446744073709551615 134548916 0 0 4096 3 0 0 0 17 0 0 0
/proc/23609/statm: 5547 4570 77 174 0 5370 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27548

[startup+0.70157 s]
/proc/loadavg: 1.02 1.00 0.99 2/64 23608
/proc/meminfo: memFree=666656/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=0
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154532791 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23608/statm: 1340 236 195 169 0 51 0
[pid=23609] ppid=23608 vsize=22360 CPUtime=0.69
/proc/23609/stat : 23609 (SatELite_releas) R 23608 23608 23229 0 -1 4194304 5070 0 0 0 67 2 0 0 25 0 1 0 154532791 22896640 4659 1992294400 134512640 135225430 4294956176 18446744073709551615 134596588 0 0 4096 3 0 0 0 17 0 0 0
/proc/23609/statm: 5590 4659 77 174 0 5413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27720

[startup+1.50165 s]
/proc/loadavg: 1.02 1.00 0.99 2/66 23610
/proc/meminfo: memFree=645968/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 5360

[startup+3.1018 s]
/proc/loadavg: 1.02 1.00 0.99 2/66 23611
/proc/meminfo: memFree=655504/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=9792 CPUtime=2
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 2283 0 0 0 199 1 0 0 25 0 1 0 154532899 10027008 2269 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23611/statm: 2448 2269 76 172 0 2273 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15152

[startup+6.30107 s]
/proc/loadavg: 1.02 1.00 0.99 2/66 23611
/proc/meminfo: memFree=653200/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=11276 CPUtime=5.19
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 2650 0 0 0 518 1 0 0 25 0 1 0 154532899 11546624 2636 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 2819 2636 76 172 0 2644 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 16636

[startup+12.7016 s]
/proc/loadavg: 1.02 1.00 0.99 2/66 23611
/proc/meminfo: memFree=651664/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=12472 CPUtime=11.6
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 2960 0 0 0 1158 2 0 0 25 0 1 0 154532899 12771328 2946 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 3118 2946 76 172 0 2943 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17832

[startup+25.5028 s]
/proc/loadavg: 1.01 1.00 0.99 2/66 23611
/proc/meminfo: memFree=650320/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=13900 CPUtime=24.39
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 3314 0 0 0 2437 2 0 0 25 0 1 0 154532899 14233600 3300 1992294400 134512640 135217611 4294956288 18446744073709551615 134533105 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 3475 3300 76 172 0 3300 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19260

[startup+51.1021 s]
/proc/loadavg: 1.01 1.00 0.99 2/66 23611
/proc/meminfo: memFree=648784/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=15504 CPUtime=49.97
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 3713 0 0 0 4995 2 0 0 25 0 1 0 154532899 15876096 3699 1992294400 134512640 135217611 4294956288 18446744073709551615 134542598 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 3876 3699 76 172 0 3701 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 20864

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23611
/proc/meminfo: memFree=646736/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=17724 CPUtime=101.17
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 4210 0 0 0 10114 3 0 0 25 0 1 0 154532899 18149376 4196 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 4431 4196 76 172 0 4256 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23084

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23611
/proc/meminfo: memFree=644880/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=19652 CPUtime=161.14
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 4680 0 0 0 16111 3 0 0 25 0 1 0 154532899 20123648 4666 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 4913 4666 76 172 0 4738 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 25012

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23611
/proc/meminfo: memFree=643344/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=21168 CPUtime=221.13
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 5065 0 0 0 22109 4 0 0 25 0 1 0 154532899 21676032 5051 1992294400 134512640 135217611 4294956288 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 5292 5051 76 172 0 5117 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 26528

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23611
/proc/meminfo: memFree=642064/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=22596 CPUtime=281.11
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 5386 0 0 0 28107 4 0 0 25 0 1 0 154532899 23138304 5372 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 5649 5372 76 172 0 5474 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 27956

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23611
/proc/meminfo: memFree=640912/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=23908 CPUtime=341.09
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 5666 0 0 0 34105 4 0 0 25 0 1 0 154532899 24481792 5652 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 5977 5652 76 172 0 5802 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 29268

[startup+402.303 s]

################
# More data... #
################


[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=634448/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=30536 CPUtime=700.99
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7249 0 0 0 70093 6 0 0 25 0 1 0 154532899 31268864 7235 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 7634 7235 76 172 0 7459 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 35896

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=633680/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=31372 CPUtime=760.98
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7439 0 0 0 76092 6 0 0 25 0 1 0 154532899 32124928 7425 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 7843 7425 76 172 0 7668 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 36732

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=633424/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=31728 CPUtime=820.96
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7529 0 0 0 82090 6 0 0 25 0 1 0 154532899 32489472 7515 1992294400 134512640 135217611 4294956288 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 7932 7515 76 172 0 7757 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 37088

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632720/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=32528 CPUtime=880.94
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7714 0 0 0 88088 6 0 0 25 0 1 0 154532899 33308672 7700 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8132 7700 76 172 0 7957 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 37888

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632336/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=32812 CPUtime=940.92
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7793 0 0 0 94086 6 0 0 25 0 1 0 154532899 33599488 7779 1992294400 134512640 135217611 4294956288 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8203 7779 76 172 0 8028 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 38172

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

[startup+947.105 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632336/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=32812 CPUtime=945.73
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7795 0 0 0 94567 6 0 0 25 0 1 0 154532899 33599488 7781 1992294400 134512640 135217611 4294956288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8203 7781 76 172 0 8028 0
Current children cumulated CPU time (s) 946.8
Current children cumulated vsize (KiB) 38172

[startup+972.702 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632080/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=33456 CPUtime=971.32
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7868 0 0 0 97125 7 0 0 25 0 1 0 154532899 34258944 7854 1992294400 134512640 135217611 4294956288 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8364 7854 76 172 0 8189 0
Current children cumulated CPU time (s) 972.39
Current children cumulated vsize (KiB) 38816

[startup+979.101 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632080/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=33456 CPUtime=977.72
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7868 0 0 0 97765 7 0 0 25 0 1 0 154532899 34258944 7854 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8364 7854 76 172 0 8189 0
Current children cumulated CPU time (s) 978.79
Current children cumulated vsize (KiB) 38816

[startup+985.502 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632016/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=33616 CPUtime=984.12
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7880 0 0 0 98405 7 0 0 25 0 1 0 154532899 34422784 7866 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8404 7866 76 172 0 8229 0
Current children cumulated CPU time (s) 985.19
Current children cumulated vsize (KiB) 38976

[startup+988.701 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632016/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=33616 CPUtime=987.32
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7884 0 0 0 98725 7 0 0 25 0 1 0 154532899 34422784 7870 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8404 7870 76 172 0 8229 0
Current children cumulated CPU time (s) 988.39
Current children cumulated vsize (KiB) 38976

[startup+989.501 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632016/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=33616 CPUtime=988.12
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7884 0 0 0 98805 7 0 0 25 0 1 0 154532899 34422784 7870 1992294400 134512640 135217611 4294956288 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8404 7870 76 172 0 8229 0
Current children cumulated CPU time (s) 989.19
Current children cumulated vsize (KiB) 38976

[startup+989.901 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632016/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=33616 CPUtime=988.52
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7884 0 0 0 98845 7 0 0 25 0 1 0 154532899 34422784 7870 1992294400 134512640 135217611 4294956288 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8404 7870 76 172 0 8229 0
Current children cumulated CPU time (s) 989.59
Current children cumulated vsize (KiB) 38976

[startup+990.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632016/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=33616 CPUtime=988.92
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7884 0 0 0 98885 7 0 0 25 0 1 0 154532899 34422784 7870 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8404 7870 76 172 0 8229 0
Current children cumulated CPU time (s) 989.99
Current children cumulated vsize (KiB) 38976

[startup+990.401 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 23617
/proc/meminfo: memFree=632016/2055920 swapFree=4191900/4192956
[pid=23608] ppid=23606 vsize=5360 CPUtime=1.07
/proc/23608/stat : 23608 (glucose.sh) S 23606 23608 23229 0 -1 4194304 313 5483 0 0 0 0 104 3 16 0 1 0 154532791 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23608/statm: 1340 238 195 169 0 51 0
[pid=23611] ppid=23608 vsize=33616 CPUtime=989.02
/proc/23611/stat : 23611 (glucose_static) R 23608 23608 23229 0 -1 4194304 7884 0 0 0 98895 7 0 0 25 0 1 0 154532899 34422784 7870 1992294400 134512640 135217611 4294956288 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23611/statm: 8404 7870 76 172 0 8229 0
Current children cumulated CPU time (s) 990.09
Current children cumulated vsize (KiB) 38976

Child status: 20
Real time (s): 990.462
CPU time (s): 990.164
CPU user time (s): 990.043
CPU system time (s): 0.120981
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 38976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 990.043
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13846
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= 38
involuntary context switches= 1687

runsolver used 0.92086 second user time and 2.69059 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-02 13:50:47
IDJOB=1774434
IDBENCH=70946
IDSOLVER=610
FILE ID=node43/1774434-1241265047
PBS_JOBID= 9224960
Free space on /tmp= 66348 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l47_lambda.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774434-1241265047/watcher-1774434-1241265047 -o /tmp/evaluation-result-1774434-1241265047/solver-1774434-1241265047 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774434-1241265047.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=1844246089

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        667136 kB
Buffers:         86912 kB
Cached:        1184088 kB
SwapCached:        260 kB
Active:          54372 kB
Inactive:      1229892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        667136 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4832 kB
Writeback:           0 kB
Mapped:          21840 kB
Slab:            90516 kB
Committed_AS:   719316 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node43 at 2009-05-02 14:07:18