Trace number 3747159

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 (fixed)? (TO) 1800.12 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
MD5SUM6549a0bbc5c463b1b909374436b51d65
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints470
Minimum length of a constraint4
Maximum length of a constraint18
Number of terms in the objective function 470
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 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.18	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.18	c [INC SYSTEM] execute solver
0.00/0.19	c [INC SEARCH] formula is SAT
0.00/0.19	c [INC SYSTEM] solved the initial formula
0.00/0.20	c model valid
0.00/0.20	c current solution ok
0.00/0.23	o 451
0.00/0.23	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.23	c write failed with 2
0.00/0.23	c [INC SEARCH] iteration: 0
0.00/0.23	c [INC BOUNDS] best value:451 search for 450
0.00/0.23	c [INC SYSTEM] create new solver instance
0.00/0.23	c [INC] encode full formula
0.00/0.23	c (debug) using card networks
0.00/0.23	c old isEQ: 41, new EQ is 0
0.00/0.24	c set iterative enc to: card
0.00/0.24	c set iterative enc to: none
0.00/0.24	c [INC SEARCH] isOptimum variable: 0
0.00/0.28	c formula is SAT
0.00/0.28	c [INC SEARCH] copied best model
0.00/0.28	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.28	c model valid
0.00/0.28	c current solution ok
0.00/0.28	o 227
0.00/0.28	c [INC SEARCH] iteration: 1
0.00/0.28	c [INC BOUNDS] best value:227 search for 226
0.00/0.28	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.28	c write failed with 2
0.00/0.29	c [INC SYSTEM] create new solver instance
0.00/0.29	c [INC] encode full formula
0.00/0.29	c (debug) using card networks
0.00/0.29	c old isEQ: 112, new EQ is 0
0.00/0.29	c set iterative enc to: card
0.00/0.29	c set iterative enc to: none
0.00/0.30	c [INC SEARCH] isOptimum variable: 0
0.00/0.33	c formula is SAT
0.00/0.33	c [INC SEARCH] copied best model
0.00/0.33	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.33	c model valid
0.00/0.33	c current solution ok
0.00/0.33	o 222
0.00/0.33	c [INC SEARCH] iteration: 2
0.00/0.33	c [INC BOUNDS] best value:222 search for 221
0.00/0.33	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.33	c write failed with 2
0.00/0.34	c [INC SYSTEM] create new solver instance
0.00/0.34	c [INC] encode full formula
0.00/0.34	c (debug) using card networks
0.00/0.34	c old isEQ: 112, new EQ is 0
0.00/0.34	c set iterative enc to: card
0.00/0.34	c set iterative enc to: none
0.00/0.35	c [INC SEARCH] isOptimum variable: 0
0.00/0.38	c formula is SAT
0.00/0.38	c [INC SEARCH] copied best model
0.00/0.38	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.39	c model valid
0.00/0.39	c current solution ok
0.00/0.39	o 220
0.00/0.39	c [INC SEARCH] iteration: 3
0.00/0.39	c [INC BOUNDS] best value:220 search for 219
0.00/0.39	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.39	c write failed with 2
0.00/0.39	c [INC SYSTEM] create new solver instance
0.00/0.39	c [INC] encode full formula
0.00/0.39	c (debug) using card networks
0.00/0.39	c old isEQ: 112, new EQ is 0
0.00/0.40	c set iterative enc to: card
0.00/0.40	c set iterative enc to: none
0.00/0.40	c [INC SEARCH] isOptimum variable: 0
0.00/0.88	c formula is SAT
0.00/0.88	c [INC SEARCH] copied best model
0.00/0.88	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.88	c model valid
0.00/0.88	c current solution ok
0.00/0.88	o 218
0.00/0.88	c [INC SEARCH] iteration: 4
0.00/0.88	c [INC BOUNDS] best value:218 search for 217
0.00/0.88	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.88	c write failed with 2
0.00/0.88	c [INC SYSTEM] create new solver instance
0.00/0.88	c [INC] encode full formula
0.00/0.88	c (debug) using card networks
0.00/0.88	c old isEQ: 112, new EQ is 0
0.00/0.89	c set iterative enc to: card
0.00/0.89	c set iterative enc to: none
0.00/0.89	c [INC SEARCH] isOptimum variable: 0
2.97/3.03	c formula is SAT
2.97/3.03	c [INC SEARCH] copied best model
3.02/3.16	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
3.02/3.16	c model valid
3.02/3.16	c current solution ok
3.02/3.16	o 217
3.02/3.16	c [INC SEARCH] iteration: 5
3.02/3.16	c [INC BOUNDS] best value:217 search for 216
3.02/3.16	c [INC SYSTEM] there exists a inc, kill it!
3.02/3.16	c write failed with 2
3.02/3.16	c [INC SYSTEM] create new solver instance
3.02/3.16	c [INC] encode full formula
3.02/3.16	c (debug) using card networks
3.02/3.16	c old isEQ: 112, new EQ is 0
3.02/3.16	c set iterative enc to: card
3.02/3.16	c set iterative enc to: none
3.02/3.16	c [INC SEARCH] isOptimum variable: 0
158.85/159.08	c formula is SAT
158.85/159.08	c [INC SEARCH] copied best model
158.85/159.08	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
158.85/159.08	c model valid
158.85/159.08	c current solution ok
158.85/159.08	o 213
158.85/159.08	c [INC SEARCH] iteration: 6
158.85/159.08	c [INC BOUNDS] best value:213 search for 212
158.85/159.08	c [INC SYSTEM] there exists a inc, kill it!
158.85/159.08	c write failed with 2
158.85/159.09	c [INC SYSTEM] create new solver instance
158.85/159.09	c [INC] encode full formula
158.85/159.09	c (debug) using card networks
158.85/159.09	c old isEQ: 112, new EQ is 0
158.85/159.09	c set iterative enc to: card
158.85/159.09	c set iterative enc to: none
158.97/159.10	c [INC SEARCH] isOptimum variable: 0
969.82/970.18	c formula is SAT
969.82/970.19	c [INC SEARCH] copied best model
969.82/970.19	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
969.82/970.19	c model valid
969.82/970.19	c current solution ok
969.82/970.19	o 212
969.82/970.19	c [INC SEARCH] iteration: 7
969.82/970.19	c [INC BOUNDS] best value:212 search for 211
969.82/970.19	c [INC SYSTEM] there exists a inc, kill it!
969.82/970.19	c write failed with 2
969.82/970.19	c [INC SYSTEM] create new solver instance
969.82/970.19	c [INC] encode full formula
969.82/970.19	c (debug) using card networks
969.82/970.19	c old isEQ: 112, new EQ is 0
969.82/970.20	c set iterative enc to: card
969.82/970.20	c set iterative enc to: none
969.93/970.21	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.50	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.08/1800.50	s UNKNOWN
1800.08/1800.50	c [INC SYSTEM] there exists a inc, kill it!
1800.08/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-3747159-1339098211/watcher-3747159-1339098211 -o /tmp/evaluation-result-3747159-1339098211/solver-3747159-1339098211 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747159-1339098211.opb 2117938885 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: 0.40 0.12 0.03 3/179 23850
/proc/meminfo: memFree=28718196/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0

