Trace number 3748316

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

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__256.opb
MD5SUMa048c41e885d13c7000ff4a85d8352bd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark3.3045
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10258
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint256
Maximum length of a constraint2049
Number of terms in the objective function 10240
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 446607872
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 446607872
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.14	c run inc solver
0.00/0.14	c [INC SYSTEM] run initial solver
0.00/0.14	c [INC SYSTEM] preprocess with white file
0.00/0.99	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.99	c [INC SYSTEM] execute solver
0.98/1.09	c [INC SEARCH] formula is SAT
0.98/1.10	c [INC SYSTEM] solved the initial formula
1.07/1.11	c model valid
1.07/1.11	c current solution ok
1.37/1.44	o 78430
1.37/1.44	c execute binary inc search
1.37/1.44	c [INC SEARCH] current bound: 39215
1.37/1.44	c [INC SEARCH] iteration: 0
1.37/1.44	c [INC SEARCH] lower bound: 0 upperbound 78430 current bound: 39215 best value:78430
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 fallback to adder encoding
1.78/1.81	c set iterative enc to: adder
1.78/1.81	c set iterative enc to: none
1.78/1.86	c [INC SEARCH] isOptimum variable: 0
18.06/18.13	c [INC SEARCH] formula is UNSAT
18.06/18.13	c [INC SYSTEM] there exists a inc, kill it!
18.06/18.13	c write failed with 2
18.06/18.14	c sat variable: 0 optimum/unsat variable: 1
18.06/18.14	c [INC SEARCH] set lower bound to 39216 upperbound 78430
18.06/18.14	c [INC SEARCH] current bound: 58823
18.06/18.14	c [INC SEARCH] iteration: 1
18.06/18.14	c [INC SEARCH] lower bound: 39216 upperbound 78430 current bound: 58823 best value:78430
18.06/18.14	c [INC SYSTEM] create new solver instance
18.06/18.14	c [INC] encode full formula
18.06/18.14	c fallback to adder encoding
18.67/18.72	c set iterative enc to: adder
18.67/18.72	c set iterative enc to: none
18.76/18.80	c [INC SEARCH] isOptimum variable: 0
160.72/160.81	c [INC SEARCH] formula is SAT
160.72/160.83	c [INC SEARCH] copied best model
160.72/160.83	c sat variable: 1 optimum/unsat variable: 0
160.72/160.85	c model valid
160.72/160.85	c current solution ok
160.72/160.85	o 46877
160.72/160.85	c [INC SEARCH] current bound: 43046
160.72/160.85	c [INC SEARCH] iteration: 2
160.72/160.85	c [INC SEARCH] lower bound: 39216 upperbound 46877 current bound: 43046 best value:46877
160.72/160.85	c [INC SYSTEM] there exists a inc, kill it!
160.72/160.85	c write failed with 2
160.72/160.85	c [INC SYSTEM] create new solver instance
160.72/160.85	c [INC] encode full formula
160.72/160.85	c fallback to adder encoding
161.13/161.24	c set iterative enc to: adder
161.13/161.24	c set iterative enc to: none
161.23/161.31	c [INC SEARCH] isOptimum variable: 0
210.58/210.71	c [INC SEARCH] formula is UNSAT
210.58/210.71	c [INC SYSTEM] there exists a inc, kill it!
210.58/210.71	c write failed with 2
210.58/210.71	c sat variable: 0 optimum/unsat variable: 1
210.58/210.71	c [INC SEARCH] set lower bound to 43047 upperbound 46877
210.58/210.71	c [INC SEARCH] current bound: 44962
210.58/210.71	c [INC SEARCH] iteration: 3
210.58/210.71	c [INC SEARCH] lower bound: 43047 upperbound 46877 current bound: 44962 best value:46877
210.58/210.71	c [INC SYSTEM] create new solver instance
210.58/210.71	c [INC] encode full formula
210.58/210.71	c fallback to adder encoding
211.00/211.12	c set iterative enc to: adder
211.00/211.12	c set iterative enc to: none
211.00/211.18	c [INC SEARCH] isOptimum variable: 0
247.26/247.41	c [INC SEARCH] formula is UNSAT
247.26/247.41	c [INC SYSTEM] there exists a inc, kill it!
247.26/247.41	c write failed with 2
247.26/247.41	c sat variable: 0 optimum/unsat variable: 1
247.26/247.41	c [INC SEARCH] set lower bound to 44963 upperbound 46877
247.26/247.41	c [INC SEARCH] current bound: 45920
247.26/247.41	c [INC SEARCH] iteration: 4
247.26/247.41	c [INC SEARCH] lower bound: 44963 upperbound 46877 current bound: 45920 best value:46877
247.26/247.41	c [INC SYSTEM] create new solver instance
247.26/247.41	c [INC] encode full formula
247.26/247.41	c fallback to adder encoding
247.68/247.81	c set iterative enc to: adder
247.68/247.81	c set iterative enc to: none
247.68/247.88	c [INC SEARCH] isOptimum variable: 0
327.75/327.90	c [INC SEARCH] formula is UNSAT
327.75/327.90	c [INC SYSTEM] there exists a inc, kill it!
327.75/327.90	c write failed with 2
327.75/327.90	c sat variable: 0 optimum/unsat variable: 1
327.75/327.90	c [INC SEARCH] set lower bound to 45921 upperbound 46877
327.75/327.90	c [INC SEARCH] current bound: 46399
327.75/327.90	c [INC SEARCH] iteration: 5
327.75/327.90	c [INC SEARCH] lower bound: 45921 upperbound 46877 current bound: 46399 best value:46877
327.75/327.90	c [INC SYSTEM] create new solver instance
327.75/327.90	c [INC] encode full formula
327.75/327.90	c fallback to adder encoding
328.16/328.33	c set iterative enc to: adder
328.16/328.33	c set iterative enc to: none
328.26/328.40	c [INC SEARCH] isOptimum variable: 0
829.07/829.35	c [INC SEARCH] formula is UNSAT
829.07/829.35	c [INC SYSTEM] there exists a inc, kill it!
829.07/829.35	c write failed with 2
829.07/829.35	c sat variable: 0 optimum/unsat variable: 1
829.07/829.35	c [INC SEARCH] set lower bound to 46400 upperbound 46877
829.07/829.35	c [INC SEARCH] current bound: 46638
829.07/829.35	c [INC SEARCH] iteration: 6
829.07/829.35	c [INC SEARCH] lower bound: 46400 upperbound 46877 current bound: 46638 best value:46877
829.07/829.35	c [INC SYSTEM] create new solver instance
829.07/829.35	c [INC] encode full formula
829.07/829.35	c fallback to adder encoding
829.46/829.78	c set iterative enc to: adder
829.46/829.78	c set iterative enc to: none
829.56/829.85	c [INC SEARCH] isOptimum variable: 0
985.33/985.64	c [INC SEARCH] formula is UNSAT
985.33/985.64	c [INC SYSTEM] there exists a inc, kill it!
985.33/985.64	c write failed with 2
985.33/985.65	c sat variable: 0 optimum/unsat variable: 1
985.33/985.65	c [INC SEARCH] set lower bound to 46639 upperbound 46877
985.33/985.65	c [INC SEARCH] current bound: 46758
985.33/985.65	c [INC SEARCH] iteration: 7
985.33/985.65	c [INC SEARCH] lower bound: 46639 upperbound 46877 current bound: 46758 best value:46877
985.33/985.65	c [INC SYSTEM] create new solver instance
985.33/985.65	c [INC] encode full formula
985.33/985.65	c fallback to adder encoding
985.74/986.07	c set iterative enc to: adder
985.74/986.07	c set iterative enc to: none
985.84/986.14	c [INC SEARCH] isOptimum variable: 0
1098.71/1099.06	c [INC SEARCH] formula is UNSAT
1098.71/1099.06	c [INC SYSTEM] there exists a inc, kill it!
1098.71/1099.06	c write failed with 2
1098.71/1099.06	c sat variable: 0 optimum/unsat variable: 1
1098.71/1099.06	c [INC SEARCH] set lower bound to 46759 upperbound 46877
1098.71/1099.06	c [INC SEARCH] current bound: 46818
1098.71/1099.06	c [INC SEARCH] iteration: 8
1098.71/1099.06	c [INC SEARCH] lower bound: 46759 upperbound 46877 current bound: 46818 best value:46877
1098.71/1099.06	c [INC SYSTEM] create new solver instance
1098.71/1099.06	c [INC] encode full formula
1098.71/1099.06	c fallback to adder encoding
1099.11/1099.49	c set iterative enc to: adder
1099.11/1099.49	c set iterative enc to: none
1099.20/1099.56	c [INC SEARCH] isOptimum variable: 0
1315.15/1315.51	c [INC SEARCH] formula is UNSAT
1315.15/1315.51	c [INC SYSTEM] there exists a inc, kill it!
1315.15/1315.51	c write failed with 2
1315.15/1315.52	c sat variable: 0 optimum/unsat variable: 1
1315.15/1315.52	c [INC SEARCH] set lower bound to 46819 upperbound 46877
1315.15/1315.52	c [INC SEARCH] current bound: 46848
1315.15/1315.52	c [INC SEARCH] iteration: 9
1315.15/1315.52	c [INC SEARCH] lower bound: 46819 upperbound 46877 current bound: 46848 best value:46877
1315.15/1315.52	c [INC SYSTEM] create new solver instance
1315.15/1315.52	c [INC] encode full formula
1315.15/1315.52	c fallback to adder encoding
1315.56/1315.94	c set iterative enc to: adder
1315.56/1315.94	c set iterative enc to: none
1315.66/1316.01	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.51	HOME/npSolver-pbo-I.sh: line 18: 32265 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3748316-1339218935/watcher-3748316-1339218935 -o /tmp/evaluation-result-3748316-1339218935/solver-3748316-1339218935 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748316-1339218935.opb 1339223492 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.00 0.00 0.00 2/171 32264
/proc/meminfo: memFree=30825976/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0

