Trace number 3702974

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 inc-topdown-quickBound? (TO) 1800.05 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_3.opb
MD5SUM455599f2e36aed56b051b7169c43fa6c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark305.689
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3997
Number of bits of the biggest sum of numbers12
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.48	c run inc solver
0.00/0.48	c [INC SYSTEM] run initial solver
0.00/0.48	c [INC SYSTEM] preprocess with white file
2.97/3.05	c [INC SYSTEM] finished preprocessing in 2 s
2.97/3.05	c [INC SYSTEM] execute solver
44.26/44.30	c [INC SEARCH] formula is SAT
44.26/44.31	c [INC SYSTEM] solved the initial formula
44.26/44.31	c model valid
44.26/44.31	c current solution ok
45.36/45.45	o 1262
45.36/45.45	c starting approximation
45.36/45.45	c factor = 2
45.36/45.45	c current bound: 631
379.50/379.77	c model valid
379.50/379.77	c current solution ok
379.66/379.80	c current bound: 631
728.42/728.78	c model valid
728.42/728.78	c current solution ok
728.59/728.81	c current bound: 631
1076.93/1077.36	c model valid
1076.93/1077.36	c current solution ok
1076.93/1077.39	c current bound: 631
1420.26/1420.77	c model valid
1420.26/1420.77	c current solution ok
1420.43/1420.80	c current bound: 631
1763.30/1763.88	c model valid
1763.30/1763.88	c current solution ok
1763.45/1763.91	c current bound: 631
1800.05/1800.51	c error: unexpected solver exit code
1800.05/1800.51	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-3702974-1338069909/watcher-3702974-1338069909 -o /tmp/evaluation-result-3702974-1338069909/solver-3702974-1338069909 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702974-1338069909.opb 777845795 HOME HOME 

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

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: 2.00 2.00 2.00 3/178 8417
/proc/meminfo: memFree=31540008/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0

[startup+0.0992111 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8417
/proc/meminfo: memFree=31540008/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100352 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8417
/proc/meminfo: memFree=31540008/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300319 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8417
/proc/meminfo: memFree=31540008/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700296 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8417
/proc/meminfo: memFree=31540008/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8421
/proc/meminfo: memFree=31372448/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=39068 CPUtime=0.47 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 10322 0 0 0 43 4 0 0 20 0 1 0 273116583 40005632 9070 33554432000 4194304 5992684 140736177900848 140736177895296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8418/statm: 9767 9070 164 440 0 9323 0
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8420/stat : 8420 (cp2_pre.sh) S 8418 8417 3390 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273116631 9367552 277 33554432000 4194304 5064252 140736235772464 140736235771168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8420/statm: 2287 277 234 213 0 72 0
[pid=8421] ppid=8420 vsize=144008 CPUtime=1 cores=1,3,5,7
/proc/8421/stat : 8421 (coprocessor) R 8420 8417 3390 0 -1 4202496 24444 0 0 0 96 4 0 0 20 0 1 0 273116631 147464192 32391 33554432000 4194304 6586260 140735024286832 140735024283096 4496566 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8421/statm: 36002 32391 170 584 0 35414 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 201372

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8421
/proc/meminfo: memFree=31319048/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=39068 CPUtime=3.02 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 10339 31334 0 0 43 4 245 10 20 0 1 0 273116583 40005632 9072 33554432000 4194304 5992684 140736177900848 140736177887112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8418/statm: 9767 9072 166 440 0 9323 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 48216

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8423
/proc/meminfo: memFree=31412288/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=39068 CPUtime=3.02 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 10339 31334 0 0 43 4 245 10 20 0 1 0 273116583 40005632 9072 33554432000 4194304 5992684 140736177900848 140736177887112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8418/statm: 9767 9072 166 440 0 9323 0
[pid=8423] ppid=8418 vsize=85864 CPUtime=3.24 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8418 8417 3390 0 -1 4202496 17606 0 0 0 321 3 0 0 20 0 1 0 273116887 87924736 18883 33554432000 4194304 5654031 140734859051024 140734859048808 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8423/statm: 21466 18883 140 357 0 21106 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 134080

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8423
/proc/meminfo: memFree=31407944/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=39068 CPUtime=3.02 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 10339 31334 0 0 43 4 245 10 20 0 1 0 273116583 40005632 9072 33554432000 4194304 5992684 140736177900848 140736177887112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8418/statm: 9767 9072 166 440 0 9323 0
[pid=8423] ppid=8418 vsize=86004 CPUtime=9.64 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8418 8417 3390 0 -1 4202496 17637 0 0 0 961 3 0 0 20 0 1 0 273116887 88068096 19425 33554432000 4194304 5654031 140734859051024 140734859048920 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8423/statm: 21501 19425 140 357 0 21141 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 134220

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8423
/proc/meminfo: memFree=31405160/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=39068 CPUtime=3.02 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 10339 31334 0 0 43 4 245 10 20 0 1 0 273116583 40005632 9072 33554432000 4194304 5992684 140736177900848 140736177887112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8418/statm: 9767 9072 166 440 0 9323 0
[pid=8423] ppid=8418 vsize=87368 CPUtime=22.44 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) R 8418 8417 3390 0 -1 4202496 17953 0 0 0 2241 3 0 0 20 0 1 0 273116887 89464832 19741 33554432000 4194304 5654031 140734859051024 140734859038840 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8423/statm: 21842 19741 141 357 0 21482 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 135584