[startup+0.048153 s]
/proc/loadavg: 0.40 0.12 0.03 3/179 23850
/proc/meminfo: memFree=28718196/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100335 s]
/proc/loadavg: 0.40 0.12 0.03 3/179 23850
/proc/meminfo: memFree=28718196/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300161 s]
/proc/loadavg: 0.40 0.12 0.03 3/179 23850
/proc/meminfo: memFree=28718196/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700115 s]
/proc/loadavg: 0.40 0.12 0.03 3/179 23850
/proc/meminfo: memFree=28718196/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 0.53 0.15 0.04 3/182 23867
/proc/meminfo: memFree=28709192/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=0.88 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 4311 17080 0 0 8 4 72 4 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23867] ppid=23851 vsize=14364 CPUtime=0.58 cores=1,3,5,7
/proc/23867/stat : 23867 (glucosInc) R 23851 23850 23584 0 -1 4202496 2221 0 0 0 58 0 0 0 20 0 1 0 375945718 14708736 2671 33554432000 4194304 5654031 140733986745040 140733986742824 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23867/statm: 3591 2671 140 357 0 3231 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 28376

[startup+3.10037 s]
/proc/loadavg: 0.53 0.15 0.04 3/182 23867
/proc/meminfo: memFree=28708636/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=3.02 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 4679 21713 0 0 9 4 283 6 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040124272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 14012

[startup+6.3003 s]
/proc/loadavg: 0.53 0.15 0.04 3/182 23869
/proc/meminfo: memFree=28704256/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=3.02 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 4842 22228 0 0 9 4 283 6 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23869] ppid=23851 vsize=19300 CPUtime=3.16 cores=1,3,5,7
/proc/23869/stat : 23869 (glucosInc) R 23851 23850 23584 0 -1 4202496 4506 0 0 0 316 0 0 0 20 0 1 0 375945940 19763200 4194 33554432000 4194304 5654031 140737119396080 140737119393960 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23869/statm: 4825 4194 142 357 0 4465 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 33312

[startup+12.7004 s]
/proc/loadavg: 0.76 0.21 0.06 3/182 23869
/proc/meminfo: memFree=28681688/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=3.02 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 4842 22228 0 0 9 4 283 6 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23869] ppid=23851 vsize=35400 CPUtime=9.57 cores=1,3,5,7
/proc/23869/stat : 23869 (glucosInc) R 23851 23850 23584 0 -1 4202496 5891 0 0 0 956 1 0 0 20 0 1 0 375945940 36249600 7517 33554432000 4194304 5654031 140737119396080 140737119383896 4232581 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23869/statm: 8850 7517 142 357 0 8490 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 49412

