Trace number 3497613

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 NameAnswerobjective functionCPU timeWall clock time
MinisatID 2.5.2-gmp (fixed)UNSAT 1317.74 1317.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-etamacro.opb
MD5SUMf7cd52c219cc6e0fc4b5401699d735d9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05284
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables15742
Total number of constraints530
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints530
Minimum length of a constraint10
Maximum length of a constraint522
Number of terms in the objective function 1442
Biggest coefficient in the objective function 25807666597068800000
Number of bits for the biggest coefficient in the objective function 65
Sum of the numbers in the objective function 217111455784720206333
Number of bits of the sum of numbers in the objective function 68
Biggest number in a constraint 25807666597068800000
Number of bits of the biggest number in a constraint 65
Biggest sum of numbers in a constraint 217111455784720206333
Number of bits of the biggest sum of numbers68
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1317.65/1317.67	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3497613-1307927007/watcher-3497613-1307927007 -o /var/tmp/evaluation-result-3497613-1307927007/solver-3497613-1307927007 -C 1800 -W 1900 -M 15500 HOME/minisatid-gmp HOME/instance-3497613-1307927007.opb --verbosity=0 --format=opb --randomseed=1095480956 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.93 1.98 1.93 3/177 16535
/proc/meminfo: memFree=6388844/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=8232 CPUtime=0 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 885116322 8429568 477 33554432000 4194304 6957856 140737200122560 18446744073709551615 5311774 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/16535/statm: 2058 477 238 675 0 1374 0

[startup+0.0906191 s]
/proc/loadavg: 1.93 1.98 1.93 3/177 16535
/proc/meminfo: memFree=6388844/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=13768 CPUtime=0.08 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 1834 0 0 0 8 0 0 0 25 0 1 0 885116322 14098432 1787 33554432000 4194304 6957856 140737200122560 18446744073709551615 5932625 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/16535/statm: 3442 1788 252 675 0 2758 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13768

[startup+0.10061 s]
/proc/loadavg: 1.93 1.98 1.93 3/177 16535
/proc/meminfo: memFree=6388844/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=14168 CPUtime=0.09 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 1962 0 0 0 9 0 0 0 25 0 1 0 885116322 14508032 1915 33554432000 4194304 6957856 140737200122560 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/16535/statm: 3542 1915 252 675 0 2858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14168

[startup+0.300577 s]
/proc/loadavg: 1.93 1.98 1.93 3/177 16535
/proc/meminfo: memFree=6388844/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=33864 CPUtime=0.29 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 7108 0 0 0 29 0 0 0 25 0 1 0 885116322 34676736 6879 33554432000 4194304 6957856 140737200122560 18446744073709551615 5925517 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/16535/statm: 8466 6879 272 675 0 7782 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33864

[startup+0.700499 s]
/proc/loadavg: 1.93 1.98 1.93 3/177 16535
/proc/meminfo: memFree=6388844/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=44580 CPUtime=0.69 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 9787 0 0 0 69 0 0 0 25 0 1 0 885116322 45649920 9558 33554432000 4194304 6957856 140737200122560 18446744073709551615 5385250 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/16535/statm: 11145 9558 278 675 0 10461 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44580

[startup+1.50034 s]
/proc/loadavg: 1.93 1.98 1.93 3/178 16536
/proc/meminfo: memFree=6351796/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=44580 CPUtime=1.49 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 9796 0 0 0 149 0 0 0 25 0 1 0 885116322 45649920 9567 33554432000 4194304 6957856 140737200122560 18446744073709551615 5312963 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/16535/statm: 11145 9567 279 675 0 10461 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44580

[startup+3.10098 s]
/proc/loadavg: 1.93 1.98 1.93 3/178 16536
/proc/meminfo: memFree=6351300/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=44580 CPUtime=3.09 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 10061 0 0 0 309 0 0 0 25 0 1 0 885116322 45649920 9824 33554432000 4194304 6957856 140737200122560 18446744073709551615 5918143 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/16535/statm: 11145 9825 288 675 0 10461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44580

[startup+6.30036 s]
/proc/loadavg: 1.94 1.98 1.93 3/178 16536
/proc/meminfo: memFree=6348972/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=44760 CPUtime=6.29 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 11831 0 0 0 629 0 0 0 25 0 1 0 885116322 45834240 10530 33554432000 4194304 6957856 140737200122560 18446744073709551615 5922131 0 0 4096 17571 0 0 0 17 2 0 0 0
/proc/16535/statm: 11190 10530 289 675 0 10506 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44760

