Trace number 3750240

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 (fixed)? (TO) 1800.12 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod008.opb
MD5SUM4dd9ac2644c29d272d2675c7fc366ed6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark0.305953
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 307
Optimality of the best value was proved YES
Number of variables319
Total number of constraints6
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 constraints6
Minimum length of a constraint186
Maximum length of a constraint231
Number of terms in the objective function 319
Biggest coefficient in the objective function 87
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 23554
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 22000
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 1027256
Number of bits of the biggest sum of numbers20
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.59	c run usual solver
1.52/1.69	c model valid
1.52/1.69	c current solution ok
1.89/2.09	o 21996
2.00/2.12	c current bound: 10998
2.00/2.12	c fallback to adder encoding
3.45/3.61	c model valid
3.45/3.61	c current solution ok
3.45/3.62	o 10924
3.45/3.62	c current bound: 5462
3.45/3.62	c fallback to adder encoding
5.55/5.71	c model valid
5.55/5.71	c current solution ok
5.55/5.71	o 5454
5.55/5.71	c current bound: 2727
5.55/5.71	c fallback to adder encoding
7.96/8.12	c model valid
7.96/8.12	c current solution ok
7.96/8.13	o 2594
7.96/8.13	c current bound: 1297
7.96/8.13	c fallback to adder encoding
9.56/9.72	c model valid
9.56/9.72	c current solution ok
9.56/9.73	o 796
9.56/9.73	c current bound: 398
25.17/25.34	c model valid
25.17/25.34	c current solution ok
25.17/25.35	o 398
25.17/25.35	c current bound: 199
664.66/664.96	c current bound: 299
1800.09/1800.50	./satsolver.sh: line 5: 17303 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.50	c error: unexpected solver exit code
1800.09/1800.50	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-3750240-1339113915/watcher-3750240-1339113915 -o /tmp/evaluation-result-3750240-1339113915/solver-3750240-1339113915 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750240-1339113915.opb 863734234 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.04 2.02 1.88 4/179 17239
/proc/meminfo: memFree=28982284/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0

[startup+0.0414059 s]
/proc/loadavg: 2.04 2.02 1.88 4/179 17239
/proc/meminfo: memFree=28982284/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100298 s]
/proc/loadavg: 2.04 2.02 1.88 4/179 17239
/proc/meminfo: memFree=28982284/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.04 2.02 1.88 4/179 17239
/proc/meminfo: memFree=28982284/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700197 s]
/proc/loadavg: 2.04 2.02 1.88 4/179 17239
/proc/meminfo: memFree=28982284/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.04 2.02 1.88 4/183 17243
/proc/meminfo: memFree=28919848/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=17852 CPUtime=0.59 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 11969 0 0 0 55 4 0 0 20 0 1 0 377517349 18280448 3938 33554432000 4194304 6004724 140734166999072 140734166993120 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17240/statm: 4463 3938 162 442 0 4017 0
[pid=17242] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17242/stat : 17242 (cp2_pre.sh) S 17240 17239 15337 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 377517409 9367552 276 33554432000 4194304 5064252 140735657893424 140735657892128 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17242/statm: 2287 276 234 213 0 72 0
[pid=17243] ppid=17242 vsize=49536 CPUtime=0.89 cores=1,3,5,7
/proc/17243/stat : 17243 (coprocessor) R 17242 17239 15337 0 -1 4202496 11396 0 0 0 87 2 0 0 20 0 1 0 377517409 50724864 11621 33554432000 4194304 6586260 140734119853968 140734119849288 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/17243/statm: 12384 11621 204 584 0 11796 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85684

[startup+3.10022 s]
/proc/loadavg: 2.03 2.02 1.88 3/181 17254
/proc/meminfo: memFree=29035604/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=17856 CPUtime=2.01 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 12541 19711 0 0 63 28 104 6 20 0 1 0 377517349 18284544 3951 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 4464 3951 174 442 0 4018 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 27004
heavy processes:

[startup+6.30026 s]
/proc/loadavg: 2.03 2.02 1.88 3/183 17263
/proc/meminfo: memFree=29004860/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=17856 CPUtime=5.62 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 13635 39669 0 0 67 29 453 13 20 0 1 0 377517349 18284544 3952 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 4464 3952 175 442 0 4018 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 27004

