Trace number 3308378

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 536.601 536.593

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  165782   444254 |   49734       0        0     nan |  0.000 % |
0.00/0.44	c |         0 |  122585   444957 |      --       0       --      -- |     --   | -41295/6392
0.00/0.44	c ==============================================================================
0.00/0.44	c Result  :   #vars: 17342   #clauses: 122585   #literals: 444957
0.00/0.44	c CPU time:   0.422935 s
0.00/0.44	c ==============================================================================
0.00/0.52	c
0.00/0.52	c Starting glucose
0.00/0.52	c
0.00/0.52	
0.00/0.52	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.52	
0.00/0.52	c ============================[ Problem Statistics ]=============================
0.00/0.52	c |                                                                             |
0.00/0.52	c |  Number of variables:  17342                                                |
0.00/0.52	c |  Number of clauses:    122585                                               |
0.00/0.57	c |  Parsing time:         0.05         s                                       |
536.49/536.58	c restarts              : 5956
536.49/536.58	c nb ReduceDB           : 82
536.49/536.58	c nb learnts DL2        : 19298
536.49/536.58	c nb learnts size 2     : 8424
536.49/536.58	c nb learnts size 1     : 29
536.49/536.58	c conflicts             : 4986932        (9304 /sec)
536.49/536.58	c decisions             : 8990941        (1.11 % random) (16773 /sec)
536.49/536.58	c propagations          : 943880249      (1760893 /sec)
536.49/536.58	c conflict literals     : 203040654      (15.40 % deleted)
536.49/536.58	c Memory used           : 94.98 MB
536.49/536.58	c CPU time              : 536.024 s
536.49/536.58	
536.49/536.58	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: 935)

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-3308378-1303983200/watcher-3308378-1303983200 -o /tmp/evaluation-result-3308378-1303983200/solver-3308378-1303983200 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308378-1303983200.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.24 0.05 0.02 4/192 19840
/proc/meminfo: memFree=19720628/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509917951 8912896 253 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 253 211 178 0 69 0

[startup+0.085703 s]
/proc/loadavg: 0.24 0.05 0.02 4/192 19840
/proc/meminfo: memFree=19720628/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509917951 8912896 253 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100712 s]
/proc/loadavg: 0.24 0.05 0.02 4/192 19840
/proc/meminfo: memFree=19720628/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509917951 8912896 253 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300665 s]
/proc/loadavg: 0.24 0.05 0.02 4/192 19840
/proc/meminfo: memFree=19720628/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509917951 8912896 253 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700601 s]
/proc/loadavg: 0.24 0.05 0.02 4/192 19840
/proc/meminfo: memFree=19720628/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8704

[startup+1.50045 s]
/proc/loadavg: 0.24 0.05 0.02 5/194 19843
/proc/meminfo: memFree=19686140/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=13996 CPUtime=0.96 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 3377 0 0 0 96 0 0 0 19 0 1 0 509918003 14331904 3327 33554432000 134512640 135217611 4294311840 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 3499 3327 77 173 0 3324 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22700

[startup+3.10018 s]
/proc/loadavg: 0.24 0.05 0.02 5/194 19843
/proc/meminfo: memFree=19670556/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=16572 CPUtime=2.56 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 4000 0 0 0 256 0 0 0 22 0 1 0 509918003 16969728 3950 33554432000 134512640 135217611 4294311840 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 4143 3950 77 173 0 3968 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25276

[startup+6.30061 s]
/proc/loadavg: 0.54 0.12 0.04 5/194 19843
/proc/meminfo: memFree=19639544/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=18104 CPUtime=5.76 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 4369 0 0 0 576 0 0 0 25 0 1 0 509918003 18538496 4319 33554432000 134512640 135217611 4294311840 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 4526 4319 77 173 0 4351 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26808

[startup+12.7005 s]
/proc/loadavg: 0.82 0.18 0.06 5/194 19844
/proc/meminfo: memFree=19753340/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=20480 CPUtime=12.16 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 4973 0 0 0 1216 0 0 0 25 0 1 0 509918003 20971520 4923 33554432000 134512640 135217611 4294311840 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 5120 4923 77 173 0 4945 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29184

