Trace number 3700699

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
npSolver 1.0? (TO) 1800.05 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-gt2.opb
MD5SUMfbf213ed65afe4e66abc3948eb02a29f
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21166
Best CPU time to get the best result obtained on this benchmark4.31334
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21166
Optimality of the best value was proved NO
Number of variables556
Total number of constraints180
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints178
Minimum length of a constraint2
Maximum length of a constraint48
Number of terms in the objective function 304
Biggest coefficient in the objective function 62376
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 3092598
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 62376
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 3092598
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.32	c run usual solver
2.56/2.69	c model valid
2.56/2.69	c current solution ok
3.27/3.38	o 118260
3.27/3.38	c current bound: 59130
3.27/3.38	c fallback to adder encoding
13.44/13.59	c model valid
13.44/13.59	c current solution ok
13.54/13.60	o 54525
13.54/13.60	c current bound: 27262
13.54/13.60	c fallback to adder encoding
588.53/588.79	c model valid
588.53/588.79	c current solution ok
588.64/588.80	o 26319
588.64/588.80	c current bound: 13159
588.64/588.80	c fallback to adder encoding
590.23/590.49	c current bound: 19739
590.23/590.49	c fallback to adder encoding
1800.01/1800.40	./satsolver.sh: line 5:  4098 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.40	c error: unexpected solver exit code
1800.01/1800.40	s UNKNOWN

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 /tmp/evaluation-result-3700699-1338049360/watcher-3700699-1338049360 -o /tmp/evaluation-result-3700699-1338049360/solver-3700699-1338049360 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700699-1338049360.opb 1402820302 HOME HOME 

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: 4.48 4.03 3.06 2/176 4002
/proc/meminfo: memFree=28872888/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0

[startup+0.023408 s]
/proc/loadavg: 4.48 4.03 3.06 2/176 4002
/proc/meminfo: memFree=28872888/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100235 s]
/proc/loadavg: 4.48 4.03 3.06 2/176 4002
/proc/meminfo: memFree=28872888/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 4.48 4.03 3.06 2/176 4002
/proc/meminfo: memFree=28872888/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700162 s]
/proc/loadavg: 4.48 4.03 3.06 2/176 4002
/proc/meminfo: memFree=28872888/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 4.48 4.03 3.06 3/184 4050
/proc/meminfo: memFree=28744912/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=38856 CPUtime=0.32 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 9673 0 0 0 30 2 0 0 20 0 1 0 271061356 39788544 7996 33554432000 4194304 5992684 140737183956800 140737183950832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 9714 7996 165 440 0 9270 0
[pid=4010] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4010/stat : 4010 (cp2_pre.sh) S 4005 4002 32151 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271061389 9367552 276 33554432000 4194304 5064252 140735170605840 140735170604544 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4010/statm: 2287 276 234 213 0 72 0
[pid=4011] ppid=4010 vsize=108816 CPUtime=1.15 cores=0,2,4,6
/proc/4011/stat : 4011 (coprocessor) R 4010 4002 32151 0 -1 4202496 20968 0 0 0 112 3 0 0 20 0 1 0 271061389 111427584 26093 33554432000 4194304 6586260 140734813172352 140734813168552 4683293 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/4011/statm: 27204 26093 191 584 0 26616 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 165968

[startup+3.10029 s]
/proc/loadavg: 4.48 4.03 3.06 3/186 4052
/proc/meminfo: memFree=28604060/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=38860 CPUtime=3.06 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) R 4002 4002 32151 0 -1 4202496 10011 37077 0 0 36 37 222 11 20 0 1 0 271061356 39792640 8004 33554432000 4194304 5992684 140737183956800 140737183951408 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 9715 8004 172 440 0 9271 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 48008

[startup+6.30037 s]
/proc/loadavg: 4.28 3.99 3.06 3/186 4065
/proc/meminfo: memFree=28714456/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=39772 CPUtime=3.38 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 10717 37593 0 0 43 60 222 13 20 0 1 0 271061356 40726528 8169 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 9943 8169 182 440 0 9499 0
[pid=4064] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4064/stat : 4064 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271061697 9367552 267 33554432000 4194304 5064252 140737409994016 140737409992928 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4064/statm: 2287 267 226 213 0 72 0
[pid=4065] ppid=4064 vsize=56684 CPUtime=2.86 cores=0,2,4,6
/proc/4065/stat : 4065 (glucose) R 4064 4002 32151 0 -1 4202496 12141 0 0 0 284 2 0 0 20 0 1 0 271061697 58044416 12560 33554432000 4194304 5208918 140734879533008 140734879530840 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4065/statm: 14171 12560 104 248 0 13920 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 114752

