Trace number 3365642

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
SAT09 reference solver:glucose 1.0UNSAT 471.245 471.238

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark173.435
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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.00/0.47	c ==============================================================================
0.00/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.47	c ==============================================================================
0.00/0.47	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
2.89/2.95	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
2.89/2.95	c ==============================================================================
2.89/2.95	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
2.89/2.95	c CPU time:   2.87256 s
2.89/2.95	c ==============================================================================
3.30/3.31	c
3.30/3.31	c Starting glucose
3.30/3.31	c
3.30/3.31	
3.30/3.31	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.30/3.31	
3.30/3.31	c ============================[ Problem Statistics ]=============================
3.30/3.31	c |                                                                             |
3.30/3.31	c |  Number of variables:  101783                                               |
3.30/3.31	c |  Number of clauses:    656617                                               |
3.30/3.53	c |  Parsing time:         0.21         s                                       |
471.19/471.22	c restarts              : 158
471.19/471.22	c nb ReduceDB           : 14
471.19/471.22	c nb learnts DL2        : 1285
471.19/471.22	c nb learnts size 2     : 807
471.19/471.22	c nb learnts size 1     : 162
471.19/471.22	c conflicts             : 378215         (808 /sec)
471.19/471.22	c decisions             : 668997         (1.27 % random) (1430 /sec)
471.19/471.22	c propagations          : 2380539950     (5087832 /sec)
471.19/471.22	c conflict literals     : 48460474       (55.74 % deleted)
471.19/471.22	c Memory used           : 79.72 MB
471.19/471.22	c CPU time              : 467.889 s
471.19/471.22	
471.19/471.23	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3365642-1305315598/watcher-3365642-1305315598 -o /tmp/evaluation-result-3365642-1305315598/solver-3365642-1305315598 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365642-1305315598.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 1.40 0.63 2/230 30018
/proc/meminfo: memFree=7950480/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 643159671 8912896 253 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30018/statm: 2176 253 211 178 0 69 0

[startup+0.081428 s]
/proc/loadavg: 2.02 1.40 0.63 2/230 30018
/proc/meminfo: memFree=7950480/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 643159671 8912896 253 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30018/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100423 s]
/proc/loadavg: 2.02 1.40 0.63 2/230 30018
/proc/meminfo: memFree=7950480/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 643159671 8912896 253 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30018/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300387 s]
/proc/loadavg: 2.02 1.40 0.63 2/230 30018
/proc/meminfo: memFree=7950480/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 643159671 8912896 253 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30018/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700366 s]
/proc/loadavg: 2.02 1.40 0.63 2/230 30018
/proc/meminfo: memFree=7950480/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 643159671 8912896 253 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30018/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50028 s]
/proc/loadavg: 2.02 1.40 0.63 3/232 30020
/proc/meminfo: memFree=7842716/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 643159671 8912896 253 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30018/statm: 2176 253 211 178 0 69 0
[pid=30019] ppid=30018 vsize=116712 CPUtime=1.48 cores=0,2,4,6
/proc/30019/stat : 30019 (SatELite_releas) R 30018 30018 29938 0 -1 4202496 29419 0 0 0 142 6 0 0 25 0 1 0 643159672 119513088 26627 33554432000 134512640 135225430 4287419840 18446744073709551615 134587277 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/30019/statm: 29178 26627 78 175 0 29001 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 125416

[startup+3.101 s]
/proc/loadavg: 2.02 1.41 0.64 3/232 30020
/proc/meminfo: memFree=7837636/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 643159671 8912896 253 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30018/statm: 2176 253 211 178 0 69 0
[pid=30019] ppid=30018 vsize=117816 CPUtime=3.09 cores=0,2,4,6
/proc/30019/stat : 30019 (SatELite_releas) R 30018 30018 29938 0 -1 4202496 36141 0 0 0 300 9 0 0 25 0 1 0 643159672 120643584 27107 33554432000 134512640 135225430 4287419840 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/30019/statm: 29454 27107 80 175 0 29277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126520

[startup+6.30033 s]
/proc/loadavg: 2.02 1.41 0.64 3/232 30021
/proc/meminfo: memFree=7880332/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=52208 CPUtime=2.98 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 12628 0 0 0 297 1 0 0 25 0 1 0 643160003 53460992 12574 33554432000 134512640 135217611 4286709104 18446744073709551615 134532605 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 13052 12574 77 173 0 12877 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 60912