[startup+12.7011 s]
/proc/loadavg: 1.94 1.98 1.93 3/178 16536
/proc/meminfo: memFree=6345164/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=47432 CPUtime=12.69 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 13424 0 0 0 1268 1 0 0 25 0 1 0 885116322 48570368 11143 33554432000 4194304 6957856 140737200122560 18446744073709551615 5915102 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 11858 11143 289 675 0 11174 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47432

[startup+25.5006 s]
/proc/loadavg: 1.95 1.98 1.93 3/178 16536
/proc/meminfo: memFree=6341576/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=50280 CPUtime=25.49 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 14337 0 0 0 2548 1 0 0 25 0 1 0 885116322 51486720 12050 33554432000 4194304 6957856 140737200122560 18446744073709551615 5922126 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 12570 12050 289 675 0 11886 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50280

[startup+51.1005 s]
/proc/loadavg: 1.97 1.98 1.93 3/178 16537
/proc/meminfo: memFree=6338652/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=54816 CPUtime=51.09 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 16139 0 0 0 5108 1 0 0 25 0 1 0 885116322 56131584 12727 33554432000 4194304 6957856 140737200122560 18446744073709551615 5934084 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 13704 12727 289 675 0 13020 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54816

[startup+102.306 s]
/proc/loadavg: 2.04 2.00 1.94 3/178 16538
/proc/meminfo: memFree=6316276/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=63520 CPUtime=102.3 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 18833 0 0 0 10228 2 0 0 25 0 1 0 885116322 65044480 15396 33554432000 4194304 6957856 140737200122560 18446744073709551615 5922598 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 15880 15396 289 675 0 15196 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63520

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 16540
/proc/meminfo: memFree=6316372/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=63588 CPUtime=162.29 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 28466 0 0 0 16226 3 0 0 25 0 1 0 885116322 65114112 15397 33554432000 4194304 6957856 140737200122560 18446744073709551615 5917999 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 15897 15397 289 675 0 15213 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63588

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16541
/proc/meminfo: memFree=6316348/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=63464 CPUtime=222.3 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 31731 0 0 0 22226 4 0 0 25 0 1 0 885116322 64987136 15367 33554432000 4194304 6957856 140737200122560 18446744073709551615 5934042 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 15866 15367 289 675 0 15182 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63464

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16543
/proc/meminfo: memFree=6313596/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=66184 CPUtime=282.3 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 36080 0 0 0 28225 5 0 0 25 0 1 0 885116322 67772416 16047 33554432000 4194304 6957856 140737200122560 18446744073709551615 5385219 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 16546 16047 289 675 0 15862 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 66184

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16545
/proc/meminfo: memFree=6273024/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=73256 CPUtime=342.3 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 37857 0 0 0 34225 5 0 0 25 0 1 0 885116322 75014144 17815 33554432000 4194304 6957856 140737200122560 18446744073709551615 5312942 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 18314 17815 289 675 0 17630 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 73256

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16546
/proc/meminfo: memFree=6305860/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=73256 CPUtime=402.31 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 40865 0 0 0 40225 6 0 0 25 0 1 0 885116322 75014144 17815 33554432000 4194304 6957856 140737200122560 18446744073709551615 5311760 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 18314 17815 289 675 0 17630 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 73256

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16548
/proc/meminfo: memFree=6225468/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=108300 CPUtime=462.31 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 77775 0 0 0 46219 12 0 0 25 0 1 0 885116322 110899200 26249 33554432000 4194304 6957856 140737200122560 18446744073709551615 4869847 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 27075 26249 289 675 0 26391 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 108300

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16549
/proc/meminfo: memFree=6213916/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=158088 CPUtime=522.32 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 128977 0 0 0 52211 21 0 0 25 0 1 0 885116322 161882112 33000 33554432000 4194304 6957856 140737200122560 18446744073709551615 5314241 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 39522 33000 289 675 0 38838 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 158088

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16551
/proc/meminfo: memFree=6229644/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=158088 CPUtime=582.32 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 173570 0 0 0 58202 30 0 0 25 0 1 0 885116322 161882112 37262 33554432000 4194304 6957856 140737200122560 18446744073709551615 5922126 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 39522 37262 289 675 0 38838 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 158088

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=6211520/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=127268 CPUtime=642.33 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 222275 0 0 0 64192 41 0 0 25 0 1 0 885116322 130322432 30127 33554432000 4194304 6957856 140737200122560 18446744073709551615 5918166 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 31817 30127 289 675 0 31133 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 127268

