Trace number 3365818

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 706.262 706.251

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark245.654
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  262656   612864 |   78796       0        0     nan |  0.000 % |
0.00/1.01	c |         0 |  135563   459903 |      --       0       --      -- |     --   | -127091/-152956
0.00/1.01	c ==============================================================================
0.00/1.01	c Result  :   #vars: 23820   #clauses: 135563   #literals: 459903
0.00/1.01	c CPU time:   0.973851 s
0.00/1.01	c ==============================================================================
1.00/1.10	c
1.00/1.10	c Starting glucose
1.00/1.10	c
1.00/1.11	
1.00/1.11	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.00/1.11	
1.00/1.11	c ============================[ Problem Statistics ]=============================
1.00/1.11	c |                                                                             |
1.00/1.11	c |  Number of variables:  23820                                                |
1.00/1.11	c |  Number of clauses:    135563                                               |
1.09/1.16	c |  Parsing time:         0.05         s                                       |
706.19/706.24	c restarts              : 4242
706.19/706.24	c nb ReduceDB           : 44
706.19/706.24	c nb learnts DL2        : 21323
706.19/706.24	c nb learnts size 2     : 5326
706.19/706.24	c nb learnts size 1     : 226
706.19/706.24	c conflicts             : 1847324        (2620 /sec)
706.19/706.24	c decisions             : 4177079        (1.35 % random) (5924 /sec)
706.19/706.24	c propagations          : 1565749992     (2220652 /sec)
706.19/706.24	c conflict literals     : 120495451      (45.89 % deleted)
706.19/706.24	c Memory used           : 60.14 MB
706.19/706.24	c CPU time              : 705.086 s
706.19/706.24	
706.19/706.24	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-3365818-1305320337/watcher-3365818-1305320337 -o /tmp/evaluation-result-3365818-1305320337/solver-3365818-1305320337 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365818-1305320337.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: 1.86 1.98 1.97 3/337 25919
/proc/meminfo: memFree=8635352/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 643634640 8912896 253 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25919/statm: 2176 253 211 178 0 69 0

[startup+0.032955 s]
/proc/loadavg: 1.86 1.98 1.97 3/337 25919
/proc/meminfo: memFree=8635352/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 643634640 8912896 253 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25919/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100972 s]
/proc/loadavg: 1.86 1.98 1.97 3/337 25919
/proc/meminfo: memFree=8635352/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 643634640 8912896 253 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25919/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300937 s]
/proc/loadavg: 1.86 1.98 1.97 3/337 25919
/proc/meminfo: memFree=8635352/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 643634640 8912896 253 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25919/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700867 s]
/proc/loadavg: 1.86 1.98 1.97 3/337 25919
/proc/meminfo: memFree=8635352/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 643634640 8912896 253 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25919/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50073 s]
/proc/loadavg: 1.86 1.98 1.97 3/339 25922
/proc/meminfo: memFree=8602692/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 8704

[startup+3.10044 s]
/proc/loadavg: 1.86 1.98 1.97 3/339 25923
/proc/meminfo: memFree=8625756/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=15476 CPUtime=1.98 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 3704 0 0 0 198 0 0 0 25 0 1 0 643634751 15847424 3659 33554432000 134512640 135217611 4294497904 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 3869 3659 77 173 0 3694 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24180

[startup+6.30088 s]
/proc/loadavg: 1.87 1.98 1.97 3/339 25923
/proc/meminfo: memFree=8620912/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=17224 CPUtime=5.18 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 4112 0 0 0 517 1 0 0 25 0 1 0 643634751 17637376 4067 33554432000 134512640 135217611 4294497904 18446744073709551615 134537558 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 4306 4067 77 173 0 4131 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25928

[startup+12.7007 s]
/proc/loadavg: 1.88 1.98 1.97 3/339 25982
/proc/meminfo: memFree=8595312/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=18940 CPUtime=11.58 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 4567 0 0 0 1156 2 0 0 25 0 1 0 643634751 19394560 4522 33554432000 134512640 135217611 4294497904 18446744073709551615 134533347 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 4735 4522 77 173 0 4560 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27644

