Trace number 3701033

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 NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.08 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_6_mh.opb
MD5SUM3266e32b2a945b684ae99382e7a5d59c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7586846
Best CPU time to get the best result obtained on this benchmark3.23351
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 4264157729
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 4264157729
Number of bits of the biggest sum of numbers32
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.11	c run usual solver
1.16/1.25	c model valid
1.16/1.25	c current solution ok
1.37/1.46	o 24313008
1.37/1.46	c current bound: 12156511
1.37/1.46	c fallback to adder encoding
877.78/878.34	c model valid
877.78/878.34	c current solution ok
877.78/878.35	o 11462736
877.78/878.35	c current bound: 5731375
877.78/878.35	c fallback to adder encoding
880.17/880.48	c current bound: 8597063
880.17/880.48	c fallback to adder encoding
1113.90/1114.29	c model valid
1113.90/1114.29	c current solution ok
1114.02/1114.31	o 8594885
1114.02/1114.31	c current bound: 7163138
1114.02/1114.31	c fallback to adder encoding
1301.04/1301.48	c current bound: 7879019
1301.04/1301.48	c fallback to adder encoding
1800.04/1800.50	./satsolver.sh: line 5: 20392 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.51	c error: unexpected solver exit code
1800.04/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3701033-1338136028/watcher-3701033-1338136028 -o /tmp/evaluation-result-3701033-1338136028/solver-3701033-1338136028 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701033-1338136028.opb 216551405 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.00 2.00 2.00 3/179 20339
/proc/meminfo: memFree=29539444/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0

[startup+0.0125121 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20339
/proc/meminfo: memFree=29539444/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20339
/proc/meminfo: memFree=29539444/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300167 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20339
/proc/meminfo: memFree=29539444/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700149 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20339
/proc/meminfo: memFree=29539444/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20346
/proc/meminfo: memFree=29514128/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=17104 CPUtime=1.48 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) R 20339 20339 18976 0 -1 4202496 5110 18546 0 0 19 18 105 6 20 0 1 0 279729798 17514496 3567 33554432000 4194304 5992684 140737346905392 140737346899424 5044353 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20340/statm: 4276 3567 185 440 0 3832 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26252

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20353
/proc/meminfo: memFree=29426660/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=49872 CPUtime=1.96 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 7390 18546 0 0 62 23 105 6 20 0 1 0 279729798 51068928 11643 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 12468 11643 186 440 0 12024 0
[pid=20352] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20352/stat : 20352 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279729998 9367552 267 33554432000 4194304 5064252 140736371814528 140736371813440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20352/statm: 2287 267 226 213 0 72 0
[pid=20353] ppid=20352 vsize=111868 CPUtime=1.08 cores=0,2,4,6
/proc/20353/stat : 20353 (glucose) R 20352 20339 18976 0 -1 4202496 20947 0 0 0 104 4 0 0 20 0 1 0 279729998 114552832 23821 33554432000 4194304 5208918 140735129272320 140735129270168 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20353/statm: 27967 23821 96 248 0 27716 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 180036

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20353
/proc/meminfo: memFree=29357856/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=49872 CPUtime=1.96 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 7390 18546 0 0 62 23 105 6 20 0 1 0 279729798 51068928 11643 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 12468 11643 186 440 0 12024 0
[pid=20352] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20352/stat : 20352 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279729998 9367552 267 33554432000 4194304 5064252 140736371814528 140736371813440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20352/statm: 2287 267 226 213 0 72 0
[pid=20353] ppid=20352 vsize=114924 CPUtime=4.28 cores=0,2,4,6
/proc/20353/stat : 20353 (glucose) R 20352 20339 18976 0 -1 4202496 21596 0 0 0 424 4 0 0 20 0 1 0 279729998 117682176 24470 33554432000 4194304 5208918 140735129272320 140735129270152 4229565 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20353/statm: 28731 24470 104 248 0 28480 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 183092

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 20353
/proc/meminfo: memFree=29356880/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=49872 CPUtime=1.96 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 7390 18546 0 0 62 23 105 6 20 0 1 0 279729798 51068928 11643 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 12468 11643 186 440 0 12024 0
[pid=20352] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20352/stat : 20352 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279729998 9367552 267 33554432000 4194304 5064252 140736371814528 140736371813440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20352/statm: 2287 267 226 213 0 72 0
[pid=20353] ppid=20352 vsize=114924 CPUtime=10.68 cores=0,2,4,6
/proc/20353/stat : 20353 (glucose) R 20352 20339 18976 0 -1 4202496 21776 0 0 0 1064 4 0 0 20 0 1 0 279729998 117682176 24650 33554432000 4194304 5208918 140735129272320 140735129270152 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20353/statm: 28731 24650 104 248 0 28480 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 183092

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 20353
/proc/meminfo: memFree=29353732/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=49872 CPUtime=1.96 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 7390 18546 0 0 62 23 105 6 20 0 1 0 279729798 51068928 11643 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 12468 11643 186 440 0 12024 0
[pid=20352] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20352/stat : 20352 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279729998 9367552 267 33554432000 4194304 5064252 140736371814528 140736371813440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20352/statm: 2287 267 226 213 0 72 0
[pid=20353] ppid=20352 vsize=116624 CPUtime=23.47 cores=0,2,4,6
/proc/20353/stat : 20353 (glucose) R 20352 20339 18976 0 -1 4202496 22168 0 0 0 2343 4 0 0 20 0 1 0 279729998 119422976 25553 33554432000 4194304 5208918 140735129272320 140735129268696 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20353/statm: 29156 25553 105 248 0 28905 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 184792

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 20353
/proc/meminfo: memFree=29348924/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=49872 CPUtime=1.96 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 7390 18546 0 0 62 23 105 6 20 0 1 0 279729798 51068928 11643 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 12468 11643 186 440 0 12024 0
[pid=20352] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20352/stat : 20352 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279729998 9367552 267 33554432000 4194304 5064252 140736371814528 140736371813440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20352/statm: 2287 267 226 213 0 72 0
[pid=20353] ppid=20352 vsize=117480 CPUtime=49.07 cores=0,2,4,6
/proc/20353/stat : 20353 (glucose) R 20352 20339 18976 0 -1 4202496 22294 0 0 0 4903 4 0 0 20 0 1 0 279729998 120299520 26190 33554432000 4194304 5208918 140735129272320 140735129270152 4205139 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20353/statm: 29370 26190 105 248 0 29119 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 185648

