Trace number 1774444

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 544.447 544.685

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l48_lambda.cnf
MD5SUMe7c28f6a200a1c1912fbaacfb3572515
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark261.052
Satisfiable
(Un)Satisfiability was proved
Number of variables34656
Number of clauses174528
Sum of the clauses size503708
Maximum clause length9
Minimum clause length1
Number of clauses of size 14424
Number of clauses of size 242805
Number of clauses of size 3103458
Number of clauses of size 416481
Number of clauses of size 57216
Number of clauses of size over 5144

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.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  163622   479140 |   49086       0        0     nan |  0.000 % |
0.99/1.04	c |         0 |   73221   247132 |      --       0       --      -- |     --   | -84687/-214858
0.99/1.04	c ==============================================================================
0.99/1.04	c Result  :   #vars: 8333   #clauses: 73221   #literals: 247132
0.99/1.04	c CPU time:   0.995848 s
0.99/1.04	c ==============================================================================
1.09/1.12	c
1.09/1.12	c Starting glucose
1.09/1.12	c
1.09/1.12	
1.09/1.12	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.12	
1.09/1.12	c ============================[ Problem Statistics ]=============================
1.09/1.12	c |                                                                             |
1.09/1.13	c |  Number of variables:  8333                                                 |
1.09/1.13	c |  Number of clauses:    73221                                                |
1.09/1.18	c |  Parsing time:         0.05         s                                       |
544.34/544.67	c restarts              : 157
544.34/544.67	c nb ReduceDB           : 39
544.34/544.67	c nb learnts DL2        : 2631
544.34/544.67	c nb learnts size 2     : 510
544.34/544.67	c nb learnts size 1     : 15
544.34/544.67	c conflicts             : 1526030        (2809 /sec)
544.34/544.67	c decisions             : 2096437        (1.82 % random) (3859 /sec)
544.34/544.67	c propagations          : 317296151      (584068 /sec)
544.34/544.67	c conflict literals     : 36190037       (37.91 % deleted)
544.34/544.67	c Memory used           : 26.36 MB
544.34/544.67	c CPU time              : 543.252 s
544.34/544.67	
544.34/544.67	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-1774444-1241265217/watcher-1774444-1241265217 -o /tmp/evaluation-result-1774444-1241265217/solver-1774444-1241265217 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774444-1241265217.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: 0.92 0.98 0.99 3/64 27047
/proc/meminfo: memFree=1319240/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=0
/proc/27047/stat : 27047 (glucose.sh) R 27045 27047 27010 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154555064 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482711711 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27047/statm: 1340 235 194 169 0 51 0
[pid=27048] ppid=27047 vsize=1012 CPUtime=0
/proc/27048/stat : 27048 (SatELite_releas) R 27047 27047 27010 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 154555065 1036288 100 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 253 100 51 174 0 76 0

