Trace number 3750415

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.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUM32f273c48805c1e726044ae006778010
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.20	c run usual solver
0.00/0.46	c model valid
0.00/0.46	c current solution ok
0.00/0.58	o 0
0.00/0.58	c current bound: 575
0.00/0.58	c (debug) using card networks
0.00/0.58	c old isEQ: 63, new EQ is 0
4.26/4.34	c current bound: 863
4.26/4.34	c (debug) using card networks
4.26/4.34	c old isEQ: 95, new EQ is 0
10.97/11.22	c current bound: 1007
10.97/11.22	c (debug) using card networks
10.97/11.22	c old isEQ: 239, new EQ is 0
20.86/21.16	c current bound: 1079
20.86/21.16	c (debug) using card networks
20.86/21.16	c old isEQ: 55, new EQ is 0
34.97/35.24	c current bound: 1115
34.97/35.24	c (debug) using card networks
34.97/35.24	c old isEQ: 91, new EQ is 0
37.51/37.98	c model valid
37.51/37.98	c current solution ok
37.51/37.99	o -37
37.51/37.99	c current bound: 1096
37.51/37.99	c (debug) using card networks
37.51/37.99	c old isEQ: 72, new EQ is 0
50.36/50.67	c current bound: 1105
50.36/50.67	c (debug) using card networks
50.36/50.67	c old isEQ: 81, new EQ is 0
76.86/77.17	c model valid
76.86/77.17	c current solution ok
76.86/77.18	o -45
76.86/77.18	c current bound: 1101
76.86/77.18	c (debug) using card networks
76.86/77.18	c old isEQ: 77, new EQ is 0
1800.08/1800.61	c error: unexpected solver exit code
1800.08/1800.61	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-3750415-1339121219/watcher-3750415-1339121219 -o /tmp/evaluation-result-3750415-1339121219/solver-3750415-1339121219 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750415-1339121219.opb 2064769895 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: 1.99 1.98 1.99 2/177 4494
/proc/meminfo: memFree=30157944/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0

[startup+0.100237 s]
/proc/loadavg: 1.99 1.98 1.99 2/177 4494
/proc/meminfo: memFree=30157944/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200267 s]
/proc/loadavg: 1.99 1.98 1.99 2/177 4494
/proc/meminfo: memFree=30157944/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300208 s]
/proc/loadavg: 1.99 1.98 1.99 2/177 4494
/proc/meminfo: memFree=30157944/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700264 s]
/proc/loadavg: 1.99 1.98 1.99 2/177 4494
/proc/meminfo: memFree=30157944/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 4508
/proc/meminfo: memFree=30066776/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=0.61 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 10107 7016 0 0 35 11 14 1 20 0 1 0 378250358 58417152 13923 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4495/statm: 14262 13923 171 442 0 13816 0
[pid=4507] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4507/stat : 4507 (satsolver.sh) S 4495 4494 694 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 378250422 9367552 267 33554432000 4194304 5064252 140733322921344 140733322920256 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4507/statm: 2287 267 226 213 0 72 0
[pid=4508] ppid=4507 vsize=33452 CPUtime=0.85 cores=0,2,4,6
/proc/4508/stat : 4508 (glucose) R 4507 4494 694 0 -1 4202496 7543 0 0 0 84 1 0 0 20 0 1 0 378250423 34254848 7489 33554432000 4194304 5208918 140733710479392 140733710477224 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4508/statm: 8363 7489 95 248 0 8112 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 108796