[startup+0.018455 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 32264
/proc/meminfo: memFree=30825976/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 32264
/proc/meminfo: memFree=30825976/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 32264
/proc/meminfo: memFree=30825976/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700298 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 32264
/proc/meminfo: memFree=30825976/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 0.00 0.00 0.00 3/182 32287
/proc/meminfo: memFree=30761588/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=20604 CPUtime=1.48 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) R 32264 32264 32234 0 -1 4202496 5626 23323 0 0 26 28 86 8 20 0 1 0 388019204 21098496 4675 33554432000 4194304 6004724 140736658661408 140736658655968 5055540 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32265/statm: 5151 4675 178 442 0 4705 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29752

[startup+3.10035 s]
/proc/loadavg: 0.00 0.00 0.00 3/181 32292
/proc/meminfo: memFree=30662124/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=28796 CPUtime=1.85 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 6721 23838 0 0 57 33 86 9 20 0 1 0 388019204 29487104 6724 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32265/statm: 7199 6724 179 442 0 6753 0
[pid=32292] ppid=32265 vsize=99400 CPUtime=1.22 cores=0,2,4,6
/proc/32292/stat : 32292 (glucosInc) R 32265 32264 32234 0 -1 4202496 21012 0 0 0 118 4 0 0 20 0 1 0 388019391 101785600 22615 33554432000 4194304 5654031 140733823157648 140733823145464 4215290 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32292/statm: 24850 22615 142 357 0 24490 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 137344

