Trace number 1577718

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 542.008 542.272

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.008
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

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...
2.88/2.96	c ==============================================================================
2.88/2.96	c |           |     ORIGINAL     |              LEARNT              |          |
2.88/2.96	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.88/2.96	c ==============================================================================
2.88/2.97	c |         0 | 3355019  9898785 | 1006505       0        0     nan |  0.000 % |
112.43/112.52	c |         0 | 1504771  5219166 |      --       0       --      -- |     --   | -1498875/-3723973
112.43/112.53	c ==============================================================================
112.43/112.53	c Result  :   #vars: 146997   #clauses: 1504771   #literals: 5219166
112.43/112.53	c CPU time:   111.662 s
112.43/112.53	c ==============================================================================
114.13/114.28	c
114.13/114.28	c Starting glucose
114.13/114.28	c
114.13/114.28	
114.13/114.28	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
114.13/114.28	
114.13/114.28	c ============================[ Problem Statistics ]=============================
114.13/114.28	c |                                                                             |
114.13/114.28	c |  Number of variables:  146997                                               |
114.13/114.28	c |  Number of clauses:    1504771                                              |
115.11/115.24	c |  Parsing time:         0.82         s                                       |
541.92/542.21	c restarts              : 454
541.92/542.21	c nb ReduceDB           : 24
541.92/542.21	c nb learnts DL2        : 6766
541.92/542.21	c nb learnts size 2     : 1989
541.92/542.21	c nb learnts size 1     : 66
541.92/542.21	c conflicts             : 787146         (1841 /sec)
541.92/542.21	c decisions             : 1342956        (1.76 % random) (3141 /sec)
541.92/542.21	c propagations          : 503814183      (1178397 /sec)
541.92/542.21	c conflict literals     : 23122585       (39.42 % deleted)
541.92/542.21	c Memory used           : 121.82 MB
541.92/542.21	c CPU time              : 427.542 s
541.92/542.21	
541.92/542.23	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-1577718-1241004080/watcher-1577718-1241004080 -o /tmp/evaluation-result-1577718-1241004080/solver-1577718-1241004080 -C 1200 -W 1800 -M 1800 glucose.sh HOME/instance-1577718-1241004080.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.91 0.97 0.99 3/64 12113
/proc/meminfo: memFree=928520/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) R 12111 12113 11804 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 246406507167 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12113/statm: 1340 235 194 169 0 51 0
[pid=12114] ppid=12113 vsize=1176 CPUtime=0
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 128435592 1204224 138 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 294 138 51 174 0 117 0

