Trace number 3752477

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.09 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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.03	c old isEQ: 52, new EQ is 1
0.00/0.06	c run inc solver
0.00/0.06	c [INC SYSTEM] run initial solver
0.00/0.06	c [INC SYSTEM] preprocess with white file
0.00/0.34	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.34	c [INC SYSTEM] execute solver
0.00/0.41	c [INC SEARCH] formula is SAT
0.00/0.41	c [INC SYSTEM] solved the initial formula
0.00/0.41	c model valid
0.00/0.41	c current solution ok
0.00/0.52	o -10
0.00/0.52	c starting approximation
0.00/0.52	c factor = 1
0.00/0.52	c can not find a suitable factor, leaving approximation
0.00/0.52	c finished approximation
0.00/0.52	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.52	c write failed with 2
0.00/0.52	c [INC SEARCH] iteration: 0
0.00/0.52	c [INC BOUNDS] best value:90 search for 89
0.00/0.52	c [INC SYSTEM] create new solver instance
0.00/0.52	c [INC] encode full formula
0.00/0.52	c (debug) using card networks
0.00/0.52	c old isEQ: 112, new EQ is 0
0.00/0.52	c set iterative enc to: card
0.00/0.52	c set iterative enc to: none
0.00/0.52	c [INC SEARCH] isOptimum variable: 0
0.00/0.97	c formula is SAT
0.00/0.97	c [INC SEARCH] copied best model
0.00/0.97	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.97	c model valid
0.00/0.97	c current solution ok
0.00/0.97	o -11
0.00/0.98	c [INC SEARCH] iteration: 1
0.00/0.98	c [INC BOUNDS] best value:89 search for 88
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 (debug) using card networks
0.00/0.98	c old isEQ: 96, new EQ is 0
0.00/0.98	c set iterative enc to: card
0.00/0.98	c set iterative enc to: none
0.00/0.98	c [INC SEARCH] isOptimum variable: 0
3.06/3.10	c formula is SAT
3.06/3.10	c [INC SEARCH] copied best model
3.06/3.10	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
3.06/3.11	c model valid
3.06/3.11	c current solution ok
3.06/3.11	o -12
3.06/3.11	c [INC SEARCH] iteration: 2
3.06/3.11	c [INC BOUNDS] best value:88 search for 87
3.06/3.11	c [INC SYSTEM] there exists a inc, kill it!
3.06/3.11	c write failed with 2
3.06/3.11	c [INC SYSTEM] create new solver instance
3.06/3.11	c [INC] encode full formula
3.06/3.11	c (debug) using card networks
3.06/3.11	c old isEQ: 96, new EQ is 0
3.06/3.11	c set iterative enc to: card
3.06/3.11	c set iterative enc to: none
3.06/3.11	c [INC SEARCH] isOptimum variable: 0
5.17/5.20	c formula is SAT
5.19/5.32	c [INC SEARCH] copied best model
5.19/5.32	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.19/5.32	c model valid
5.19/5.32	c current solution ok
5.19/5.32	o -13
5.19/5.32	c [INC SEARCH] iteration: 3
5.19/5.32	c [INC BOUNDS] best value:87 search for 86
5.19/5.32	c [INC SYSTEM] there exists a inc, kill it!
5.19/5.32	c write failed with 2
5.19/5.32	c [INC SYSTEM] create new solver instance
5.19/5.32	c [INC] encode full formula
5.19/5.32	c (debug) using card networks
5.19/5.32	c old isEQ: 96, new EQ is 0
5.19/5.32	c set iterative enc to: card
5.19/5.32	c set iterative enc to: none
5.19/5.33	c [INC SEARCH] isOptimum variable: 0
66.33/66.59	c formula is SAT
66.33/66.59	c [INC SEARCH] copied best model
66.33/66.59	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
66.33/66.59	c model valid
66.33/66.59	c current solution ok
66.33/66.59	o -14
66.33/66.59	c [INC SEARCH] iteration: 4
66.33/66.59	c [INC BOUNDS] best value:86 search for 85
66.33/66.59	c [INC SYSTEM] there exists a inc, kill it!
66.33/66.59	c write failed with 2
66.33/66.60	c [INC SYSTEM] create new solver instance
66.33/66.60	c [INC] encode full formula
66.33/66.60	c (debug) using card networks
66.33/66.60	c old isEQ: 96, new EQ is 0
66.44/66.60	c set iterative enc to: card
66.44/66.60	c set iterative enc to: none
66.44/66.60	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.50	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.06/1800.50	s UNKNOWN
1800.06/1800.50	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.50	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-3752477-1339139980/watcher-3752477-1339139980 -o /tmp/evaluation-result-3752477-1339139980/solver-3752477-1339139980 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752477-1339139980.opb 1686372059 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.92 1.98 1.99 3/178 27864
/proc/meminfo: memFree=26588996/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0

