Trace number 3747163

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.1 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
MD5SUM3ddf6338b9f9cf35560b94c856457c56
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables468
Total number of constraints468
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 constraints468
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 468
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 468
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 468
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 453
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:453 search for 452
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 231
0.00/0.28	c [INC SEARCH] iteration: 1
0.00/0.28	c [INC BOUNDS] best value:231 search for 230
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.28	c [INC SYSTEM] create new solver instance
0.00/0.28	c [INC] encode full formula
0.00/0.28	c (debug) using card networks
0.00/0.28	c old isEQ: 48, 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
1.37/1.44	c formula is SAT
1.37/1.44	c [INC SEARCH] copied best model
1.37/1.44	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.37/1.44	c model valid
1.37/1.44	c current solution ok
1.37/1.44	o 228
1.37/1.44	c [INC SEARCH] iteration: 2
1.37/1.44	c [INC BOUNDS] best value:228 search for 227
1.37/1.44	c [INC SYSTEM] there exists a inc, kill it!
1.37/1.44	c write failed with 2
1.37/1.44	c [INC SYSTEM] create new solver instance
1.37/1.44	c [INC] encode full formula
1.37/1.44	c (debug) using card networks
1.37/1.44	c old isEQ: 48, new EQ is 0
1.37/1.45	c set iterative enc to: card
1.37/1.45	c set iterative enc to: none
1.37/1.45	c [INC SEARCH] isOptimum variable: 0
1.44/1.50	c formula is SAT
1.44/1.50	c [INC SEARCH] copied best model
1.44/1.50	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.44/1.51	c model valid
1.44/1.51	c current solution ok
1.44/1.51	o 225
1.44/1.51	c [INC SEARCH] iteration: 3
1.44/1.51	c [INC BOUNDS] best value:225 search for 224
1.44/1.51	c [INC SYSTEM] there exists a inc, kill it!
1.44/1.51	c write failed with 2
1.44/1.51	c [INC SYSTEM] create new solver instance
1.44/1.51	c [INC] encode full formula
1.44/1.51	c (debug) using card networks
1.44/1.51	c old isEQ: 48, new EQ is 0
1.44/1.52	c set iterative enc to: card
1.44/1.52	c set iterative enc to: none
1.44/1.52	c [INC SEARCH] isOptimum variable: 0
1.50/1.72	c formula is SAT
1.50/1.72	c [INC SEARCH] copied best model
1.50/1.72	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.50/1.72	c model valid
1.50/1.72	c current solution ok
1.50/1.72	o 222
1.50/1.72	c [INC SEARCH] iteration: 4
1.50/1.72	c [INC BOUNDS] best value:222 search for 221
1.50/1.72	c [INC SYSTEM] there exists a inc, kill it!
1.50/1.72	c write failed with 2
1.50/1.72	c [INC SYSTEM] create new solver instance
1.50/1.72	c [INC] encode full formula
1.50/1.72	c (debug) using card networks
1.50/1.72	c old isEQ: 48, new EQ is 0
1.50/1.73	c set iterative enc to: card
1.50/1.73	c set iterative enc to: none
1.50/1.74	c [INC SEARCH] isOptimum variable: 0
11.76/11.86	c formula is SAT
11.76/11.86	c [INC SEARCH] copied best model
11.76/11.86	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
11.76/11.86	c model valid
11.76/11.86	c current solution ok
11.76/11.86	o 215
11.76/11.86	c [INC SEARCH] iteration: 5
11.76/11.86	c [INC BOUNDS] best value:215 search for 214
11.76/11.86	c [INC SYSTEM] there exists a inc, kill it!
11.76/11.86	c write failed with 2
11.76/11.86	c [INC SYSTEM] create new solver instance
11.76/11.86	c [INC] encode full formula
11.76/11.86	c (debug) using card networks
11.76/11.86	c old isEQ: 48, new EQ is 0
11.76/11.87	c set iterative enc to: card
11.76/11.87	c set iterative enc to: none
11.76/11.87	c [INC SEARCH] isOptimum variable: 0
56.45/56.55	c formula is SAT
56.45/56.55	c [INC SEARCH] copied best model
56.45/56.55	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
56.45/56.55	c model valid
56.45/56.55	c current solution ok
56.45/56.55	o 211
56.45/56.55	c [INC SEARCH] iteration: 6
56.45/56.55	c [INC BOUNDS] best value:211 search for 210
56.45/56.55	c [INC SYSTEM] there exists a inc, kill it!
56.45/56.55	c write failed with 2
56.45/56.55	c [INC SYSTEM] create new solver instance
56.45/56.55	c [INC] encode full formula
56.45/56.55	c (debug) using card networks
56.45/56.55	c old isEQ: 48, new EQ is 0
56.45/56.56	c set iterative enc to: card
56.45/56.56	c set iterative enc to: none
56.45/56.57	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.07/1800.41	s UNKNOWN
1800.07/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.41	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-3747163-1339098210/watcher-3747163-1339098210 -o /tmp/evaluation-result-3747163-1339098210/solver-3747163-1339098210 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747163-1339098210.opb 452302316 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.70 0.17 0.06 3/178 9521
/proc/meminfo: memFree=27897216/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0

