Trace number 3702343

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.12 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__64.opb
MD5SUM5aed6138edeb8c25258479e857e113ee
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72709
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19298
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint64
Maximum length of a constraint1089
Number of terms in the objective function 19200
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 692922048
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 692922048
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.16	c run inc solver
0.00/0.16	c [INC SYSTEM] run initial solver
0.00/0.16	c [INC SYSTEM] preprocess with white file
1.08/1.17	c [INC SYSTEM] finished preprocessing in 1 s
1.08/1.17	c [INC SYSTEM] execute solver
1.16/1.31	c [INC SEARCH] formula is SAT
1.16/1.31	c [INC SYSTEM] solved the initial formula
1.16/1.34	c model valid
1.16/1.34	c current solution ok
1.74/1.90	o 118137
1.74/1.90	c starting approximation
1.74/1.90	c factor = 4558
1.74/1.90	c factor still to low - shrinking to 6804.69
1.74/1.90	c approx number of clauses: 1e+06
1.74/1.90	c current bound: 59068
60.35/60.44	c leaving approximation
60.35/60.44	c finished approximation
60.35/60.44	c [INC SYSTEM] there exists a inc, kill it!
60.35/60.44	c write failed with 2
60.35/60.44	c [INC SEARCH] iteration: 0
60.35/60.44	c [INC BOUNDS] best value:118137 search for 118136
60.35/60.44	c [INC SYSTEM] create new solver instance
60.35/60.44	c [INC] encode full formula
60.35/60.44	c fallback to adder encoding
62.07/62.19	c set iterative enc to: adder
62.07/62.19	c set iterative enc to: none
62.36/62.45	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.07/1800.41	s UNKNOWN
1800.07/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.41	c write failed with -1

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-3702343-1338089436/watcher-3702343-1338089436 -o /tmp/evaluation-result-3702343-1338089436/solver-3702343-1338089436 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702343-1338089436.opb 1572526664 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: 1.58 1.64 1.55 2/180 21904
/proc/meminfo: memFree=26269164/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0

[startup+0.0345339 s]
/proc/loadavg: 1.58 1.64 1.55 2/180 21904
/proc/meminfo: memFree=26269164/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 1.58 1.64 1.55 2/180 21904
/proc/meminfo: memFree=26269164/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 1.58 1.64 1.55 2/180 21904
/proc/meminfo: memFree=26269164/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700326 s]
/proc/loadavg: 1.58 1.64 1.55 2/180 21904
/proc/meminfo: memFree=26269164/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.58 1.64 1.55 3/184 21908
/proc/meminfo: memFree=26148728/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=18272 CPUtime=1.35 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) R 21904 21904 15712 0 -1 4202496 4751 18364 0 0 20 18 92 5 20 0 1 0 275067900 18710528 4201 33554432000 4194304 5992684 140733700391584 140733700377848 5179696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 4568 4201 175 440 0 4124 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 27420

[startup+3.10038 s]
/proc/loadavg: 1.61 1.64 1.55 3/185 21913
/proc/meminfo: memFree=26094716/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=35384 CPUtime=1.82 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 7277 18880 0 0 32 52 92 6 20 0 1 0 275067900 36233216 7931 33554432000 4194304 5992684 140733700391584 140733700383872 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8846 7931 190 440 0 8402 0
[pid=21910] ppid=21905 vsize=38808 CPUtime=0.13 cores=1,3,5,7
/proc/21910/stat : 21910 (glucosInc) S 21905 21904 15712 0 -1 4202496 8298 0 0 0 12 1 0 0 20 0 1 0 275068017 39739392 8432 33554432000 4194304 5654031 140733613179312 140733613177624 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21910/statm: 9702 8432 146 357 0 9342 0
[pid=21912] ppid=21905 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21912/stat : 21912 (satsolver.sh) S 21905 21904 15712 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 275068098 9367552 267 33554432000 4194304 5064252 140733925295520 140733925294432 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21912/statm: 2287 267 226 213 0 72 0
[pid=21913] ppid=21912 vsize=71720 CPUtime=1.1 cores=1,3,5,7
/proc/21913/stat : 21913 (glucose) R 21912 21904 15712 0 -1 4202496 14482 0 0 0 107 3 0 0 20 0 1 0 275068098 73441280 16035 33554432000 4194304 5208918 140735818193888 140735818191832 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21913/statm: 17930 16035 95 248 0 17679 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 164208