[startup+6.30042 s]
/proc/loadavg: 0.16 0.03 0.01 3/181 32292
/proc/meminfo: memFree=30623412/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=28796 CPUtime=1.85 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 6721 23838 0 0 57 33 86 9 20 0 1 0 388019204 29487104 6724 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32265/statm: 7199 6724 179 442 0 6753 0
[pid=32292] ppid=32265 vsize=111076 CPUtime=4.42 cores=0,2,4,6
/proc/32292/stat : 32292 (glucosInc) R 32265 32264 32234 0 -1 4202496 21088 0 0 0 437 5 0 0 20 0 1 0 388019391 113741824 22689 33554432000 4194304 5654031 140733823157648 140733823145464 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32292/statm: 27769 22689 142 357 0 27409 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 149020

[startup+12.7004 s]
/proc/loadavg: 0.31 0.07 0.02 3/181 32292
/proc/meminfo: memFree=30623556/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=28796 CPUtime=1.85 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 6721 23838 0 0 57 33 86 9 20 0 1 0 388019204 29487104 6724 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32265/statm: 7199 6724 179 442 0 6753 0
[pid=32292] ppid=32265 vsize=111076 CPUtime=10.82 cores=0,2,4,6
/proc/32292/stat : 32292 (glucosInc) R 32265 32264 32234 0 -1 4202496 21253 0 0 0 1077 5 0 0 20 0 1 0 388019391 113741824 22850 33554432000 4194304 5654031 140733823157648 140733823145464 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32292/statm: 27769 22850 142 357 0 27409 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 149020

[startup+25.5004 s]
/proc/loadavg: 0.76 0.18 0.06 3/181 32294
/proc/meminfo: memFree=30534128/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=46108 CPUtime=18.77 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 9736 46055 0 0 114 41 1706 16 20 0 1 0 388019204 47214592 11042 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32265/statm: 11527 11042 179 442 0 11081 0
[pid=32294] ppid=32265 vsize=148572 CPUtime=6.68 cores=0,2,4,6
/proc/32294/stat : 32294 (glucosInc) R 32265 32264 32234 0 -1 4202496 28170 0 0 0 663 5 0 0 20 0 1 0 388021085 152137728 32248 33554432000 4194304 5654031 140735022098784 140735022096552 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32294/statm: 37143 32248 141 357 0 36783 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 203828