[startup+102.307 s]
/proc/loadavg: 2.09 2.02 2.00 3/183 20353
/proc/meminfo: memFree=29342452/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=49872 CPUtime=1.96 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 7390 18546 0 0 62 23 105 6 20 0 1 0 279729798 51068928 11643 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 12468 11643 186 440 0 12024 0
[pid=20352] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20352/stat : 20352 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279729998 9367552 267 33554432000 4194304 5064252 140736371814528 140736371813440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20352/statm: 2287 267 226 213 0 72 0
[pid=20353] ppid=20352 vsize=117480 CPUtime=100.27 cores=0,2,4,6
/proc/20353/stat : 20353 (glucose) R 20352 20339 18976 0 -1 4202496 22403 0 0 0 10022 5 0 0 20 0 1 0 279729998 120299520 26810 33554432000 4194304 5208918 140735129272320 140735129270152 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20353/statm: 29370 26810 105 248 0 29119 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 185648

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 20353
/proc/meminfo: memFree=29338396/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=49872 CPUtime=1.96 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 7390 18546 0 0 62 23 105 6 20 0 1 0 279729798 51068928 11643 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 12468 11643 186 440 0 12024 0
[pid=20352] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20352/stat : 20352 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279729998 9367552 267 33554432000 4194304 5064252 140736371814528 140736371813440 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20352/statm: 2287 267 226 213 0 72 0
[pid=20353] ppid=20352 vsize=118864 CPUtime=160.25 cores=0,2,4,6
/proc/20353/stat : 20353 (glucose) R 20352 20339 18976 0 -1 4202496 23376 0 0 0 16020 5 0 0 20 0 1 0 279729998 121716736 26275 33554432000 4194304 5208918 140735129272320 140735129270152 4205148 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20353/statm: 29716 26275 105 248 0 29465 0
Current children cumulated CPU time (s) 162.21

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20395
/proc/meminfo: memFree=29314496/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=78516 CPUtime=1301.63 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 23209 127121 0 0 245 43 129811 64 20 0 1 0 279729798 80400384 18709 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 19629 18709 188 440 0 19185 0
[pid=20391] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20391/stat : 20391 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279859996 9367552 267 33554432000 4194304 5064252 140735955438144 140735955437056 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=116232 CPUtime=120.29 cores=0,2,4,6
/proc/20392/stat : 20392 (glucose) R 20391 20339 18976 0 -1 4202496 22856 0 0 0 12023 6 0 0 20 0 1 0 279859996 119021568 24788 33554432000 4194304 5208918 140736723936160 140736723932536 4229251 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20392/statm: 29058 24788 105 248 0 28807 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 213044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20396
/proc/meminfo: memFree=29286704/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=78516 CPUtime=1301.63 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 23209 127121 0 0 245 43 129811 64 20 0 1 0 279729798 80400384 18709 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 19629 18709 188 440 0 19185 0
[pid=20391] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20391/stat : 20391 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279859996 9367552 267 33554432000 4194304 5064252 140735955438144 140735955437056 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=133944 CPUtime=180.27 cores=0,2,4,6
/proc/20392/stat : 20392 (glucose) R 20391 20339 18976 0 -1 4202496 23474 0 0 0 18021 6 0 0 20 0 1 0 279859996 137158656 29921 33554432000 4194304 5208918 140736723936160 140736723934024 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20392/statm: 33486 29921 105 248 0 33235 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 230756

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 20448
/proc/meminfo: memFree=29078440/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=78516 CPUtime=1301.63 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 23209 127121 0 0 245 43 129811 64 20 0 1 0 279729798 80400384 18709 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 19629 18709 188 440 0 19185 0
[pid=20391] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20391/stat : 20391 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279859996 9367552 267 33554432000 4194304 5064252 140735955438144 140735955437056 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=164292 CPUtime=240.27 cores=0,2,4,6
/proc/20392/stat : 20392 (glucose) R 20391 20339 18976 0 -1 4202496 23970 0 0 0 24020 7 0 0 20 0 1 0 279859996 168235008 31422 33554432000 4194304 5208918 140736723936160 140736723932536 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20392/statm: 41073 31422 105 248 0 40822 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 261104

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 20448
/proc/meminfo: memFree=29069408/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=78516 CPUtime=1301.63 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 23209 127121 0 0 245 43 129811 64 20 0 1 0 279729798 80400384 18709 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 19629 18709 188 440 0 19185 0
[pid=20391] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20391/stat : 20391 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279859996 9367552 267 33554432000 4194304 5064252 140735955438144 140735955437056 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=164292 CPUtime=300.24 cores=0,2,4,6
/proc/20392/stat : 20392 (glucose) R 20391 20339 18976 0 -1 4202496 24024 0 0 0 30017 7 0 0 20 0 1 0 279859996 168235008 32658 33554432000 4194304 5208918 140736723936160 140736723932536 4229850 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20392/statm: 41073 32658 105 248 0 40822 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 261104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20448
/proc/meminfo: memFree=29092600/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=78516 CPUtime=1301.63 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 23209 127121 0 0 245 43 129811 64 20 0 1 0 279729798 80400384 18709 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 19629 18709 188 440 0 19185 0
[pid=20391] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20391/stat : 20391 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279859996 9367552 267 33554432000 4194304 5064252 140735955438144 140735955437056 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=164292 CPUtime=360.23 cores=0,2,4,6
/proc/20392/stat : 20392 (glucose) R 20391 20339 18976 0 -1 4202496 24031 0 0 0 36016 7 0 0 20 0 1 0 279859996 168235008 33476 33554432000 4194304 5208918 140736723936160 140736723932472 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20392/statm: 41073 33476 105 248 0 40822 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 261104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20448
/proc/meminfo: memFree=29088072/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=78516 CPUtime=1301.63 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 23209 127121 0 0 245 43 129811 64 20 0 1 0 279729798 80400384 18709 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 19629 18709 188 440 0 19185 0
[pid=20391] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20391/stat : 20391 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279859996 9367552 267 33554432000 4194304 5064252 140735955438144 140735955437056 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=164292 CPUtime=420.22 cores=0,2,4,6
/proc/20392/stat : 20392 (glucose) R 20391 20339 18976 0 -1 4202496 24031 0 0 0 42015 7 0 0 20 0 1 0 279859996 168235008 33476 33554432000 4194304 5208918 140736723936160 140736723932536 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20392/statm: 41073 33476 105 248 0 40822 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 261104

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 20456
/proc/meminfo: memFree=29308616/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=78516 CPUtime=1301.63 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 23209 127121 0 0 245 43 129811 64 20 0 1 0 279729798 80400384 18709 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 19629 18709 188 440 0 19185 0
[pid=20391] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20391/stat : 20391 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279859996 9367552 267 33554432000 4194304 5064252 140735955438144 140735955437056 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=164292 CPUtime=480.21 cores=0,2,4,6
/proc/20392/stat : 20392 (glucose) R 20391 20339 18976 0 -1 4202496 24032 0 0 0 48014 7 0 0 20 0 1 0 279859996 168235008 33988 33554432000 4194304 5208918 140736723936160 140736723932536 4229476 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20392/statm: 41073 33988 105 248 0 40822 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 261104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.01 2.00 4/183 20456
/proc/meminfo: memFree=29281496/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=78516 CPUtime=1301.63 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 23209 127121 0 0 245 43 129811 64 20 0 1 0 279729798 80400384 18709 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 19629 18709 188 440 0 19185 0
[pid=20391] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20391/stat : 20391 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279859996 9367552 267 33554432000 4194304 5064252 140735955438144 140735955437056 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=164292 CPUtime=498.41 cores=0,2,4,6
/proc/20392/stat : 20392 (glucose) R 20391 20339 18976 0 -1 4202496 24040 0 0 0 49834 7 0 0 20 0 1 0 279859996 168235008 38084 33554432000 4194304 5208918 140736723936160 140736723932536 4211553 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20392/statm: 41073 38084 105 248 0 40822 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 261104

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.06 2.01 2.00 4/183 20456
/proc/meminfo: memFree=29281496/32873844 swapFree=7108/7108
[pid=20339] ppid=20337 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20339/stat : 20339 (npSolver-pbo.sh) S 20337 20339 18976 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279729798 9367552 275 33554432000 4194304 5064252 140734727607312 140734727606224 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20339/statm: 2287 275 233 213 0 72 0
[pid=20340] ppid=20339 vsize=78516 CPUtime=1301.63 cores=0,2,4,6
/proc/20340/stat : 20340 (npSolver-pbo) S 20339 20339 18976 0 -1 4202496 23209 127121 0 0 245 43 129811 64 20 0 1 0 279729798 80400384 18709 33554432000 4194304 5992684 140737346905392 140737346897712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/20340/statm: 19629 18709 188 440 0 19185 0
[pid=20391] ppid=20340 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20391/stat : 20391 (satsolver.sh) S 20340 20339 18976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279859996 9367552 267 33554432000 4194304 5064252 140735955438144 140735955437056 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20391/statm: 2287 267 226 213 0 72 0
[pid=20392] ppid=20391 vsize=164292 CPUtime=498.41 cores=0,2,4,6
/proc/20392/stat : 20392 (glucose) R 20391 20339 18976 0 -1 4202496 24040 0 0 0 49834 7 0 0 20 0 1 0 279859996 168235008 38084 33554432000 4194304 5208918 140736723936160 140736723932536 4211553 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20392/statm: 41073 38084 105 248 0 40822 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 261104

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1798.92
CPU system time (s): 1.16282
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 262136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.16282
maximum resident set size= 172588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175361
page faults= 0
swaps= 0
block input operations= 8
block output operations= 356104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1122
involuntary context switches= 2708