[startup+12.7004 s]
/proc/loadavg: 2.03 2.02 1.88 3/183 17284
/proc/meminfo: memFree=28949316/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=9.68 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 15265 60294 0 0 76 29 842 21 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17283] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17283/stat : 17283 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377518329 9367552 267 33554432000 4194304 5064252 140737166594128 140737166593040 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17283/statm: 2287 267 226 213 0 72 0
[pid=17284] ppid=17283 vsize=59752 CPUtime=2.89 cores=1,3,5,7
/proc/17284/stat : 17284 (glucose) R 17283 17239 15337 0 -1 4202496 12856 0 0 0 287 2 0 0 20 0 1 0 377518329 61186048 13432 33554432000 4194304 5208918 140737434918816 140737434916488 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17284/statm: 14938 13432 102 248 0 14687 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 105808

[startup+25.5011 s]
/proc/loadavg: 2.02 2.02 1.88 3/183 17287
/proc/meminfo: memFree=28971304/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=25.26 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 15836 80419 0 0 79 30 2384 33 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 36908

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 1.89 3/183 17291
/proc/meminfo: memFree=28928196/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=25.26 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 15836 80419 0 0 79 30 2384 33 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17290] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17290/stat : 17290 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 594 0 0 0 0 0 0 0 20 0 1 0 377519887 9367552 266 33554432000 4194304 5064252 140734351916816 140734351915728 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17290/statm: 2287 266 226 213 0 72 0
[pid=17291] ppid=17290 vsize=59832 CPUtime=25.7 cores=1,3,5,7
/proc/17291/stat : 17291 (glucose) R 17290 17239 15337 0 -1 4202496 10738 0 0 0 2567 3 0 0 20 0 1 0 377519888 61267968 14016 33554432000 4194304 5208918 140734571132032 140734571129976 4213035 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17291/statm: 14958 14016 105 248 0 14707 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 105888

[startup+102.301 s]
/proc/loadavg: 2.03 2.03 1.89 3/183 17291
/proc/meminfo: memFree=28904852/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=25.26 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 15836 80419 0 0 79 30 2384 33 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17290] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17290/stat : 17290 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 594 0 0 0 0 0 0 0 20 0 1 0 377519887 9367552 266 33554432000 4194304 5064252 140734351916816 140734351915728 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17290/statm: 2287 266 226 213 0 72 0
[pid=17291] ppid=17290 vsize=71436 CPUtime=76.9 cores=1,3,5,7
/proc/17291/stat : 17291 (glucose) R 17290 17239 15337 0 -1 4202496 11754 0 0 0 7687 3 0 0 20 0 1 0 377519888 73150464 16897 33554432000 4194304 5208918 140734571132032 140734571129896 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17291/statm: 17859 16897 105 248 0 17608 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 117492

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.90 3/183 17291
/proc/meminfo: memFree=28866632/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=25.26 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 15836 80419 0 0 79 30 2384 33 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17290] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17290/stat : 17290 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 594 0 0 0 0 0 0 0 20 0 1 0 377519887 9367552 266 33554432000 4194304 5064252 140734351916816 140734351915728 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17290/statm: 2287 266 226 213 0 72 0
[pid=17291] ppid=17290 vsize=90292 CPUtime=136.87 cores=1,3,5,7
/proc/17291/stat : 17291 (glucose) R 17290 17239 15337 0 -1 4202496 12939 0 0 0 13683 4 0 0 20 0 1 0 377519888 92459008 17894 33554432000 4194304 5208918 140734571132032 140734571127800 4213234 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17291/statm: 22573 17894 105 248 0 22322 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 136348

