Trace number 1774564

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 837.434 837.784

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L80_coli.sat.cnf
MD5SUMeb71c8cb3482ee70f1c98af8944179ca
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark112.165
Satisfiable
(Un)Satisfiability was proved
Number of variables250567
Number of clauses1183233
Sum of the clauses size3415429
Maximum clause length11
Minimum clause length1
Number of clauses of size 126677
Number of clauses of size 2325257
Number of clauses of size 3631008
Number of clauses of size 4157675
Number of clauses of size 542377
Number of clauses of size over 5239

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.89/0.99	c ==============================================================================
0.89/0.99	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.99	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.99	c ==============================================================================
0.89/0.99	c |         0 | 1108439  3246165 |  332531       0        0     nan |  0.000 % |
20.18/20.26	c |         0 |  365178  1362642 |      --       0       --      -- |     --   | -599968/-1491637
20.18/20.26	c ==============================================================================
20.18/20.26	c Result  :   #vars: 34857   #clauses: 365178   #literals: 1362642
20.18/20.26	c CPU time:   19.992 s
20.18/20.26	c ==============================================================================
20.68/20.76	c
20.68/20.76	c Starting glucose
20.68/20.76	c
20.68/20.76	
20.68/20.76	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
20.68/20.76	
20.68/20.76	c ============================[ Problem Statistics ]=============================
20.68/20.76	c |                                                                             |
20.68/20.76	c |  Number of variables:  34857                                                |
20.68/20.76	c |  Number of clauses:    365178                                               |
20.97/21.03	c |  Parsing time:         0.23         s                                       |
837.34/837.75	c restarts              : 436
837.34/837.75	c nb ReduceDB           : 37
837.34/837.75	c nb learnts DL2        : 5703
837.34/837.75	c nb learnts size 2     : 1826
837.34/837.75	c nb learnts size 1     : 68
837.34/837.75	c conflicts             : 1454139        (1781 /sec)
837.34/837.75	c decisions             : 2150406        (1.70 % random) (2633 /sec)
837.34/837.75	c propagations          : 818198075      (1001996 /sec)
837.34/837.75	c conflict literals     : 48468700       (42.56 % deleted)
837.34/837.75	c Memory used           : 49.42 MB
837.34/837.75	c CPU time              : 816.568 s
837.34/837.75	
837.34/837.76	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-1774564-1241266383/watcher-1774564-1241266383 -o /tmp/evaluation-result-1774564-1241266383/solver-1774564-1241266383 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774564-1241266383.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.00 1.00 1.00 3/64 27113
/proc/meminfo: memFree=1288992/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=0
/proc/27113/stat : 27113 (glucose.sh) R 27111 27113 27010 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154671861 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 245482711711 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27113/statm: 1340 235 194 169 0 51 0
[pid=27114] ppid=27113 vsize=1176 CPUtime=0
/proc/27114/stat : 27114 (SatELite_releas) R 27113 27113 27010 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 154671861 1204224 141 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27114/statm: 294 143 51 174 0 117 0

