Trace number 1774624

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 131.249 131.371

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.60645
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.40	c ==============================================================================
2.39/2.40	c |           |     ORIGINAL     |              LEARNT              |          |
2.39/2.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.39/2.40	c ==============================================================================
2.39/2.40	c |         0 | 2558866  7469452 |  767659       0        0     nan |  0.000 % |
127.98/128.18	c |         0 |  573237  2439840 |      --       0       --      -- |     --   | -1621374/-4028064
127.98/128.19	c ==============================================================================
127.98/128.19	c Result  :   #vars: 51366   #clauses: 573237   #literals: 2439840
127.98/128.19	c CPU time:   127.414 s
127.98/128.19	c ==============================================================================
128.98/129.10	c
128.98/129.10	c Starting glucose
128.98/129.10	c
128.98/129.10	
128.98/129.10	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
128.98/129.10	
128.98/129.10	c ============================[ Problem Statistics ]=============================
128.98/129.10	c |                                                                             |
128.98/129.10	c |  Number of variables:  51366                                                |
128.98/129.10	c |  Number of clauses:    573237                                               |
128.98/129.59	c |  Parsing time:         0.44         s                                       |
131.16/131.32	c restarts              : 13
131.16/131.32	c nb ReduceDB           : 0
131.16/131.32	c nb learnts DL2        : 363
131.16/131.32	c nb learnts size 2     : 212
131.16/131.32	c nb learnts size 1     : 13
131.16/131.32	c conflicts             : 6223           (2887 /sec)
131.16/131.32	c decisions             : 32891          (1.94 % random) (15258 /sec)
131.16/131.32	c propagations          : 2412958        (1119353 /sec)
131.16/131.32	c conflict literals     : 100906         (20.83 % deleted)
131.16/131.32	c Memory used           : 45.63 MB
131.16/131.32	c CPU time              : 2.15567 s
131.16/131.32	
131.16/131.33	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-1774624-1241266831/watcher-1774624-1241266831 -o /tmp/evaluation-result-1774624-1241266831/solver-1774624-1241266831 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774624-1241266831.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.97 0.97 3/64 25560
/proc/meminfo: memFree=1710200/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) R 25558 25560 25493 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 273952598687 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25560/statm: 1340 235 194 169 0 51 0
[pid=25561] ppid=25560 vsize=1176 CPUtime=0
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 154716632 1204224 141 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 294 141 51 174 0 117 0