[startup+25.5005 s]
/proc/loadavg: 1.91 1.98 1.97 3/339 26013
/proc/meminfo: memFree=8580176/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=22188 CPUtime=24.38 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 5361 0 0 0 2435 3 0 0 25 0 1 0 643634751 22720512 5316 33554432000 134512640 135217611 4294497904 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 5547 5316 77 173 0 5372 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30892

[startup+51.1009 s]
/proc/loadavg: 2.05 2.01 1.98 3/339 26014
/proc/meminfo: memFree=8570424/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=26796 CPUtime=49.98 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 6514 0 0 0 4995 3 0 0 25 0 1 0 643634751 27439104 6469 33554432000 134512640 135217611 4294497904 18446744073709551615 134537558 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 6699 6469 77 173 0 6524 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35500

[startup+102.313 s]
/proc/loadavg: 2.02 2.01 1.98 3/339 26015
/proc/meminfo: memFree=8548236/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=32528 CPUtime=101.2 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 7911 0 0 0 10116 4 0 0 25 0 1 0 643634751 33308672 7866 33554432000 134512640 135217611 4294497904 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 8132 7866 77 173 0 7957 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 41232

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/339 26026
/proc/meminfo: memFree=8521240/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=37940 CPUtime=161.18 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 9286 0 0 0 16114 4 0 0 25 0 1 0 643634751 38850560 9241 33554432000 134512640 135217611 4294497904 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 9485 9241 77 173 0 9310 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 46644

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/339 26027
/proc/meminfo: memFree=8499508/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=40452 CPUtime=221.18 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 9873 0 0 0 22114 4 0 0 25 0 1 0 643634751 41422848 9828 33554432000 134512640 135217611 4294497904 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 10113 9828 77 173 0 9938 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 49156

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 1.99 3/339 26029
/proc/meminfo: memFree=8483124/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=43488 CPUtime=281.18 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 10638 0 0 0 28114 4 0 0 25 0 1 0 643634751 44531712 10593 33554432000 134512640 135217611 4294497904 18446744073709551615 134538835 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 10872 10593 77 173 0 10697 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 52192

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 1.99 3/339 26034
/proc/meminfo: memFree=8465580/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=48112 CPUtime=341.19 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 11804 0 0 0 34114 5 0 0 25 0 1 0 643634751 49266688 11759 33554432000 134512640 135217611 4294497904 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 12028 11759 77 173 0 11853 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 56816

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 1.99 3/339 26035
/proc/meminfo: memFree=8452668/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=50488 CPUtime=401.19 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 12423 0 0 0 40114 5 0 0 25 0 1 0 643634751 51699712 12378 33554432000 134512640 135217611 4294497904 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 12622 12378 77 173 0 12447 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 59192

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.99 3/339 26037
/proc/meminfo: memFree=8439244/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=52996 CPUtime=461.19 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 13036 0 0 0 46114 5 0 0 25 0 1 0 643634751 54267904 12991 33554432000 134512640 135217611 4294497904 18446744073709551615 134527855 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 13249 12991 77 173 0 13074 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 61700

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/339 26038
/proc/meminfo: memFree=8429288/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=55504 CPUtime=521.19 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 13694 0 0 0 52114 5 0 0 25 0 1 0 643634751 56836096 13649 33554432000 134512640 135217611 4294497904 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 13876 13649 77 173 0 13701 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 64208

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/339 26040
/proc/meminfo: memFree=8415864/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=59068 CPUtime=581.19 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 14569 0 0 0 58114 5 0 0 25 0 1 0 643634751 60485632 14524 33554432000 134512640 135217611 4294497904 18446744073709551615 134527922 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 14767 14524 77 173 0 14592 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 67772

