Trace number 3701078

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.09 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark0.202968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.11	c fallback to adder encoding
0.00/0.32	c fallback to adder encoding
0.00/0.78	c fallback to adder encoding
0.00/0.86	c run usual solver
66.94/67.08	c model valid
66.94/67.08	c current solution ok
67.76/67.81	o 79627
67.76/67.81	c current bound: 39813
67.76/67.81	c fallback to adder encoding
1800.05/1800.41	./satsolver.sh: line 5:  3022 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3701078-1338049992/watcher-3701078-1338049992 -o /tmp/evaluation-result-3701078-1338049992/solver-3701078-1338049992 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701078-1338049992.opb 363916764 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.08 1.02 1.15 2/171 2992
/proc/meminfo: memFree=29161920/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0

[startup+0.0683661 s]
/proc/loadavg: 1.08 1.02 1.15 2/171 2992
/proc/meminfo: memFree=29161920/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100343 s]
/proc/loadavg: 1.08 1.02 1.15 2/171 2992
/proc/meminfo: memFree=29161920/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300239 s]
/proc/loadavg: 1.08 1.02 1.15 2/171 2992
/proc/meminfo: memFree=29161920/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700262 s]
/proc/loadavg: 1.08 1.02 1.15 2/171 2992
/proc/meminfo: memFree=29161920/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 1.08 1.02 1.15 3/181 3012
/proc/meminfo: memFree=29032276/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=62900 CPUtime=0.84 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 16362 0 0 0 81 3 0 0 20 0 1 0 271124718 64409600 15177 33554432000 4194304 5992684 140735497437440 140735497431472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 15725 15177 178 440 0 15281 0
[pid=3011] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3011/stat : 3011 (cp2_pre.sh) S 2995 2992 31545 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271124804 9367552 276 33554432000 4194304 5064252 140736991448304 140736991447008 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3011/statm: 2287 276 234 213 0 72 0
[pid=3012] ppid=3011 vsize=107212 CPUtime=0.63 cores=1,3,5,7
/proc/3012/stat : 3012 (coprocessor) R 3011 2992 31545 0 -1 4202496 19471 0 0 0 60 3 0 0 20 0 1 0 271124805 109785088 24068 33554432000 4194304 6586260 140733833089216 140736991447032 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/3012/statm: 26803 24068 166 584 0 26215 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 188408

[startup+3.10029 s]
/proc/loadavg: 1.08 1.02 1.15 3/181 3012
/proc/meminfo: memFree=28915412/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=62900 CPUtime=2.73 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 16370 25537 0 0 81 3 181 8 20 0 1 0 271124718 64409600 15177 33554432000 4194304 5992684 140735497437440 140735497432560 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 15725 15177 178 440 0 15281 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 72048

[startup+6.30031 s]
/proc/loadavg: 1.15 1.03 1.15 3/181 3015
/proc/meminfo: memFree=28976916/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=62900 CPUtime=2.73 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 16370 25537 0 0 81 3 181 8 20 0 1 0 271124718 64409600 15177 33554432000 4194304 5992684 140735497437440 140735497432560 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 15725 15177 178 440 0 15281 0
[pid=3014] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3014/stat : 3014 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271124994 9367552 267 33554432000 4194304 5064252 140737167644144 140737167643056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3014/statm: 2287 267 226 213 0 72 0
[pid=3015] ppid=3014 vsize=67972 CPUtime=3.52 cores=1,3,5,7
/proc/3015/stat : 3015 (glucose) R 3014 2992 31545 0 -1 4202496 14111 0 0 0 350 2 0 0 20 0 1 0 271124995 69603328 14499 33554432000 4194304 5208918 140733706277408 140733706275560 4229232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3015/statm: 16993 14499 104 248 0 16742 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 149168

[startup+12.7004 s]
/proc/loadavg: 1.22 1.05 1.15 3/181 3015
/proc/meminfo: memFree=28965568/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=62900 CPUtime=2.73 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 16370 25537 0 0 81 3 181 8 20 0 1 0 271124718 64409600 15177 33554432000 4194304 5992684 140735497437440 140735497432560 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 15725 15177 178 440 0 15281 0
[pid=3014] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3014/stat : 3014 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271124994 9367552 267 33554432000 4194304 5064252 140737167644144 140737167643056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3014/statm: 2287 267 226 213 0 72 0
[pid=3015] ppid=3014 vsize=61740 CPUtime=9.92 cores=1,3,5,7
/proc/3015/stat : 3015 (glucose) R 3014 2992 31545 0 -1 4202496 15731 0 0 0 989 3 0 0 20 0 1 0 271124995 63221760 14218 33554432000 4194304 5208918 140733706277408 140733706275240 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3015/statm: 15435 14218 105 248 0 15184 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 142936

