Trace number 3308801

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 763.664 763.648

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 benchmark265.638
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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  262656   612864 |   78796       0        0     nan |  0.000 % |
0.00/0.93	c |         0 |  135563   459903 |      --       0       --      -- |     --   | -127091/-152956
0.00/0.93	c ==============================================================================
0.00/0.93	c Result  :   #vars: 23820   #clauses: 135563   #literals: 459903
0.00/0.93	c CPU time:   0.895863 s
0.00/0.93	c ==============================================================================
1.00/1.02	c
1.00/1.02	c Starting glucose
1.00/1.02	c
1.00/1.02	
1.00/1.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.00/1.02	
1.00/1.02	c ============================[ Problem Statistics ]=============================
1.00/1.02	c |                                                                             |
1.00/1.02	c |  Number of variables:  23820                                                |
1.00/1.02	c |  Number of clauses:    135563                                               |
1.00/1.08	c |  Parsing time:         0.05         s                                       |
763.60/763.63	c restarts              : 4242
763.60/763.63	c nb ReduceDB           : 44
763.60/763.63	c nb learnts DL2        : 21323
763.60/763.63	c nb learnts size 2     : 5326
763.60/763.63	c nb learnts size 1     : 226
763.60/763.63	c conflicts             : 1847324        (2422 /sec)
763.60/763.63	c decisions             : 4177079        (1.35 % random) (5478 /sec)
763.60/763.63	c propagations          : 1565749992     (2053227 /sec)
763.60/763.63	c conflict literals     : 120495451      (45.89 % deleted)
763.60/763.63	c Memory used           : 60.15 MB
763.60/763.63	c CPU time              : 762.58 s
763.60/763.63	
763.60/763.64	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-3308801-1303984527/watcher-3308801-1303984527 -o /tmp/evaluation-result-3308801-1303984527/solver-3308801-1303984527 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308801-1303984527.cnf 

running on 2 cores: 4,6

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: 3.72 3.91 2.99 4/192 22760
/proc/meminfo: memFree=12962656/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=0 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 588683421 8912896 253 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 253 211 178 0 69 0

[startup+0.035958 s]
/proc/loadavg: 3.72 3.91 2.99 4/192 22760
/proc/meminfo: memFree=12962656/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=0 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 588683421 8912896 253 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100946 s]
/proc/loadavg: 3.72 3.91 2.99 4/192 22760
/proc/meminfo: memFree=12962656/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=0 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 588683421 8912896 253 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300908 s]
/proc/loadavg: 3.72 3.91 2.99 4/192 22760
/proc/meminfo: memFree=12962656/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=0 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 588683421 8912896 253 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700838 s]
/proc/loadavg: 3.72 3.91 2.99 4/192 22760
/proc/meminfo: memFree=12962656/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=0 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 588683421 8912896 253 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50063 s]
/proc/loadavg: 3.72 3.91 2.99 6/191 22769
/proc/meminfo: memFree=12983272/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 8704

[startup+3.10039 s]
/proc/loadavg: 3.74 3.91 2.99 4/188 22782
/proc/meminfo: memFree=13007032/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=15480 CPUtime=2.06 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 3706 0 0 0 206 0 0 0 25 0 1 0 588683524 15851520 3660 33554432000 134512640 135217611 4291047760 18446744073709551615 134526338 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 3870 3660 77 173 0 3695 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24184

[startup+6.3008 s]
/proc/loadavg: 3.74 3.91 2.99 5/194 22795
/proc/meminfo: memFree=12914116/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=17228 CPUtime=5.26 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 4114 0 0 0 525 1 0 0 25 0 1 0 588683524 17641472 4068 33554432000 134512640 135217611 4291047760 18446744073709551615 134538464 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 4307 4068 77 173 0 4132 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25932

[startup+12.7006 s]
/proc/loadavg: 3.78 3.91 3.00 5/194 22796
/proc/meminfo: memFree=12957052/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=18680 CPUtime=11.66 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 4509 0 0 0 1165 1 0 0 25 0 1 0 588683524 19128320 4463 33554432000 134512640 135217611 4291047760 18446744073709551615 134538281 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 4670 4463 77 173 0 4495 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27384