[startup+642.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/339 26042
/proc/meminfo: memFree=8407780/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=59068 CPUtime=641.2 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 14576 0 0 0 64115 5 0 0 25 0 1 0 643634751 60485632 14531 33554432000 134512640 135217611 4294497904 18446744073709551615 134537281 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 14767 14531 77 173 0 14592 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 67772

[startup+702.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/339 26043
/proc/meminfo: memFree=8396100/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=61584 CPUtime=701.19 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 15115 0 0 0 70114 5 0 0 25 0 1 0 643634751 63062016 15070 33554432000 134512640 135217611 4294497904 18446744073709551615 134539467 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 15396 15070 77 173 0 15221 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 70288

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

[startup+703.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/339 26043
/proc/meminfo: memFree=8395480/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=61584 CPUtime=702.8 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 15115 0 0 0 70275 5 0 0 25 0 1 0 643634751 63062016 15070 33554432000 134512640 135217611 4294497904 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 15396 15070 77 173 0 15221 0
Current children cumulated CPU time (s) 703.89
Current children cumulated vsize (KiB) 70288

[startup+705.501 s]
/proc/loadavg: 2.01 2.01 2.00 3/339 26043
/proc/meminfo: memFree=8395356/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=61584 CPUtime=704.39 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 15115 0 0 0 70434 5 0 0 25 0 1 0 643634751 63062016 15070 33554432000 134512640 135217611 4294497904 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 15396 15070 77 173 0 15221 0
Current children cumulated CPU time (s) 705.48
Current children cumulated vsize (KiB) 70288

[startup+705.901 s]
/proc/loadavg: 2.01 2.01 2.00 3/339 26043
/proc/meminfo: memFree=8395356/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=61584 CPUtime=704.79 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 15115 0 0 0 70474 5 0 0 25 0 1 0 643634751 63062016 15070 33554432000 134512640 135217611 4294497904 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 15396 15070 77 173 0 15221 0
Current children cumulated CPU time (s) 705.88
Current children cumulated vsize (KiB) 70288

[startup+706.101 s]
/proc/loadavg: 2.01 2.01 2.00 3/339 26043
/proc/meminfo: memFree=8395356/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=61584 CPUtime=705 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 15115 0 0 0 70495 5 0 0 25 0 1 0 643634751 63062016 15070 33554432000 134512640 135217611 4294497904 18446744073709551615 134533260 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 15396 15070 77 173 0 15221 0
Current children cumulated CPU time (s) 706.09
Current children cumulated vsize (KiB) 70288

[startup+706.213 s]
/proc/loadavg: 2.01 2.01 2.00 3/339 26043
/proc/meminfo: memFree=8395356/32951124 swapFree=67056804/67111528
[pid=25919] ppid=25917 vsize=8704 CPUtime=1.09 cores=0,2,4,6
/proc/25919/stat : 25919 (glucose.sh) S 25917 25919 25674 0 -1 4202496 358 11875 0 0 0 0 106 3 18 0 1 0 643634640 8912896 255 33554432000 4194304 4922060 140737138910928 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25919/statm: 2176 255 211 178 0 69 0
[pid=25923] ppid=25919 vsize=61584 CPUtime=705.1 cores=0,2,4,6
/proc/25923/stat : 25923 (glucose_static) R 25919 25919 25674 0 -1 4202496 15115 0 0 0 70505 5 0 0 25 0 1 0 643634751 63062016 15070 33554432000 134512640 135217611 4294497904 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/25923/statm: 15396 15070 77 173 0 15221 0
Current children cumulated CPU time (s) 706.19
Current children cumulated vsize (KiB) 70288

Child status: 20
Real time (s): 706.251
CPU time (s): 706.262
CPU user time (s): 706.155
CPU system time (s): 0.106983
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 70288

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

runsolver used 2.47162 second user time and 5.2302 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-13 22:58:57
IDJOB=3365818
IDBENCH=82469
IDSOLVER=1842
FILE ID=node108/3365818-1305320337
RUNJOBID= node108-1305315334-25692
PBS_JOBID= 13324324
Free space on /tmp= 35572 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365818-1305320337/watcher-3365818-1305320337 -o /tmp/evaluation-result-3365818-1305320337/solver-3365818-1305320337 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365818-1305320337.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1779941500

node108.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.820
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.64
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.820
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.820
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.82
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.820
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.77
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.820
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.82
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.820
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.75
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.820
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.820
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:     32951124 kB
MemFree:       8635500 kB
Buffers:        257560 kB
Cached:       13371852 kB
SwapCached:       8700 kB
Active:       12883836 kB
Inactive:     10881720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8635500 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           16732 kB
Writeback:           0 kB
AnonPages:    10132780 kB
Mapped:          27352 kB
Slab:           446404 kB
PageTables:      37948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52308360 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= 35556 MiB
End job on node108 at 2011-05-13 23:10:43