Trace number 1775134

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 624.644 624.925

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.626
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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.01/0.03	c ==============================================================================
0.01/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.03	c ==============================================================================
0.01/0.03	c |         0 |   57446   170514 |   17233       0        0     nan |  0.000 % |
0.29/0.39	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.29/0.39	c ==============================================================================
0.29/0.39	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.29/0.39	c CPU time:   0.384941 s
0.29/0.39	c ==============================================================================
0.39/0.46	c
0.39/0.46	c Starting glucose
0.39/0.46	c
0.39/0.46	
0.39/0.46	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.39/0.46	
0.39/0.46	c ============================[ Problem Statistics ]=============================
0.39/0.46	c |                                                                             |
0.39/0.47	c |  Number of variables:  636                                                  |
0.39/0.47	c |  Number of clauses:    56659                                                |
0.46/0.50	c |  Parsing time:         0.03         s                                       |
624.61/624.91	c restarts              : 142
624.61/624.91	c nb ReduceDB           : 40
624.61/624.91	c nb learnts DL2        : 823
624.61/624.91	c nb learnts size 2     : 104
624.61/624.91	c nb learnts size 1     : 14
624.61/624.91	c conflicts             : 1204625        (1930 /sec)
624.61/624.91	c decisions             : 1596483        (1.75 % random) (2558 /sec)
624.61/624.91	c propagations          : 99886142       (160047 /sec)
624.61/624.91	c conflict literals     : 28230666       (22.55 % deleted)
624.61/624.91	c Memory used           : 29.35 MB
624.61/624.91	c CPU time              : 624.104 s
624.61/624.91	
624.61/624.91	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-1775134-1241269762/watcher-1775134-1241269762 -o /tmp/evaluation-result-1775134-1241269762/solver-1775134-1241269762 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775134-1241269762.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.92 0.98 0.99 3/64 26507
/proc/meminfo: memFree=1315624/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0
/proc/26507/stat : 26507 (glucose.sh) R 26505 26507 26470 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155009106 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233588714143 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26507/statm: 1340 235 194 169 0 51 0
[pid=26508] ppid=26507 vsize=1272 CPUtime=0
/proc/26508/stat : 26508 (SatELite_releas) R 26507 26507 26470 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 0 155009106 1302528 153 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/26508/statm: 318 153 50 174 0 141 0