[startup+25.5012 s]
/proc/loadavg: 3.89 3.93 3.02 5/194 22826
/proc/meminfo: memFree=12943272/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=22192 CPUtime=24.47 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 5363 0 0 0 2445 2 0 0 25 0 1 0 588683524 22724608 5317 33554432000 134512640 135217611 4291047760 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 5548 5317 77 173 0 5373 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30896

[startup+51.1005 s]
/proc/loadavg: 3.92 3.94 3.04 5/194 22827
/proc/meminfo: memFree=12927476/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=25480 CPUtime=50.06 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 6165 0 0 0 5004 2 0 0 25 0 1 0 588683524 26091520 6119 33554432000 134512640 135217611 4291047760 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 6370 6119 77 173 0 6195 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34184

[startup+102.307 s]
/proc/loadavg: 3.97 3.94 3.10 5/194 22828
/proc/meminfo: memFree=12894560/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=31212 CPUtime=101.27 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 7601 0 0 0 10125 2 0 0 25 0 1 0 588683524 31961088 7555 33554432000 134512640 135217611 4291047760 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 7803 7555 77 173 0 7628 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 39916

[startup+162.301 s]
/proc/loadavg: 4.04 3.97 3.15 5/194 22830
/proc/meminfo: memFree=12859928/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=35172 CPUtime=161.26 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 8609 0 0 0 16124 2 0 0 25 0 1 0 588683524 36016128 8563 33554432000 134512640 135217611 4291047760 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 8793 8563 77 173 0 8618 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 43876

[startup+222.301 s]
/proc/loadavg: 4.01 3.97 3.20 5/194 22831
/proc/meminfo: memFree=12828632/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=39928 CPUtime=221.27 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 9754 0 0 0 22124 3 0 0 25 0 1 0 588683524 40886272 9708 33554432000 134512640 135217611 4291047760 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 9982 9708 77 173 0 9807 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 48632

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.25 5/194 22833
/proc/meminfo: memFree=12806508/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=43360 CPUtime=281.27 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 10612 0 0 0 28124 3 0 0 25 0 1 0 588683524 44400640 10566 33554432000 134512640 135217611 4291047760 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 10840 10566 77 173 0 10665 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 52064

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.30 5/194 22844
/proc/meminfo: memFree=12783208/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=45208 CPUtime=341.27 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 11099 0 0 0 34124 3 0 0 25 0 1 0 588683524 46292992 11053 33554432000 134512640 135217611 4291047760 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 11302 11053 77 173 0 11127 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 53912

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.34 5/194 22845
/proc/meminfo: memFree=12764040/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=49964 CPUtime=401.28 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 12279 0 0 0 40124 4 0 0 25 0 1 0 588683524 51163136 12233 33554432000 134512640 135217611 4291047760 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 12491 12233 77 173 0 12316 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 58668

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.38 5/194 22847
/proc/meminfo: memFree=12748124/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=50492 CPUtime=461.28 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 12430 0 0 0 46124 4 0 0 25 0 1 0 588683524 51703808 12384 33554432000 134512640 135217611 4291047760 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 12623 12384 77 173 0 12448 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 59196

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.41 5/194 22848
/proc/meminfo: memFree=12732084/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=54716 CPUtime=521.28 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 13488 0 0 0 52124 4 0 0 25 0 1 0 588683524 56029184 13442 33554432000 134512640 135217611 4291047760 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 13679 13442 77 173 0 13504 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 63420

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.45 5/194 22850
/proc/meminfo: memFree=12715272/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=57620 CPUtime=581.28 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 14234 0 0 0 58124 4 0 0 25 0 1 0 588683524 59002880 14188 33554432000 134512640 135217611 4291047760 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 14405 14188 77 173 0 14230 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 66324

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.48 5/194 22852
/proc/meminfo: memFree=12699580/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=59072 CPUtime=641.29 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 14571 0 0 0 64124 5 0 0 25 0 1 0 588683524 60489728 14525 33554432000 134512640 135217611 4291047760 18446744073709551615 134721024 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 14768 14525 77 173 0 14593 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 67776