[startup+12.7004 s]
/proc/loadavg: 4.10 3.96 3.05 3/186 4065
/proc/meminfo: memFree=28697264/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=39772 CPUtime=3.38 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 10717 37593 0 0 43 60 222 13 20 0 1 0 271061356 40726528 8169 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 9943 8169 182 440 0 9499 0
[pid=4064] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4064/stat : 4064 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271061697 9367552 267 33554432000 4194304 5064252 140737409994016 140737409992928 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4064/statm: 2287 267 226 213 0 72 0
[pid=4065] ppid=4064 vsize=64592 CPUtime=9.27 cores=0,2,4,6
/proc/4065/stat : 4065 (glucose) R 4064 4002 32151 0 -1 4202496 13558 0 0 0 924 3 0 0 20 0 1 0 271061697 66142208 13599 33554432000 4194304 5208918 140734879533008 140734879531096 4211156 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4065/statm: 16148 13599 105 248 0 15897 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 122660

[startup+25.5004 s]
/proc/loadavg: 3.63 3.86 3.03 3/186 4072
/proc/meminfo: memFree=28675612/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=13.58 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 11959 56620 0 0 46 61 1231 20 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4071] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4071/stat : 4071 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271062718 9367552 266 33554432000 4194304 5064252 140734560031344 140734560030256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4071/statm: 2287 266 226 213 0 72 0
[pid=4072] ppid=4071 vsize=63912 CPUtime=11.85 cores=0,2,4,6
/proc/4072/stat : 4072 (glucose) R 4071 4002 32151 0 -1 4202496 12370 0 0 0 1183 2 0 0 20 0 1 0 271062719 65445888 13813 33554432000 4194304 5208918 140737354850736 140737354847112 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4072/statm: 15978 13813 105 248 0 15727 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 123516

[startup+51.1004 s]
/proc/loadavg: 3.15 3.73 3.01 3/186 4072
/proc/meminfo: memFree=28576440/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=13.58 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 11959 56620 0 0 46 61 1231 20 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4071] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4071/stat : 4071 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271062718 9367552 266 33554432000 4194304 5064252 140734560031344 140734560030256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4071/statm: 2287 266 226 213 0 72 0
[pid=4072] ppid=4071 vsize=154632 CPUtime=37.45 cores=0,2,4,6
/proc/4072/stat : 4072 (glucose) R 4071 4002 32151 0 -1 4202496 15018 0 0 0 3739 6 0 0 20 0 1 0 271062719 158343168 34296 33554432000 4194304 5208918 140737354850736 140737354848728 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4072/statm: 38658 34296 105 248 0 38407 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 214236

[startup+102.307 s]
/proc/loadavg: 2.54 3.48 2.96 3/185 4072
/proc/meminfo: memFree=28542356/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=13.58 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 11959 56620 0 0 46 61 1231 20 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4071] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4071/stat : 4071 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271062718 9367552 266 33554432000 4194304 5064252 140734560031344 140734560030256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4071/statm: 2287 266 226 213 0 72 0
[pid=4072] ppid=4071 vsize=185452 CPUtime=88.65 cores=0,2,4,6
/proc/4072/stat : 4072 (glucose) R 4071 4002 32151 0 -1 4202496 16061 0 0 0 8856 9 0 0 20 0 1 0 271062719 189902848 39995 33554432000 4194304 5208918 140737354850736 140737354848888 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4072/statm: 46363 39995 105 248 0 46112 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 245056