[startup+51.1004 s]
/proc/loadavg: 1.18 0.32 0.11 3/181 32294
/proc/meminfo: memFree=30499192/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=46108 CPUtime=18.77 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 9736 46055 0 0 114 41 1706 16 20 0 1 0 388019204 47214592 11042 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32265/statm: 11527 11042 179 442 0 11081 0
[pid=32294] ppid=32265 vsize=167540 CPUtime=32.28 cores=0,2,4,6
/proc/32294/stat : 32294 (glucosInc) R 32265 32264 32234 0 -1 4202496 28657 0 0 0 3222 6 0 0 20 0 1 0 388021085 171560960 33246 33554432000 4194304 5654031 140735022098784 140735022086600 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32294/statm: 41885 33246 141 357 0 41525 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 222796

[startup+102.307 s]
/proc/loadavg: 1.69 0.59 0.21 3/181 32294
/proc/meminfo: memFree=30487092/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=46108 CPUtime=18.77 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 9736 46055 0 0 114 41 1706 16 20 0 1 0 388019204 47214592 11042 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/32265/statm: 11527 11042 179 442 0 11081 0
[pid=32294] ppid=32265 vsize=173188 CPUtime=83.48 cores=0,2,4,6
/proc/32294/stat : 32294 (glucosInc) R 32265 32264 32234 0 -1 4202496 30258 0 0 0 8342 6 0 0 20 0 1 0 388021085 177344512 36377 33554432000 4194304 5654031 140735022098784 140735022086600 4215200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32294/statm: 43297 36377 142 357 0 42937 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 228444

[startup+162.3 s]
/proc/loadavg: 1.89 0.85 0.32 3/181 32297
/proc/meminfo: memFree=30512688/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=161.24 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 12944 79992 0 0 156 46 15895 27 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32297] ppid=32265 vsize=111112 CPUtime=0.97 cores=0,2,4,6
/proc/32297/stat : 32297 (glucosInc) R 32265 32264 32234 0 -1 4202496 20419 0 0 0 93 4 0 0 20 0 1 0 388035335 113778688 23831 33554432000 4194304 5654031 140734670720400 140734670708216 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32297/statm: 27778 23831 141 357 0 27418 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 169716

[startup+222.3 s]
/proc/loadavg: 1.96 1.05 0.42 3/181 32299
/proc/meminfo: memFree=30494504/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=211.07 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 16114 103135 0 0 197 50 20826 34 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32299] ppid=32265 vsize=117048 CPUtime=11.09 cores=0,2,4,6
/proc/32299/stat : 32299 (glucosInc) R 32265 32264 32234 0 -1 4202496 22035 0 0 0 1104 5 0 0 20 0 1 0 388040323 119857152 25767 33554432000 4194304 5654031 140733683518816 140733683506632 4232441 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32299/statm: 29262 25767 141 357 0 28902 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 175652

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.52 3/182 32304
/proc/meminfo: memFree=30440352/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.02 1.99 1.52 3/181 32322
/proc/meminfo: memFree=30368848/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=122960 CPUtime=46.26 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 23780 0 0 0 4621 5 0 0 20 0 1 0 388150806 125911040 29356 33554432000 4194304 5654031 140736271706896 140736271694712 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 30740 29356 141 357 0 30380 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 181564

[startup+1422.31 s]
/proc/loadavg: 2.01 1.99 1.55 3/181 32322
/proc/meminfo: memFree=30220016/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=201736 CPUtime=106.26 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 25424 0 0 0 10618 8 0 0 20 0 1 0 388150806 206577664 45496 33554432000 4194304 5654031 140736271706896 140736271694712 4215076 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 50434 45496 141 357 0 50074 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 260340

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.57 3/182 32325
/proc/meminfo: memFree=30307932/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=201736 CPUtime=166.24 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 25429 0 0 0 16616 8 0 0 20 0 1 0 388150806 206577664 48056 33554432000 4194304 5654031 140736271706896 140736271694712 4215121 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 50434 48056 141 357 0 50074 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 260340

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.59 3/181 32325
/proc/meminfo: memFree=30219700/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=201736 CPUtime=226.23 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 25677 0 0 0 22615 8 0 0 20 0 1 0 388150806 206577664 47032 33554432000 4194304 5654031 140736271706896 140736271694712 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 50434 47032 141 357 0 50074 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 260340