[startup+6.30049 s]
/proc/loadavg: 1.61 1.64 1.55 3/185 21913
/proc/meminfo: memFree=25997736/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=35384 CPUtime=1.82 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 7277 18880 0 0 32 52 92 6 20 0 1 0 275067900 36233216 7931 33554432000 4194304 5992684 140733700391584 140733700383872 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8846 7931 190 440 0 8402 0
[pid=21910] ppid=21905 vsize=38808 CPUtime=0.13 cores=1,3,5,7
/proc/21910/stat : 21910 (glucosInc) S 21905 21904 15712 0 -1 4202496 8298 0 0 0 12 1 0 0 20 0 1 0 275068017 39739392 8432 33554432000 4194304 5654031 140733613179312 140733613177624 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21910/statm: 9702 8432 146 357 0 9342 0
[pid=21912] ppid=21905 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21912/stat : 21912 (satsolver.sh) S 21905 21904 15712 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 275068098 9367552 267 33554432000 4194304 5064252 140733925295520 140733925294432 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21912/statm: 2287 267 226 213 0 72 0
[pid=21913] ppid=21912 vsize=71852 CPUtime=4.3 cores=1,3,5,7
/proc/21913/stat : 21913 (glucose) R 21912 21904 15712 0 -1 4202496 14535 0 0 0 426 4 0 0 20 0 1 0 275068098 73576448 16088 33554432000 4194304 5208918 140735818193888 140735818191736 4211540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21913/statm: 17963 16088 95 248 0 17712 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 164340

[startup+12.7003 s]
/proc/loadavg: 1.67 1.65 1.56 3/184 21915
/proc/meminfo: memFree=25874056/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=35384 CPUtime=1.82 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 7277 18880 0 0 32 52 92 6 20 0 1 0 275067900 36233216 7931 33554432000 4194304 5992684 140733700391584 140733700383872 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8846 7931 190 440 0 8402 0
[pid=21910] ppid=21905 vsize=38808 CPUtime=0.13 cores=1,3,5,7
/proc/21910/stat : 21910 (glucosInc) S 21905 21904 15712 0 -1 4202496 8298 0 0 0 12 1 0 0 20 0 1 0 275068017 39739392 8432 33554432000 4194304 5654031 140733613179312 140733613177624 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21910/statm: 9702 8432 146 357 0 9342 0
[pid=21912] ppid=21905 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21912/stat : 21912 (satsolver.sh) S 21905 21904 15712 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 275068098 9367552 267 33554432000 4194304 5064252 140733925295520 140733925294432 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21912/statm: 2287 267 226 213 0 72 0
[pid=21913] ppid=21912 vsize=71852 CPUtime=10.7 cores=1,3,5,7
/proc/21913/stat : 21913 (glucose) R 21912 21904 15712 0 -1 4202496 14615 0 0 0 1065 5 0 0 20 0 1 0 275068098 73576448 16168 33554432000 4194304 5208918 140735818193888 140735818191736 4211652 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21913/statm: 17963 16168 95 248 0 17712 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 164340

[startup+25.5004 s]
/proc/loadavg: 1.81 1.68 1.57 2/184 21916
/proc/meminfo: memFree=24576356/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=35384 CPUtime=1.82 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 7277 18880 0 0 32 52 92 6 20 0 1 0 275067900 36233216 7931 33554432000 4194304 5992684 140733700391584 140733700383872 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8846 7931 190 440 0 8402 0
[pid=21910] ppid=21905 vsize=38808 CPUtime=0.13 cores=1,3,5,7
/proc/21910/stat : 21910 (glucosInc) S 21905 21904 15712 0 -1 4202496 8298 0 0 0 12 1 0 0 20 0 1 0 275068017 39739392 8432 33554432000 4194304 5654031 140733613179312 140733613177624 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21910/statm: 9702 8432 146 357 0 9342 0
[pid=21912] ppid=21905 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21912/stat : 21912 (satsolver.sh) S 21905 21904 15712 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 275068098 9367552 267 33554432000 4194304 5064252 140733925295520 140733925294432 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21912/statm: 2287 267 226 213 0 72 0
[pid=21913] ppid=21912 vsize=79164 CPUtime=23.5 cores=1,3,5,7
/proc/21913/stat : 21913 (glucose) R 21912 21904 15712 0 -1 4202496 14791 0 0 0 2345 5 0 0 20 0 1 0 275068098 81063936 16344 33554432000 4194304 5208918 140735818193888 140735818191736 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21913/statm: 19791 16344 95 248 0 19540 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 171652