[startup+0.00919595 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 12113
/proc/meminfo: memFree=928520/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=2136 CPUtime=0
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 128435592 2187264 317 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 534 319 51 174 0 357 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7496

[startup+0.101204 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 12113
/proc/meminfo: memFree=928520/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=50640 CPUtime=0.09
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 7092 0 0 0 6 3 0 0 19 0 1 0 128435592 51855360 6980 1992294400 134512640 135225430 4294956160 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 12660 6981 51 174 0 12483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56000

[startup+0.301222 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 12113
/proc/meminfo: memFree=928520/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=66200 CPUtime=0.28
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 12685 0 0 0 22 6 0 0 21 0 1 0 128435592 67788800 12573 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 16550 12574 51 174 0 16373 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 71560

[startup+0.70126 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 12113
/proc/meminfo: memFree=928520/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=101448 CPUtime=0.69
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 23670 0 0 0 56 13 0 0 25 0 1 0 128435592 103882752 23558 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 25362 23559 51 174 0 25185 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106808

[startup+1.50134 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 12115
/proc/meminfo: memFree=801080/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=215700 CPUtime=1.48
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 44719 0 0 0 120 28 0 0 25 0 1 0 128435592 220876800 44607 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 53925 44608 51 174 0 53748 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 221060

[startup+3.10149 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 12115
/proc/meminfo: memFree=703288/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=361188 CPUtime=3.09
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 80129 0 0 0 258 51 0 0 25 0 1 0 128435592 369856512 80017 1992294400 134512640 135225430 4294956160 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 90297 80017 72 174 0 90120 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 366548

[startup+6.30279 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 12115
/proc/meminfo: memFree=593656/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=382940 CPUtime=6.28
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 83690 0 0 0 576 52 0 0 25 0 1 0 128435592 392130560 83578 1992294400 134512640 135225430 4294956160 18446744073709551615 134546966 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 95735 83578 72 174 0 95558 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 388300

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 12115
/proc/meminfo: memFree=564408/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=428576 CPUtime=12.67
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 91104 0 0 0 1212 55 0 0 25 0 1 0 128435592 438861824 90865 1992294400 134512640 135225430 4294956160 18446744073709551615 134549157 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 107144 90865 77 174 0 106967 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 433936

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 12115
/proc/meminfo: memFree=564600/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=428576 CPUtime=25.47
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 91127 0 0 0 2492 55 0 0 25 0 1 0 128435592 438861824 90888 1992294400 134512640 135225430 4294956160 18446744073709551615 134549143 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 107144 90888 77 174 0 106967 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 433936

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 12115
/proc/meminfo: memFree=564856/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=429872 CPUtime=51.06
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 91231 0 0 0 5050 56 0 0 25 0 1 0 128435592 440188928 90804 1992294400 134512640 135225430 4294956160 18446744073709551615 134549150 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 107468 90804 77 174 0 107291 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 435232

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 12115
/proc/meminfo: memFree=564536/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=0
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128435591 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1340 236 195 169 0 51 0
[pid=12114] ppid=12113 vsize=429888 CPUtime=102.23
/proc/12114/stat : 12114 (SatELite_releas) R 12113 12113 11804 0 -1 4194304 91767 0 0 0 10167 56 0 0 25 0 1 0 128435592 440205312 90960 1992294400 134512640 135225430 4294956160 18446744073709551615 134548910 0 0 4096 3 0 0 0 17 0 0 0
/proc/12114/statm: 107472 90960 77 174 0 107295 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 435248

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=751288/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=118228 CPUtime=47.96
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 28864 0 0 0 4780 16 0 0 25 0 1 0 128447020 121065472 28786 1992294400 134512640 135217611 4294956272 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 29557 28786 77 172 0 29382 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 123588

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=748280/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=121264 CPUtime=107.94
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 29636 0 0 0 10777 17 0 0 25 0 1 0 128447020 124174336 29558 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 30316 29558 77 172 0 30141 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 126624

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=747576/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=122044 CPUtime=167.91
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 29807 0 0 0 16774 17 0 0 25 0 1 0 128447020 124973056 29729 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 30511 29729 77 172 0 30336 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 127404

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=746424/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=123232 CPUtime=227.88
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30109 0 0 0 22771 17 0 0 25 0 1 0 128447020 126189568 30031 1992294400 134512640 135217611 4294956272 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 30808 30031 77 172 0 30633 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 128592

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=745464/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124164 CPUtime=287.86
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30339 0 0 0 28768 18 0 0 25 0 1 0 128447020 127143936 30261 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31041 30261 77 172 0 30866 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 129524

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=745400/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124164 CPUtime=347.83
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30361 0 0 0 34765 18 0 0 25 0 1 0 128447020 127143936 30283 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31041 30283 77 172 0 30866 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 129524

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=744760/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124736 CPUtime=407.81
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30502 0 0 0 40763 18 0 0 25 0 1 0 128447020 127729664 30424 1992294400 134512640 135217611 4294956272 18446744073709551615 134528170 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 130096

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

[startup+524.706 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=744760/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124736 CPUtime=410.21
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30502 0 0 0 41003 18 0 0 25 0 1 0 128447020 127729664 30424 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 524.42
Current children cumulated vsize (KiB) 130096

[startup+531.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=744760/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124736 CPUtime=416.61
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30502 0 0 0 41643 18 0 0 25 0 1 0 128447020 127729664 30424 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 530.82
Current children cumulated vsize (KiB) 130096

[startup+537.503 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=744760/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124736 CPUtime=423.01
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30502 0 0 0 42283 18 0 0 25 0 1 0 128447020 127729664 30424 1992294400 134512640 135217611 4294956272 18446744073709551615 134527959 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 537.22
Current children cumulated vsize (KiB) 130096

[startup+540.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=744760/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124736 CPUtime=426.2
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30502 0 0 0 42602 18 0 0 25 0 1 0 128447020 127729664 30424 1992294400 134512640 135217611 4294956272 18446744073709551615 134538462 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 540.41
Current children cumulated vsize (KiB) 130096

[startup+541.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=744760/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124736 CPUtime=427
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30502 0 0 0 42682 18 0 0 25 0 1 0 128447020 127729664 30424 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 541.21
Current children cumulated vsize (KiB) 130096

[startup+541.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=744760/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124736 CPUtime=427.4
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30502 0 0 0 42722 18 0 0 25 0 1 0 128447020 127729664 30424 1992294400 134512640 135217611 4294956272 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 541.61
Current children cumulated vsize (KiB) 130096

[startup+542.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=744760/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124736 CPUtime=427.6
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30502 0 0 0 42742 18 0 0 25 0 1 0 128447020 127729664 30424 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 541.81
Current children cumulated vsize (KiB) 130096

[startup+542.201 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12116
/proc/meminfo: memFree=744760/2055920 swapFree=4192812/4192956
[pid=12113] ppid=12111 vsize=5360 CPUtime=114.21
/proc/12113/stat : 12113 (glucose.sh) S 12111 12113 11804 0 -1 4194304 313 114565 0 0 0 0 11322 99 16 0 1 0 128435591 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12113/statm: 1340 238 195 169 0 51 0
[pid=12116] ppid=12113 vsize=124736 CPUtime=427.71
/proc/12116/stat : 12116 (glucose_static) R 12113 12113 11804 0 -1 4194304 30502 0 0 0 42753 18 0 0 25 0 1 0 128447020 127729664 30424 1992294400 134512640 135217611 4294956272 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/12116/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 541.92
Current children cumulated vsize (KiB) 130096

Child status: 20
Real time (s): 542.272
CPU time (s): 542.008
CPU user time (s): 540.774
CPU system time (s): 1.23381
CPU usage (%): 99.9512
Max. virtual memory (cumulated for all children) (KiB): 466496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 540.774
system time used= 1.23381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145547
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= 39
involuntary context switches= 1468

runsolver used 0.437933 second user time and 1.54377 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-29 13:21:25
IDJOB=1577718
IDBENCH=70965
IDSOLVER=503
FILE ID=node61/1577718-1241004080
PBS_JOBID= 9204809
Free space on /tmp= 66460 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L200_coli.sat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577718-1241004080/watcher-1577718-1241004080 -o /tmp/evaluation-result-1577718-1241004080/solver-1577718-1241004080 -C 1200 -W 1800 -M 1800  glucose.sh HOME/instance-1577718-1241004080.cnf

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=1382638856

node61.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.216
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.216
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:        929000 kB
Buffers:         27808 kB
Cached:        1020072 kB
SwapCached:          0 kB
Active:          97280 kB
Inactive:       964424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        929000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           73092 kB
Writeback:           0 kB
Mapped:          23592 kB
Slab:            51308 kB
Committed_AS:   577244 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node61 at 2009-04-29 13:30:27