[startup+1602.3 s]
/proc/loadavg: 2.06 2.00 1.62 3/181 32325
/proc/meminfo: memFree=30327340/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=232556 CPUtime=286.23 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 26262 0 0 0 28614 9 0 0 20 0 1 0 388150806 238137344 50683 33554432000 4194304 5654031 140736271706896 140736271694712 4215168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 58139 50683 141 357 0 57779 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 291160

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.64 3/181 32326
/proc/meminfo: memFree=30211368/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=232556 CPUtime=346.21 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 26279 0 0 0 34612 9 0 0 20 0 1 0 388150806 238137344 54267 33554432000 4194304 5654031 140736271706896 140736271694712 4215026 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 58139 54267 141 357 0 57779 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 291160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/181 32326
/proc/meminfo: memFree=30162340/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=201736 CPUtime=406.2 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 26528 0 0 0 40610 10 0 0 20 0 1 0 388150806 206577664 47033 33554432000 4194304 5654031 140736271706896 140736271694712 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 50434 47033 141 357 0 50074 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 260340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/181 32326
/proc/meminfo: memFree=30258272/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=232556 CPUtime=466.19 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 27117 0 0 0 46608 11 0 0 20 0 1 0 388150806 238137344 51708 33554432000 4194304 5654031 140736271706896 140736271694712 4215061 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 58139 51708 141 357 0 57779 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 291160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.69 3/181 32326
/proc/meminfo: memFree=30227800/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=232556 CPUtime=484.4 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 27119 0 0 0 48429 11 0 0 20 0 1 0 388150806 238137344 52732 33554432000 4194304 5654031 140736271706896 140736271694712 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 58139 52732 141 357 0 57779 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 291160

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.69 3/181 32326
/proc/meminfo: memFree=30227800/32873844 swapFree=7632/7632
[pid=32264] ppid=32262 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (npSolver-pbo-I.) S 32262 32264 32234 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388019204 9367552 275 33554432000 4194304 5064252 140735415767344 140735415766256 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32264/statm: 2287 275 233 213 0 72 0
[pid=32265] ppid=32264 vsize=49456 CPUtime=1315.67 cores=0,2,4,6
/proc/32265/stat : 32265 (npSolver-pbo) S 32264 32264 32234 0 -1 4202496 37125 261798 0 0 451 79 130945 92 20 0 1 0 388019204 50642944 11880 33554432000 4194304 6004724 140736658661408 140736658646328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 12364 11880 180 442 0 11918 0
[pid=32321] ppid=32265 vsize=232556 CPUtime=484.4 cores=0,2,4,6
/proc/32321/stat : 32321 (glucosInc) R 32265 32264 32234 0 -1 4202496 27119 0 0 0 48429 11 0 0 20 0 1 0 388150806 238137344 52732 33554432000 4194304 5654031 140736271706896 140736271694712 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32321/statm: 58139 52732 141 357 0 57779 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 291160

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32264 and gives
#  childrusage.ru_utime.tv_sec=1313
#  childrusage.ru_utime.tv_usec=978244
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=720738
# CPU time returned by wait4() is 1315.7
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1798.25
CPU system time (s): 1.82
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 291584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1313.98
system time used= 1.72074
maximum resident set size= 215976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299297
page faults= 0
swaps= 0
block input operations= 0
block output operations= 691200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1035
involuntary context switches= 1529

runsolver used 8.65668 second user time and 17.1714 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-09 07:15:35
IDJOB=3748316
IDBENCH=71888
IDSOLVER=2333
FILE ID=node119/3748316-1339218935
RUNJOBID= node119-1339218935-32250
PBS_JOBID= 14644306
Free space on /tmp= 71144 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_20_2__17_12__256.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748316-1339218935/watcher-3748316-1339218935 -o /tmp/evaluation-result-3748316-1339218935/solver-3748316-1339218935 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748316-1339218935.opb 1339223492 HOME HOME

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

MD5SUM BENCH= a048c41e885d13c7000ff4a85d8352bd
RANDOM SEED=1339223492

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:        30826504 kB
Buffers:          341820 kB
Cached:           811916 kB
SwapCached:         2564 kB
Active:           368792 kB
Inactive:         790632 kB
Active(anon):       1972 kB
Inactive(anon):     3960 kB
Active(file):     366820 kB
Inactive(file):   786672 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097032 kB
Dirty:              9024 kB
Writeback:             0 kB
AnonPages:          9936 kB
Mapped:             7952 kB
Shmem:                 0 kB
Slab:             747004 kB
SReclaimable:     188052 kB
SUnreclaim:       558952 kB
KernelStack:        1392 kB
PageTables:         3820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71088 MiB
End job on node119 at 2012-06-09 07:45:36