[startup+162.3 s]
/proc/loadavg: 2.20 3.20 2.90 3/185 4073
/proc/meminfo: memFree=28494324/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=13.58 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 11959 56620 0 0 46 61 1231 20 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4071] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4071/stat : 4071 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271062718 9367552 266 33554432000 4194304 5064252 140734560031344 140734560030256 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4071/statm: 2287 266 226 213 0 72 0
[pid=4072] ppid=4071 vsize=185452 CPUtime=148.63 cores=0,2,4,6
/proc/4072/stat : 4072 (glucose) R 4071 4002 32151 0 -1 4202496 17563 0 0 0 14850 13 0 0 20 0 1 0 271062719 189902848 44646 33554432000 4194304 5208918 140737354850736 140737354848888 4211501 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4072/statm: 46363 44646 105 248 0 46112 0
Current children cumulated CPU time (s) 162.21

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.22 3/185 4105
/proc/meminfo: memFree=28354676/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=590.36 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 13752 106454 0 0 51 62 58852 71 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4097] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4097/stat : 4097 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271120407 9367552 267 33554432000 4194304 5064252 140735700961840 140735700960752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4097/statm: 2287 267 226 213 0 72 0
[pid=4098] ppid=4097 vsize=184972 CPUtime=771.63 cores=0,2,4,6
/proc/4098/stat : 4098 (glucose) R 4097 4002 32151 0 -1 4202496 29181 0 0 0 77128 35 0 0 20 0 1 0 271120408 189411328 39018 33554432000 4194304 5208918 140734463846928 140734463845080 4212881 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4098/statm: 46243 39018 105 248 0 45992 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 244576

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.20 3/185 4105
/proc/meminfo: memFree=28343872/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=590.36 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 13752 106454 0 0 51 62 58852 71 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4097] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4097/stat : 4097 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271120407 9367552 267 33554432000 4194304 5064252 140735700961840 140735700960752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4097/statm: 2287 267 226 213 0 72 0
[pid=4098] ppid=4097 vsize=184972 CPUtime=831.62 cores=0,2,4,6
/proc/4098/stat : 4098 (glucose) R 4097 4002 32151 0 -1 4202496 30006 0 0 0 83125 37 0 0 20 0 1 0 271120408 189411328 38506 33554432000 4194304 5208918 140734463846928 140734463845080 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4098/statm: 46243 38506 105 248 0 45992 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 244576

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.19 3/185 4105
/proc/meminfo: memFree=28336428/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=590.36 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 13752 106454 0 0 51 62 58852 71 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4097] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4097/stat : 4097 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271120407 9367552 267 33554432000 4194304 5064252 140735700961840 140735700960752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4097/statm: 2287 267 226 213 0 72 0
[pid=4098] ppid=4097 vsize=184972 CPUtime=891.61 cores=0,2,4,6
/proc/4098/stat : 4098 (glucose) R 4097 4002 32151 0 -1 4202496 30844 0 0 0 89122 39 0 0 20 0 1 0 271120408 189411328 40042 33554432000 4194304 5208918 140734463846928 140734463845080 4213106 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4098/statm: 46243 40042 105 248 0 45992 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 244576

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/185 4105
/proc/meminfo: memFree=28348284/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=590.36 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 13752 106454 0 0 51 62 58852 71 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4097] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4097/stat : 4097 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271120407 9367552 267 33554432000 4194304 5064252 140735700961840 140735700960752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4097/statm: 2287 267 226 213 0 72 0
[pid=4098] ppid=4097 vsize=184972 CPUtime=951.6 cores=0,2,4,6
/proc/4098/stat : 4098 (glucose) R 4097 4002 32151 0 -1 4202496 31623 0 0 0 95119 41 0 0 20 0 1 0 271120408 189411328 37950 33554432000 4194304 5208918 140734463846928 140734463845080 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4098/statm: 46243 37950 105 248 0 45992 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 244576

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.17 3/185 4105
/proc/meminfo: memFree=28328908/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=590.36 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 13752 106454 0 0 51 62 58852 71 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4097] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4097/stat : 4097 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271120407 9367552 267 33554432000 4194304 5064252 140735700961840 140735700960752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4097/statm: 2287 267 226 213 0 72 0
[pid=4098] ppid=4097 vsize=184972 CPUtime=1011.58 cores=0,2,4,6
/proc/4098/stat : 4098 (glucose) R 4097 4002 32151 0 -1 4202496 31682 0 0 0 101117 41 0 0 20 0 1 0 271120408 189411328 45162 33554432000 4194304 5208918 140734463846928 140734463845080 4228975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4098/statm: 46243 45162 105 248 0 45992 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 244576

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.15 3/186 4109
/proc/meminfo: memFree=28341248/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=590.36 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 13752 106454 0 0 51 62 58852 71 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4097] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4097/stat : 4097 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271120407 9367552 267 33554432000 4194304 5064252 140735700961840 140735700960752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4097/statm: 2287 267 226 213 0 72 0
[pid=4098] ppid=4097 vsize=184972 CPUtime=1071.58 cores=0,2,4,6
/proc/4098/stat : 4098 (glucose) R 4097 4002 32151 0 -1 4202496 32662 0 0 0 107115 43 0 0 20 0 1 0 271120408 189411328 42602 33554432000 4194304 5208918 140734463846928 140734463842696 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4098/statm: 46243 42602 105 248 0 45992 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 244576

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.15 3/185 4109
/proc/meminfo: memFree=28325296/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=590.36 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 13752 106454 0 0 51 62 58852 71 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4097] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4097/stat : 4097 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271120407 9367552 267 33554432000 4194304 5064252 140735700961840 140735700960752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4097/statm: 2287 267 226 213 0 72 0
[pid=4098] ppid=4097 vsize=154152 CPUtime=1131.58 cores=0,2,4,6
/proc/4098/stat : 4098 (glucose) R 4097 4002 32151 0 -1 4202496 33729 0 0 0 113112 46 0 0 20 0 1 0 271120408 157851648 37415 33554432000 4194304 5208918 140734463846928 140734463845016 4212476 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4098/statm: 38538 37415 105 248 0 38287 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 213756

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.14 3/185 4109
/proc/meminfo: memFree=28331072/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=590.36 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 13752 106454 0 0 51 62 58852 71 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4097] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4097/stat : 4097 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271120407 9367552 267 33554432000 4194304 5064252 140735700961840 140735700960752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4097/statm: 2287 267 226 213 0 72 0
[pid=4098] ppid=4097 vsize=154152 CPUtime=1191.55 cores=0,2,4,6
/proc/4098/stat : 4098 (glucose) R 4097 4002 32151 0 -1 4202496 34575 0 0 0 119107 48 0 0 20 0 1 0 271120408 157851648 35879 33554432000 4194304 5208918 140734463846928 140734463845016 4229347 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4098/statm: 38538 35879 105 248 0 38287 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 213756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.13 3/185 4109
/proc/meminfo: memFree=28354576/32873844 swapFree=7124/7124
[pid=4002] ppid=3998 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4002/stat : 4002 (npSolver-pbo.sh) S 3998 4002 32151 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271061355 9367552 275 33554432000 4194304 5064252 140733499036032 140733499034944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4002/statm: 2287 275 233 213 0 72 0
[pid=4005] ppid=4002 vsize=41308 CPUtime=590.36 cores=0,2,4,6
/proc/4005/stat : 4005 (npSolver-pbo) S 4002 4002 32151 0 -1 4202496 13752 106454 0 0 51 62 58852 71 20 0 1 0 271061356 42299392 8446 33554432000 4194304 5992684 140737183956800 140737183949120 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4005/statm: 10327 8446 182 440 0 9883 0
[pid=4097] ppid=4005 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4097/stat : 4097 (satsolver.sh) S 4005 4002 32151 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271120407 9367552 267 33554432000 4194304 5064252 140735700961840 140735700960752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4097/statm: 2287 267 226 213 0 72 0
[pid=4098] ppid=4097 vsize=154152 CPUtime=1209.65 cores=0,2,4,6
/proc/4098/stat : 4098 (glucose) R 4097 4002 32151 0 -1 4202496 34637 0 0 0 120917 48 0 0 20 0 1 0 271120408 157851648 37474 33554432000 4194304 5208918 140734463846928 140734463845016 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4098/statm: 38538 37474 105 248 0 38287 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 213756

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1798.22
CPU system time (s): 1.82172
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 343984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 1.82172
maximum resident set size= 256384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155834
page faults= 0
swaps= 0
block input operations= 0
block output operations= 134936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 993
involuntary context switches= 2586