[startup+0.0809489 s]
/proc/loadavg: 0.70 0.17 0.06 3/178 9521
/proc/meminfo: memFree=27897216/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10021 s]
/proc/loadavg: 0.70 0.17 0.06 3/178 9521
/proc/meminfo: memFree=27897216/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 0.70 0.17 0.06 3/178 9521
/proc/meminfo: memFree=27897216/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700144 s]
/proc/loadavg: 0.70 0.17 0.06 3/178 9521
/proc/meminfo: memFree=27897216/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 0.70 0.17 0.06 3/175 9561
/proc/meminfo: memFree=27935932/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=1.44 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) R 9521 9521 9300 0 -1 4202496 3280 12330 0 0 6 3 133 2 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 14008

[startup+3.10019 s]
/proc/loadavg: 0.70 0.17 0.06 3/181 9586
/proc/meminfo: memFree=27913584/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=1.71 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 4324 17836 0 0 8 3 157 3 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9586] ppid=9522 vsize=14808 CPUtime=1.35 cores=0,2,4,6
/proc/9586/stat : 9586 (glucosInc) R 9522 9521 9300 0 -1 4202496 3032 0 0 0 135 0 0 0 20 0 1 0 375946896 15163392 2898 33554432000 4194304 5654031 140735762827152 140735762824936 4234964 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9586/statm: 3702 2898 141 357 0 3342 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 28816

[startup+6.30019 s]
/proc/loadavg: 0.80 0.20 0.07 3/181 9586
/proc/meminfo: memFree=27885232/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=1.71 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 4324 17836 0 0 8 3 157 3 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9586] ppid=9522 vsize=21024 CPUtime=4.55 cores=0,2,4,6
/proc/9586/stat : 9586 (glucosInc) R 9522 9521 9300 0 -1 4202496 4846 0 0 0 454 1 0 0 20 0 1 0 375946896 21528576 4612 33554432000 4194304 5654031 140735762827152 140735762824952 4215112 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9586/statm: 5256 4612 142 357 0 4896 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 35032

[startup+12.7003 s]
/proc/loadavg: 0.90 0.23 0.08 3/181 9590
/proc/meminfo: memFree=27904120/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=11.85 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 4858 25045 0 0 9 4 1166 6 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9590] ppid=9522 vsize=12828 CPUtime=0.81 cores=0,2,4,6
/proc/9590/stat : 9590 (glucosInc) R 9522 9521 9300 0 -1 4202496 2991 0 0 0 81 0 0 0 20 0 1 0 375947910 13135872 2511 33554432000 4194304 5654031 140733638944720 140733638932536 4216337 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 3207 2511 141 357 0 2847 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26836

[startup+25.5003 s]
/proc/loadavg: 1.14 0.32 0.11 3/181 9592
/proc/meminfo: memFree=27888928/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=11.85 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 4858 25045 0 0 9 4 1166 6 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9590] ppid=9522 vsize=30892 CPUtime=13.6 cores=0,2,4,6
/proc/9590/stat : 9590 (glucosInc) R 9522 9521 9300 0 -1 4202496 6345 0 0 0 1359 1 0 0 20 0 1 0 375947910 31633408 7173 33554432000 4194304 5654031 140733638944720 140733638932536 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9590/statm: 7723 7173 142 357 0 7363 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 44900