[startup+51.1003 s]
/proc/loadavg: 2.25 1.80 1.61 3/186 21977
/proc/meminfo: memFree=27967496/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=35384 CPUtime=1.82 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 7277 18880 0 0 32 52 92 6 20 0 1 0 275067900 36233216 7931 33554432000 4194304 5992684 140733700391584 140733700383872 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8846 7931 190 440 0 8402 0
[pid=21910] ppid=21905 vsize=38808 CPUtime=0.13 cores=1,3,5,7
/proc/21910/stat : 21910 (glucosInc) S 21905 21904 15712 0 -1 4202496 8298 0 0 0 12 1 0 0 20 0 1 0 275068017 39739392 8440 33554432000 4194304 5654031 140733613179312 140733613177624 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21910/statm: 9702 8440 146 357 0 9342 0
[pid=21912] ppid=21905 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21912/stat : 21912 (satsolver.sh) S 21905 21904 15712 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 275068098 9367552 267 33554432000 4194304 5064252 140733925295520 140733925294432 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21912/statm: 2287 267 226 213 0 72 0
[pid=21913] ppid=21912 vsize=82864 CPUtime=49.1 cores=1,3,5,7
/proc/21913/stat : 21913 (glucose) R 21912 21904 15712 0 -1 4202496 15621 0 0 0 4904 6 0 0 20 0 1 0 275068098 84852736 17685 33554432000 4194304 5208918 140735818193888 140735818191720 4211599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21913/statm: 20716 17685 103 248 0 20465 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 175352

[startup+102.3 s]
/proc/loadavg: 2.14 1.85 1.64 3/183 22069
/proc/meminfo: memFree=27628108/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=370576 CPUtime=39.83 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 60328 0 0 0 3965 18 0 0 20 0 1 0 275074145 379469824 81797 33554432000 4194304 5654031 140736398891984 140736398889592 4214944 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 92644 81797 139 357 0 92284 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 412616

[startup+162.3 s]
/proc/loadavg: 2.01 1.86 1.65 3/183 22167
/proc/meminfo: memFree=27627248/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=27573920/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=447636 CPUtime=1239.63 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 68015 0 0 0 123935 28 0 0 20 0 1 0 275074145 458379264 94578 33554432000 4194304 5654031 140736398891984 140736398879800 4215290 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 111909 94578 141 357 0 111549 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 489676

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.89 3/183 24186
/proc/meminfo: memFree=27570452/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=447636 CPUtime=1299.62 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 68198 0 0 0 129934 28 0 0 20 0 1 0 275074145 458379264 95782 33554432000 4194304 5654031 140736398891984 140736398879800 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 111909 95782 141 357 0 111549 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 489676

[startup+1422.3 s]
/proc/loadavg: 2.06 2.02 1.90 3/183 24284
/proc/meminfo: memFree=27565960/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=450652 CPUtime=1359.61 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 68415 0 0 0 135933 28 0 0 20 0 1 0 275074145 461467648 97021 33554432000 4194304 5654031 140736398891984 140736398879800 4215126 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 112663 97021 141 357 0 112303 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 492692

[startup+1482.3 s]
/proc/loadavg: 1.98 2.00 1.90 3/183 24382
/proc/meminfo: memFree=27559700/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=450652 CPUtime=1419.6 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 68463 0 0 0 141932 28 0 0 20 0 1 0 275074145 461467648 98602 33554432000 4194304 5654031 140736398891984 140736398879800 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 112663 98602 141 357 0 112303 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 492692

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.90 3/183 24476
/proc/meminfo: memFree=27623656/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=450652 CPUtime=1479.6 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 69250 0 0 0 147930 30 0 0 20 0 1 0 275074145 461467648 92310 33554432000 4194304 5654031 140736398891984 140736398879800 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 112663 92310 141 357 0 112303 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 492692

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/183 24578
/proc/meminfo: memFree=27582764/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=450652 CPUtime=1539.59 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 69251 0 0 0 153929 30 0 0 20 0 1 0 275074145 461467648 92822 33554432000 4194304 5654031 140736398891984 140736398879800 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 112663 92822 141 357 0 112303 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 492692

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/183 24677
/proc/meminfo: memFree=27577712/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=453344 CPUtime=1599.58 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 69660 0 0 0 159928 30 0 0 20 0 1 0 275074145 464224256 93742 33554432000 4194304 5654031 140736398891984 140736398889752 4232994 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 113336 93742 141 357 0 112976 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 495384

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/183 24768
/proc/meminfo: memFree=27572988/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=453344 CPUtime=1659.57 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 69662 0 0 0 165927 30 0 0 20 0 1 0 275074145 464224256 94766 33554432000 4194304 5654031 140736398891984 140736398879800 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 113336 94766 141 357 0 112976 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 495384