[startup+25.5004 s]
/proc/loadavg: 1.39 1.09 1.17 3/181 3015
/proc/meminfo: memFree=28928960/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=62900 CPUtime=2.73 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 16370 25537 0 0 81 3 181 8 20 0 1 0 271124718 64409600 15177 33554432000 4194304 5992684 140735497437440 140735497432560 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 15725 15177 178 440 0 15281 0
[pid=3014] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3014/stat : 3014 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271124994 9367552 267 33554432000 4194304 5064252 140737167644144 140737167643056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3014/statm: 2287 267 226 213 0 72 0
[pid=3015] ppid=3014 vsize=106872 CPUtime=22.73 cores=1,3,5,7
/proc/3015/stat : 3015 (glucose) R 3014 2992 31545 0 -1 4202496 17134 0 0 0 2269 4 0 0 20 0 1 0 271124995 109436928 25189 33554432000 4194304 5208918 140733706277408 140733706275272 4229254 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3015/statm: 26718 25189 105 248 0 26467 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 188068

[startup+51.1003 s]
/proc/loadavg: 1.60 1.17 1.19 3/181 3015
/proc/meminfo: memFree=28867276/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=62900 CPUtime=2.73 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 16370 25537 0 0 81 3 181 8 20 0 1 0 271124718 64409600 15177 33554432000 4194304 5992684 140735497437440 140735497432560 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 15725 15177 178 440 0 15281 0
[pid=3014] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3014/stat : 3014 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271124994 9367552 267 33554432000 4194304 5064252 140737167644144 140737167643056 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3014/statm: 2287 267 226 213 0 72 0
[pid=3015] ppid=3014 vsize=118544 CPUtime=48.32 cores=1,3,5,7
/proc/3015/stat : 3015 (glucose) R 3014 2992 31545 0 -1 4202496 18545 0 0 0 4827 5 0 0 20 0 1 0 271124995 121389056 27011 33554432000 4194304 5208918 140733706277408 140733706273096 4229471 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3015/statm: 29636 27011 105 248 0 29385 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 199740

[startup+102.307 s]
/proc/loadavg: 1.87 1.31 1.23 3/181 3022
/proc/meminfo: memFree=28841416/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=127292 CPUtime=34.41 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 18678 0 0 0 3436 5 0 0 20 0 1 0 271131505 130347008 27980 33554432000 4194304 5208918 140736746560080 140736746556456 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 31823 27980 105 248 0 31572 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 219372