[startup+12.7003 s]
/proc/loadavg: 2.02 1.43 0.65 3/232 30021
/proc/meminfo: memFree=7873356/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=58712 CPUtime=9.37 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 14264 0 0 0 936 1 0 0 25 0 1 0 643160003 60121088 14210 33554432000 134512640 135217611 4286709104 18446744073709551615 134537558 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 14678 14210 77 173 0 14503 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 67416

[startup+25.501 s]
/proc/loadavg: 2.01 1.45 0.67 3/232 30022
/proc/meminfo: memFree=7860248/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=72000 CPUtime=22.17 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 17565 0 0 0 2215 2 0 0 25 0 1 0 643160003 73728000 17511 33554432000 134512640 135217611 4286709104 18446744073709551615 134527838 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 18000 17511 77 173 0 17825 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 80704

[startup+51.1005 s]
/proc/loadavg: 2.01 1.49 0.70 3/232 30022
/proc/meminfo: memFree=7853016/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=78912 CPUtime=47.78 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19319 0 0 0 4775 3 0 0 25 0 1 0 643160003 80805888 19265 33554432000 134512640 135217611 4286709104 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 19728 19265 77 173 0 19553 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 87616

[startup+102.308 s]
/proc/loadavg: 2.00 1.58 0.77 3/232 30024
/proc/meminfo: memFree=7851192/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=80400 CPUtime=98.99 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19674 0 0 0 9896 3 0 0 25 0 1 0 643160003 82329600 19620 33554432000 134512640 135217611 4286709104 18446744073709551615 134537564 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20100 19620 77 173 0 19925 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 89104

[startup+162.301 s]
/proc/loadavg: 2.00 1.65 0.85 3/232 30025
/proc/meminfo: memFree=7850908/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=80648 CPUtime=158.98 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19725 0 0 0 15895 3 0 0 25 0 1 0 643160003 82583552 19671 33554432000 134512640 135217611 4286709104 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20162 19671 77 173 0 19987 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 89352

[startup+222.301 s]
/proc/loadavg: 2.00 1.71 0.92 3/232 30027
/proc/meminfo: memFree=7850840/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=80648 CPUtime=218.98 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19745 0 0 0 21895 3 0 0 25 0 1 0 643160003 82583552 19691 33554432000 134512640 135217611 4286709104 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20162 19691 77 173 0 19987 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 89352

[startup+282.301 s]
/proc/loadavg: 2.00 1.76 0.98 3/232 30028
/proc/meminfo: memFree=7850428/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=80968 CPUtime=278.98 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19789 0 0 0 27895 3 0 0 25 0 1 0 643160003 82911232 19735 33554432000 134512640 135217611 4286709104 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20242 19735 77 173 0 20067 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 89672

[startup+342.301 s]
/proc/loadavg: 2.00 1.80 1.04 3/232 30030
/proc/meminfo: memFree=7850012/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=81128 CPUtime=338.99 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19834 0 0 0 33896 3 0 0 25 0 1 0 643160003 83075072 19780 33554432000 134512640 135217611 4286709104 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20282 19780 77 173 0 20107 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 89832

[startup+402.3 s]
/proc/loadavg: 2.04 1.85 1.10 3/232 30032
/proc/meminfo: memFree=7849712/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=81268 CPUtime=398.99 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19854 0 0 0 39896 3 0 0 25 0 1 0 643160003 83218432 19800 33554432000 134512640 135217611 4286709104 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20317 19800 77 173 0 20142 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 89972

[startup+462.301 s]
/proc/loadavg: 2.01 1.87 1.16 3/232 30033
/proc/meminfo: memFree=7849660/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=81628 CPUtime=458.99 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19931 0 0 0 45896 3 0 0 25 0 1 0 643160003 83587072 19877 33554432000 134512640 135217611 4286709104 18446744073709551615 134533093 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20407 19877 77 173 0 20232 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 90332

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

[startup+467.101 s]
/proc/loadavg: 2.09 1.89 1.17 3/232 30033
/proc/meminfo: memFree=7849660/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=81628 CPUtime=463.79 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19931 0 0 0 46376 3 0 0 25 0 1 0 643160003 83587072 19877 33554432000 134512640 135217611 4286709104 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20407 19877 77 173 0 20232 0
Current children cumulated CPU time (s) 467.09
Current children cumulated vsize (KiB) 90332