[startup+702.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 16554
/proc/meminfo: memFree=6225880/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=158088 CPUtime=702.32 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 267917 0 0 0 70183 49 0 0 25 0 1 0 885116322 161882112 35351 33554432000 4194304 6957856 140737200122560 18446744073709551615 5918143 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 39522 35351 289 675 0 38838 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 158088

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16556
/proc/meminfo: memFree=6190004/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=158088 CPUtime=762.33 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 317281 0 0 0 76175 58 0 0 25 0 1 0 885116322 161882112 31897 33554432000 4194304 6957856 140737200122560 18446744073709551615 5924269 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 39522 31897 289 675 0 38838 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 158088

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16557
/proc/meminfo: memFree=6258676/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=77948 CPUtime=822.32 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 331941 0 0 0 82171 61 0 0 25 0 1 0 885116322 79818752 19016 33554432000 4194304 6957856 140737200122560 18446744073709551615 5385212 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 19487 19016 289 675 0 18803 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 77948

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16559
/proc/meminfo: memFree=6289400/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=77948 CPUtime=882.33 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 331941 0 0 0 88172 61 0 0 25 0 1 0 885116322 79818752 19016 33554432000 4194304 6957856 140737200122560 18446744073709551615 5933982 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 19487 19016 289 675 0 18803 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 77948

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16561
/proc/meminfo: memFree=6247340/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=77948 CPUtime=942.33 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 331941 0 0 0 94172 61 0 0 25 0 1 0 885116322 79818752 19016 33554432000 4194304 6957856 140737200122560 18446744073709551615 5314160 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 19487 19016 289 675 0 18803 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 77948

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16562
/proc/meminfo: memFree=6289104/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=78792 CPUtime=1002.34 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 332132 0 0 0 100172 62 0 0 25 0 1 0 885116322 80683008 19199 33554432000 4194304 6957856 140737200122560 18446744073709551615 5314081 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 19698 19199 289 675 0 19014 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 78792

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16564
/proc/meminfo: memFree=6243920/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=78792 CPUtime=1062.34 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 332132 0 0 0 106172 62 0 0 25 0 1 0 885116322 80683008 19199 33554432000 4194304 6957856 140737200122560 18446744073709551615 4638387 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 19698 19199 289 675 0 19014 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 78792

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 16565
/proc/meminfo: memFree=6289156/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=78792 CPUtime=1122.34 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 332132 0 0 0 112172 62 0 0 25 0 1 0 885116322 80683008 19199 33554432000 4194304 6957856 140737200122560 18446744073709551615 5307697 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 19698 19199 289 675 0 19014 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 78792

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 16567
/proc/meminfo: memFree=6289008/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=78792 CPUtime=1182.34 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 332132 0 0 0 118172 62 0 0 25 0 1 0 885116322 80683008 19199 33554432000 4194304 6957856 140737200122560 18446744073709551615 5922078 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 19698 19199 289 675 0 19014 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 78792

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 16569
/proc/meminfo: memFree=6289232/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=78792 CPUtime=1242.35 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 332132 0 0 0 124173 62 0 0 25 0 1 0 885116322 80683008 19199 33554432000 4194304 6957856 140737200122560 18446744073709551615 5917978 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 19698 19199 289 675 0 19014 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 78792

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/179 16573
/proc/meminfo: memFree=6257320/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=83212 CPUtime=1302.35 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 333235 0 0 0 130173 62 0 0 25 0 1 0 885116322 85209088 20288 33554432000 4194304 6957856 140737200122560 18446744073709551615 4851660 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 20803 20288 289 675 0 20119 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 83212

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

[startup+1305.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 16573
/proc/meminfo: memFree=6283732/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=83212 CPUtime=1305.55 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 333235 0 0 0 130493 62 0 0 25 0 1 0 885116322 85209088 20288 33554432000 4194304 6957856 140737200122560 18446744073709551615 5934526 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 20803 20288 289 675 0 20119 0
Current children cumulated CPU time (s) 1305.55
Current children cumulated vsize (KiB) 83212

[startup+1311.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 16573
/proc/meminfo: memFree=6283724/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=83212 CPUtime=1311.95 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 333235 0 0 0 131133 62 0 0 25 0 1 0 885116322 85209088 20288 33554432000 4194304 6957856 140737200122560 18446744073709551615 5922016 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 20803 20288 289 675 0 20119 0
Current children cumulated CPU time (s) 1311.95
Current children cumulated vsize (KiB) 83212

[startup+1315.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 16574
/proc/meminfo: memFree=6283732/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=83212 CPUtime=1315.15 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 333235 0 0 0 131453 62 0 0 25 0 1 0 885116322 85209088 20288 33554432000 4194304 6957856 140737200122560 18446744073709551615 4638390 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 20803 20288 289 675 0 20119 0
Current children cumulated CPU time (s) 1315.15
Current children cumulated vsize (KiB) 83212

[startup+1316.71 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 16574
/proc/meminfo: memFree=6283608/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=83212 CPUtime=1316.75 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 333235 0 0 0 131613 62 0 0 25 0 1 0 885116322 85209088 20288 33554432000 4194304 6957856 140737200122560 18446744073709551615 4638419 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 20803 20288 289 675 0 20119 0
Current children cumulated CPU time (s) 1316.75
Current children cumulated vsize (KiB) 83212

[startup+1317.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 16574
/proc/meminfo: memFree=6283608/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=83212 CPUtime=1317.15 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 333235 0 0 0 131653 62 0 0 25 0 1 0 885116322 85209088 20288 33554432000 4194304 6957856 140737200122560 18446744073709551615 5929015 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 20803 20288 289 675 0 20119 0
Current children cumulated CPU time (s) 1317.15
Current children cumulated vsize (KiB) 83212

[startup+1317.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 16574
/proc/meminfo: memFree=6283608/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=83212 CPUtime=1317.55 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 333235 0 0 0 131693 62 0 0 25 0 1 0 885116322 85209088 20288 33554432000 4194304 6957856 140737200122560 18446744073709551615 4638381 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 20803 20288 289 675 0 20119 0
Current children cumulated CPU time (s) 1317.55
Current children cumulated vsize (KiB) 83212

[startup+1317.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 16574
/proc/meminfo: memFree=6283608/32951124 swapFree=67054448/67111528
[pid=16535] ppid=16533 vsize=83212 CPUtime=1317.65 cores=0,2,4,6
/proc/16535/stat : 16535 (minisatid-gmp) R 16533 16535 15695 0 -1 4202496 333235 0 0 0 131703 62 0 0 25 0 1 0 885116322 85209088 20288 33554432000 4194304 6957856 140737200122560 18446744073709551615 5314241 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/16535/statm: 20803 20288 289 675 0 20119 0
Current children cumulated CPU time (s) 1317.65
Current children cumulated vsize (KiB) 83212

Child status: 20
Real time (s): 1317.68
CPU time (s): 1317.74
CPU user time (s): 1317.11
CPU system time (s): 0.630904
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 208176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1317.11
system time used= 0.630904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333240
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= 4
involuntary context switches= 2637

runsolver used 1.9707 second user time and 4.02639 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-13 03:03:27
IDJOB=3497613
IDBENCH=2402
IDSOLVER=1990
FILE ID=node143/3497613-1307927007
RUNJOBID= node143-1307919792-15713
PBS_JOBID= 13559636
Free space on /var/tmp= 2912 MiB

SOLVER NAME= MinisatID 2.5.2-gmp
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-etamacro.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb --randomseed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3497613-1307927007/watcher-3497613-1307927007 -o /var/tmp/evaluation-result-3497613-1307927007/solver-3497613-1307927007 -C 1800 -W 1900 -M 15500  HOME/minisatid-gmp HOME/instance-3497613-1307927007.opb --verbosity=0 --format=opb --randomseed=1095480956

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

MD5SUM BENCH= f7cd52c219cc6e0fc4b5401699d735d9
RANDOM SEED=1095480956

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6389016 kB
Buffers:         74736 kB
Cached:       25564092 kB
SwapCached:       9548 kB
Active:       10622616 kB
Inactive:     15114236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6389016 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:            4012 kB
Writeback:           0 kB
AnonPages:       95836 kB
Mapped:          14088 kB
Slab:           760440 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   289812 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 /var/tmp at the end= 2908 MiB
End job on node143 at 2011-06-13 03:25:25