runsolver used 6.29404 second user time and 20.1229 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 18:27:08
IDJOB=3701033
IDBENCH=92719
IDSOLVER=2277
FILE ID=node111/3701033-1338136028
RUNJOBID= node111-1338122669-18992
PBS_JOBID= 14624489
Free space on /tmp= 71464 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat15_5_3_6_mh.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701033-1338136028/watcher-3701033-1338136028 -o /tmp/evaluation-result-3701033-1338136028/solver-3701033-1338136028 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701033-1338136028.opb 216551405 HOME HOME

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

MD5SUM BENCH= 3266e32b2a945b684ae99382e7a5d59c
RANDOM SEED=216551405

node111.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.152
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	: 5332.30
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.152
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.152
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.152
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.152
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.91
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29540080 kB
Buffers:          486368 kB
Cached:          1231412 kB
SwapCached:         1668 kB
Active:          1620100 kB
Inactive:         865532 kB
Active(anon):     757516 kB
Inactive(anon):    11100 kB
Active(file):     862584 kB
Inactive(file):   854432 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67105320 kB
Dirty:              8932 kB
Writeback:             0 kB
AnonPages:        929740 kB
Mapped:            15492 kB
Shmem:                 8 kB
Slab:             707456 kB
SReclaimable:     149920 kB
SUnreclaim:       557536 kB
KernelStack:        1520 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1027864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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= 71436 MiB
End job on node111 at 2012-05-27 18:57:09