[startup+3.1004 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 4508
/proc/meminfo: memFree=30065916/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=0.61 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 10107 7016 0 0 35 11 14 1 20 0 1 0 378250358 58417152 13923 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4495/statm: 14262 13923 171 442 0 13816 0
[pid=4507] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4507/stat : 4507 (satsolver.sh) S 4495 4494 694 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 378250422 9367552 267 33554432000 4194304 5064252 140733322921344 140733322920256 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/4507/statm: 2287 267 226 213 0 72 0
[pid=4508] ppid=4507 vsize=33904 CPUtime=2.45 cores=0,2,4,6
/proc/4508/stat : 4508 (glucose) R 4507 4494 694 0 -1 4202496 7601 0 0 0 244 1 0 0 20 0 1 0 378250423 34717696 7547 33554432000 4194304 5208918 140733710479392 140733710477224 4219119 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4508/statm: 8476 7547 95 248 0 8225 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 109248

[startup+6.3004 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 4515
/proc/meminfo: memFree=30064068/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=4.39 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 11649 17482 0 0 41 12 382 4 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4514] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4514/stat : 4514 (satsolver.sh) S 4495 4494 694 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 378250818 9367552 267 33554432000 4194304 5064252 140737187971792 140737187970704 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4514/statm: 2287 267 226 213 0 72 0
[pid=4515] ppid=4514 vsize=33864 CPUtime=1.68 cores=0,2,4,6
/proc/4515/stat : 4515 (glucose) R 4514 4494 694 0 -1 4202496 6776 0 0 0 168 0 0 0 20 0 1 0 378250818 34676736 7560 33554432000 4194304 5208918 140736021316000 140736021313832 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4515/statm: 8466 7560 95 248 0 8215 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 109208

[startup+12.7004 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 4522
/proc/meminfo: memFree=30060180/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=11.05 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 13190 27800 0 0 46 12 1041 6 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4521] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4521/stat : 4521 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378251485 9367552 267 33554432000 4194304 5064252 140734690835104 140734690834016 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4521/statm: 2287 267 226 213 0 72 0
[pid=4522] ppid=4521 vsize=33632 CPUtime=1.42 cores=0,2,4,6
/proc/4522/stat : 4522 (glucose) R 4521 4494 694 0 -1 4202496 7429 0 0 0 141 1 0 0 20 0 1 0 378251486 34439168 7542 33554432000 4194304 5208918 140734673646544 140734673644376 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4522/statm: 8408 7542 95 248 0 8157 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 108976

[startup+25.5005 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 4529
/proc/meminfo: memFree=30101752/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=21 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 14791 38970 0 0 51 13 2027 9 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4528] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4528/stat : 4528 (satsolver.sh) S 4495 4494 694 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 378252481 9367552 267 33554432000 4194304 5064252 140735366148256 140735366147168 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4528/statm: 2287 267 226 213 0 72 0
[pid=4529] ppid=4528 vsize=37484 CPUtime=4.26 cores=0,2,4,6
/proc/4529/stat : 4529 (glucose) R 4528 4494 694 0 -1 4202496 8136 0 0 0 425 1 0 0 20 0 1 0 378252481 38383616 8598 33554432000 4194304 5208918 140735541451152 140735541449304 4469616 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4529/statm: 9371 8598 103 248 0 9120 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 112828

[startup+51.1004 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 4543
/proc/meminfo: memFree=30042232/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=50.51 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 19622 77554 0 0 76 15 4936 24 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 66196

[startup+102.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/181 4557
/proc/meminfo: memFree=30080916/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=57280 CPUtime=25.04 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 10786 0 0 0 2502 2 0 0 20 0 1 0 378258083 58654720 13737 33554432000 4194304 5208918 140734404454160 140734404449928 4229780 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 14320 13737 105 248 0 14069 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 132624

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/181 4557
/proc/meminfo: memFree=30087692/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=50176 CPUtime=85.03 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 11536 0 0 0 8500 3 0 0 20 0 1 0 378258083 51380224 11961 33554432000 4194304 5208918 140734404454160 140734404452248 4229006 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 12544 11961 105 248 0 12293 0
Current children cumulated CPU time (s) 162.03

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/182 4704
/proc/meminfo: memFree=25359488/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=174508 CPUtime=1344.83 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 34203 0 0 0 134423 60 0 0 20 0 1 0 378258083 178696192 34157 33554432000 4194304 5208918 140734404454160 140734404452152 4211910 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 43627 34157 105 248 0 43376 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 249852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/181 4705
/proc/meminfo: memFree=25502636/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=174508 CPUtime=1404.82 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 35007 0 0 0 140420 62 0 0 20 0 1 0 378258083 178696192 38253 33554432000 4194304 5208918 140734404454160 140734404452152 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 43627 38253 105 248 0 43376 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 249852

[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 2.02 3/181 4705
/proc/meminfo: memFree=25425556/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=205328 CPUtime=1464.81 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 36392 0 0 0 146417 64 0 0 20 0 1 0 378258083 210255872 42928 33554432000 4194304 5208918 140734404454160 140734404450536 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 51332 42928 105 248 0 51081 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 280672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/181 4705
/proc/meminfo: memFree=25442404/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=125188 CPUtime=1524.8 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 37188 0 0 0 152413 67 0 0 20 0 1 0 378258083 128192512 27323 33554432000 4194304 5208918 140734404454160 140734404450536 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 31297 27323 105 248 0 31046 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 200532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 4705
/proc/meminfo: memFree=25337292/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=189516 CPUtime=1584.79 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 38740 0 0 0 158410 69 0 0 20 0 1 0 378258083 194064384 44396 33554432000 4194304 5208918 140734404454160 140734404452152 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 47379 44396 105 248 0 47128 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 264860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 4705
/proc/meminfo: memFree=25308020/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=220336 CPUtime=1644.78 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 40134 0 0 0 164406 72 0 0 20 0 1 0 378258083 225624064 47539 33554432000 4194304 5208918 140734404454160 140734404452312 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 55084 47539 105 248 0 54833 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 295680

[startup+1782.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/181 4706
/proc/meminfo: memFree=25258096/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=220336 CPUtime=1704.77 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 40935 0 0 0 170403 74 0 0 20 0 1 0 378258083 225624064 49075 33554432000 4194304 5208918 140734404454160 140734404452312 4229653 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 55084 49075 105 248 0 54833 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 295680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.23 2.09 2.02 3/181 4706
/proc/meminfo: memFree=25227344/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=220336 CPUtime=1723.08 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 40942 0 0 0 172233 75 0 0 20 0 1 0 378258083 225624064 52659 33554432000 4194304 5208918 140734404454160 140734404452312 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 55084 52659 105 248 0 54833 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 295680

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.23 2.09 2.02 3/181 4706
/proc/meminfo: memFree=25227344/32873844 swapFree=7124/7124
[pid=4494] ppid=4492 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4494/stat : 4494 (npSolver-pbo.sh) S 4492 4494 694 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 378250358 9367552 275 33554432000 4194304 5064252 140736677659856 140736677658768 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4494/statm: 2287 275 233 213 0 72 0
[pid=4495] ppid=4494 vsize=57048 CPUtime=77 cores=0,2,4,6
/proc/4495/stat : 4495 (npSolver-pbo) S 4494 4494 694 0 -1 4202496 21251 93827 0 0 89 15 7563 33 20 0 1 0 378250358 58417152 13924 33554432000 4194304 6004724 140735921770000 140735921762352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 18 0 0
/proc/4495/statm: 14262 13924 172 442 0 13816 0
[pid=4556] ppid=4495 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4556/stat : 4556 (satsolver.sh) S 4495 4494 694 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378258082 9367552 266 33554432000 4194304 5064252 140735530536768 140735530535680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4556/statm: 2287 266 226 213 0 72 0
[pid=4557] ppid=4556 vsize=220336 CPUtime=1723.08 cores=0,2,4,6
/proc/4557/stat : 4557 (glucose) R 4556 4494 694 0 -1 4202496 40942 0 0 0 172233 75 0 0 20 0 1 0 378258083 225624064 52659 33554432000 4194304 5208918 140734404454160 140734404452312 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4557/statm: 55084 52659 105 248 0 54833 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 295680

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.12
CPU user time (s): 1798.87
CPU system time (s): 1.25381
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 295680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.25381
maximum resident set size= 210636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156999
page faults= 0
swaps= 0
block input operations= 0
block output operations= 71040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 516
involuntary context switches= 2314

runsolver used 2.80957 second user time and 7.38988 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-08 04:06:59
IDJOB=3750415
IDBENCH=2262
IDSOLVER=2334
FILE ID=node110/3750415-1339121219
RUNJOBID= node110-1339111340-2979
PBS_JOBID= 14643743
Free space on /tmp= 70920 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750415-1339121219/watcher-3750415-1339121219 -o /tmp/evaluation-result-3750415-1339121219/solver-3750415-1339121219 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750415-1339121219.opb 2064769895 HOME HOME

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

MD5SUM BENCH= 32f273c48805c1e726044ae006778010
RANDOM SEED=2064769895

node110.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.893
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.78
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.893
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.893
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.92
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.893
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.893
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.92
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.893
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.90
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.893
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.91
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.893
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:        30158208 kB
Buffers:          104260 kB
Cached:          1605176 kB
SwapCached:         3684 kB
Active:           407280 kB
Inactive:        1521608 kB
Active(anon):     218132 kB
Inactive(anon):     3832 kB
Active(file):     189148 kB
Inactive(file):  1517776 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67097344 kB
Dirty:             10224 kB
Writeback:             0 kB
AnonPages:        237780 kB
Mapped:             9664 kB
Shmem:                 0 kB
Slab:             641976 kB
SReclaimable:      82636 kB
SUnreclaim:       559340 kB
KernelStack:        1512 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     344344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 69852 MiB
End job on node110 at 2012-06-08 04:37:00