[startup+0.070148 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27047
/proc/meminfo: memFree=1319240/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=0
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154555064 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27047/statm: 1340 236 195 169 0 51 0
[pid=27048] ppid=27047 vsize=9860 CPUtime=0.06
/proc/27048/stat : 27048 (SatELite_releas) R 27047 27047 27010 0 -1 4194304 2081 0 0 0 5 1 0 0 19 0 1 0 154555065 10096640 2065 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 2465 2066 51 174 0 2288 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15220

[startup+0.10215 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27047
/proc/meminfo: memFree=1319240/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=0
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154555064 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27047/statm: 1340 236 195 169 0 51 0
[pid=27048] ppid=27047 vsize=12748 CPUtime=0.09
/proc/27048/stat : 27048 (SatELite_releas) R 27047 27047 27010 0 -1 4194304 2840 0 0 0 8 1 0 0 19 0 1 0 154555065 13053952 2824 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 3187 2825 51 174 0 3010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18108

[startup+0.30217 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27047
/proc/meminfo: memFree=1319240/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=0
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154555064 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27047/statm: 1340 236 195 169 0 51 0
[pid=27048] ppid=27047 vsize=22520 CPUtime=0.29
/proc/27048/stat : 27048 (SatELite_releas) R 27047 27047 27010 0 -1 4194304 4699 0 0 0 27 2 0 0 21 0 1 0 154555065 23060480 4683 1992294400 134512640 135225430 4294956176 18446744073709551615 134549555 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 5630 4683 77 174 0 5453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27880

[startup+0.701258 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27047
/proc/meminfo: memFree=1319240/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=0
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154555064 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27047/statm: 1340 236 195 169 0 51 0
[pid=27048] ppid=27047 vsize=22704 CPUtime=0.68
/proc/27048/stat : 27048 (SatELite_releas) R 27047 27047 27010 0 -1 4194304 5152 0 0 0 65 3 0 0 25 0 1 0 154555065 23248896 4748 1992294400 134512640 135225430 4294956176 18446744073709551615 134576569 0 0 4096 3 0 0 0 17 0 0 0
/proc/27048/statm: 5676 4748 77 174 0 5499 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28064

[startup+1.5013 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27049
/proc/meminfo: memFree=1296952/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 5360

[startup+3.10146 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1307768/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=9856 CPUtime=1.96
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 2298 0 0 0 195 1 0 0 25 0 1 0 154555177 10092544 2284 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27050/statm: 2464 2284 76 172 0 2289 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15216

[startup+6.30178 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1305784/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=11356 CPUtime=5.15
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 2668 0 0 0 514 1 0 0 25 0 1 0 154555177 11628544 2654 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 2839 2654 76 172 0 2664 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 16716

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1304072/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=12556 CPUtime=11.55
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 2974 0 0 0 1153 2 0 0 25 0 1 0 154555177 12857344 2960 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 3139 2960 76 172 0 2964 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 17916

[startup+25.5027 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1302472/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=14236 CPUtime=24.35
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 3394 0 0 0 2433 2 0 0 25 0 1 0 154555177 14577664 3380 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 3559 3380 76 172 0 3384 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19596

[startup+51.1013 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1301000/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=15760 CPUtime=49.94
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 3762 0 0 0 4992 2 0 0 25 0 1 0 154555177 16138240 3748 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 3940 3748 76 172 0 3765 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 21120

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1298888/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=17928 CPUtime=101.12
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 4286 0 0 0 10110 2 0 0 25 0 1 0 154555177 18358272 4272 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 4482 4272 76 172 0 4307 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 23288

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1297160/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=19644 CPUtime=161.1
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 4723 0 0 0 16107 3 0 0 25 0 1 0 154555177 20115456 4709 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 4911 4709 76 172 0 4736 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 25004

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1295496/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=21336 CPUtime=221.06
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 5123 0 0 0 22103 3 0 0 25 0 1 0 154555177 21848064 5109 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 5334 5109 76 172 0 5159 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 26696

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1294344/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=22500 CPUtime=281.05
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 5415 0 0 0 28101 4 0 0 25 0 1 0 154555177 23040000 5401 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 5625 5401 76 172 0 5450 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 27860

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1293256/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=23824 CPUtime=341.02
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 5692 0 0 0 34098 4 0 0 25 0 1 0 154555177 24395776 5678 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 5956 5678 76 172 0 5781 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 29184

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27050
/proc/meminfo: memFree=1292104/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=25116 CPUtime=400.98
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 5979 0 0 0 40094 4 0 0 25 0 1 0 154555177 25718784 5965 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6279 5965 76 172 0 6104 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 30476

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1290752/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26200 CPUtime=460.96
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6266 0 0 0 46091 5 0 0 25 0 1 0 154555177 26828800 6252 1992294400 134512640 135217611 4294956288 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6550 6252 76 172 0 6375 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 31560

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1290304/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26676 CPUtime=520.94
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6381 0 0 0 52089 5 0 0 25 0 1 0 154555177 27316224 6367 1992294400 134512640 135217611 4294956288 18446744073709551615 134533081 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6669 6367 76 172 0 6494 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 32036

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

[startup+524.705 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1290304/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26676 CPUtime=523.34
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6381 0 0 0 52329 5 0 0 25 0 1 0 154555177 27316224 6367 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6669 6367 76 172 0 6494 0
Current children cumulated CPU time (s) 524.45
Current children cumulated vsize (KiB) 32036

[startup+537.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1290176/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26832 CPUtime=536.13
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6423 0 0 0 53608 5 0 0 25 0 1 0 154555177 27475968 6409 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6708 6409 76 172 0 6533 0
Current children cumulated CPU time (s) 537.24
Current children cumulated vsize (KiB) 32192

[startup+540.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1290112/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26992 CPUtime=539.33
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6448 0 0 0 53928 5 0 0 25 0 1 0 154555177 27639808 6434 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6748 6434 76 172 0 6573 0
Current children cumulated CPU time (s) 540.44
Current children cumulated vsize (KiB) 32352

[startup+542.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1290048/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26992 CPUtime=540.93
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6451 0 0 0 54088 5 0 0 25 0 1 0 154555177 27639808 6437 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6748 6437 76 172 0 6573 0
Current children cumulated CPU time (s) 542.04
Current children cumulated vsize (KiB) 32352

[startup+543.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1289984/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26992 CPUtime=542.53
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6457 0 0 0 54248 5 0 0 25 0 1 0 154555177 27639808 6443 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6748 6443 76 172 0 6573 0
Current children cumulated CPU time (s) 543.64
Current children cumulated vsize (KiB) 32352

[startup+544.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1289984/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26992 CPUtime=542.93
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6457 0 0 0 54288 5 0 0 25 0 1 0 154555177 27639808 6443 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6748 6443 76 172 0 6573 0
Current children cumulated CPU time (s) 544.04
Current children cumulated vsize (KiB) 32352

[startup+544.505 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1289984/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26992 CPUtime=543.13
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6457 0 0 0 54308 5 0 0 25 0 1 0 154555177 27639808 6443 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6748 6443 76 172 0 6573 0
Current children cumulated CPU time (s) 544.24
Current children cumulated vsize (KiB) 32352

[startup+544.601 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27056
/proc/meminfo: memFree=1289984/2055920 swapFree=4181360/4192956
[pid=27047] ppid=27045 vsize=5360 CPUtime=1.11
/proc/27047/stat : 27047 (glucose.sh) S 27045 27047 27010 0 -1 4194304 313 5591 0 0 0 0 106 5 16 0 1 0 154555064 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27047/statm: 1340 238 195 169 0 51 0
[pid=27050] ppid=27047 vsize=26992 CPUtime=543.23
/proc/27050/stat : 27050 (glucose_static) R 27047 27047 27010 0 -1 4194304 6457 0 0 0 54318 5 0 0 25 0 1 0 154555177 27639808 6443 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27050/statm: 6748 6443 76 172 0 6573 0
Current children cumulated CPU time (s) 544.34
Current children cumulated vsize (KiB) 32352

Child status: 20
Real time (s): 544.685
CPU time (s): 544.447
CPU user time (s): 544.322
CPU system time (s): 0.124981
CPU usage (%): 99.9564
Max. virtual memory (cumulated for all children) (KiB): 32352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 544.322
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12527
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= 37
involuntary context switches= 2045

runsolver used 0.432934 second user time and 1.55576 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-02 13:53:37
IDJOB=1774444
IDBENCH=70947
IDSOLVER=610
FILE ID=node17/1774444-1241265217
PBS_JOBID= 9224963
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= e7c28f6a200a1c1912fbaacfb3572515
RANDOM SEED=132625643

node17.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.234
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.234
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:       1319728 kB
Buffers:         71172 kB
Cached:         564164 kB
SwapCached:       5428 kB
Active:          61680 kB
Inactive:       581420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319728 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:            4996 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            79116 kB
Committed_AS:   676124 kB
PageTables:       1452 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= 66444 MiB
End job on node17 at 2009-05-02 14:02:42