[startup+1782.31 s]
/proc/loadavg: 1.99 2.00 1.91 3/184 24869
/proc/meminfo: memFree=27570096/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=453344 CPUtime=1719.56 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 69663 0 0 0 171926 30 0 0 20 0 1 0 275074145 464224256 95278 33554432000 4194304 5654031 140736398891984 140736398879800 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 113336 95278 141 357 0 112976 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 495384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.99 2.00 1.91 3/184 24904
/proc/meminfo: memFree=27570780/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=453344 CPUtime=1737.66 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 69664 0 0 0 173736 30 0 0 20 0 1 0 275074145 464224256 95790 33554432000 4194304 5654031 140736398891984 140736398879800 4214957 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 113336 95790 141 357 0 112976 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 495384

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 1.99 2.00 1.91 3/184 24904
/proc/meminfo: memFree=27570780/32873844 swapFree=7616/7616
[pid=21904] ppid=21902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21904/stat : 21904 (npSolver-pbo-It) S 21902 21904 15712 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275067900 9367552 274 33554432000 4194304 5064252 140734255668928 140734255667840 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21904/statm: 2287 274 233 213 0 72 0
[pid=21905] ppid=21904 vsize=32892 CPUtime=62.41 cores=1,3,5,7
/proc/21905/stat : 21905 (npSolver-pbo) S 21904 21904 15712 0 -1 4202496 15152 47325 0 0 206 77 5941 17 20 0 1 0 275067900 33681408 7914 33554432000 4194304 5992684 140733700391584 140733700377416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21905/statm: 8223 7914 201 440 0 7779 0
[pid=22005] ppid=21905 vsize=453344 CPUtime=1737.66 cores=1,3,5,7
/proc/22005/stat : 22005 (glucosInc) R 21905 21904 15712 0 -1 4202496 69664 0 0 0 173736 30 0 0 20 0 1 0 275074145 464224256 95790 33554432000 4194304 5654031 140736398891984 140736398879800 4214957 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 113336 95790 141 357 0 112976 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 495384

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1798.85
CPU system time (s): 1.26981
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 622920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.26981
maximum resident set size= 482848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 325744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245
involuntary context switches= 2006

runsolver used 3.2785 second user time and 8.68668 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 05:30:36
IDJOB=3702343
IDBENCH=71885
IDSOLVER=2278
FILE ID=node141/3702343-1338089436
RUNJOBID= node141-1338087612-15729
PBS_JOBID= 14624446
Free space on /tmp= 71056 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__64.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702343-1338089436/watcher-3702343-1338089436 -o /tmp/evaluation-result-3702343-1338089436/solver-3702343-1338089436 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702343-1338089436.opb 1572526664 HOME HOME

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

MD5SUM BENCH= 5aed6138edeb8c25258479e857e113ee
RANDOM SEED=1572526664

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
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.744
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.744
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.91
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.744
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.92
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.744
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:        26270560 kB
Buffers:          329852 kB
Cached:          4011912 kB
SwapCached:            0 kB
Active:          2488624 kB
Inactive:        3300092 kB
Active(anon):    1448596 kB
Inactive(anon):        0 kB
Active(file):    1040028 kB
Inactive(file):  3300092 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            520548 kB
Writeback:             0 kB
AnonPages:       1453448 kB
Mapped:            15596 kB
Shmem:               200 kB
Slab:             672636 kB
SReclaimable:     113316 kB
SUnreclaim:       559320 kB
KernelStack:        1488 kB
PageTables:         6472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1995184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1159168 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= 71400 MiB
End job on node141 at 2012-05-27 06:00:36