Trace number 3699589

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? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23954
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
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.25	c run inc solver
0.00/0.25	c [INC SYSTEM] run initial solver
0.00/0.25	c [INC SYSTEM] preprocess with white file
0.00/0.78	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.78	c [INC SYSTEM] execute solver
0.00/0.82	c [INC SEARCH] formula is SAT
0.00/0.82	c [INC SYSTEM] solved the initial formula
0.00/0.83	c model valid
0.00/0.83	c current solution ok
0.00/0.98	o 33840
0.00/0.98	c execute binary inc search
0.00/0.98	c [INC SEARCH] current bound: 16920
0.00/0.98	c [INC SEARCH] iteration: 0
0.00/0.98	c [INC SEARCH] lower bound: 0 upperbound 33840 current bound: 16920 best value:33840
0.00/0.98	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.98	c write failed with 2
0.00/0.98	c [INC SYSTEM] create new solver instance
0.00/0.98	c [INC] encode full formula
0.00/0.98	c fallback to adder encoding
0.00/1.00	c set iterative enc to: adder
0.00/1.00	c set iterative enc to: none
0.97/1.00	c [INC SEARCH] isOptimum variable: 0
2.36/2.42	c [INC SEARCH] formula is UNSAT
2.36/2.42	c [INC SYSTEM] there exists a inc, kill it!
2.36/2.42	c write failed with 2
2.36/2.42	c sat variable: 0 optimum/unsat variable: 1
2.36/2.42	c [INC SEARCH] set lower bound to 16921 upperbound 33840
2.36/2.42	c [INC SEARCH] current bound: 25380
2.36/2.42	c [INC SEARCH] iteration: 1
2.36/2.42	c [INC SEARCH] lower bound: 16921 upperbound 33840 current bound: 25380 best value:33840
2.36/2.42	c [INC SYSTEM] create new solver instance
2.36/2.42	c [INC] encode full formula
2.36/2.42	c fallback to adder encoding
2.36/2.43	c set iterative enc to: adder
2.36/2.43	c set iterative enc to: none
2.36/2.44	c [INC SEARCH] isOptimum variable: 0
410.19/410.31	c [INC SEARCH] formula is SAT
410.19/410.31	c [INC SEARCH] copied best model
410.19/410.31	c sat variable: 1 optimum/unsat variable: 0
410.19/410.32	c model valid
410.19/410.32	c current solution ok
410.19/410.32	o 25158
410.19/410.32	c [INC SEARCH] current bound: 21039
410.19/410.32	c [INC SEARCH] iteration: 2
410.19/410.32	c [INC SEARCH] lower bound: 16921 upperbound 25158 current bound: 21039 best value:25158
410.19/410.32	c [INC SYSTEM] there exists a inc, kill it!
410.19/410.32	c write failed with 2
410.19/410.32	c [INC SYSTEM] create new solver instance
410.19/410.32	c [INC] encode full formula
410.19/410.32	c fallback to adder encoding
410.19/410.33	c set iterative enc to: adder
410.19/410.33	c set iterative enc to: none
410.19/410.34	c [INC SEARCH] isOptimum variable: 0
977.80/978.08	c [INC SEARCH] formula is UNSAT
977.80/978.08	c [INC SYSTEM] there exists a inc, kill it!
977.80/978.08	c write failed with 2
977.80/978.09	c sat variable: 0 optimum/unsat variable: 1
977.80/978.09	c [INC SEARCH] set lower bound to 21040 upperbound 25158
977.80/978.09	c [INC SEARCH] current bound: 23099
977.80/978.09	c [INC SEARCH] iteration: 3
977.80/978.09	c [INC SEARCH] lower bound: 21040 upperbound 25158 current bound: 23099 best value:25158
977.80/978.09	c [INC SYSTEM] create new solver instance
977.80/978.09	c [INC] encode full formula
977.80/978.09	c fallback to adder encoding
977.91/978.10	c set iterative enc to: adder
977.91/978.10	c set iterative enc to: none
977.91/978.11	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.40	c an unexpexted return value has been received, exit
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.40	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-3699589-1338056557/watcher-3699589-1338056557 -o /tmp/evaluation-result-3699589-1338056557/solver-3699589-1338056557 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699589-1338056557.opb 375617454 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: 2.00 2.00 2.00 3/178 15061
/proc/meminfo: memFree=28275460/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0