[startup+468.701 s]
/proc/loadavg: 2.09 1.89 1.17 3/232 30033
/proc/meminfo: memFree=7849660/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=81628 CPUtime=465.39 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19931 0 0 0 46536 3 0 0 25 0 1 0 643160003 83587072 19877 33554432000 134512640 135217611 4286709104 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20407 19877 77 173 0 20232 0
Current children cumulated CPU time (s) 468.69
Current children cumulated vsize (KiB) 90332

[startup+470.3 s]
/proc/loadavg: 2.09 1.89 1.17 3/232 30033
/proc/meminfo: memFree=7849660/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=81628 CPUtime=466.99 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19931 0 0 0 46696 3 0 0 25 0 1 0 643160003 83587072 19877 33554432000 134512640 135217611 4286709104 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20407 19877 77 173 0 20232 0
Current children cumulated CPU time (s) 470.29
Current children cumulated vsize (KiB) 90332

[startup+470.7 s]
/proc/loadavg: 2.09 1.89 1.17 3/232 30033
/proc/meminfo: memFree=7849660/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=81628 CPUtime=467.4 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19931 0 0 0 46737 3 0 0 25 0 1 0 643160003 83587072 19877 33554432000 134512640 135217611 4286709104 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20407 19877 77 173 0 20232 0
Current children cumulated CPU time (s) 470.7
Current children cumulated vsize (KiB) 90332

[startup+471.101 s]
/proc/loadavg: 2.09 1.89 1.17 3/232 30033
/proc/meminfo: memFree=7849660/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=81628 CPUtime=467.79 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19931 0 0 0 46776 3 0 0 25 0 1 0 643160003 83587072 19877 33554432000 134512640 135217611 4286709104 18446744073709551615 134522477 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20407 19877 77 173 0 20232 0
Current children cumulated CPU time (s) 471.09
Current children cumulated vsize (KiB) 90332

[startup+471.201 s]
/proc/loadavg: 2.09 1.89 1.17 3/232 30033
/proc/meminfo: memFree=7849660/32950928 swapFree=64721848/67111528
[pid=30018] ppid=30016 vsize=8704 CPUtime=3.3 cores=0,2,4,6
/proc/30018/stat : 30018 (glucose.sh) S 30016 30018 29938 0 -1 4202496 359 36142 0 0 0 0 320 10 18 0 1 0 643159671 8912896 255 33554432000 4194304 4922060 140734067425456 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30018/statm: 2176 255 211 178 0 69 0
[pid=30021] ppid=30018 vsize=81628 CPUtime=467.89 cores=0,2,4,6
/proc/30021/stat : 30021 (glucose_static) R 30018 30018 29938 0 -1 4202496 19931 0 0 0 46786 3 0 0 25 0 1 0 643160003 83587072 19877 33554432000 134512640 135217611 4286709104 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30021/statm: 20407 19877 77 173 0 20232 0
Current children cumulated CPU time (s) 471.19
Current children cumulated vsize (KiB) 90332

Child status: 20
Real time (s): 471.238
CPU time (s): 471.245
CPU user time (s): 471.093
CPU system time (s): 0.151976
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 135936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 471.093
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56653
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= 39
involuntary context switches= 681

runsolver used 1.13583 second user time and 2.24766 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-13 21:39:59
IDJOB=3365642
IDBENCH=71039
IDSOLVER=1842
FILE ID=node123/3365642-1305315598
RUNJOBID= node123-1305315246-29957
PBS_JOBID= 13324309
Free space on /tmp= 38780 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365642-1305315598/watcher-3365642-1305315598 -o /tmp/evaluation-result-3365642-1305315598/solver-3365642-1305315598 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365642-1305315598.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=2098473044

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7950884 kB
Buffers:        243772 kB
Cached:       14769556 kB
SwapCached:      10496 kB
Active:       13132512 kB
Inactive:     11352048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7950884 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           20192 kB
Writeback:           0 kB
AnonPages:     9468860 kB
Mapped:          16292 kB
Slab:           423312 kB
PageTables:      32032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13461888 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 38780 MiB
End job on node123 at 2011-05-13 21:47:50