Trace number 3365840

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 347.39 347.513

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.665
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
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 |  296403   691607 |   88920       0        0     nan |  0.000 % |
0.00/0.98	c |         0 |  167814   529867 |      --       0       --      -- |     --   | -128587/-161735
0.00/0.98	c ==============================================================================
0.00/0.98	c Result  :   #vars: 32667   #clauses: 167814   #literals: 529867
0.00/0.98	c CPU time:   0.945856 s
0.00/0.98	c ==============================================================================
1.00/1.08	c
1.00/1.08	c Starting glucose
1.00/1.08	c
1.00/1.08	
1.00/1.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.00/1.08	
1.00/1.08	c ============================[ Problem Statistics ]=============================
1.00/1.08	c |                                                                             |
1.00/1.09	c |  Number of variables:  32667                                                |
1.00/1.09	c |  Number of clauses:    167814                                               |
1.08/1.15	c |  Parsing time:         0.06         s                                       |
347.39/347.49	c restarts              : 2552
347.39/347.49	c nb ReduceDB           : 32
347.39/347.49	c nb learnts DL2        : 26178
347.39/347.49	c nb learnts size 2     : 5585
347.39/347.49	c nb learnts size 1     : 405
347.39/347.49	c conflicts             : 1166423        (3367 /sec)
347.39/347.49	c decisions             : 2607784        (1.46 % random) (7529 /sec)
347.39/347.49	c propagations          : 1017543378     (2937656 /sec)
347.39/347.49	c conflict literals     : 38180595       (41.34 % deleted)
347.39/347.49	c Memory used           : 42.86 MB
347.39/347.49	c CPU time              : 346.379 s
347.39/347.49	
347.39/347.49	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-3365840-1305320347/watcher-3365840-1305320347 -o /tmp/evaluation-result-3365840-1305320347/solver-3365840-1305320347 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365840-1305320347.cnf 

running on 4 cores: 1,3,5,7

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: 3.02 2.68 2.29 2/356 11076
/proc/meminfo: memFree=21554848/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643634318 8912896 252 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11076/statm: 2176 252 211 178 0 69 0

[startup+0.0983431 s]
/proc/loadavg: 3.02 2.68 2.29 2/356 11076
/proc/meminfo: memFree=21554848/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643634318 8912896 252 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11076/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100328 s]
/proc/loadavg: 3.02 2.68 2.29 2/356 11076
/proc/meminfo: memFree=21554848/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643634318 8912896 252 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11076/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300307 s]
/proc/loadavg: 3.02 2.68 2.29 2/356 11076
/proc/meminfo: memFree=21554848/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643634318 8912896 252 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11076/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700243 s]
/proc/loadavg: 3.02 2.68 2.29 2/356 11076
/proc/meminfo: memFree=21554848/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643634318 8912896 252 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11076/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50106 s]
/proc/loadavg: 2.94 2.67 2.29 3/358 11078
/proc/meminfo: memFree=21502504/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 8704

[startup+3.10083 s]
/proc/loadavg: 2.94 2.67 2.29 3/358 11080
/proc/meminfo: memFree=21526932/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=18992 CPUtime=2 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 4411 0 0 0 200 0 0 0 25 0 1 0 643634427 19447808 4366 33554432000 134512640 135217611 4286653072 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 4748 4366 77 173 0 4573 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27696

[startup+6.30029 s]
/proc/loadavg: 2.94 2.67 2.29 3/358 11080
/proc/meminfo: memFree=21524040/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=20080 CPUtime=5.2 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 4674 0 0 0 520 0 0 0 25 0 1 0 643634427 20561920 4629 33554432000 134512640 135217611 4286653072 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 5020 4629 77 173 0 4845 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28784

[startup+12.7002 s]
/proc/loadavg: 2.94 2.68 2.30 3/358 11080
/proc/meminfo: memFree=21521124/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=21744 CPUtime=11.6 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 5083 0 0 0 1160 0 0 0 25 0 1 0 643634427 22265856 5038 33554432000 134512640 135217611 4286653072 18446744073709551615 134537564 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 5436 5038 77 173 0 5261 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30448

[startup+25.5011 s]
/proc/loadavg: 2.80 2.66 2.29 3/358 11080
/proc/meminfo: memFree=21515992/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=24504 CPUtime=24.4 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 5757 0 0 0 2440 0 0 0 25 0 1 0 643634427 25092096 5712 33554432000 134512640 135217611 4286653072 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 6126 5712 77 173 0 5951 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33208

[startup+51.1007 s]
/proc/loadavg: 2.53 2.61 2.28 3/358 11081
/proc/meminfo: memFree=21506128/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=28248 CPUtime=50 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 6675 0 0 0 4999 1 0 0 25 0 1 0 643634427 28925952 6630 33554432000 134512640 135217611 4286653072 18446744073709551615 134533271 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 7062 6630 77 173 0 6887 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36952

[startup+102.313 s]
/proc/loadavg: 2.21 2.50 2.26 3/358 11082
/proc/meminfo: memFree=21482312/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=32476 CPUtime=101.22 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 7781 0 0 0 10121 1 0 0 25 0 1 0 643634427 33255424 7736 33554432000 134512640 135217611 4286653072 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 8119 7736 77 173 0 7944 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 41180

[startup+162.301 s]
/proc/loadavg: 2.07 2.41 2.25 3/358 11093
/proc/meminfo: memFree=21434728/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=36968 CPUtime=161.2 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 8863 0 0 0 16119 1 0 0 25 0 1 0 643634427 37855232 8818 33554432000 134512640 135217611 4286653072 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 9242 8818 77 173 0 9067 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 45672