[startup+25.5004 s]
/proc/loadavg: 0.95 0.27 0.08 3/182 23869
/proc/meminfo: memFree=28673780/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=3.02 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 4842 22228 0 0 9 4 283 6 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23869] ppid=23851 vsize=54056 CPUtime=22.37 cores=1,3,5,7
/proc/23869/stat : 23869 (glucosInc) R 23851 23850 23584 0 -1 4202496 7001 0 0 0 2235 2 0 0 20 0 1 0 375945940 55353344 9825 33554432000 4194304 5654031 140737119396080 140737119383896 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23869/statm: 13514 9825 142 357 0 13154 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 68068

[startup+51.1004 s]
/proc/loadavg: 1.42 0.44 0.15 3/182 23869
/proc/meminfo: memFree=28638272/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=3.02 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 4842 22228 0 0 9 4 283 6 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23869] ppid=23851 vsize=72912 CPUtime=47.96 cores=1,3,5,7
/proc/23869/stat : 23869 (glucosInc) R 23851 23850 23584 0 -1 4202496 7722 0 0 0 4793 3 0 0 20 0 1 0 375945940 74661888 17000 33554432000 4194304 5654031 140737119396080 140737119383896 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23869/statm: 18228 17000 142 357 0 17868 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 86924

[startup+102.307 s]
/proc/loadavg: 1.75 0.68 0.24 3/181 23870
/proc/meminfo: memFree=28621632/32873844 swapFree=7904/7904
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=3.02 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 4842 22228 0 0 9 4 283 6 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23869] ppid=23851 vsize=85256 CPUtime=99.15 cores=1,3,5,7
/proc/23869/stat : 23869 (glucosInc) R 23851 23850 23584 0 -1 4202496 9053 0 0 0 9910 5 0 0 20 0 1 0 375945940 87302144 20769 33554432000 4194304 5654031 140737119396080 140737119394104 4232466 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23869/statm: 21314 20769 142 357 0 20954 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 99268

[startup+162.3 s]
/proc/loadavg: 1.95 0.93 0.35 3/181 23918
/proc/meminfo: memFree=28748196/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=158.97 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5373 34379 0 0 11 4 15865 17 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23918] ppid=23851 vsize=20980 CPUtime=3.19 cores=1,3,5,7
/proc/23918/stat : 23918 (glucosInc) R 23851 23850 23584 0 -1 4202496 5600 0 0 0 318 1 0 0 20 0 1 0 375961538 21483520 4456 33554432000 4194304 5654031 140734992308720 140734992296536 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23918/statm: 5245 4456 142 357 0 4885 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 34992

[startup+222.3 s]
/proc/loadavg: 1.98 1.13 0.45 3/181 23918
/proc/meminfo: memFree=28670672/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=158.97 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5373 34379 0 0 11 4 15865 17 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23918] ppid=23851 vsize=72800 CPUtime=63.18 cores=1,3,5,7
/proc/23918/stat : 23918 (glucosInc) R 23851 23850 23584 0 -1 4202496 8345 0 0 0 6315 3 0 0 20 0 1 0 375961538 74547200 17649 33554432000 4194304 5654031 140734992308720 140734992296536 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23918/statm: 18200 17649 142 357 0 17840 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 86812