[startup+0.08774 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15061
/proc/meminfo: memFree=28275460/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100209 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15061
/proc/meminfo: memFree=28275460/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300133 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15061
/proc/meminfo: memFree=28275460/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700167 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15061
/proc/meminfo: memFree=28275460/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15068
/proc/meminfo: memFree=28243716/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=0.98 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 3049 8604 0 0 29 11 54 4 20 0 1 0 271781178 9924608 1857 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1857 189 440 0 1979 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 18840

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15070
/proc/meminfo: memFree=28226616/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=2.41 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 3829 12534 0 0 31 11 194 5 20 0 1 0 271781178 9924608 1858 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1858 189 440 0 1979 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 18840
heavy processes:

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15072
/proc/meminfo: memFree=28227852/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=2.41 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 3829 12534 0 0 31 11 194 5 20 0 1 0 271781178 9924608 1858 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1858 189 440 0 1979 0
[pid=15072] ppid=15062 vsize=22628 CPUtime=3.84 cores=1,3,5,7
/proc/15072/stat : 15072 (glucosInc) R 15062 15061 14700 0 -1 4202496 3783 0 0 0 384 0 0 0 20 0 1 0 271781422 23171072 5103 33554432000 4194304 5654031 140736952434704 140736952432584 4215888 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15072/statm: 5657 5103 141 357 0 5297 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 41468

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15072
/proc/meminfo: memFree=28204780/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=2.41 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 3829 12534 0 0 31 11 194 5 20 0 1 0 271781178 9924608 1858 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1858 189 440 0 1979 0
[pid=15072] ppid=15062 vsize=31404 CPUtime=10.24 cores=1,3,5,7
/proc/15072/stat : 15072 (glucosInc) R 15062 15061 14700 0 -1 4202496 5165 0 0 0 1024 0 0 0 20 0 1 0 271781422 32157696 7397 33554432000 4194304 5654031 140736952434704 140736952422520 4214981 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15072/statm: 7851 7397 141 357 0 7491 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 50244

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15074
/proc/meminfo: memFree=28209228/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=2.41 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 3829 12534 0 0 31 11 194 5 20 0 1 0 271781178 9924608 1858 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1858 189 440 0 1979 0
[pid=15072] ppid=15062 vsize=34124 CPUtime=23.04 cores=1,3,5,7
/proc/15072/stat : 15072 (glucosInc) R 15062 15061 14700 0 -1 4202496 6787 0 0 0 2303 1 0 0 20 0 1 0 271781422 34942976 6641 33554432000 4194304 5654031 140736952434704 140736952432584 4216632 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15072/statm: 8531 6641 141 357 0 8171 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 52964

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15074
/proc/meminfo: memFree=28160092/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=2.41 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 3829 12534 0 0 31 11 194 5 20 0 1 0 271781178 9924608 1858 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1858 189 440 0 1979 0
[pid=15072] ppid=15062 vsize=41308 CPUtime=48.64 cores=1,3,5,7
/proc/15072/stat : 15072 (glucosInc) R 15062 15061 14700 0 -1 4202496 7479 0 0 0 4862 2 0 0 20 0 1 0 271781422 42299392 9896 33554432000 4194304 5654031 140736952434704 140736952422520 4232968 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15072/statm: 10327 9896 141 357 0 9967 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 60148

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15075
/proc/meminfo: memFree=28148324/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=2.41 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 3829 12534 0 0 31 11 194 5 20 0 1 0 271781178 9924608 1858 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1858 189 440 0 1979 0
[pid=15072] ppid=15062 vsize=52992 CPUtime=99.83 cores=1,3,5,7
/proc/15072/stat : 15072 (glucosInc) R 15062 15061 14700 0 -1 4202496 8338 0 0 0 9980 3 0 0 20 0 1 0 271781422 54263808 12817 33554432000 4194304 5654031 140736952434704 140736952422520 4233213 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15072/statm: 13248 12817 141 357 0 12888 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 71832

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15075
/proc/meminfo: memFree=28082716/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=2.41 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 3829 12534 0 0 31 11 194 5 20 0 1 0 271781178 9924608 1858 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1858 189 440 0 1979 0
[pid=15072] ppid=15062 vsize=83340 CPUtime=159.81 cores=1,3,5,7
/proc/15072/stat : 15072 (glucosInc) R 15062 15061 14700 0 -1 4202496 9293 0 0 0 15978 3 0 0 20 0 1 0 271781422 85340160 19892 33554432000 4194304 5654031 140736952434704 140736952422520 4233021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15072/statm: 20835 19892 141 357 0 20475 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 102180

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15075
/proc/meminfo: memFree=28069260/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=2.41 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 3829 12534 0 0 31 11 194 5 20 0 1 0 271781178 9924608 1858 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1858 189 440 0 1979 0
[pid=15072] ppid=15062 vsize=83340 CPUtime=219.8 cores=1,3,5,7
/proc/15072/stat : 15072 (glucosInc) R 15062 15061 14700 0 -1 4202496 9295 0 0 0 21977 3 0 0 20 0 1 0 271781422 85340160 20404 33554432000 4194304 5654031 140736952434704 140736952422520 4215357 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15072/statm: 20835 20404 141 357 0 20475 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 102180

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15077
/proc/meminfo: memFree=28078508/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0

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

/proc/meminfo: memFree=28026432/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=83636 CPUtime=324.11 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 10465 0 0 0 32406 5 0 0 20 0 1 0 271878990 85643264 20477 33554432000 4194304 5654031 140736569866080 140736569864104 4232929 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 20909 20477 141 357 0 20549 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 102476

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 15091
/proc/meminfo: memFree=28037976/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=83636 CPUtime=384.11 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 11364 0 0 0 38404 7 0 0 20 0 1 0 271878990 85643264 20477 33554432000 4194304 5654031 140736569866080 140736569853896 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 20909 20477 141 357 0 20549 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 102476

[startup+1422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 15091
/proc/meminfo: memFree=28006004/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=132956 CPUtime=444.1 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 12717 0 0 0 44402 8 0 0 20 0 1 0 271878990 136146944 29615 33554432000 4194304 5654031 140736569866080 140736569864008 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 33239 29615 141 357 0 32879 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 151796

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 15091
/proc/meminfo: memFree=28009780/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=145544 CPUtime=504.08 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 14220 0 0 0 50398 10 0 0 20 0 1 0 271878990 149037056 32250 33554432000 4194304 5654031 140736569866080 140736569853896 4215372 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 36386 32250 141 357 0 36026 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 164384

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 15091
/proc/meminfo: memFree=28013928/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=145544 CPUtime=564.08 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 15128 0 0 0 56396 12 0 0 20 0 1 0 271878990 149037056 32762 33554432000 4194304 5654031 140736569866080 140736569853896 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 36386 32762 141 357 0 36026 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 164384

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15091
/proc/meminfo: memFree=27984204/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=145544 CPUtime=624.07 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 16034 0 0 0 62394 13 0 0 20 0 1 0 271878990 149037056 31738 33554432000 4194304 5654031 140736569866080 140736569864008 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 36386 31738 141 357 0 36026 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 164384

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15097
/proc/meminfo: memFree=28105688/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=96224 CPUtime=684.06 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 16494 0 0 0 68392 14 0 0 20 0 1 0 271878990 98533376 23624 33554432000 4194304 5654031 140736569866080 140736569853896 4232912 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 24056 23624 141 357 0 23696 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 115064

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 15099
/proc/meminfo: memFree=28032180/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=145544 CPUtime=744.05 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 17402 0 0 0 74389 16 0 0 20 0 1 0 271878990 149037056 33274 33554432000 4194304 5654031 140736569866080 140736569853896 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 36386 33274 141 357 0 36026 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 164384

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 15099
/proc/meminfo: memFree=28100864/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=96224 CPUtime=804.04 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 17862 0 0 0 80387 17 0 0 20 0 1 0 271878990 98533376 23624 33554432000 4194304 5654031 140736569866080 140736569853896 4232994 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 24056 23624 141 357 0 23696 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 115064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 15150
/proc/meminfo: memFree=28279436/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=145544 CPUtime=822.14 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 18313 0 0 0 82197 17 0 0 20 0 1 0 271878990 149037056 32762 33554432000 4194304 5654031 140736569866080 140736569864008 4233173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 36386 32762 141 357 0 36026 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 164384

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 15150
/proc/meminfo: memFree=28279436/32873648 swapFree=7104/7104
[pid=15061] ppid=15059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15061/stat : 15061 (npSolver-pbo-I.) S 15059 15061 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271781178 9367552 274 33554432000 4194304 5064252 140737225974688 140737225973600 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15061/statm: 2287 274 233 213 0 72 0
[pid=15062] ppid=15061 vsize=9692 CPUtime=977.92 cores=1,3,5,7
/proc/15062/stat : 15062 (npSolver-pbo) S 15061 15061 14700 0 -1 4202496 5442 36525 0 0 34 12 97724 22 20 0 1 0 271781178 9924608 1888 33554432000 4194304 5992684 140733688400128 140733688385032 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15062/statm: 2423 1888 189 440 0 1979 0
[pid=15086] ppid=15062 vsize=145544 CPUtime=822.14 cores=1,3,5,7
/proc/15086/stat : 15086 (glucosInc) R 15062 15061 14700 0 -1 4202496 18313 0 0 0 82197 17 0 0 20 0 1 0 271878990 149037056 32762 33554432000 4194304 5654031 140736569866080 140736569864008 4233173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15086/statm: 36386 32762 141 357 0 36026 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 164384

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.57
CPU system time (s): 0.52592
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 164384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.52592
maximum resident set size= 141288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 47320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138
involuntary context switches= 2495

runsolver used 6.67399 second user time and 18.8581 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 20:22:37
IDJOB=3699589
IDBENCH=2010
IDSOLVER=2276
FILE ID=node127/3699589-1338056557
RUNJOBID= node127-1338052949-14717
PBS_JOBID= 14624406
Free space on /tmp= 71064 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699589-1338056557/watcher-3699589-1338056557 -o /tmp/evaluation-result-3699589-1338056557/solver-3699589-1338056557 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699589-1338056557.opb 375617454 HOME HOME

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=375617454

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        28280120 kB
Buffers:          315412 kB
Cached:          3338088 kB
SwapCached:            0 kB
Active:          1232920 kB
Inactive:        2551080 kB
Active(anon):     132440 kB
Inactive(anon):        0 kB
Active(file):    1100480 kB
Inactive(file):  2551080 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             58736 kB
Writeback:             8 kB
AnonPages:        132552 kB
Mapped:            15568 kB
Shmem:               200 kB
Slab:             671416 kB
SReclaimable:     115008 kB
SUnreclaim:       556408 kB
KernelStack:        1504 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     262968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 71088 MiB
End job on node127 at 2012-05-26 20:52:38