Trace number 3701255

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
MD5SUM669011fc499ae56e44c354cc6cddc4c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.04
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 constraints80851
Number of constraints which are clauses80851
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.16	c run usual solver
0.00/0.42	c model valid
0.00/0.42	c current solution ok
0.00/0.55	o 0
0.00/0.55	c current bound: 575
0.00/0.55	c (debug) using card networks
4.18/4.25	c current bound: 863
4.18/4.25	c (debug) using card networks
11.17/11.25	c current bound: 1007
11.17/11.25	c (debug) using card networks
20.99/21.15	c current bound: 1079
20.99/21.15	c (debug) using card networks
35.20/35.34	c current bound: 1115
35.20/35.34	c (debug) using card networks
38.20/38.30	c model valid
38.20/38.30	c current solution ok
38.20/38.31	o -37
38.20/38.31	c current bound: 1096
38.20/38.31	c (debug) using card networks
51.38/51.55	c current bound: 1105
51.38/51.55	c (debug) using card networks
76.70/76.80	c model valid
76.70/76.80	c current solution ok
76.70/76.80	o -45
76.70/76.80	c current bound: 1101
76.70/76.80	c (debug) using card networks
1800.00/1800.41	./satsolver.sh: line 5:  6512 Terminated              ./glucose $1 > $2 2> /dev/null
1800.00/1800.41	c error: unexpected solver exit code
1800.00/1800.41	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-3701255-1338062557/watcher-3701255-1338062557 -o /tmp/evaluation-result-3701255-1338062557/solver-3701255-1338062557 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701255-1338062557.opb 1029115618 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: 2.03 2.01 2.00 3/181 6449
/proc/meminfo: memFree=28744112/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0