runsolver used 12.3461 second user time and 11.2213 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-26 18:22:40
IDJOB=3700699
IDBENCH=1528
IDSOLVER=2277
FILE ID=node134/3700699-1338049360
RUNJOBID= node134-1338048687-2530
PBS_JOBID= 14624339
Free space on /tmp= 71660 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-gt2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700699-1338049360/watcher-3700699-1338049360 -o /tmp/evaluation-result-3700699-1338049360/solver-3700699-1338049360 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700699-1338049360.opb 1402820302 HOME HOME

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

MD5SUM BENCH= fbf213ed65afe4e66abc3948eb02a29f
RANDOM SEED=1402820302

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28873416 kB
Buffers:          294568 kB
Cached:          2883000 kB
SwapCached:            0 kB
Active:           754148 kB
Inactive:        2434512 kB
Active(anon):       7780 kB
Inactive(anon):     5996 kB
Active(file):     746368 kB
Inactive(file):  2428516 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23508 kB
Writeback:             0 kB
AnonPages:         18144 kB
Mapped:            13800 kB
Shmem:               212 kB
Slab:             669724 kB
SReclaimable:     110064 kB
SUnreclaim:       559660 kB
KernelStack:        1424 kB
PageTables:         3852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71596 MiB
End job on node134 at 2012-05-26 18:52:40