[startup+51.1003 s]
/proc/loadavg: 1.43 0.45 0.16 3/181 9592
/proc/meminfo: memFree=27838120/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=11.85 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 4858 25045 0 0 9 4 1166 6 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9590] ppid=9522 vsize=49568 CPUtime=39.2 cores=0,2,4,6
/proc/9590/stat : 9590 (glucosInc) R 9522 9521 9300 0 -1 4202496 6894 0 0 0 3918 2 0 0 20 0 1 0 375947910 50757632 11846 33554432000 4194304 5654031 140733638944720 140733638932536 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9590/statm: 12392 11846 142 357 0 12032 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 63576

[startup+102.307 s]
/proc/loadavg: 1.75 0.69 0.25 3/181 9595
/proc/meminfo: memFree=27788240/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=72744 CPUtime=45.72 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 9007 0 0 0 4569 3 0 0 20 0 1 0 375952379 74489856 11123 33554432000 4194304 5654031 140736652609744 140736652597560 4232466 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 18186 11123 142 357 0 17826 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86752

[startup+162.3 s]
/proc/loadavg: 1.94 0.94 0.36 3/181 9595
/proc/meminfo: memFree=27799248/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=72744 CPUtime=105.7 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 9826 0 0 0 10564 6 0 0 20 0 1 0 375952379 74489856 17640 33554432000 4194304 5654031 140736652609744 140736652607768 4232984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 18186 17640 142 357 0 17826 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 86752

[startup+222.3 s]
/proc/loadavg: 1.98 1.13 0.46 3/181 9599
/proc/meminfo: memFree=27786004/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=85300 CPUtime=165.69 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 11402 0 0 0 16559 10 0 0 20 0 1 0 375952379 87347200 20779 33554432000 4194304 5654031 140736652609744 140736652607768 4215357 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 21325 20779 142 357 0 20965 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 99308

[startup+282.3 s]
/proc/loadavg: 1.99 1.29 0.56 3/181 9599
/proc/meminfo: memFree=27743460/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=27530376/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=227532 CPUtime=1185.52 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 47730 0 0 0 118463 89 0 0 20 0 1 0 375952379 232992768 53839 33554432000 4194304 5654031 140736652609744 140736652597560 4232794 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 56883 53839 142 357 0 56523 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 241540

[startup+1302.3 s]
/proc/loadavg: 2.00 1.96 1.49 3/181 9635
/proc/meminfo: memFree=27600600/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=147392 CPUtime=1245.52 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 50063 0 0 0 124458 94 0 0 20 0 1 0 375952379 150929408 36302 33554432000 4194304 5654031 140736652609744 140736652597560 4232939 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 36848 36302 142 357 0 36488 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 161400

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/181 9636
/proc/meminfo: memFree=27555228/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=227532 CPUtime=1305.5 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 52239 0 0 0 130451 99 0 0 20 0 1 0 375952379 232992768 52303 33554432000 4194304 5654031 140736652609744 140736652597560 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 56883 52303 142 357 0 56523 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 241540

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/181 9636
/proc/meminfo: memFree=27529416/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=277620 CPUtime=1365.49 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 54595 0 0 0 136446 103 0 0 20 0 1 0 375952379 284282880 61308 33554432000 4194304 5654031 140736652609744 140736652597560 4232984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 69405 61308 142 357 0 69045 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 291628

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/181 9638
/proc/meminfo: memFree=27744320/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=147392 CPUtime=1425.48 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 56113 0 0 0 142441 107 0 0 20 0 1 0 375952379 150929408 36302 33554432000 4194304 5654031 140736652609744 140736652597560 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 36848 36302 142 357 0 36488 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 161400

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/181 9638
/proc/meminfo: memFree=27660152/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=227532 CPUtime=1485.47 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 58302 0 0 0 148435 112 0 0 20 0 1 0 375952379 232992768 50767 33554432000 4194304 5654031 140736652609744 140736652597560 4232803 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 56883 50767 142 357 0 56523 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 241540

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/182 9641
/proc/meminfo: memFree=27626520/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=277620 CPUtime=1545.45 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 60659 0 0 0 154429 116 0 0 20 0 1 0 375952379 284282880 59772 33554432000 4194304 5654031 140736652609744 140736652597560 4216672 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 69405 59772 142 357 0 69045 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 291628