[startup+0.0358419 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27113
/proc/meminfo: memFree=1288992/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=0
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154671861 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27113/statm: 1340 236 195 169 0 51 0
[pid=27114] ppid=27113 vsize=14160 CPUtime=0.02
/proc/27114/stat : 27114 (SatELite_releas) R 27113 27113 27010 0 -1 4194304 2193 0 0 0 2 0 0 0 19 0 1 0 154671861 14499840 2113 1992294400 134512640 135225430 4294956176 18446744073709551615 134543983 0 0 4096 3 0 0 0 17 0 0 0
/proc/27114/statm: 3540 2120 51 174 0 3363 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19520

[startup+0.101847 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27113
/proc/meminfo: memFree=1288992/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=0
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154671861 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27113/statm: 1340 236 195 169 0 51 0
[pid=27114] ppid=27113 vsize=19020 CPUtime=0.08
/proc/27114/stat : 27114 (SatELite_releas) R 27113 27113 27010 0 -1 4194304 4411 0 0 0 7 1 0 0 19 0 1 0 154671861 19476480 4331 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27114/statm: 4755 4331 51 174 0 4578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24380

[startup+0.301866 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27113
/proc/meminfo: memFree=1288992/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=0
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154671861 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27113/statm: 1340 236 195 169 0 51 0
[pid=27114] ppid=27113 vsize=48916 CPUtime=0.29
/proc/27114/stat : 27114 (SatELite_releas) R 27113 27113 27010 0 -1 4194304 10043 0 0 0 23 6 0 0 21 0 1 0 154671861 50089984 9963 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27114/statm: 12229 9964 51 174 0 12052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54276

[startup+0.701907 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27113
/proc/meminfo: memFree=1288992/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=0
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154671861 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27113/statm: 1340 236 195 169 0 51 0
[pid=27114] ppid=27113 vsize=83712 CPUtime=0.69
/proc/27114/stat : 27114 (SatELite_releas) R 27113 27113 27010 0 -1 4194304 20385 0 0 0 56 13 0 0 25 0 1 0 154671861 85721088 20305 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/27114/statm: 20928 20306 51 174 0 20751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89072

[startup+1.50199 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27115
/proc/meminfo: memFree=1174928/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=0
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154671861 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27113/statm: 1340 236 195 169 0 51 0
[pid=27114] ppid=27113 vsize=125288 CPUtime=1.48
/proc/27114/stat : 27114 (SatELite_releas) R 27113 27113 27010 0 -1 4194304 29764 0 0 0 132 16 0 0 25 0 1 0 154671861 128294912 29671 1992294400 134512640 135225430 4294956176 18446744073709551615 134549143 0 0 4096 3 0 0 0 17 0 0 0
/proc/27114/statm: 31322 29671 72 174 0 31145 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 130648

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27115
/proc/meminfo: memFree=1160144/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=0
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154671861 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27113/statm: 1340 236 195 169 0 51 0
[pid=27114] ppid=27113 vsize=136988 CPUtime=3.08
/proc/27114/stat : 27114 (SatELite_releas) R 27113 27113 27010 0 -1 4194304 32230 0 0 0 291 17 0 0 25 0 1 0 154671861 140275712 32137 1992294400 134512640 135225430 4294956176 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 0 0 0
/proc/27114/statm: 34247 32137 77 174 0 34070 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 142348

[startup+6.30147 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27115
/proc/meminfo: memFree=1160080/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=0
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154671861 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27113/statm: 1340 236 195 169 0 51 0
[pid=27114] ppid=27113 vsize=136988 CPUtime=6.28
/proc/27114/stat : 27114 (SatELite_releas) R 27113 27113 27010 0 -1 4194304 32259 0 0 0 611 17 0 0 25 0 1 0 154671861 140275712 32166 1992294400 134512640 135225430 4294956176 18446744073709551615 134548921 0 0 4096 3 0 0 0 17 0 0 0
/proc/27114/statm: 34247 32166 77 174 0 34070 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142348

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27115
/proc/meminfo: memFree=1159888/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=0
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154671861 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27113/statm: 1340 236 195 169 0 51 0
[pid=27114] ppid=27113 vsize=137244 CPUtime=12.68
/proc/27114/stat : 27114 (SatELite_releas) R 27113 27113 27010 0 -1 4194304 32358 0 0 0 1251 17 0 0 25 0 1 0 154671861 140537856 32265 1992294400 134512640 135225430 4294956176 18446744073709551615 134549143 0 0 4096 3 0 0 0 17 0 0 0
/proc/27114/statm: 34311 32265 77 174 0 34134 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 142604

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1239632/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=31616 CPUtime=4.72
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 7554 0 0 0 469 3 0 0 25 0 1 0 154673937 32374784 7521 1992294400 134512640 135217611 4294956288 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 7904 7521 77 172 0 7729 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 36976

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1235600/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=35580 CPUtime=30.31
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 8507 0 0 0 3027 4 0 0 25 0 1 0 154673937 36433920 8474 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 8895 8474 77 172 0 8720 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 40940

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1233296/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=37716 CPUtime=81.48
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 9073 0 0 0 8144 4 0 0 25 0 1 0 154673937 38621184 9040 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 9429 9040 77 172 0 9254 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 43076

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1230608/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=40748 CPUtime=141.46
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 9791 0 0 0 14141 5 0 0 25 0 1 0 154673937 41725952 9758 1992294400 134512640 135217611 4294956288 18446744073709551615 134543649 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 10187 9758 77 172 0 10012 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 46108

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1229072/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=42232 CPUtime=201.44
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 10170 0 0 0 20138 6 0 0 25 0 1 0 154673937 43245568 10137 1992294400 134512640 135217611 4294956288 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27116/statm: 10558 10137 77 172 0 10383 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 47592

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1228432/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=42896 CPUtime=261.41
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 10335 0 0 0 26135 6 0 0 25 0 1 0 154673937 43925504 10302 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 10724 10302 77 172 0 10549 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 48256

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1226960/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=44348 CPUtime=321.39
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 10702 0 0 0 32132 7 0 0 25 0 1 0 154673937 45412352 10669 1992294400 134512640 135217611 4294956288 18446744073709551615 134522544 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 11087 10669 77 172 0 10912 0
Current children cumulated CPU time (s) 342.14

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


[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1226192/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=45040 CPUtime=381.37
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 10893 0 0 0 38130 7 0 0 25 0 1 0 154673937 46120960 10860 1992294400 134512640 135217611 4294956288 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 11260 10860 77 172 0 11085 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 50400

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1225296/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=46024 CPUtime=441.34
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 11114 0 0 0 44127 7 0 0 25 0 1 0 154673937 47128576 11081 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 11506 11081 77 172 0 11331 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 51384

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1224592/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=46864 CPUtime=501.31
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 11301 0 0 0 50124 7 0 0 25 0 1 0 154673937 47988736 11268 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 11716 11268 77 172 0 11541 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 52224

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1223760/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=47656 CPUtime=561.29
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 11502 0 0 0 56122 7 0 0 25 0 1 0 154673937 48799744 11469 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27116/statm: 11914 11469 77 172 0 11739 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 53016

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1222416/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=49108 CPUtime=621.27
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 11852 0 0 0 62119 8 0 0 25 0 1 0 154673937 50286592 11819 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12277 11819 77 172 0 12102 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 54468

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1221904/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=49508 CPUtime=681.24
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 11945 0 0 0 68116 8 0 0 25 0 1 0 154673937 50696192 11912 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12377 11912 77 172 0 12202 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 54868

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1221840/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=49640 CPUtime=741.22
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 11975 0 0 0 74114 8 0 0 25 0 1 0 154673937 50831360 11942 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12410 11942 77 172 0 12235 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 55000

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1221008/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=50456 CPUtime=801.19
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 12179 0 0 0 80111 8 0 0 25 0 1 0 154673937 51666944 12146 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12614 12146 77 172 0 12439 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 55816

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

[startup+825.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1221008/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=50456 CPUtime=804.39
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 12179 0 0 0 80431 8 0 0 25 0 1 0 154673937 51666944 12146 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12614 12146 77 172 0 12439 0
Current children cumulated CPU time (s) 825.14
Current children cumulated vsize (KiB) 55816

[startup+831.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1220880/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=50600 CPUtime=810.79
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 12216 0 0 0 81071 8 0 0 25 0 1 0 154673937 51814400 12183 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12650 12183 77 172 0 12475 0
Current children cumulated CPU time (s) 831.54
Current children cumulated vsize (KiB) 55960

[startup+835.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1220880/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=50600 CPUtime=813.99
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 12218 0 0 0 81391 8 0 0 25 0 1 0 154673937 51814400 12185 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12650 12185 77 172 0 12475 0
Current children cumulated CPU time (s) 834.74
Current children cumulated vsize (KiB) 55960

[startup+836.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1220880/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=50600 CPUtime=815.59
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 12218 0 0 0 81551 8 0 0 25 0 1 0 154673937 51814400 12185 1992294400 134512640 135217611 4294956288 18446744073709551615 134533022 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12650 12185 77 172 0 12475 0
Current children cumulated CPU time (s) 836.34
Current children cumulated vsize (KiB) 55960

[startup+837.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1220880/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=50600 CPUtime=816.39
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 12218 0 0 0 81631 8 0 0 25 0 1 0 154673937 51814400 12185 1992294400 134512640 135217611 4294956288 18446744073709551615 134533661 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12650 12185 77 172 0 12475 0
Current children cumulated CPU time (s) 837.14
Current children cumulated vsize (KiB) 55960

[startup+837.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27116
/proc/meminfo: memFree=1220880/2055920 swapFree=4181360/4192956
[pid=27113] ppid=27111 vsize=5360 CPUtime=20.75
/proc/27113/stat : 27113 (glucose.sh) S 27111 27113 27010 0 -1 4194304 313 39190 0 0 0 0 2044 31 16 0 1 0 154671861 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27113/statm: 1340 238 195 169 0 51 0
[pid=27116] ppid=27113 vsize=50600 CPUtime=816.59
/proc/27116/stat : 27116 (glucose_static) R 27113 27113 27010 0 -1 4194304 12218 0 0 0 81651 8 0 0 25 0 1 0 154673937 51814400 12185 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27116/statm: 12650 12185 77 172 0 12475 0
Current children cumulated CPU time (s) 837.34
Current children cumulated vsize (KiB) 55960

Child status: 20
Real time (s): 837.784
CPU time (s): 837.434
CPU user time (s): 837.013
CPU system time (s): 0.420936
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 153492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 837.013
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51887
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= 3085

runsolver used 0.644901 second user time and 2.40963 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-02 14:13:05
IDJOB=1774564
IDBENCH=70960
IDSOLVER=610
FILE ID=node17/1774564-1241266383
PBS_JOBID= 9224963
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= eb71c8cb3482ee70f1c98af8944179ca
RANDOM SEED=1730502556

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:       1289472 kB
Buffers:         71484 kB
Cached:         593568 kB
SwapCached:       5428 kB
Active:          82120 kB
Inactive:       590744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1289472 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:           24688 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            79580 kB
Committed_AS:   678236 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= 66428 MiB
End job on node17 at 2009-05-02 14:27:03