[startup+0.0400261 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27864
/proc/meminfo: memFree=26588996/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100315 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27864
/proc/meminfo: memFree=26588996/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300285 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27864
/proc/meminfo: memFree=26588996/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27864
/proc/meminfo: memFree=26588996/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 27875
/proc/meminfo: memFree=26576160/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=0.97 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 3692 14202 0 0 7 10 74 6 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27875] ppid=27865 vsize=15464 CPUtime=0.5 cores=1,3,5,7
/proc/27875/stat : 27875 (glucosInc) R 27865 27864 27075 0 -1 4202496 2780 0 0 0 50 0 0 0 20 0 1 0 380122644 15835136 3102 33554432000 4194304 5654031 140735602355008 140735602342824 4232775 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/27875/statm: 3866 3102 140 357 0 3506 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30448

[startup+3.10033 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 27875
/proc/meminfo: memFree=26572084/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=0.97 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 3729 14202 0 0 7 10 74 6 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27875] ppid=27865 vsize=14180 CPUtime=2.09 cores=1,3,5,7
/proc/27875/stat : 27875 (glucosInc) R 27865 27864 27075 0 -1 4202496 3811 0 0 0 209 0 0 0 20 0 1 0 380122644 14520320 3125 33554432000 4194304 5654031 140735602355008 140735602352792 4976752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27875/statm: 3545 3125 142 357 0 3185 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 29164

[startup+6.30025 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 27879
/proc/meminfo: memFree=26571068/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=5.19 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4352 22966 0 0 8 10 493 8 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27879] ppid=27865 vsize=12764 CPUtime=0.96 cores=1,3,5,7
/proc/27879/stat : 27879 (glucosInc) R 27865 27864 27075 0 -1 4202496 3271 0 0 0 95 1 0 0 20 0 1 0 380123079 13070336 2699 33554432000 4194304 5654031 140733652684784 140733652682808 4232821 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/27879/statm: 3191 2699 141 357 0 2831 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27748

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 27879
/proc/meminfo: memFree=26563784/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=5.19 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4352 22966 0 0 8 10 493 8 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27879] ppid=27865 vsize=21324 CPUtime=7.35 cores=1,3,5,7
/proc/27879/stat : 27879 (glucosInc) R 27865 27864 27075 0 -1 4202496 5619 0 0 0 734 1 0 0 20 0 1 0 380123079 21835776 4816 33554432000 4194304 5654031 140733652684784 140733652672600 4232518 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27879/statm: 5331 4816 141 357 0 4971 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 36308

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/182 27882
/proc/meminfo: memFree=26559160/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=5.19 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4352 22966 0 0 8 10 493 8 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27879] ppid=27865 vsize=30136 CPUtime=20.15 cores=1,3,5,7
/proc/27879/stat : 27879 (glucosInc) R 27865 27864 27075 0 -1 4202496 7948 0 0 0 2013 2 0 0 20 0 1 0 380123079 30859264 6401 33554432000 4194304 5654031 140733652684784 140733652672600 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27879/statm: 7534 6401 141 357 0 7174 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 45120

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/182 27882
/proc/meminfo: memFree=26549832/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=5.19 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4352 22966 0 0 8 10 493 8 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27879] ppid=27865 vsize=51592 CPUtime=45.74 cores=1,3,5,7
/proc/27879/stat : 27879 (glucosInc) R 27865 27864 27075 0 -1 4202496 8941 0 0 0 4572 2 0 0 20 0 1 0 380123079 52830208 8896 33554432000 4194304 5654031 140733652684784 140733652672600 4215901 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27879/statm: 12898 8896 141 357 0 12538 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 66576

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/181 27884
/proc/meminfo: memFree=26550348/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=37944 CPUtime=35.68 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 9855 0 0 0 3566 2 0 0 20 0 1 0 380129207 38854656 8719 33554432000 4194304 5654031 140736482859632 140736482847448 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 9486 8719 141 357 0 9126 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 52928

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 27884
/proc/meminfo: memFree=26524964/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=47848 CPUtime=95.65 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 11322 0 0 0 9563 2 0 0 20 0 1 0 380129207 48996352 11477 33554432000 4194304 5654031 140736482859632 140736482847448 4232794 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 11962 11477 141 357 0 11602 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 62832

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 27885
/proc/meminfo: memFree=26502440/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=90132 CPUtime=155.65 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 12116 0 0 0 15562 3 0 0 20 0 1 0 380129207 92295168 15796 33554432000 4194304 5654031 140736482859632 140736482847448 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 22533 15796 141 357 0 22173 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 105116

[startup+282.3 s]

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