[startup+1662.3 s]
/proc/loadavg: 2.04 1.99 1.64 3/181 9642
/proc/meminfo: memFree=27610384/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=277620 CPUtime=1605.44 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 62184 0 0 0 160424 120 0 0 20 0 1 0 375952379 284282880 63356 33554432000 4194304 5654031 140736652609744 140736652597560 4233184 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 69405 63356 142 357 0 69045 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 291628

[startup+1722.3 s]
/proc/loadavg: 2.01 1.99 1.66 3/181 9642
/proc/meminfo: memFree=27670740/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=147392 CPUtime=1665.43 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 63706 0 0 0 166419 124 0 0 20 0 1 0 375952379 150929408 36302 33554432000 4194304 5654031 140736652609744 140736652597560 4215200 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 36848 36302 142 357 0 36488 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 161400

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/181 9642
/proc/meminfo: memFree=27613380/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=196712 CPUtime=1725.42 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 65304 0 0 0 172415 127 0 0 20 0 1 0 375952379 201433088 48140 33554432000 4194304 5654031 140736652609744 140736652597560 4215014 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 49178 48140 142 357 0 48818 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 210720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 1.99 1.68 3/181 9642
/proc/meminfo: memFree=27585596/32873660 swapFree=7120/7120
[pid=9521] ppid=9519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (npSolver-pbo-It) S 9519 9521 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375946722 9367552 274 33554432000 4194304 5064252 140734407408976 140734407407888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 274 233 213 0 72 0
[pid=9522] ppid=9521 vsize=4860 CPUtime=56.54 cores=0,2,4,6
/proc/9522/stat : 9522 (npSolver-pbo) S 9521 9521 9300 0 -1 4202496 5392 32915 0 0 11 4 5630 9 20 0 1 0 375946722 4976640 828 33554432000 4194304 6004724 140734129180896 140734129166744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 1215 828 176 442 0 769 0
[pid=9594] ppid=9522 vsize=227532 CPUtime=1743.53 cores=0,2,4,6
/proc/9594/stat : 9594 (glucosInc) R 9522 9521 9300 0 -1 4202496 66188 0 0 0 174224 129 0 0 20 0 1 0 375952379 232992768 56173 33554432000 4194304 5654031 140736652609744 140736652597560 4233168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9594/statm: 56883 56173 142 357 0 56523 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 241540

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1798.66
CPU system time (s): 1.43578
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 291628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.43578
maximum resident set size= 263664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 405
involuntary context switches= 2521

runsolver used 3.23651 second user time and 8.57869 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-07 21:43:30
IDJOB=3747163
IDBENCH=1959
IDSOLVER=2332
FILE ID=node117/3747163-1339098210
RUNJOBID= node117-1339098177-9316
PBS_JOBID= 14643736
Free space on /tmp= 70748 MiB

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

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

MD5SUM BENCH= 3ddf6338b9f9cf35560b94c856457c56
RANDOM SEED=452302316

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.148
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		: 2667.148
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:       32873660 kB
MemFree:        27898208 kB
Buffers:          653200 kB
Cached:          3383404 kB
SwapCached:          636 kB
Active:          2120076 kB
Inactive:        1968320 kB
Active(anon):      40424 kB
Inactive(anon):    10028 kB
Active(file):    2079652 kB
Inactive(file):  1958292 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106940 kB
Dirty:             19332 kB
Writeback:             4 kB
AnonPages:         56580 kB
Mapped:            13616 kB
Shmem:                80 kB
Slab:             748144 kB
SReclaimable:     191980 kB
SUnreclaim:       556164 kB
KernelStack:        1464 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     177476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 70740 MiB
End job on node117 at 2012-06-07 22:13:30