[startup+282.3 s]
/proc/loadavg: 1.99 1.28 0.55 3/181 23918
/proc/meminfo: memFree=28675760/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=28527920/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=148816 CPUtime=332.02 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 21958 0 0 0 33181 21 0 0 20 0 1 0 376042649 152387584 31943 33554432000 4194304 5654031 140736522978784 140736522966600 4208599 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 37204 31943 142 357 0 36844 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 162828

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.53 3/181 23957
/proc/meminfo: memFree=28501704/32873844 swapFree=7904/7904
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=148816 CPUtime=392.01 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 23719 0 0 0 39175 26 0 0 20 0 1 0 376042649 152387584 29383 33554432000 4194304 5654031 140736522978784 140736522966600 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 37204 29383 142 357 0 36844 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 162828

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.56 3/181 23957
/proc/meminfo: memFree=28591056/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=99496 CPUtime=452.01 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 24976 0 0 0 45171 30 0 0 20 0 1 0 376042649 101883904 19673 33554432000 4194304 5654031 140736522978784 140736522966600 4232830 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 24874 19673 142 357 0 24514 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 113508

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.58 3/181 23957
/proc/meminfo: memFree=28602856/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=148816 CPUtime=511.99 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 26670 0 0 0 51164 35 0 0 20 0 1 0 376042649 152387584 28359 33554432000 4194304 5654031 140736522978784 140736522966600 4232994 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 37204 28359 142 357 0 36844 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 162828

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.60 3/181 23957
/proc/meminfo: memFree=28513016/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=179636 CPUtime=571.98 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 27936 0 0 0 57159 39 0 0 20 0 1 0 376042649 183947264 32522 33554432000 4194304 5654031 140736522978784 140736522966600 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 44909 32522 142 357 0 44549 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 193648

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.63 3/181 23960
/proc/meminfo: memFree=28475352/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=179636 CPUtime=631.98 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 29129 0 0 0 63154 44 0 0 20 0 1 0 376042649 183947264 33034 33554432000 4194304 5654031 140736522978784 140736522966600 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 44909 33034 142 357 0 44549 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 193648

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.65 3/181 23961
/proc/meminfo: memFree=28492924/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=149052 CPUtime=691.96 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 30908 0 0 0 69147 49 0 0 20 0 1 0 376042649 152629248 36145 33554432000 4194304 5654031 140736522978784 140736522966600 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 37263 36145 142 357 0 36903 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 163064

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/181 23961
/proc/meminfo: memFree=28503340/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=99732 CPUtime=751.95 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 31895 0 0 0 75142 53 0 0 20 0 1 0 376042649 102125568 24387 33554432000 4194304 5654031 140736522978784 140736522976808 4214832 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 24933 24387 142 357 0 24573 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 113744

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/181 23961
/proc/meminfo: memFree=28388812/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=179872 CPUtime=811.95 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 33393 0 0 0 81137 58 0 0 20 0 1 0 376042649 184188928 38260 33554432000 4194304 5654031 140736522978784 140736522966600 4208641 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 44968 38260 142 357 0 44608 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 193884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 1.99 1.69 3/181 23961
/proc/meminfo: memFree=28404932/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=99732 CPUtime=830.15 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 33711 0 0 0 82956 59 0 0 20 0 1 0 376042649 102125568 24387 33554432000 4194304 5654031 140736522978784 140736522976808 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 24933 24387 142 357 0 24573 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 113744

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 1.99 1.69 3/181 23961
/proc/meminfo: memFree=28404932/32873844 swapFree=7900/7900
[pid=23850] ppid=23848 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23850/stat : 23850 (npSolver-pbo-It) S 23848 23850 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945628 9367552 274 33554432000 4194304 5064252 140736925690576 140736925689488 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23850/statm: 2287 274 233 213 0 72 0
[pid=23851] ppid=23850 vsize=4864 CPUtime=969.93 cores=1,3,5,7
/proc/23851/stat : 23851 (npSolver-pbo) S 23850 23850 23584 0 -1 4202496 5904 66380 0 0 12 4 96898 79 20 0 1 0 375945628 4980736 830 33554432000 4194304 6004724 140735040130720 140735040116568 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23851/statm: 1216 830 176 442 0 770 0
[pid=23929] ppid=23851 vsize=99732 CPUtime=830.15 cores=1,3,5,7
/proc/23929/stat : 23929 (glucosInc) R 23851 23850 23584 0 -1 4202496 33711 0 0 0 82956 59 0 0 20 0 1 0 376042649 102125568 24387 33554432000 4194304 5654031 140736522978784 140736522976808 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23929/statm: 24933 24387 142 357 0 24573 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 113744

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1798.67
CPU system time (s): 1.44778
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 260840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.44778
maximum resident set size= 200156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106375
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 469
involuntary context switches= 2424

runsolver used 3.02554 second user time and 8.44072 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-07 21:43:31
IDJOB=3747159
IDBENCH=1961
IDSOLVER=2332
FILE ID=node137/3747159-1339098211
RUNJOBID= node137-1339098177-23601
PBS_JOBID= 14643716
Free space on /tmp= 70440 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747159-1339098211/watcher-3747159-1339098211 -o /tmp/evaluation-result-3747159-1339098211/solver-3747159-1339098211 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747159-1339098211.opb 2117938885 HOME HOME

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

MD5SUM BENCH= 6549a0bbc5c463b1b909374436b51d65
RANDOM SEED=2117938885

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28718088 kB
Buffers:          332452 kB
Cached:          2867792 kB
SwapCached:         5840 kB
Active:          1217960 kB
Inactive:        2109104 kB
Active(anon):     121852 kB
Inactive(anon):     7152 kB
Active(file):    1096108 kB
Inactive(file):  2101952 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097516 kB
Dirty:             25808 kB
Writeback:             0 kB
AnonPages:        138752 kB
Mapped:            10876 kB
Shmem:                 0 kB
Slab:             689032 kB
SReclaimable:     129200 kB
SUnreclaim:       559832 kB
KernelStack:        1520 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     254336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70436 MiB
End job on node137 at 2012-06-07 22:13:32