[startup+162.3 s]
/proc/loadavg: 1.98 1.44 1.28 3/181 3022
/proc/meminfo: memFree=28826312/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=176612 CPUtime=94.39 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 18863 0 0 0 9434 5 0 0 20 0 1 0 271131505 180850688 37988 33554432000 4194304 5208918 140736746560080 140736746556456 4229075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 44153 37988 105 248 0 43902 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/181 3033
/proc/meminfo: memFree=28746144/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=176612 CPUtime=1294.19 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 42110 0 0 0 129362 57 0 0 20 0 1 0 271131505 180850688 40036 33554432000 4194304 5208918 140736746560080 140736746558168 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 44153 40036 105 248 0 43902 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 268692

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.79 3/181 3033
/proc/meminfo: memFree=28707364/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=257520 CPUtime=1354.19 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 43541 0 0 0 135359 60 0 0 20 0 1 0 271131505 263700480 52180 33554432000 4194304 5208918 140736746560080 140736746556392 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 64380 52180 105 248 0 64129 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 349600

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/181 3034
/proc/meminfo: memFree=28648128/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=207432 CPUtime=1414.17 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 44329 0 0 0 141356 61 0 0 20 0 1 0 271131505 212410368 49831 33554432000 4194304 5208918 140736746560080 140736746556456 4211665 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 51858 49831 105 248 0 51607 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 299512

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/181 3034
/proc/meminfo: memFree=28682172/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=207432 CPUtime=1474.16 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 45947 0 0 0 147351 65 0 0 20 0 1 0 271131505 212410368 45735 33554432000 4194304 5208918 140736746560080 140736746556456 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 51858 45735 105 248 0 51607 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 299512

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/181 3034
/proc/meminfo: memFree=28656404/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=257520 CPUtime=1534.14 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 46798 0 0 0 153348 66 0 0 20 0 1 0 271131505 263700480 57300 33554432000 4194304 5208918 140736746560080 140736746555768 4229717 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 64380 57300 105 248 0 64129 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 349600

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/182 3037
/proc/meminfo: memFree=28701136/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=257520 CPUtime=1594.13 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 48419 0 0 0 159345 68 0 0 20 0 1 0 271131505 263700480 51668 33554432000 4194304 5208918 140736746560080 140736746556392 4229374 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 64380 51668 105 248 0 64129 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 349600

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/182 3060
/proc/meminfo: memFree=28645300/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=207432 CPUtime=1654.13 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 49207 0 0 0 165342 71 0 0 20 0 1 0 271131505 212410368 48295 33554432000 4194304 5208918 140736746560080 140736746556456 4229738 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 51858 48295 105 248 0 51607 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 299512

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/181 3061
/proc/meminfo: memFree=28605228/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=257520 CPUtime=1714.11 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 50053 0 0 0 171339 72 0 0 20 0 1 0 271131505 263700480 57812 33554432000 4194304 5208918 140736746560080 140736746556456 4240137 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 64380 57812 105 248 0 64129 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 349600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 1.97 1.84 3/181 3061
/proc/meminfo: memFree=28640956/32873624 swapFree=7104/7104
[pid=2992] ppid=2988 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2992/stat : 2992 (npSolver-pbo.sh) S 2988 2992 31545 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271124718 9367552 275 33554432000 4194304 5064252 140735871245984 140735871244896 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2992/statm: 2287 275 233 213 0 72 0
[pid=2995] ppid=2992 vsize=73784 CPUtime=67.83 cores=1,3,5,7
/proc/2995/stat : 2995 (npSolver-pbo) S 2992 2992 31545 0 -1 4202496 19437 49321 0 0 100 63 6603 17 20 0 1 0 271124718 75554816 17697 33554432000 4194304 5992684 140735497437440 140735497429760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 18446 17697 187 440 0 18002 0
[pid=3021] ppid=2995 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3021/stat : 3021 (satsolver.sh) S 2995 2992 31545 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271131505 9367552 267 33554432000 4194304 5064252 140733233448336 140733233447248 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3021/statm: 2287 267 226 213 0 72 0
[pid=3022] ppid=3021 vsize=207432 CPUtime=1732.22 cores=1,3,5,7
/proc/3022/stat : 3022 (glucose) R 3021 2992 31545 0 -1 4202496 50826 0 0 0 173147 75 0 0 20 0 1 0 271131505 212410368 44199 33554432000 4194304 5208918 140736746560080 140736746556456 4229299 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3022/statm: 51858 44199 105 248 0 51607 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 299512

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.42
CPU time (s): 1800.09
CPU user time (s): 1798.51
CPU system time (s): 1.57576
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 398920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.57576
maximum resident set size= 272848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120574
page faults= 0
swaps= 0
block input operations= 0
block output operations= 102376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 403
involuntary context switches= 1867

runsolver used 6.89695 second user time and 19.2631 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-26 18:33:12
IDJOB=3701078
IDBENCH=1855
IDSOLVER=2277
FILE ID=node121/3701078-1338049992
RUNJOBID= node121-1338049992-2968
PBS_JOBID= 14624350
Free space on /tmp= 71476 MiB

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

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

MD5SUM BENCH= 75f6d21683e6eb738b98c93cf5598ff3
RANDOM SEED=363916764

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        29162828 kB
Buffers:          262268 kB
Cached:          2666228 kB
SwapCached:            0 kB
Active:           751676 kB
Inactive:        2186340 kB
Active(anon):      12600 kB
Inactive(anon):        0 kB
Active(file):     739076 kB
Inactive(file):  2186340 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:         16860 kB
Mapped:            12564 kB
Shmem:               200 kB
Slab:             634976 kB
SReclaimable:      79060 kB
SUnreclaim:       555916 kB
KernelStack:        1376 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:      92044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71428 MiB
End job on node121 at 2012-05-26 19:03:13