[startup+222.301 s]
/proc/loadavg: 2.03 2.33 2.23 3/358 11094
/proc/meminfo: memFree=21400972/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=40140 CPUtime=221.2 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 9682 0 0 0 22118 2 0 0 25 0 1 0 643634427 41103360 9637 33554432000 134512640 135217611 4286653072 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 10035 9637 77 173 0 9860 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 48844

[startup+282.301 s]
/proc/loadavg: 2.01 2.27 2.21 3/358 11096
/proc/meminfo: memFree=21361628/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=42140 CPUtime=281.2 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 10162 0 0 0 28118 2 0 0 25 0 1 0 643634427 43151360 10117 33554432000 134512640 135217611 4286653072 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 10535 10117 77 173 0 10360 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 50844

[startup+342.301 s]
/proc/loadavg: 2.00 2.22 2.19 3/358 11097
/proc/meminfo: memFree=21329116/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=43596 CPUtime=341.21 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 10559 0 0 0 34118 3 0 0 25 0 1 0 643634427 44642304 10514 33554432000 134512640 135217611 4286653072 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 10899 10514 77 173 0 10724 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 52300

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (347.39 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (347.39 s) to the 'lost time'.

[startup+347.401 s]
/proc/loadavg: 2.00 2.21 2.19 3/358 11098
/proc/meminfo: memFree=21327000/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=43736 CPUtime=346.31 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 10591 0 0 0 34628 3 0 0 25 0 1 0 643634427 44785664 10546 33554432000 134512640 135217611 4286653072 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 10934 10546 77 173 0 10759 0
Current children cumulated CPU time (s) 347.39
Current children cumulated vsize (KiB) 52440

[startup+347.501 s]
/proc/loadavg: 2.00 2.21 2.19 3/357 11098
/proc/meminfo: memFree=21367424/32951132 swapFree=64495980/67111528
[pid=11076] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/11076/stat : -- couldn't open stat file --/proc/11076/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+345.501 s]
/proc/loadavg: 2.00 2.22 2.19 3/358 11098
/proc/meminfo: memFree=21327620/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=43736 CPUtime=344.41 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 10576 0 0 0 34438 3 0 0 25 0 1 0 643634427 44785664 10531 33554432000 134512640 135217611 4286653072 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 10934 10531 77 173 0 10759 0
Current children cumulated CPU time (s) 345.49
Current children cumulated vsize (KiB) 52440

[startup+346.301 s]
/proc/loadavg: 2.00 2.22 2.19 3/358 11098
/proc/meminfo: memFree=21327620/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=43736 CPUtime=345.21 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 10584 0 0 0 34518 3 0 0 25 0 1 0 643634427 44785664 10539 33554432000 134512640 135217611 4286653072 18446744073709551615 134527888 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 10934 10539 77 173 0 10759 0
Current children cumulated CPU time (s) 346.29
Current children cumulated vsize (KiB) 52440

[startup+347.101 s]
/proc/loadavg: 2.00 2.21 2.19 3/358 11098
/proc/meminfo: memFree=21327000/32951132 swapFree=64495980/67111528
[pid=11076] ppid=11074 vsize=8704 CPUtime=1.08 cores=1,3,5,7
/proc/11076/stat : 11076 (glucose.sh) S 11074 11076 10617 0 -1 4202496 358 13251 0 0 0 0 104 4 18 0 1 0 643634318 8912896 254 33554432000 4194304 4922060 140737304046144 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11076/statm: 2176 254 211 178 0 69 0
[pid=11079] ppid=11076 vsize=43736 CPUtime=346.01 cores=1,3,5,7
/proc/11079/stat : 11079 (glucose_static) R 11076 11076 10617 0 -1 4202496 10591 0 0 0 34598 3 0 0 25 0 1 0 643634427 44785664 10546 33554432000 134512640 135217611 4286653072 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/11079/statm: 10934 10546 77 173 0 10759 0
Current children cumulated CPU time (s) 347.09
Current children cumulated vsize (KiB) 52440

[startup+347.501 s]
/proc/loadavg: 2.00 2.21 2.19 3/357 11098
/proc/meminfo: memFree=21367424/32951132 swapFree=64495980/67111528
[pid=11076] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/11076/stat : -- couldn't open stat file --/proc/11076/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11076 and gives
#  childrusage.ru_utime.tv_sec=347
#  childrusage.ru_utime.tv_usec=425183
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=79987
# CPU time returned by wait4() is 347.505
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 347.39
#  lost CPU user time (s): 347.32
#  lost CPU system time (s): 0.07

Real time (s): 347.513
CPU time (s): 347.39
CPU user time (s): 347.32
CPU system time (s): 0.07
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 59496

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

runsolver used 1.09183 second user time and 2.72558 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-13 22:59:07
IDJOB=3365840
IDBENCH=82482
IDSOLVER=1842
FILE ID=node129/3365840-1305320347
RUNJOBID= node129-1305315245-10636
PBS_JOBID= 13324303
Free space on /tmp= 47996 MiB

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

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1574054674

node129.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.831
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.66
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.831
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.83
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.831
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      21555128 kB
Buffers:        208084 kB
Cached:        5625084 kB
SwapCached:      52668 kB
Active:        3364056 kB
Inactive:      7811176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21555128 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            6700 kB
Writeback:           0 kB
AnonPages:     5298252 kB
Mapped:          17740 kB
Slab:           116536 kB
PageTables:      38356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 80166552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 47996 MiB
End job on node129 at 2011-05-13 23:04:55