[startup+222.308 s]
/proc/loadavg: 2.05 2.03 1.91 3/183 17292
/proc/meminfo: memFree=28832488/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=25.26 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 15836 80419 0 0 79 30 2384 33 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17309
/proc/meminfo: memFree=28672200/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=664.78 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 16284 100454 0 0 84 30 66319 45 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17302] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17302/stat : 17302 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 377583850 9367552 267 33554432000 4194304 5064252 140737276437840 140737276436752 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17302/statm: 2287 267 226 213 0 72 0
[pid=17303] ppid=17302 vsize=150352 CPUtime=697.17 cores=1,3,5,7
/proc/17303/stat : 17303 (glucose) R 17302 17239 15337 0 -1 4202496 16700 0 0 0 69710 7 0 0 20 0 1 0 377583850 153960448 34849 33554432000 4194304 5208918 140734442391824 140734442388136 4229483 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17303/statm: 37588 34849 104 248 0 37337 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 196408

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17309
/proc/meminfo: memFree=28749944/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=664.78 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 16284 100454 0 0 84 30 66319 45 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17302] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17302/stat : 17302 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 377583850 9367552 267 33554432000 4194304 5064252 140737276437840 140737276436752 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17302/statm: 2287 267 226 213 0 72 0
[pid=17303] ppid=17302 vsize=162024 CPUtime=757.16 cores=1,3,5,7
/proc/17303/stat : 17303 (glucose) R 17302 17239 15337 0 -1 4202496 17056 0 0 0 75709 7 0 0 20 0 1 0 377583850 165912576 37748 33554432000 4194304 5208918 140734442391824 140734442388200 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17303/statm: 40506 37748 104 248 0 40255 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 208080

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17310
/proc/meminfo: memFree=28662456/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=664.78 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 16284 100454 0 0 84 30 66319 45 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17302] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17302/stat : 17302 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 377583850 9367552 267 33554432000 4194304 5064252 140737276437840 140737276436752 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17302/statm: 2287 267 226 213 0 72 0
[pid=17303] ppid=17302 vsize=162024 CPUtime=817.14 cores=1,3,5,7
/proc/17303/stat : 17303 (glucose) R 17302 17239 15337 0 -1 4202496 17076 0 0 0 81707 7 0 0 20 0 1 0 377583850 165912576 37767 33554432000 4194304 5208918 140734442391824 140734442388200 4229280 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17303/statm: 40506 37767 104 248 0 40255 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 208080