[startup+25.5002 s]
/proc/loadavg: 1.60 0.38 0.13 5/194 19844
/proc/meminfo: memFree=19736788/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=27756 CPUtime=24.97 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 6818 0 0 0 2496 1 0 0 25 0 1 0 509918003 28422144 6768 33554432000 134512640 135217611 4294311840 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 6939 6768 77 173 0 6764 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36460

[startup+51.1007 s]
/proc/loadavg: 2.50 0.69 0.23 5/194 19845
/proc/meminfo: memFree=19727988/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=29728 CPUtime=50.56 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 7273 0 0 0 5055 1 0 0 25 0 1 0 509918003 30441472 7223 33554432000 134512640 135217611 4294311840 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 7432 7223 77 173 0 7257 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38432

[startup+102.307 s]
/proc/loadavg: 3.34 1.20 0.43 5/194 19846
/proc/meminfo: memFree=19707780/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=40508 CPUtime=101.78 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 9935 0 0 0 10176 2 0 0 25 0 1 0 509918003 41480192 9885 33554432000 134512640 135217611 4294311840 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 10127 9885 77 173 0 9952 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 49212

[startup+162.301 s]
/proc/loadavg: 3.76 1.70 0.65 5/194 19848
/proc/meminfo: memFree=19692860/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=47272 CPUtime=161.77 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 11639 0 0 0 16175 2 0 0 25 0 1 0 509918003 48406528 11589 33554432000 134512640 135217611 4294311840 18446744073709551615 134532904 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 11818 11589 77 173 0 11643 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 55976

[startup+222.301 s]
/proc/loadavg: 3.91 2.12 0.86 5/194 19910
/proc/meminfo: memFree=19636872/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=52704 CPUtime=221.77 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 13020 0 0 0 22175 2 0 0 25 0 1 0 509918003 53968896 12970 33554432000 134512640 135217611 4294311840 18446744073709551615 134532635 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 13176 12970 77 173 0 13001 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 61408

[startup+282.301 s]
/proc/loadavg: 3.96 2.46 1.05 5/194 19911
/proc/meminfo: memFree=19615208/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=58936 CPUtime=281.78 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 14530 0 0 0 28175 3 0 0 25 0 1 0 509918003 60350464 14480 33554432000 134512640 135217611 4294311840 18446744073709551615 134538263 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 14734 14480 77 173 0 14559 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 67640

[startup+342.3 s]
/proc/loadavg: 4.05 2.75 1.24 5/194 19913
/proc/meminfo: memFree=19594216/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=66492 CPUtime=341.77 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 16435 0 0 0 34174 3 0 0 25 0 1 0 509918003 68087808 16385 33554432000 134512640 135217611 4294311840 18446744073709551615 134532729 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 16623 16385 77 173 0 16448 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 75196

[startup+402.301 s]
/proc/loadavg: 4.02 2.98 1.41 5/194 19914
/proc/meminfo: memFree=19583520/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=66492 CPUtime=401.77 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 16453 0 0 0 40174 3 0 0 25 0 1 0 509918003 68087808 16403 33554432000 134512640 135217611 4294311840 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 16623 16403 77 173 0 16448 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 75196

[startup+462.3 s]
/proc/loadavg: 4.00 3.16 1.57 5/194 19916
/proc/meminfo: memFree=19573212/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=71600 CPUtime=461.77 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 17631 0 0 0 46174 3 0 0 25 0 1 0 509918003 73318400 17581 33554432000 134512640 135217611 4294311840 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 17900 17581 77 173 0 17725 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 80304

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 1.72 5/194 19918
/proc/meminfo: memFree=19538576/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=97100 CPUtime=521.78 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 23859 0 0 0 52174 4 0 0 25 0 1 0 509918003 99430400 23809 33554432000 134512640 135217611 4294311840 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 24275 23809 77 173 0 24100 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 105804

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

[startup+524.707 s]
/proc/loadavg: 4.00 3.32 1.73 5/194 19918
/proc/meminfo: memFree=19536716/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=97260 CPUtime=524.18 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 23876 0 0 0 52414 4 0 0 25 0 1 0 509918003 99594240 23826 33554432000 134512640 135217611 4294311840 18446744073709551615 134522697 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 24315 23826 77 173 0 24140 0
Current children cumulated CPU time (s) 524.69
Current children cumulated vsize (KiB) 105964