/proc/meminfo: memFree=26384448/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=171548 CPUtime=1235.49 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 16938 0 0 0 123532 17 0 0 20 0 1 0 380129207 175665152 33909 33554432000 4194304 5654031 140736482859632 140736482847448 4216577 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 42887 33909 141 357 0 42527 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 186532

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 27895
/proc/meminfo: memFree=26379856/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=171548 CPUtime=1295.47 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 17130 0 0 0 129530 17 0 0 20 0 1 0 380129207 175665152 36469 33554432000 4194304 5654031 140736482859632 140736482857560 4232968 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 42887 36469 141 357 0 42527 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 186532

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 27896
/proc/meminfo: memFree=26422988/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=122228 CPUtime=1355.47 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 17319 0 0 0 135529 18 0 0 20 0 1 0 380129207 125161472 25551 33554432000 4194304 5654031 140736482859632 140736482847448 4215055 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 30557 25551 141 357 0 30197 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 137212

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 27957
/proc/meminfo: memFree=26690480/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=171548 CPUtime=1415.45 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 17690 0 0 0 141526 19 0 0 20 0 1 0 380129207 175665152 34421 33554432000 4194304 5654031 140736482859632 140736482847448 4232791 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 42887 34421 141 357 0 42527 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 186532

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 27957
/proc/meminfo: memFree=26647916/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=171548 CPUtime=1475.44 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 17883 0 0 0 147524 20 0 0 20 0 1 0 380129207 175665152 36469 33554432000 4194304 5654031 140736482859632 140736482847448 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 42887 36469 141 357 0 42527 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 186532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 27957
/proc/meminfo: memFree=26683988/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=122228 CPUtime=1535.44 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 18670 0 0 0 153522 22 0 0 20 0 1 0 380129207 125161472 25551 33554432000 4194304 5654031 140736482859632 140736482857656 4215175 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 30557 25551 141 357 0 30197 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 137212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27957
/proc/meminfo: memFree=26617648/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=122228 CPUtime=1595.42 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 18860 0 0 0 159520 22 0 0 20 0 1 0 380129207 125161472 26063 33554432000 4194304 5654031 140736482859632 140736482857656 4233232 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 30557 26063 141 357 0 30197 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 137212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27958
/proc/meminfo: memFree=26649988/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=122228 CPUtime=1655.42 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 19050 0 0 0 165519 23 0 0 20 0 1 0 380129207 125161472 26575 33554432000 4194304 5654031 140736482859632 140736482857656 4232929 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 30557 26575 141 357 0 30197 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 137212

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27958
/proc/meminfo: memFree=26647844/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=122228 CPUtime=1715.41 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 19240 0 0 0 171517 24 0 0 20 0 1 0 380129207 125161472 27087 33554432000 4194304 5654031 140736482859632 140736482857656 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 30557 27087 141 357 0 30197 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 137212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27958
/proc/meminfo: memFree=26555312/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=171548 CPUtime=1733.61 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 19426 0 0 0 173337 24 0 0 20 0 1 0 380129207 175665152 37493 33554432000 4194304 5654031 140736482859632 140736482857560 4208584 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 42887 37493 141 357 0 42527 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 186532

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.00 2.00 2.00 3/181 27958
/proc/meminfo: memFree=26555312/32873648 swapFree=7388/7388
[pid=27864] ppid=27862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27864/stat : 27864 (npSolver-pbo-It) S 27862 27864 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 380122546 9367552 275 33554432000 4194304 5064252 140733554627840 140733554626752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27864/statm: 2287 275 233 213 0 72 0
[pid=27865] ppid=27864 vsize=5836 CPUtime=66.45 cores=1,3,5,7
/proc/27865/stat : 27865 (npSolver-pbo) S 27864 27864 27075 0 -1 4202496 4682 32931 0 0 9 10 6614 12 20 0 1 0 380122546 5976064 913 33554432000 4194304 6004724 140735662244976 140735662230824 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27865/statm: 1459 913 189 442 0 1013 0
[pid=27884] ppid=27865 vsize=171548 CPUtime=1733.61 cores=1,3,5,7
/proc/27884/stat : 27884 (glucosInc) R 27865 27864 27075 0 -1 4202496 19426 0 0 0 173337 24 0 0 20 0 1 0 380129207 175665152 37493 33554432000 4194304 5654031 140736482859632 140736482857560 4208584 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27884/statm: 42887 37493 141 357 0 42527 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 186532

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.62
CPU system time (s): 0.474927
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 217352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.474927
maximum resident set size= 154336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57419
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 309
involuntary context switches= 2859

runsolver used 3.74443 second user time and 8.62969 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 09:19:40
IDJOB=3752477
IDBENCH=48237
IDSOLVER=2335
FILE ID=node148/3752477-1339139980
RUNJOBID= node148-1339134206-27092
PBS_JOBID= 14643787
Free space on /tmp= 70392 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_5.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752477-1339139980/watcher-3752477-1339139980 -o /tmp/evaluation-result-3752477-1339139980/solver-3752477-1339139980 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752477-1339139980.opb 1686372059 HOME HOME

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=1686372059

node148.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.284
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.56
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.284
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.94
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.284
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.284
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.284
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.90
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.284
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.284
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.90
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.284
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:       32873648 kB
MemFree:        26588980 kB
Buffers:          672976 kB
Cached:          4424912 kB
SwapCached:          560 kB
Active:          2862136 kB
Inactive:        2483836 kB
Active(anon):     237880 kB
Inactive(anon):    10620 kB
Active(file):    2624256 kB
Inactive(file):  2473216 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        307832 kB
Mapped:            12272 kB
Shmem:                36 kB
Slab:             792288 kB
SReclaimable:     236408 kB
SUnreclaim:       555880 kB
KernelStack:        1504 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     377536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 70400 MiB
End job on node148 at 2012-06-08 09:49:41