[startup+0.021293 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26507
/proc/meminfo: memFree=1315624/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155009106 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26507/statm: 1340 236 195 169 0 51 0
[pid=26508] ppid=26507 vsize=2840 CPUtime=0.01
/proc/26508/stat : 26508 (SatELite_releas) R 26507 26507 26470 0 -1 4194304 548 0 0 0 1 0 0 0 18 0 1 0 155009106 2908160 532 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/26508/statm: 710 532 50 174 0 533 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8200

[startup+0.1013 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26507
/proc/meminfo: memFree=1315624/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155009106 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26507/statm: 1340 236 195 169 0 51 0
[pid=26508] ppid=26507 vsize=5600 CPUtime=0.09
/proc/26508/stat : 26508 (SatELite_releas) R 26507 26507 26470 0 -1 4194304 1292 0 0 0 9 0 0 0 19 0 1 0 155009106 5734400 1276 1992294400 134512640 135225430 4294956176 18446744073709551615 134586176 0 0 4096 3 0 0 0 17 0 0 0
/proc/26508/statm: 1400 1276 76 174 0 1223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10960

[startup+0.301319 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26507
/proc/meminfo: memFree=1315624/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155009106 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26507/statm: 1340 236 195 169 0 51 0
[pid=26508] ppid=26507 vsize=6988 CPUtime=0.29
/proc/26508/stat : 26508 (SatELite_releas) R 26507 26507 26470 0 -1 4194304 1589 0 0 0 29 0 0 0 21 0 1 0 155009106 7155712 1573 1992294400 134512640 135225430 4294956176 18446744073709551615 134586762 0 0 4096 3 0 0 0 17 0 0 0
/proc/26508/statm: 1747 1573 77 174 0 1570 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12348

[startup+0.701371 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26507
/proc/meminfo: memFree=1315624/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 5360

[startup+1.50144 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1308120/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=6896 CPUtime=1.02
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 1615 0 0 0 102 0 0 0 25 0 1 0 155009152 7061504 1601 1992294400 134512640 135217611 4294956288 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 1724 1601 77 172 0 1549 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12256

[startup+3.10261 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1307352/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=7696 CPUtime=2.62
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 1824 0 0 0 261 1 0 0 25 0 1 0 155009152 7880704 1810 1992294400 134512640 135217611 4294956288 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 1924 1810 77 172 0 1749 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13056

[startup+6.30193 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1305752/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=8824 CPUtime=5.81
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 2096 0 0 0 580 1 0 0 25 0 1 0 155009152 9035776 2082 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 2206 2082 77 172 0 2031 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14184

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1304424/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=10176 CPUtime=12.22
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 2399 0 0 0 1220 2 0 0 25 0 1 0 155009152 10420224 2385 1992294400 134512640 135217611 4294956288 18446744073709551615 134533286 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 2544 2385 77 172 0 2369 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15536

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1303208/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=11476 CPUtime=25.01
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 2735 0 0 0 2499 2 0 0 25 0 1 0 155009152 11751424 2721 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 2869 2721 77 172 0 2694 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16836

[startup+51.1015 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1301544/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=13376 CPUtime=50.59
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 3177 0 0 0 5057 2 0 0 25 0 1 0 155009152 13697024 3163 1992294400 134512640 135217611 4294956288 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 3344 3163 77 172 0 3169 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 18736

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1298600/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=16480 CPUtime=101.77
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 3883 0 0 0 10174 3 0 0 25 0 1 0 155009152 16875520 3869 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 4120 3869 77 172 0 3945 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 21840

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1295400/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=19828 CPUtime=161.74
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 4696 0 0 0 16170 4 0 0 25 0 1 0 155009152 20303872 4682 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 4957 4682 77 172 0 4782 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 25188

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1293224/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=22308 CPUtime=221.72
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 5237 0 0 0 22167 5 0 0 25 0 1 0 155009152 22843392 5223 1992294400 134512640 135217611 4294956288 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 5577 5223 77 172 0 5402 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 27668

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1292264/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=23340 CPUtime=281.69
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 5474 0 0 0 28164 5 0 0 25 0 1 0 155009152 23900160 5460 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 5835 5460 77 172 0 5660 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 28700

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1291432/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=24316 CPUtime=341.66
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 5674 0 0 0 34161 5 0 0 25 0 1 0 155009152 24899584 5660 1992294400 134512640 135217611 4294956288 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 6079 5660 77 172 0 5904 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 29676

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1289576/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=26264 CPUtime=401.63
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 6125 0 0 0 40158 5 0 0 25 0 1 0 155009152 26894336 6111 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 6566 6111 77 172 0 6391 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 31624

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1289256/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=26552 CPUtime=461.61
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 6205 0 0 0 46156 5 0 0 25 0 1 0 155009152 27189248 6191 1992294400 134512640 135217611 4294956288 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 6638 6191 77 172 0 6463 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 31912

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1287208/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=28812 CPUtime=521.58
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 6725 0 0 0 52153 5 0 0 25 0 1 0 155009152 29503488 6711 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7203 6711 77 172 0 7028 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 34172

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1286504/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=29588 CPUtime=581.56
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 6906 0 0 0 58150 6 0 0 25 0 1 0 155009152 30298112 6892 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7397 6892 77 172 0 7222 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 34948

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

[startup+588.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1286504/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=29588 CPUtime=587.96
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 6910 0 0 0 58790 6 0 0 25 0 1 0 155009152 30298112 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7397 6896 77 172 0 7222 0
Current children cumulated CPU time (s) 588.42
Current children cumulated vsize (KiB) 34948

[startup+601.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1286504/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=29588 CPUtime=600.76
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 6910 0 0 0 60070 6 0 0 25 0 1 0 155009152 30298112 6896 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7397 6896 77 172 0 7222 0
Current children cumulated CPU time (s) 601.22
Current children cumulated vsize (KiB) 34948

[startup+614.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1286312/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=29904 CPUtime=613.55
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 6959 0 0 0 61349 6 0 0 25 0 1 0 155009152 30621696 6945 1992294400 134512640 135217611 4294956288 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7476 6945 77 172 0 7301 0
Current children cumulated CPU time (s) 614.01
Current children cumulated vsize (KiB) 35264

[startup+620.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1286120/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=30048 CPUtime=619.95
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 7005 0 0 0 61989 6 0 0 25 0 1 0 155009152 30769152 6991 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7512 6991 77 172 0 7337 0
Current children cumulated CPU time (s) 620.41
Current children cumulated vsize (KiB) 35408

[startup+622.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1286120/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=30048 CPUtime=621.55
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 7005 0 0 0 62149 6 0 0 25 0 1 0 155009152 30769152 6991 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7512 6991 77 172 0 7337 0
Current children cumulated CPU time (s) 622.01
Current children cumulated vsize (KiB) 35408

[startup+623.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1286120/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=30048 CPUtime=623.15
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 7005 0 0 0 62309 6 0 0 25 0 1 0 155009152 30769152 6991 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7512 6991 77 172 0 7337 0
Current children cumulated CPU time (s) 623.61
Current children cumulated vsize (KiB) 35408

[startup+624.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1286120/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=30048 CPUtime=623.95
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 7005 0 0 0 62389 6 0 0 25 0 1 0 155009152 30769152 6991 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7512 6991 77 172 0 7337 0
Current children cumulated CPU time (s) 624.41
Current children cumulated vsize (KiB) 35408

[startup+624.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26510
/proc/meminfo: memFree=1286120/2055920 swapFree=4180900/4192956
[pid=26507] ppid=26505 vsize=5360 CPUtime=0.46
/proc/26507/stat : 26507 (glucose.sh) S 26505 26507 26470 0 -1 4194304 313 1594 0 0 0 0 45 1 15 0 1 0 155009106 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26507/statm: 1340 238 195 169 0 51 0
[pid=26510] ppid=26507 vsize=30048 CPUtime=624.15
/proc/26510/stat : 26510 (glucose_static) R 26507 26507 26470 0 -1 4194304 7005 0 0 0 62409 6 0 0 25 0 1 0 155009152 30769152 6991 1992294400 134512640 135217611 4294956288 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26510/statm: 7512 6991 77 172 0 7337 0
Current children cumulated CPU time (s) 624.61
Current children cumulated vsize (KiB) 35408

Child status: 20
Real time (s): 624.925
CPU time (s): 624.644
CPU user time (s): 624.559
CPU system time (s): 0.084987
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 35408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 624.559
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9078
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= 40
involuntary context switches= 1423

runsolver used 0.530919 second user time and 1.75173 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-02 15:09:22
IDJOB=1775134
IDBENCH=71091
IDSOLVER=610
FILE ID=node27/1775134-1241269762
PBS_JOBID= 9224986
Free space on /tmp= 66296 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775134-1241269762/watcher-1775134-1241269762 -o /tmp/evaluation-result-1775134-1241269762/solver-1775134-1241269762 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775134-1241269762.cnf

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=1921152279

node27.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		: 2800.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	: 5521.40
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		: 2800.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:       1316176 kB
Buffers:         74368 kB
Cached:         578392 kB
SwapCached:       5072 kB
Active:          62800 kB
Inactive:       597944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316176 kB
SwapTotal:     4192956 kB
SwapFree:      4180900 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            65004 kB
Committed_AS:   671332 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66296 MiB
End job on node27 at 2009-05-02 15:19:47