Trace number 1774614

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 543.882 544.16

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 benchmark543.882
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.79/2.89	c ==============================================================================
2.79/2.89	c |           |     ORIGINAL     |              LEARNT              |          |
2.79/2.89	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.79/2.89	c ==============================================================================
2.79/2.89	c |         0 | 3355019  9898785 | 1006505       0        0     nan |  0.000 % |
112.73/112.82	c |         0 | 1504771  5219166 |      --       0       --      -- |     --   | -1498875/-3723973
112.73/112.84	c ==============================================================================
112.73/112.84	c Result  :   #vars: 146997   #clauses: 1504771   #literals: 5219166
112.73/112.84	c CPU time:   112.011 s
112.73/112.84	c ==============================================================================
114.53/114.66	c
114.53/114.66	c Starting glucose
114.53/114.66	c
114.53/114.66	
114.53/114.66	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
114.53/114.66	
114.53/114.66	c ============================[ Problem Statistics ]=============================
114.53/114.66	c |                                                                             |
114.53/114.66	c |  Number of variables:  146997                                               |
114.53/114.66	c |  Number of clauses:    1504771                                              |
115.63/115.70	c |  Parsing time:         0.90         s                                       |
543.81/544.10	c restarts              : 454
543.81/544.10	c nb ReduceDB           : 24
543.81/544.10	c nb learnts DL2        : 6766
543.81/544.10	c nb learnts size 2     : 1989
543.81/544.10	c nb learnts size 1     : 66
543.81/544.10	c conflicts             : 787146         (1835 /sec)
543.81/544.10	c decisions             : 1342956        (1.76 % random) (3130 /sec)
543.81/544.10	c propagations          : 503814183      (1174289 /sec)
543.81/544.10	c conflict literals     : 23122585       (39.42 % deleted)
543.81/544.10	c Memory used           : 121.82 MB
543.81/544.10	c CPU time              : 429.038 s
543.81/544.10	
543.81/544.12	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-1774614-1241266822/watcher-1774614-1241266822 -o /tmp/evaluation-result-1774614-1241266822/solver-1774614-1241266822 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774614-1241266822.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.99 0.98 0.98 3/64 27003
/proc/meminfo: memFree=879560/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) R 27001 27003 26935 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 262910044831 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27003/statm: 1340 235 194 169 0 51 0
[pid=27004] ppid=27003 vsize=1176 CPUtime=0
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 154716309 1204224 141 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 294 141 51 174 0 117 0