[startup+702.3 s]
/proc/loadavg: 4.00 3.97 3.51 5/194 22853
/proc/meminfo: memFree=12690840/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=59072 CPUtime=701.29 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 14578 0 0 0 70124 5 0 0 25 0 1 0 588683524 60489728 14532 33554432000 134512640 135217611 4291047760 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 14768 14532 77 173 0 14593 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 67776

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.54 5/194 22855
/proc/meminfo: memFree=12676404/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=61588 CPUtime=761.3 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 15117 0 0 0 76125 5 0 0 25 0 1 0 588683524 63066112 15071 33554432000 134512640 135217611 4291047760 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 15397 15071 77 173 0 15222 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 70292

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

[startup+763.101 s]
/proc/loadavg: 4.00 3.97 3.54 5/194 22855
/proc/meminfo: memFree=12676404/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=61588 CPUtime=762.09 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 15117 0 0 0 76204 5 0 0 25 0 1 0 588683524 63066112 15071 33554432000 134512640 135217611 4291047760 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 15397 15071 77 173 0 15222 0
Current children cumulated CPU time (s) 763.1
Current children cumulated vsize (KiB) 70292

[startup+763.501 s]
/proc/loadavg: 4.00 3.97 3.54 5/194 22855
/proc/meminfo: memFree=12676404/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=61588 CPUtime=762.49 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 15117 0 0 0 76244 5 0 0 25 0 1 0 588683524 63066112 15071 33554432000 134512640 135217611 4291047760 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 15397 15071 77 173 0 15222 0
Current children cumulated CPU time (s) 763.5
Current children cumulated vsize (KiB) 70292

[startup+763.601 s]
/proc/loadavg: 4.00 3.97 3.54 5/194 22855
/proc/meminfo: memFree=12676404/32950928 swapFree=67111528/67111528
[pid=22760] ppid=22758 vsize=8704 CPUtime=1.01 cores=4,6
/proc/22760/stat : 22760 (glucose.sh) S 22758 22760 22509 0 -1 4202496 360 11875 0 0 0 0 97 4 18 0 1 0 588683421 8912896 255 33554432000 4194304 4922060 140734491602528 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22760/statm: 2176 255 211 178 0 69 0
[pid=22770] ppid=22760 vsize=61588 CPUtime=762.59 cores=4,6
/proc/22770/stat : 22770 (glucose_static) R 22760 22760 22509 0 -1 4202496 15117 0 0 0 76254 5 0 0 25 0 1 0 588683524 63066112 15071 33554432000 134512640 135217611 4291047760 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22770/statm: 15397 15071 77 173 0 15222 0
Current children cumulated CPU time (s) 763.6
Current children cumulated vsize (KiB) 70292

Child status: 20
Real time (s): 763.648
CPU time (s): 763.664
CPU user time (s): 763.562
CPU system time (s): 0.101984
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 70292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 763.562
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 1103

runsolver used 1.34579 second user time and 2.82457 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-28 11:55:28
IDJOB=3308801
IDBENCH=82469
IDSOLVER=1691
FILE ID=node113/3308801-1303984527
RUNJOBID= node113-1303983221-22528
PBS_JOBID= 13168713
Free space on /tmp= 71112 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-3308801-1303984527/watcher-3308801-1303984527 -o /tmp/evaluation-result-3308801-1303984527/solver-3308801-1303984527 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308801-1303984527.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=105563331

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.75
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.846
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.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      12965036 kB
Buffers:       1869012 kB
Cached:       17365844 kB
SwapCached:          0 kB
Active:       10814892 kB
Inactive:      8570232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12965036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           57412 kB
Writeback:           0 kB
AnonPages:      149192 kB
Mapped:          15620 kB
Slab:           537488 kB
PageTables:       5608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   350424 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= 71104 MiB
End job on node113 at 2011-04-28 12:08:11