[startup+531.101 s]
/proc/loadavg: 4.00 3.33 1.74 5/194 19918
/proc/meminfo: memFree=19536440/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=97260 CPUtime=530.58 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 23876 0 0 0 53054 4 0 0 25 0 1 0 509918003 99594240 23826 33554432000 134512640 135217611 4294311840 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 24315 23826 77 173 0 24140 0
Current children cumulated CPU time (s) 531.09
Current children cumulated vsize (KiB) 105964

[startup+534.301 s]
/proc/loadavg: 4.00 3.34 1.75 5/194 19918
/proc/meminfo: memFree=19536440/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=97260 CPUtime=533.78 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 23876 0 0 0 53374 4 0 0 25 0 1 0 509918003 99594240 23826 33554432000 134512640 135217611 4294311840 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 24315 23826 77 173 0 24140 0
Current children cumulated CPU time (s) 534.29
Current children cumulated vsize (KiB) 105964

[startup+535.9 s]
/proc/loadavg: 4.00 3.34 1.75 5/194 19918
/proc/meminfo: memFree=19536440/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=97260 CPUtime=535.38 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 23877 0 0 0 53534 4 0 0 25 0 1 0 509918003 99594240 23827 33554432000 134512640 135217611 4294311840 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 24315 23827 77 173 0 24140 0
Current children cumulated CPU time (s) 535.89
Current children cumulated vsize (KiB) 105964

[startup+536.3 s]
/proc/loadavg: 4.00 3.34 1.75 5/194 19918
/proc/meminfo: memFree=19536440/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=97260 CPUtime=535.78 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 23877 0 0 0 53574 4 0 0 25 0 1 0 509918003 99594240 23827 33554432000 134512640 135217611 4294311840 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 24315 23827 77 173 0 24140 0
Current children cumulated CPU time (s) 536.29
Current children cumulated vsize (KiB) 105964

[startup+536.501 s]
/proc/loadavg: 4.00 3.34 1.75 5/194 19918
/proc/meminfo: memFree=19536440/32951124 swapFree=67111464/67111528
[pid=19840] ppid=19838 vsize=8704 CPUtime=0.51 cores=1,3
/proc/19840/stat : 19840 (glucose.sh) S 19838 19840 19774 0 -1 4202496 359 7199 0 0 0 0 49 2 16 0 1 0 509917951 8912896 255 33554432000 4194304 4922060 140736955894064 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19840/statm: 2176 255 211 178 0 69 0
[pid=19843] ppid=19840 vsize=97260 CPUtime=535.98 cores=1,3
/proc/19843/stat : 19843 (glucose_static) R 19840 19840 19774 0 -1 4202496 23877 0 0 0 53594 4 0 0 25 0 1 0 509918003 99594240 23827 33554432000 134512640 135217611 4294311840 18446744073709551615 134532756 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19843/statm: 24315 23827 77 173 0 24140 0
Current children cumulated CPU time (s) 536.49
Current children cumulated vsize (KiB) 105964

Child status: 20
Real time (s): 536.593
CPU time (s): 536.601
CPU user time (s): 536.524
CPU system time (s): 0.076988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 105964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 536.524
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 6081

runsolver used 0.911861 second user time and 2.01669 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 11:33:20
IDJOB=3308378
IDBENCH=20521
IDSOLVER=1691
FILE ID=node136/3308378-1303983200
RUNJOBID= node136-1303983196-19795
PBS_JOBID= 13168690
Free space on /tmp= 72296 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308378-1303983200/watcher-3308378-1303983200 -o /tmp/evaluation-result-3308378-1303983200/solver-3308378-1303983200 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308378-1303983200.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=1547676936

node136.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.809
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.61
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.809
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	: 5332.75
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.809
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.75
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19720652 kB
Buffers:       1733412 kB
Cached:       10682404 kB
SwapCached:         60 kB
Active:        5677232 kB
Inactive:      6971116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19720652 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           42180 kB
Writeback:           4 kB
AnonPages:      231804 kB
Mapped:          15988 kB
Slab:           516732 kB
PageTables:       5632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   439164 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= 72236 MiB
End job on node136 at 2011-04-28 11:42:16