[startup+0.023001 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27003
/proc/meminfo: memFree=879560/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=5200 CPUtime=0.01
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 1083 0 0 0 1 0 0 0 18 0 1 0 154716309 5324800 1067 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 1300 1074 51 174 0 1123 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10560

[startup+0.10201 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27003
/proc/meminfo: memFree=879560/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=50640 CPUtime=0.09
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 7514 0 0 0 5 4 0 0 20 0 1 0 154716309 51855360 7402 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 12660 7404 51 174 0 12483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56000

[startup+0.301032 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27003
/proc/meminfo: memFree=879560/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=66992 CPUtime=0.29
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 12930 0 0 0 22 7 0 0 22 0 1 0 154716309 68599808 12818 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 16748 12818 51 174 0 16571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72352

[startup+0.701077 s]
/proc/loadavg: 0.99 0.98 0.98 3/64 27003
/proc/meminfo: memFree=879560/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=102768 CPUtime=0.69
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 24158 0 0 0 55 14 0 0 25 0 1 0 154716309 105234432 24046 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 25692 24047 51 174 0 25515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108128

[startup+1.50117 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27005
/proc/meminfo: memFree=749432/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=218340 CPUtime=1.49
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 45441 0 0 0 121 28 0 0 25 0 1 0 154716309 223580160 45329 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 54585 45329 51 174 0 54408 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 223700

[startup+3.10236 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27005
/proc/meminfo: memFree=647160/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=366768 CPUtime=3.09
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 80959 0 0 0 260 49 0 0 25 0 1 0 154716309 375570432 80847 1992294400 134512640 135225430 4294956176 18446744073709551615 134548788 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 91692 80847 72 174 0 91515 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 372128

[startup+6.30173 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27005
/proc/meminfo: memFree=545336/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=383452 CPUtime=6.29
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 83693 0 0 0 577 52 0 0 25 0 1 0 154716309 392654848 83581 1992294400 134512640 135225430 4294956176 18446744073709551615 134549143 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 95863 83581 72 174 0 95686 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 388812

[startup+12.7025 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27005
/proc/meminfo: memFree=516024/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=428576 CPUtime=12.69
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 91105 0 0 0 1215 54 0 0 25 0 1 0 154716309 438861824 90866 1992294400 134512640 135225430 4294956176 18446744073709551615 134549139 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 107144 90866 77 174 0 106967 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 433936

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27005
/proc/meminfo: memFree=516216/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=428576 CPUtime=25.48
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 91128 0 0 0 2494 54 0 0 25 0 1 0 154716309 438861824 90889 1992294400 134512640 135225430 4294956176 18446744073709551615 134549139 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 107144 90889 77 174 0 106967 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 433936

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27005
/proc/meminfo: memFree=516472/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=427824 CPUtime=51.06
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 91220 0 0 0 5052 54 0 0 25 0 1 0 154716309 438091776 90793 1992294400 134512640 135225430 4294956176 18446744073709551615 134548793 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 106956 90793 77 174 0 106779 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 433184

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27005
/proc/meminfo: memFree=516152/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=0
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716309 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27003/statm: 1340 236 195 169 0 51 0
[pid=27004] ppid=27003 vsize=429888 CPUtime=102.24
/proc/27004/stat : 27004 (SatELite_releas) R 27003 27003 26935 0 -1 4194304 91764 0 0 0 10170 54 0 0 25 0 1 0 154716309 440205312 90957 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 0 0 0
/proc/27004/statm: 107472 90957 77 174 0 107295 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 435248

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=700856/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=118228 CPUtime=47.57
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 28864 0 0 0 4741 16 0 0 25 0 1 0 154727775 121065472 28786 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/statm: 29557 28786 77 172 0 29382 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 123588

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=698616/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=121264 CPUtime=107.55
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 29636 0 0 0 10738 17 0 0 25 0 1 0 154727775 124174336 29558 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/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.98 0.98 2/66 27006
/proc/meminfo: memFree=697976/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=122044 CPUtime=167.52
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 29807 0 0 0 16735 17 0 0 25 0 1 0 154727775 124973056 29729 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/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.98 0.98 2/66 27006
/proc/meminfo: memFree=696760/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=123232 CPUtime=227.49
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30109 0 0 0 22732 17 0 0 25 0 1 0 154727775 126189568 30031 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/statm: 30808 30031 77 172 0 30633 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 128592

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=695864/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124164 CPUtime=287.47
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30339 0 0 0 28729 18 0 0 25 0 1 0 154727775 127143936 30261 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/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.98 0.98 2/66 27006
/proc/meminfo: memFree=695800/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124164 CPUtime=347.45
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30361 0 0 0 34727 18 0 0 25 0 1 0 154727775 127143936 30283 1992294400 134512640 135217611 4294956288 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/statm: 31041 30283 77 172 0 30866 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 129524

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=695352/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124584 CPUtime=407.42
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30475 0 0 0 40724 18 0 0 25 0 1 0 154727775 127574016 30397 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/statm: 31146 30397 77 172 0 30971 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 129944

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

[startup+524.707 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=695288/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124736 CPUtime=409.83
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30502 0 0 0 40965 18 0 0 25 0 1 0 154727775 127729664 30424 1992294400 134512640 135217611 4294956288 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 524.43
Current children cumulated vsize (KiB) 130096

[startup+537.501 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=695288/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124736 CPUtime=422.62
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30502 0 0 0 42244 18 0 0 25 0 1 0 154727775 127729664 30424 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 537.22
Current children cumulated vsize (KiB) 130096

[startup+540.702 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=695288/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124736 CPUtime=425.82
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30502 0 0 0 42564 18 0 0 25 0 1 0 154727775 127729664 30424 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 540.42
Current children cumulated vsize (KiB) 130096

[startup+542.307 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=695288/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124736 CPUtime=427.42
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30502 0 0 0 42724 18 0 0 25 0 1 0 154727775 127729664 30424 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 542.02
Current children cumulated vsize (KiB) 130096

[startup+543.103 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=695288/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124736 CPUtime=428.22
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30502 0 0 0 42804 18 0 0 25 0 1 0 154727775 127729664 30424 1992294400 134512640 135217611 4294956288 18446744073709551615 134542249 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27006/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 542.82
Current children cumulated vsize (KiB) 130096

[startup+543.902 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=695288/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124736 CPUtime=429.01
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30502 0 0 0 42883 18 0 0 25 0 1 0 154727775 127729664 30424 1992294400 134512640 135217611 4294956288 18446744073709551615 134524248 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27006/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 543.61
Current children cumulated vsize (KiB) 130096

[startup+544.101 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 27006
/proc/meminfo: memFree=695288/2055920 swapFree=4182092/4192956
[pid=27003] ppid=27001 vsize=5360 CPUtime=114.6
/proc/27003/stat : 27003 (glucose.sh) S 27001 27003 26935 0 -1 4194304 313 114565 0 0 0 0 11366 94 16 0 1 0 154716309 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27003/statm: 1340 238 195 169 0 51 0
[pid=27006] ppid=27003 vsize=124736 CPUtime=429.21
/proc/27006/stat : 27006 (glucose_static) R 27003 27003 26935 0 -1 4194304 30502 0 0 0 42903 18 0 0 25 0 1 0 154727775 127729664 30424 1992294400 134512640 135217611 4294956288 18446744073709551615 134533649 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27006/statm: 31184 30424 77 172 0 31009 0
Current children cumulated CPU time (s) 543.81
Current children cumulated vsize (KiB) 130096

Child status: 20
Real time (s): 544.16
CPU time (s): 543.882
CPU user time (s): 542.699
CPU system time (s): 1.18282
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 466496

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

runsolver used 0.45893 second user time and 1.52877 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-02 14:20:27
IDJOB=1774614
IDBENCH=70965
IDSOLVER=610
FILE ID=node11/1774614-1241266822
PBS_JOBID= 9224967
Free space on /tmp= 66392 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-1774614-1241266822/watcher-1774614-1241266822 -o /tmp/evaluation-result-1774614-1241266822/solver-1774614-1241266822 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774614-1241266822.cnf

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=361504199

node11.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.214
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.214
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:        880040 kB
Buffers:         84808 kB
Cached:         978972 kB
SwapCached:       4976 kB
Active:         139500 kB
Inactive:       932476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        880040 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:           73128 kB
Writeback:           0 kB
Mapped:          14472 kB
Slab:            89880 kB
Committed_AS:   689152 kB
PageTables:       1460 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= 66392 MiB
End job on node11 at 2009-05-02 14:29:31