Trace number 1577770

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 130.157 130.254

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.35749
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

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.39/2.43	c ==============================================================================
2.39/2.43	c |           |     ORIGINAL     |              LEARNT              |          |
2.39/2.43	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.39/2.43	c ==============================================================================
2.39/2.43	c |         0 | 2558866  7469452 |  767659       0        0     nan |  0.000 % |
127.00/127.20	c |         0 |  573237  2439840 |      --       0       --      -- |     --   | -1621374/-4028064
127.10/127.21	c ==============================================================================
127.10/127.21	c Result  :   #vars: 51366   #clauses: 573237   #literals: 2439840
127.10/127.21	c CPU time:   126.449 s
127.10/127.21	c ==============================================================================
127.90/128.08	c
127.90/128.08	c Starting glucose
127.90/128.08	c
127.90/128.08	
127.90/128.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
127.90/128.08	
127.90/128.08	c ============================[ Problem Statistics ]=============================
127.90/128.08	c |                                                                             |
127.90/128.08	c |  Number of variables:  51366                                                |
127.90/128.08	c |  Number of clauses:    573237                                               |
127.98/128.58	c |  Parsing time:         0.43         s                                       |
130.08/130.21	c restarts              : 13
130.08/130.21	c nb ReduceDB           : 0
130.08/130.21	c nb learnts DL2        : 363
130.08/130.21	c nb learnts size 2     : 212
130.08/130.21	c nb learnts size 1     : 13
130.08/130.21	c conflicts             : 6223           (3024 /sec)
130.08/130.21	c decisions             : 32891          (1.94 % random) (15984 /sec)
130.08/130.21	c propagations          : 2412958        (1172656 /sec)
130.08/130.21	c conflict literals     : 100906         (20.83 % deleted)
130.08/130.21	c Memory used           : 45.63 MB
130.08/130.21	c CPU time              : 2.05769 s
130.08/130.21	
130.08/130.22	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-1577770-1241004577/watcher-1577770-1241004577 -o /tmp/evaluation-result-1577770-1241004577/solver-1577770-1241004577 -C 1200 -W 1800 -M 1800 glucose.sh HOME/instance-1577770-1241004577.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: 1.01 1.00 1.00 3/64 9933
/proc/meminfo: memFree=565056/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) R 9931 9933 9566 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/9933/statm: 1340 235 194 169 0 51 0
[pid=9934] ppid=9933 vsize=1176 CPUtime=0
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 0 128484815 1204224 143 1992294400 134512640 135225430 4294956160 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 294 144 51 174 0 117 0