[startup+0.0304291 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25560
/proc/meminfo: memFree=1710200/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=5524 CPUtime=0.02
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 1109 0 0 0 2 0 0 0 19 0 1 0 154716632 5656576 1093 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 1381 1095 51 174 0 1204 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10884

[startup+0.101436 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25560
/proc/meminfo: memFree=1710200/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=14928 CPUtime=0.09
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 3200 0 0 0 7 2 0 0 19 0 1 0 154716632 15286272 3184 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 3732 3185 51 174 0 3555 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20288

[startup+0.301459 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25560
/proc/meminfo: memFree=1710200/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=39592 CPUtime=0.29
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 9006 0 0 0 24 5 0 0 21 0 1 0 154716632 40542208 8990 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 9898 8991 51 174 0 9721 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44952

[startup+0.701503 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25560
/proc/meminfo: memFree=1710200/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=86384 CPUtime=0.69
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 20361 0 0 0 56 13 0 0 25 0 1 0 154716632 88457216 20345 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 21596 20345 51 174 0 21419 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91744

[startup+1.5016 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1594280/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=179416 CPUtime=1.49
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 42803 0 0 0 122 27 0 0 25 0 1 0 154716632 183721984 42787 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 44854 42787 51 174 0 44677 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 184776

[startup+3.10178 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1465832/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=335016 CPUtime=3.09
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 71485 0 0 0 266 43 0 0 25 0 1 0 154716632 343056384 71381 1992294400 134512640 135225430 4294956176 18446744073709551615 134548779 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 83754 71381 72 174 0 83577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 340376

[startup+6.30214 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1424040/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=360688 CPUtime=6.29
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 77355 0 0 0 583 46 0 0 25 0 1 0 154716632 369344512 77204 1992294400 134512640 135225430 4294956176 18446744073709551615 134548793 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 90172 77204 77 174 0 89995 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 366048

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1401192/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=360524 CPUtime=12.69
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 77400 0 0 0 1223 46 0 0 25 0 1 0 154716632 369176576 77208 1992294400 134512640 135225430 4294956176 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 90131 77208 77 174 0 89954 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 365884

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1401320/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=360524 CPUtime=25.48
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 77420 0 0 0 2502 46 0 0 25 0 1 0 154716632 369176576 77228 1992294400 134512640 135225430 4294956176 18446744073709551615 134549157 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 90131 77228 77 174 0 89954 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 365884

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1401576/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=360032 CPUtime=51.01
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 77501 0 0 0 5055 46 0 0 25 0 1 0 154716632 368672768 77186 1992294400 134512640 135225430 4294956176 18446744073709551615 134548921 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 90008 77186 77 174 0 89831 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 365392

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1401704/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=361112 CPUtime=102.2
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 77827 0 0 0 10173 47 0 0 25 0 1 0 154716632 369778688 77142 1992294400 134512640 135225430 4294956176 18446744073709551615 134548793 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 90278 77142 77 174 0 90101 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 366472

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

[startup+115.101 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1401320/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=361808 CPUtime=114.99
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 78044 0 0 0 11452 47 0 0 25 0 1 0 154716632 370491392 77277 1992294400 134512640 135225430 4294956176 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 90452 77277 77 174 0 90275 0
Current children cumulated CPU time (s) 114.99
Current children cumulated vsize (KiB) 367168

[startup+121.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1401000/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=361480 CPUtime=121.39
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 78178 0 0 0 12092 47 0 0 25 0 1 0 154716632 370155520 77329 1992294400 134512640 135225430 4294956176 18446744073709551615 134549157 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 90370 77329 77 174 0 90193 0
Current children cumulated CPU time (s) 121.39
Current children cumulated vsize (KiB) 366840

[startup+127.902 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1355688/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=0
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154716632 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1340 236 195 169 0 51 0
[pid=25561] ppid=25560 vsize=392564 CPUtime=127.78
/proc/25561/stat : 25561 (SatELite_releas) R 25560 25560 25493 0 -1 4194304 90144 0 0 0 12715 63 0 0 25 0 1 0 154716632 401985536 81030 1992294400 134512640 135225430 4294956176 18446744073709551615 134585887 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 98141 81030 77 174 0 97964 0
Current children cumulated CPU time (s) 127.78
Current children cumulated vsize (KiB) 397924

[startup+129.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25562
/proc/meminfo: memFree=1366504/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=128.98
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 313 95740 0 0 0 0 12821 77 16 0 1 0 154716632 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 128.98
Current children cumulated vsize (KiB) 5360

[startup+130.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25563
/proc/meminfo: memFree=1622760/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=128.98
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 313 95740 0 0 0 0 12821 77 16 0 1 0 154716632 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1340 238 195 169 0 51 0
[pid=25563] ppid=25560 vsize=45928 CPUtime=1.18
/proc/25563/stat : 25563 (glucose_static) R 25560 25560 25493 0 -1 4194304 10986 0 0 0 113 5 0 0 25 0 1 0 154729542 47030272 10959 1992294400 134512640 135217611 4294956288 18446744073709551615 134740255 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25563/statm: 11482 10959 77 172 0 11307 0
Current children cumulated CPU time (s) 130.16
Current children cumulated vsize (KiB) 51288

[startup+131.101 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25563
/proc/meminfo: memFree=1619944/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=128.98
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 313 95740 0 0 0 0 12821 77 16 0 1 0 154716632 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1340 238 195 169 0 51 0
[pid=25563] ppid=25560 vsize=46456 CPUtime=1.98
/proc/25563/stat : 25563 (glucose_static) R 25560 25560 25493 0 -1 4194304 11131 0 0 0 192 6 0 0 25 0 1 0 154729542 47570944 11104 1992294400 134512640 135217611 4294956288 18446744073709551615 134537569 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25563/statm: 11614 11104 77 172 0 11439 0
Current children cumulated CPU time (s) 130.96
Current children cumulated vsize (KiB) 51816

[startup+131.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 25563
/proc/meminfo: memFree=1619944/2055920 swapFree=4180392/4192956
[pid=25560] ppid=25558 vsize=5360 CPUtime=128.98
/proc/25560/stat : 25560 (glucose.sh) S 25558 25560 25493 0 -1 4194304 313 95740 0 0 0 0 12821 77 16 0 1 0 154716632 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1340 238 195 169 0 51 0
[pid=25563] ppid=25560 vsize=46588 CPUtime=2.18
/proc/25563/stat : 25563 (glucose_static) R 25560 25560 25493 0 -1 4194304 11178 0 0 0 212 6 0 0 25 0 1 0 154729542 47706112 11151 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25563/statm: 11647 11151 77 172 0 11472 0
Current children cumulated CPU time (s) 131.16
Current children cumulated vsize (KiB) 51948

Child status: 20
Real time (s): 131.371
CPU time (s): 131.249
CPU user time (s): 130.371
CPU system time (s): 0.877866
CPU usage (%): 99.9073
Max. virtual memory (cumulated for all children) (KiB): 408464

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

runsolver used 0.108983 second user time and 0.377942 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-02 14:20:34
IDJOB=1774624
IDBENCH=70966
IDSOLVER=610
FILE ID=node20/1774624-1241266831
PBS_JOBID= 9224965
Free space on /tmp= 66444 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-1774624-1241266831/watcher-1774624-1241266831 -o /tmp/evaluation-result-1774624-1241266831/solver-1774624-1241266831 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774624-1241266831.cnf

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=1256731402

node20.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	: 5931.00
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:       1710680 kB
Buffers:         73032 kB
Cached:         179388 kB
SwapCached:       6320 kB
Active:         110556 kB
Inactive:       149860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710680 kB
SwapTotal:     4192956 kB
SwapFree:      4180392 kB
Dirty:           55504 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            70916 kB
Committed_AS:   785100 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node20 at 2009-05-02 14:22:46