[startup+1542.31 s]
/proc/loadavg: 2.06 2.03 1.94 3/184 17313
/proc/meminfo: memFree=28749772/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=664.78 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 16284 100454 0 0 84 30 66319 45 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17302] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17302/stat : 17302 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 377583850 9367552 267 33554432000 4194304 5064252 140737276437840 140737276436752 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17302/statm: 2287 267 226 213 0 72 0
[pid=17303] ppid=17302 vsize=162024 CPUtime=877.14 cores=1,3,5,7
/proc/17303/stat : 17303 (glucose) R 17302 17239 15337 0 -1 4202496 17079 0 0 0 87707 7 0 0 20 0 1 0 377583850 165912576 39303 33554432000 4194304 5208918 140734442391824 140734442388136 4212869 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17303/statm: 40506 39303 104 248 0 40255 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 208080

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 17313
/proc/meminfo: memFree=28664436/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=664.78 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 16284 100454 0 0 84 30 66319 45 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17302] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17302/stat : 17302 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 377583850 9367552 267 33554432000 4194304 5064252 140737276437840 140737276436752 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17302/statm: 2287 267 226 213 0 72 0
[pid=17303] ppid=17302 vsize=162024 CPUtime=937.13 cores=1,3,5,7
/proc/17303/stat : 17303 (glucose) R 17302 17239 15337 0 -1 4202496 17079 0 0 0 93706 7 0 0 20 0 1 0 377583850 165912576 39303 33554432000 4194304 5208918 140734442391824 140734442387560 4229203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17303/statm: 40506 39303 104 248 0 40255 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 208080

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/183 17313
/proc/meminfo: memFree=28650928/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=664.78 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 16284 100454 0 0 84 30 66319 45 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17302] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17302/stat : 17302 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 377583850 9367552 267 33554432000 4194304 5064252 140737276437840 140737276436752 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17302/statm: 2287 267 226 213 0 72 0
[pid=17303] ppid=17302 vsize=112708 CPUtime=997.12 cores=1,3,5,7
/proc/17303/stat : 17303 (glucose) R 17302 17239 15337 0 -1 4202496 17340 0 0 0 99704 8 0 0 20 0 1 0 377583850 115412992 26215 33554432000 4194304 5208918 140734442391824 140734442388200 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17303/statm: 28177 26215 104 248 0 27926 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 158764

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/183 17313
/proc/meminfo: memFree=28709512/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=664.78 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 16284 100454 0 0 84 30 66319 45 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17302] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17302/stat : 17302 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 377583850 9367552 267 33554432000 4194304 5064252 140737276437840 140737276436752 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17302/statm: 2287 267 226 213 0 72 0
[pid=17303] ppid=17302 vsize=162028 CPUtime=1057.11 cores=1,3,5,7
/proc/17303/stat : 17303 (glucose) R 17302 17239 15337 0 -1 4202496 17659 0 0 0 105702 9 0 0 20 0 1 0 377583850 165916672 39302 33554432000 4194304 5208918 140734442391824 140734442388136 4229332 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17303/statm: 40507 39302 104 248 0 40256 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 208084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 17314
/proc/meminfo: memFree=28615752/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=664.78 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 16284 100454 0 0 84 30 66319 45 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17302] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17302/stat : 17302 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 377583850 9367552 267 33554432000 4194304 5064252 140737276437840 140737276436752 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17302/statm: 2287 267 226 213 0 72 0
[pid=17303] ppid=17302 vsize=162028 CPUtime=1117.1 cores=1,3,5,7
/proc/17303/stat : 17303 (glucose) R 17302 17239 15337 0 -1 4202496 17788 0 0 0 111699 11 0 0 20 0 1 0 377583850 165916672 36742 33554432000 4194304 5208918 140734442391824 140734442388200 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17303/statm: 40507 36742 104 248 0 40256 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 208084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 17356
/proc/meminfo: memFree=28641436/32873648 swapFree=7372/7372
[pid=17239] ppid=17237 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17239/stat : 17239 (npSolver-pbo.sh) S 17237 17239 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377517349 9367552 275 33554432000 4194304 5064252 140737213480400 140737213479312 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17239/statm: 2287 275 233 213 0 72 0
[pid=17240] ppid=17239 vsize=27760 CPUtime=664.78 cores=1,3,5,7
/proc/17240/stat : 17240 (npSolver-pbo) S 17239 17239 15337 0 -1 4202496 16284 100454 0 0 84 30 66319 45 20 0 1 0 377517349 28426240 5492 33554432000 4194304 6004724 140734166999072 140734166991424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/17240/statm: 6940 5492 178 442 0 6494 0
[pid=17302] ppid=17240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17302/stat : 17302 (satsolver.sh) S 17240 17239 15337 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 377583850 9367552 267 33554432000 4194304 5064252 140737276437840 140737276436752 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17302/statm: 2287 267 226 213 0 72 0
[pid=17303] ppid=17302 vsize=162028 CPUtime=1135.31 cores=1,3,5,7
/proc/17303/stat : 17303 (glucose) R 17302 17239 15337 0 -1 4202496 17791 0 0 0 113520 11 0 0 20 0 1 0 377583850 165916672 38278 33554432000 4194304 5208918 140734442391824 140734442388200 4228982 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17303/statm: 40507 38278 104 248 0 40256 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 208084

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.51
CPU time (s): 1800.12
CPU user time (s): 1799.24
CPU system time (s): 0.877866
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 238904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.877866
maximum resident set size= 206624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 784
involuntary context switches= 2052

runsolver used 6.42302 second user time and 17.1154 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-08 02:05:15
IDJOB=3750240
IDBENCH=1854
IDSOLVER=2334
FILE ID=node124/3750240-1339113915
RUNJOBID= node124-1339112111-17080
PBS_JOBID= 14643729
Free space on /tmp= 70796 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod008.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750240-1339113915/watcher-3750240-1339113915 -o /tmp/evaluation-result-3750240-1339113915/solver-3750240-1339113915 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750240-1339113915.opb 863734234 HOME HOME

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

MD5SUM BENCH= 4dd9ac2644c29d272d2675c7fc366ed6
RANDOM SEED=863734234

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28982292 kB
Buffers:          318176 kB
Cached:          2577796 kB
SwapCached:         8612 kB
Active:          1211928 kB
Inactive:        1844748 kB
Active(anon):     151672 kB
Inactive(anon):    11112 kB
Active(file):    1060256 kB
Inactive(file):  1833636 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:             23796 kB
Writeback:             0 kB
AnonPages:        159488 kB
Mapped:            10700 kB
Shmem:                 0 kB
Slab:             697640 kB
SReclaimable:     141976 kB
SUnreclaim:       555664 kB
KernelStack:        1488 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     278244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70756 MiB
End job on node124 at 2012-06-08 02:35:15