[startup+0.085552 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 9933
/proc/meminfo: memFree=565056/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=13464 CPUtime=0.07
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 2702 0 0 0 6 1 0 0 19 0 1 0 128484815 13787136 2687 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 3366 2688 51 174 0 3189 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18824

[startup+0.101553 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 9933
/proc/meminfo: memFree=565056/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=14796 CPUtime=0.08
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 3145 0 0 0 7 1 0 0 19 0 1 0 128484815 15151104 3129 1992294400 134512640 135225430 4294956160 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 3699 3129 51 174 0 3522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20156

[startup+0.301589 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 9933
/proc/meminfo: memFree=565056/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=39196 CPUtime=0.28
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 8857 0 0 0 24 4 0 0 21 0 1 0 128484815 40136704 8841 1992294400 134512640 135225430 4294956160 18446744073709551615 134544564 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 9799 8843 51 174 0 9622 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 44556

[startup+0.70166 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 9933
/proc/meminfo: memFree=565056/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=85328 CPUtime=0.69
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 20008 0 0 0 57 12 0 0 25 0 1 0 128484815 87375872 19992 1992294400 134512640 135225430 4294956160 18446744073709551615 134576569 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 21332 19994 51 174 0 21155 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90688

[startup+1.5018 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9935
/proc/meminfo: memFree=452464/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=177304 CPUtime=1.49
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 42076 0 0 0 123 26 0 0 25 0 1 0 128484815 181559296 42060 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 44326 42061 51 174 0 44149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 182664

[startup+3.10209 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9935
/proc/meminfo: memFree=331184/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=335016 CPUtime=3.09
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 71484 0 0 0 268 41 0 0 25 0 1 0 128484815 343056384 71380 1992294400 134512640 135225430 4294956160 18446744073709551615 134549555 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 83754 71380 72 174 0 83577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 340376

[startup+6.30166 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 9935
/proc/meminfo: memFree=279856/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=360688 CPUtime=6.29
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 77354 0 0 0 585 44 0 0 25 0 1 0 128484815 369344512 77203 1992294400 134512640 135225430 4294956160 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 90172 77203 77 174 0 89995 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 366048

[startup+12.7018 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 9935
/proc/meminfo: memFree=256944/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=360524 CPUtime=12.67
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 77400 0 0 0 1223 44 0 0 25 0 1 0 128484815 369176576 77208 1992294400 134512640 135225430 4294956160 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 90131 77208 77 174 0 89954 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 365884

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 9935
/proc/meminfo: memFree=257072/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=360524 CPUtime=25.47
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 77421 0 0 0 2503 44 0 0 25 0 1 0 128484815 369176576 77229 1992294400 134512640 135225430 4294956160 18446744073709551615 134549157 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 90131 77229 77 174 0 89954 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 365884

[startup+51.1017 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 9935
/proc/meminfo: memFree=257392/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=360032 CPUtime=51.05
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 77503 0 0 0 5060 45 0 0 25 0 1 0 128484815 368672768 77188 1992294400 134512640 135225430 4294956160 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 90008 77188 77 174 0 89831 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 365392

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 9935
/proc/meminfo: memFree=257520/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=362136 CPUtime=102.22
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 77836 0 0 0 10177 45 0 0 25 0 1 0 128484815 370827264 77151 1992294400 134512640 135225430 4294956160 18446744073709551615 134548793 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 90534 77151 77 174 0 90357 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 367496

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

[startup+115.101 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 9935
/proc/meminfo: memFree=257072/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=361644 CPUtime=115
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 78071 0 0 0 11455 45 0 0 25 0 1 0 128484815 370323456 77263 1992294400 134512640 135225430 4294956160 18446744073709551615 134549157 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 90411 77263 77 174 0 90234 0
Current children cumulated CPU time (s) 115
Current children cumulated vsize (KiB) 367004

[startup+121.501 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 9935
/proc/meminfo: memFree=254192/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=364552 CPUtime=121.41
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 78851 0 0 0 12095 46 0 0 25 0 1 0 128484815 373301248 78002 1992294400 134512640 135225430 4294956160 18446744073709551615 134585887 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 91138 78002 77 174 0 90961 0
Current children cumulated CPU time (s) 121.41
Current children cumulated vsize (KiB) 369912

[startup+124.703 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 9935
/proc/meminfo: memFree=238576/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=366240 CPUtime=124.6
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 84416 0 0 0 12401 59 0 0 25 0 1 0 128484815 375029760 76234 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 91560 76234 77 174 0 91383 0
Current children cumulated CPU time (s) 124.6
Current children cumulated vsize (KiB) 371600

[startup+127.901 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9935
/proc/meminfo: memFree=224816/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=0
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 128484815 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9933/statm: 1340 236 195 169 0 51 0
[pid=9934] ppid=9933 vsize=366796 CPUtime=127.8
/proc/9934/stat : 9934 (SatELite_releas) R 9933 9933 9566 0 -1 4194304 95739 0 0 0 12707 73 0 0 25 0 1 0 128484815 375599104 76307 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9934/statm: 91699 76307 82 174 0 91522 0
Current children cumulated CPU time (s) 127.8
Current children cumulated vsize (KiB) 372156

[startup+129.502 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9936
/proc/meminfo: memFree=481456/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=127.98
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 313 95740 0 0 0 0 12719 79 16 0 1 0 128484815 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1340 238 195 169 0 51 0
[pid=9936] ppid=9933 vsize=46192 CPUtime=1.4
/proc/9936/stat : 9936 (glucose_static) R 9933 9933 9566 0 -1 4194304 11076 0 0 0 134 6 0 0 25 0 1 0 128497624 47300608 11049 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9936/statm: 11548 11049 77 172 0 11373 0
Current children cumulated CPU time (s) 129.38
Current children cumulated vsize (KiB) 51552

[startup+129.903 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9936
/proc/meminfo: memFree=476720/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=127.98
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 313 95740 0 0 0 0 12719 79 16 0 1 0 128484815 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1340 238 195 169 0 51 0
[pid=9936] ppid=9933 vsize=46456 CPUtime=1.8
/proc/9936/stat : 9936 (glucose_static) R 9933 9933 9566 0 -1 4194304 11129 0 0 0 174 6 0 0 25 0 1 0 128497624 47570944 11102 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9936/statm: 11614 11102 77 172 0 11439 0
Current children cumulated CPU time (s) 129.78
Current children cumulated vsize (KiB) 51816

[startup+130.103 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9936
/proc/meminfo: memFree=476720/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=127.98
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 313 95740 0 0 0 0 12719 79 16 0 1 0 128484815 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1340 238 195 169 0 51 0
[pid=9936] ppid=9933 vsize=46456 CPUtime=2
/proc/9936/stat : 9936 (glucose_static) R 9933 9933 9566 0 -1 4194304 11145 0 0 0 194 6 0 0 25 0 1 0 128497624 47570944 11118 1992294400 134512640 135217611 4294956288 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9936/statm: 11614 11118 77 172 0 11439 0
Current children cumulated CPU time (s) 129.98
Current children cumulated vsize (KiB) 51816

[startup+130.203 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9936
/proc/meminfo: memFree=476720/2055920 swapFree=4180940/4192956
[pid=9933] ppid=9931 vsize=5360 CPUtime=127.98
/proc/9933/stat : 9933 (glucose.sh) S 9931 9933 9566 0 -1 4194304 313 95740 0 0 0 0 12719 79 16 0 1 0 128484815 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1340 238 195 169 0 51 0
[pid=9936] ppid=9933 vsize=46588 CPUtime=2.1
/proc/9936/stat : 9936 (glucose_static) R 9933 9933 9566 0 -1 4194304 11178 0 0 0 204 6 0 0 25 0 1 0 128497624 47706112 11151 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/9936/statm: 11647 11151 77 172 0 11472 0
Current children cumulated CPU time (s) 130.08
Current children cumulated vsize (KiB) 51948

Child status: 20
Real time (s): 130.254
CPU time (s): 130.157
CPU user time (s): 129.259
CPU system time (s): 0.897863
CPU usage (%): 99.9259
Max. virtual memory (cumulated for all children) (KiB): 408464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.259
system time used= 0.897863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 381

runsolver used 0.13098 second user time and 0.351946 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-29 13:29:40
IDJOB=1577770
IDBENCH=70966
IDSOLVER=503
FILE ID=node60/1577770-1241004577
PBS_JOBID= 9204810
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=1311715848

node60.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.256
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.256
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:        565472 kB
Buffers:         53724 kB
Cached:        1353596 kB
SwapCached:       5924 kB
Active:         252416 kB
Inactive:      1163464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        565472 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:           55520 kB
Writeback:           0 kB
Mapped:          14144 kB
Slab:            60496 kB
Committed_AS:   579616 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node60 at 2009-04-29 13:31:51