[startup+51.1005 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 8426
/proc/meminfo: memFree=31303868/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=41192 CPUtime=4.2 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 12205 31850 0 0 65 97 245 13 20 0 1 0 273116583 42180608 9708 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 10298 9708 189 440 0 9854 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20650 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20650 147 357 0 21773 0
[pid=8425] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8425/stat : 8425 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273121129 9367552 267 33554432000 4194304 5064252 140734294467520 140734294466432 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8425/statm: 2287 267 226 213 0 72 0
[pid=8426] ppid=8425 vsize=85552 CPUtime=5.62 cores=1,3,5,7
/proc/8426/stat : 8426 (glucose) R 8425 8417 3390 0 -1 4202496 16800 0 0 0 559 3 0 0 20 0 1 0 273121129 87605248 20172 33554432000 4194304 5208918 140737047960560 140737047958408 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8426/statm: 21388 20172 95 248 0 21137 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 233572

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 8426
/proc/meminfo: memFree=31234784/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=41192 CPUtime=4.2 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 12205 31850 0 0 65 97 245 13 20 0 1 0 273116583 42180608 9708 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 10298 9708 189 440 0 9854 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20910 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20910 147 357 0 21773 0
[pid=8425] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8425/stat : 8425 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273121129 9367552 267 33554432000 4194304 5064252 140734294467520 140734294466432 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8425/statm: 2287 267 226 213 0 72 0
[pid=8426] ppid=8425 vsize=165808 CPUtime=56.81 cores=1,3,5,7
/proc/8426/stat : 8426 (glucose) R 8425 8417 3390 0 -1 4202496 19975 0 0 0 5674 7 0 0 20 0 1 0 273121129 169787392 37128 33554432000 4194304 5208918 140737047960560 140737047958552 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8426/statm: 41452 37128 96 248 0 41201 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 313828

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 8426
/proc/meminfo: memFree=31269956/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=41192 CPUtime=4.2 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 12205 31850 0 0 65 97 245 13 20 0 1 0 273116583 42180608 9708 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 10298 9708 189 440 0 9854 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20910 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20910 147 357 0 21773 0
[pid=8425] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8425/stat : 8425 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273121129 9367552 267 33554432000 4194304 5064252 140734294467520 140734294466432 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8425/statm: 2287 267 226 213 0 72 0
[pid=8426] ppid=8425 vsize=116488 CPUtime=116.79 cores=1,3,5,7
/proc/8426/stat : 8426 (glucose) R 8425 8417 3390 0 -1 4202496 20185 0 0 0 11671 8 0 0 20 0 1 0 273121129 119283712 28242 33554432000 4194304 5208918 140737047960560 140737047958648 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8426/statm: 29122 28242 96 248 0 28871 0
Current children cumulated CPU time (s) 162.22

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

Current children cumulated vsize (KiB) 317604

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 8516
/proc/meminfo: memFree=30904084/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=44964 CPUtime=1379.23 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 19643 149826 0 0 74 99 137649 101 20 0 1 0 273116583 46043136 10342 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 11241 10342 189 440 0 10797 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20910 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20910 147 357 0 21773 0
[pid=8511] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8511/stat : 8511 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273258664 9367552 266 33554432000 4194304 5064252 140734598265824 140734598264736 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8511/statm: 2287 266 226 213 0 72 0
[pid=8512] ppid=8511 vsize=116492 CPUtime=121.45 cores=1,3,5,7
/proc/8512/stat : 8512 (glucose) R 8511 8417 3390 0 -1 4202496 20730 0 0 0 12138 7 0 0 20 0 1 0 273258664 119287808 27855 33554432000 4194304 5208918 140737051109744 140737051107832 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8512/statm: 29123 27855 96 248 0 28872 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 268284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 8516
/proc/meminfo: memFree=30914520/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=44964 CPUtime=1379.23 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 19643 149826 0 0 74 99 137649 101 20 0 1 0 273116583 46043136 10342 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 11241 10342 189 440 0 10797 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20910 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20910 147 357 0 21773 0
[pid=8511] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8511/stat : 8511 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273258664 9367552 266 33554432000 4194304 5064252 140734598265824 140734598264736 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8511/statm: 2287 266 226 213 0 72 0
[pid=8512] ppid=8511 vsize=165812 CPUtime=181.43 cores=1,3,5,7
/proc/8512/stat : 8512 (glucose) R 8511 8417 3390 0 -1 4202496 20894 0 0 0 18134 9 0 0 20 0 1 0 273258664 169791488 36739 33554432000 4194304 5208918 140737051109744 140737051107736 4213115 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8512/statm: 41453 36739 96 248 0 41202 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 317604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 8516
/proc/meminfo: memFree=30869044/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=44964 CPUtime=1379.23 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 19643 149826 0 0 74 99 137649 101 20 0 1 0 273116583 46043136 10342 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 11241 10342 189 440 0 10797 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20910 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20910 147 357 0 21773 0
[pid=8511] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8511/stat : 8511 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273258664 9367552 266 33554432000 4194304 5064252 140734598265824 140734598264736 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8511/statm: 2287 266 226 213 0 72 0
[pid=8512] ppid=8511 vsize=165812 CPUtime=241.42 cores=1,3,5,7
/proc/8512/stat : 8512 (glucose) R 8511 8417 3390 0 -1 4202496 21564 0 0 0 24130 12 0 0 20 0 1 0 273258664 169791488 39830 33554432000 4194304 5208918 140737051109744 140737051107736 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8512/statm: 41453 39830 96 248 0 41202 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 317604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 8516
/proc/meminfo: memFree=30830584/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=44964 CPUtime=1379.23 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 19643 149826 0 0 74 99 137649 101 20 0 1 0 273116583 46043136 10342 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 11241 10342 189 440 0 10797 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20910 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20910 147 357 0 21773 0
[pid=8511] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8511/stat : 8511 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273258664 9367552 266 33554432000 4194304 5064252 140734598265824 140734598264736 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8511/statm: 2287 266 226 213 0 72 0
[pid=8512] ppid=8511 vsize=165812 CPUtime=301.41 cores=1,3,5,7
/proc/8512/stat : 8512 (glucose) R 8511 8417 3390 0 -1 4202496 22686 0 0 0 30127 14 0 0 20 0 1 0 273258664 169791488 40280 33554432000 4194304 5208918 140737051109744 140737051107736 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8512/statm: 41453 40280 96 248 0 41202 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 317604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 8523
/proc/meminfo: memFree=30958940/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=44964 CPUtime=1722.26 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 21503 179018 0 0 76 99 171927 124 20 0 1 0 273116583 46043136 10342 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 11241 10342 189 440 0 10797 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20910 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20910 147 357 0 21773 0
[pid=8522] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8522/stat : 8522 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273292974 9367552 267 33554432000 4194304 5064252 140735073122400 140735073121312 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8522/statm: 2287 267 226 213 0 72 0
[pid=8523] ppid=8522 vsize=85836 CPUtime=18.36 cores=1,3,5,7
/proc/8523/stat : 8523 (glucose) R 8522 8417 3390 0 -1 4202496 18292 0 0 0 1831 5 0 0 20 0 1 0 273292975 87896064 20085 33554432000 4194304 5208918 140735015532128 140735015530216 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8523/statm: 21459 20085 96 248 0 21208 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 237628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 8523
/proc/meminfo: memFree=30946900/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=44964 CPUtime=1722.26 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 21503 179018 0 0 76 99 171927 124 20 0 1 0 273116583 46043136 10342 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 11241 10342 189 440 0 10797 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20910 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20910 147 357 0 21773 0
[pid=8522] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8522/stat : 8522 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273292974 9367552 267 33554432000 4194304 5064252 140735073122400 140735073121312 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8522/statm: 2287 267 226 213 0 72 0
[pid=8523] ppid=8522 vsize=86084 CPUtime=36.56 cores=1,3,5,7
/proc/8523/stat : 8523 (glucose) R 8522 8417 3390 0 -1 4202496 19861 0 0 0 3650 6 0 0 20 0 1 0 273292975 88150016 20063 33554432000 4194304 5208918 140735015532128 140735015530216 4212649 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8523/statm: 21521 20063 96 248 0 21270 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 237876

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 8523
/proc/meminfo: memFree=30946900/32873844 swapFree=7112/7112
[pid=8417] ppid=8415 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8417/stat : 8417 (npSolver-pbo-It) S 8415 8417 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273116582 9367552 275 33554432000 4194304 5064252 140733762065648 140733762064560 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8417/statm: 2287 275 233 213 0 72 0
[pid=8418] ppid=8417 vsize=44964 CPUtime=1722.26 cores=1,3,5,7
/proc/8418/stat : 8418 (npSolver-pbo) S 8417 8417 3390 0 -1 4202496 21503 179018 0 0 76 99 171927 124 20 0 1 0 273116583 46043136 10342 33554432000 4194304 5992684 140736177900848 140736177893136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8418/statm: 11241 10342 189 440 0 10797 0
[pid=8423] ppid=8418 vsize=88532 CPUtime=41.23 cores=1,3,5,7
/proc/8423/stat : 8423 (glucosInc) S 8418 8417 3390 0 -1 4202496 18349 0 0 0 4120 3 0 0 20 0 1 0 273116887 90656768 20910 33554432000 4194304 5654031 140734859051024 140734859049336 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8423/statm: 22133 20910 147 357 0 21773 0
[pid=8522] ppid=8418 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8522/stat : 8522 (satsolver.sh) S 8418 8417 3390 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273292974 9367552 267 33554432000 4194304 5064252 140735073122400 140735073121312 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8522/statm: 2287 267 226 213 0 72 0
[pid=8523] ppid=8522 vsize=86084 CPUtime=36.56 cores=1,3,5,7
/proc/8523/stat : 8523 (glucose) R 8522 8417 3390 0 -1 4202496 19861 0 0 0 3650 6 0 0 20 0 1 0 273292975 88150016 20063 33554432000 4194304 5208918 140735015532128 140735015530216 4212649 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8523/statm: 21521 20063 96 248 0 21270 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 237876

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8417 and gives
#  childrusage.ru_utime.tv_sec=1720
#  childrusage.ru_utime.tv_usec=44513
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=246658
# CPU time returned by wait4() is 1722.29
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.05
CPU user time (s): 1797.73
CPU system time (s): 2.32
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 398516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1720.04
system time used= 2.24666
maximum resident set size= 196204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 302344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3048
involuntary context switches= 1953

runsolver used 3.9764 second user time and 9.8775 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 00:05:09
IDJOB=3702974
IDBENCH=2899
IDSOLVER=2278
FILE ID=node119/3702974-1338069909
RUNJOBID= node119-1338050630-3407
PBS_JOBID= 14624379
Free space on /tmp= 71568 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_3.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702974-1338069909/watcher-3702974-1338069909 -o /tmp/evaluation-result-3702974-1338069909/solver-3702974-1338069909 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702974-1338069909.opb 777845795 HOME HOME

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

MD5SUM BENCH= 455599f2e36aed56b051b7169c43fa6c
RANDOM SEED=777845795

node119.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		: 2666.943
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	: 5333.88
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		: 2666.943
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	: 5331.91
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		: 2666.943
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	: 5331.93
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		: 2666.943
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	: 5331.91
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		: 2666.943
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	: 5331.93
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		: 2666.943
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	: 5331.92
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		: 2666.943
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	: 5331.90
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		: 2666.943
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31539900 kB
Buffers:          215496 kB
Cached:           272412 kB
SwapCached:         1896 kB
Active:           541796 kB
Inactive:          12956 kB
Active(anon):      67016 kB
Inactive(anon):     2404 kB
Active(file):     474780 kB
Inactive(file):    10552 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67099240 kB
Dirty:              8124 kB
Writeback:             0 kB
AnonPages:         73016 kB
Mapped:            13044 kB
Shmem:                 8 kB
Slab:             638568 kB
SReclaimable:      80800 kB
SUnreclaim:       557768 kB
KernelStack:        1456 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     193520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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= 71484 MiB
End job on node119 at 2012-05-27 00:35:10