[startup+0.0148691 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 6449
/proc/meminfo: memFree=28744112/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100249 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 6449
/proc/meminfo: memFree=28744112/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 6449
/proc/meminfo: memFree=28744112/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700248 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 6449
/proc/meminfo: memFree=28744112/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/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: 2.03 2.01 2.00 3/185 6463
/proc/meminfo: memFree=28703776/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=8408 CPUtime=0.61 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 3220 6826 0 0 33 11 15 2 20 0 1 0 272380450 8609792 1658 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6450/statm: 2102 1658 177 440 0 1658 0
[pid=6462] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6462/stat : 6462 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272380511 9367552 267 33554432000 4194304 5064252 140737221804000 140737221802912 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6462/statm: 2287 267 226 213 0 72 0
[pid=6463] ppid=6462 vsize=33880 CPUtime=0.87 cores=0,2,4,6
/proc/6463/stat : 6463 (glucose) R 6462 6449 3926 0 -1 4202496 7524 0 0 0 87 0 0 0 20 0 1 0 272380511 34693120 7512 33554432000 4194304 5208918 140734293660992 140734293658824 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6463/statm: 8470 7512 95 248 0 8219 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 60584

[startup+3.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 6463
/proc/meminfo: memFree=28702768/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=8408 CPUtime=0.61 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 3220 6826 0 0 33 11 15 2 20 0 1 0 272380450 8609792 1658 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6450/statm: 2102 1658 177 440 0 1658 0
[pid=6462] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6462/stat : 6462 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272380511 9367552 267 33554432000 4194304 5064252 140737221804000 140737221802912 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6462/statm: 2287 267 226 213 0 72 0
[pid=6463] ppid=6462 vsize=33880 CPUtime=2.47 cores=0,2,4,6
/proc/6463/stat : 6463 (glucose) R 6462 6449 3926 0 -1 4202496 7582 0 0 0 246 1 0 0 20 0 1 0 272380511 34693120 7570 33554432000 4194304 5208918 140734293660992 140734293658824 4229006 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6463/statm: 8470 7570 95 248 0 8219 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 60584

[startup+6.3004 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 6470
/proc/meminfo: memFree=28667208/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11480 CPUtime=4.3 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 4514 17266 0 0 38 12 376 4 20 0 1 0 272380450 11755520 2212 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6450/statm: 2870 2212 177 440 0 2426 0
[pid=6469] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6469/stat : 6469 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272380881 9367552 267 33554432000 4194304 5064252 140736726902368 140736726901280 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6469/statm: 2287 267 226 213 0 72 0
[pid=6470] ppid=6469 vsize=33956 CPUtime=1.97 cores=0,2,4,6
/proc/6470/stat : 6470 (glucose) R 6469 6449 3926 0 -1 4202496 6851 0 0 0 197 0 0 0 20 0 1 0 272380881 34770944 7600 33554432000 4194304 5208918 140737411312064 140737411309896 4229259 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6470/statm: 8489 7600 95 248 0 8238 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 63732

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 6477
/proc/meminfo: memFree=28663744/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11480 CPUtime=11.28 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 5808 27671 0 0 43 12 1067 6 20 0 1 0 272380450 11755520 2212 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2870 2212 177 440 0 2426 0
[pid=6476] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6476/stat : 6476 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272381587 9367552 267 33554432000 4194304 5064252 140735899880960 140735899879872 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6476/statm: 2287 267 226 213 0 72 0
[pid=6477] ppid=6476 vsize=33944 CPUtime=1.3 cores=0,2,4,6
/proc/6477/stat : 6477 (glucose) R 6476 6449 3926 0 -1 4202496 6830 0 0 0 130 0 0 0 20 0 1 0 272381587 34758656 7593 33554432000 4194304 5208918 140733623048608 140733623046440 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6477/statm: 8486 7593 95 248 0 8235 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 63720

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 6484
/proc/meminfo: memFree=28696024/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=21.12 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 7144 38238 0 0 49 13 2041 9 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6483] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6483/stat : 6483 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272382570 9367552 267 33554432000 4194304 5064252 140736874805120 140736874804032 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6483/statm: 2287 267 226 213 0 72 0
[pid=6484] ppid=6483 vsize=37376 CPUtime=4.28 cores=0,2,4,6
/proc/6484/stat : 6484 (glucose) R 6483 6449 3926 0 -1 4202496 8191 0 0 0 427 1 0 0 20 0 1 0 272382570 38273024 8634 33554432000 4194304 5208918 140733960987504 140733960985656 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6484/statm: 9344 8634 103 248 0 9093 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 67160

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 6498
/proc/meminfo: memFree=28688260/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=38.27 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 9842 62789 0 0 67 14 3723 23 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6497] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6497/stat : 6497 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272384287 9367552 267 33554432000 4194304 5064252 140736816250816 140736816249728 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6497/statm: 2287 267 226 213 0 72 0
[pid=6498] ppid=6497 vsize=49736 CPUtime=12.71 cores=0,2,4,6
/proc/6498/stat : 6498 (glucose) R 6497 6449 3926 0 -1 4202496 11162 0 0 0 1269 2 0 0 20 0 1 0 272384287 50929664 10711 33554432000 4194304 5208918 140737067690416 140737067688360 4229992 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6498/statm: 12434 10711 105 248 0 12183 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 79520

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 6513
/proc/meminfo: memFree=28682728/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=49860 CPUtime=25.42 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 12585 0 0 0 2539 3 0 0 20 0 1 0 272388136 51056640 11915 33554432000 4194304 5208918 140735532336352 140735532334360 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 12465 11915 105 248 0 12214 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 79644

[startup+162.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/185 6585
/proc/meminfo: memFree=28699052/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6623
/proc/meminfo: memFree=28514160/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=180068 CPUtime=1285.22 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 37649 0 0 0 128480 42 0 0 20 0 1 0 272388136 184389632 40100 33554432000 4194304 5208918 140735532336352 140735532334344 4229203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 45017 40100 105 248 0 44766 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 209852

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6623
/proc/meminfo: memFree=28467024/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=180068 CPUtime=1345.21 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 38581 0 0 0 134477 44 0 0 20 0 1 0 272388136 184389632 42148 33554432000 4194304 5208918 140735532336352 140735532334344 4212649 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 45017 42148 105 248 0 44766 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 209852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6623
/proc/meminfo: memFree=28450796/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=210888 CPUtime=1405.19 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 40032 0 0 0 140473 46 0 0 20 0 1 0 272388136 215949312 44701 33554432000 4194304 5208918 140735532336352 140735532334504 4229254 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 52722 44701 105 248 0 52471 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 240672

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6623
/proc/meminfo: memFree=28433760/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=210888 CPUtime=1465.19 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 41043 0 0 0 146470 49 0 0 20 0 1 0 272388136 215949312 47335 33554432000 4194304 5208918 140735532336352 140735532334504 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 52722 47335 105 248 0 52471 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 240672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 6623
/proc/meminfo: memFree=28545960/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=130748 CPUtime=1525.18 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 41979 0 0 0 152467 51 0 0 20 0 1 0 272388136 133885952 32105 33554432000 4194304 5208918 140735532336352 140735532334440 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 32687 32105 105 248 0 32436 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 160532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 6627
/proc/meminfo: memFree=28459968/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=180068 CPUtime=1585.17 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 43245 0 0 0 158464 53 0 0 20 0 1 0 272388136 184389632 42148 33554432000 4194304 5208918 140735532336352 140735532334344 4211901 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 45017 42148 105 248 0 44766 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 209852

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/185 6627
/proc/meminfo: memFree=28444304/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=180068 CPUtime=1645.16 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 44177 0 0 0 164461 55 0 0 20 0 1 0 272388136 184389632 43172 33554432000 4194304 5208918 140735532336352 140735532332728 4229745 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 45017 43172 105 248 0 44766 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 209852

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 6627
/proc/meminfo: memFree=28411320/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=180068 CPUtime=1705.15 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 45359 0 0 0 170458 57 0 0 20 0 1 0 272388136 184389632 44434 33554432000 4194304 5208918 140735532336352 140735532332728 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 45017 44434 105 248 0 44766 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 209852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 6627
/proc/meminfo: memFree=28450340/32873844 swapFree=7616/7616
[pid=6449] ppid=6447 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6449/stat : 6449 (npSolver-pbo.sh) S 6447 6449 3926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272380449 9367552 275 33554432000 4194304 5064252 140734001223968 140734001222880 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6449/statm: 2287 275 233 213 0 72 0
[pid=6450] ppid=6449 vsize=11488 CPUtime=76.76 cores=0,2,4,6
/proc/6450/stat : 6450 (npSolver-pbo) S 6449 6449 3926 0 -1 4202496 12540 94676 0 0 86 16 7534 40 20 0 1 0 272380450 11763712 2254 33554432000 4194304 5992684 140736951600704 140736951593024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 6 0 0
/proc/6450/statm: 2872 2254 177 440 0 2428 0
[pid=6511] ppid=6450 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6511/stat : 6511 (satsolver.sh) S 6450 6449 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272388136 9367552 267 33554432000 4194304 5064252 140734353572224 140734353571136 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6511/statm: 2287 267 226 213 0 72 0
[pid=6512] ppid=6511 vsize=210888 CPUtime=1723.24 cores=0,2,4,6
/proc/6512/stat : 6512 (glucose) R 6511 6449 3926 0 -1 4202496 45725 0 0 0 172266 58 0 0 20 0 1 0 272388136 215949312 47847 33554432000 4194304 5208918 140735532336352 140735532334504 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6512/statm: 52722 47847 105 248 0 52471 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 240672

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.88
CPU system time (s): 1.15582
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 240672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.15582
maximum resident set size= 191388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 71280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 533
involuntary context switches= 1967

runsolver used 7.00493 second user time and 19.1331 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 22:02:37
IDJOB=3701255
IDBENCH=2264
IDSOLVER=2277
FILE ID=node135/3701255-1338062557
RUNJOBID= node135-1338048946-3942
PBS_JOBID= 14624374
Free space on /tmp= 71500 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-2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701255-1338062557/watcher-3701255-1338062557 -o /tmp/evaluation-result-3701255-1338062557/solver-3701255-1338062557 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701255-1338062557.opb 1029115618 HOME HOME

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

MD5SUM BENCH= 669011fc499ae56e44c354cc6cddc4c7
RANDOM SEED=1029115618

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28744376 kB
Buffers:          278828 kB
Cached:          2929152 kB
SwapCached:          940 kB
Active:          1064324 kB
Inactive:        2253424 kB
Active(anon):      99216 kB
Inactive(anon):    13124 kB
Active(file):     965108 kB
Inactive(file):  2240300 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67106688 kB
Dirty:             10120 kB
Writeback:             0 kB
AnonPages:        233756 kB
Mapped:            15512 kB
Shmem:               208 kB
Slab:             671344 kB
SReclaimable:     113668 kB
SUnreclaim:       557676 kB
KernelStack:        1536 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     226232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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 node135 at 2012-05-26 22:32:37