Trace number 3747723

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint11
Maximum length of a constraint20
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.08	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.08	c [INC SYSTEM] execute solver
0.00/0.09	c [INC SEARCH] formula is SAT
0.00/0.09	c [INC SYSTEM] solved the initial formula
0.00/0.09	c model valid
0.00/0.09	c current solution ok
0.00/0.10	o 199
0.00/0.10	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.10	c write failed with 2
0.00/0.10	c [INC SEARCH] iteration: 0
0.00/0.10	c [INC BOUNDS] best value:199 search for 198
0.00/0.10	c [INC SYSTEM] create new solver instance
0.00/0.10	c [INC] encode full formula
0.00/0.10	c (debug) using card networks
0.00/0.10	c old isEQ: 41, new EQ is 0
0.00/0.10	c set iterative enc to: card
0.00/0.10	c set iterative enc to: none
0.00/0.10	c [INC SEARCH] isOptimum variable: 0
0.00/0.13	c formula is SAT
0.00/0.13	c [INC SEARCH] copied best model
0.00/0.13	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.14	c model valid
0.00/0.14	c current solution ok
0.00/0.14	o 38
0.00/0.14	c [INC SEARCH] iteration: 1
0.00/0.14	c [INC BOUNDS] best value:38 search for 37
0.00/0.14	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.14	c write failed with 2
0.00/0.14	c [INC SYSTEM] create new solver instance
0.00/0.14	c [INC] encode full formula
0.00/0.14	c (debug) using card networks
0.00/0.14	c old isEQ: 16, new EQ is 0
0.00/0.14	c set iterative enc to: card
0.00/0.14	c set iterative enc to: none
0.00/0.14	c [INC SEARCH] isOptimum variable: 0
0.00/0.45	c formula is SAT
0.00/0.45	c [INC SEARCH] copied best model
0.00/0.45	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.46	c model valid
0.00/0.46	c current solution ok
0.00/0.46	o 34
0.00/0.46	c [INC SEARCH] iteration: 2
0.00/0.46	c [INC BOUNDS] best value:34 search for 33
0.00/0.46	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.46	c write failed with 2
0.00/0.46	c [INC SYSTEM] create new solver instance
0.00/0.46	c [INC] encode full formula
0.00/0.46	c (debug) using card networks
0.00/0.46	c old isEQ: 200, new EQ is 0
0.00/0.46	c set iterative enc to: card
0.00/0.46	c set iterative enc to: none
0.00/0.46	c [INC SEARCH] isOptimum variable: 0
0.00/0.80	c formula is SAT
0.00/0.80	c [INC SEARCH] copied best model
0.00/0.80	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.80	c model valid
0.00/0.80	c current solution ok
0.00/0.80	o 32
0.00/0.80	c [INC SEARCH] iteration: 3
0.00/0.80	c [INC BOUNDS] best value:32 search for 31
0.00/0.80	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.80	c write failed with 2
0.00/0.80	c [INC SYSTEM] create new solver instance
0.00/0.80	c [INC] encode full formula
0.00/0.80	c (debug) using card networks
0.00/0.80	c old isEQ: 200, new EQ is 0
0.00/0.80	c set iterative enc to: card
0.00/0.80	c set iterative enc to: none
0.00/0.81	c [INC SEARCH] isOptimum variable: 0
0.00/0.83	c formula is SAT
0.00/0.83	c [INC SEARCH] copied best model
0.00/0.83	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.83	c model valid
0.00/0.83	c current solution ok
0.00/0.83	o 29
0.00/0.83	c [INC SEARCH] iteration: 4
0.00/0.83	c [INC BOUNDS] best value:29 search for 28
0.00/0.83	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.83	c write failed with 2
0.00/0.83	c [INC SYSTEM] create new solver instance
0.00/0.83	c [INC] encode full formula
0.00/0.83	c (debug) using card networks
0.00/0.83	c old isEQ: 200, new EQ is 0
0.00/0.83	c set iterative enc to: card
0.00/0.83	c set iterative enc to: none
0.00/0.84	c [INC SEARCH] isOptimum variable: 0
1.08/1.16	c formula is SAT
1.08/1.16	c [INC SEARCH] copied best model
1.08/1.16	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.08/1.16	c model valid
1.08/1.16	c current solution ok
1.08/1.16	o 28
1.08/1.16	c [INC SEARCH] iteration: 5
1.08/1.16	c [INC BOUNDS] best value:28 search for 27
1.08/1.16	c [INC SYSTEM] there exists a inc, kill it!
1.08/1.16	c write failed with 2
1.08/1.16	c [INC SYSTEM] create new solver instance
1.08/1.16	c [INC] encode full formula
1.08/1.16	c (debug) using card networks
1.08/1.16	c old isEQ: 200, new EQ is 0
1.08/1.16	c set iterative enc to: card
1.08/1.16	c set iterative enc to: none
1.08/1.17	c [INC SEARCH] isOptimum variable: 0
95.83/95.96	c formula is SAT
95.83/95.96	c [INC SEARCH] copied best model
95.83/95.96	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
95.83/95.96	c model valid
95.83/95.96	c current solution ok
95.83/95.96	o 27
95.83/95.96	c [INC SEARCH] iteration: 6
95.83/95.96	c [INC BOUNDS] best value:27 search for 26
95.83/95.96	c [INC SYSTEM] there exists a inc, kill it!
95.83/95.96	c write failed with 2
95.83/95.96	c [INC SYSTEM] create new solver instance
95.83/95.96	c [INC] encode full formula
95.83/95.96	c (debug) using card networks
95.83/95.96	c old isEQ: 200, new EQ is 0
95.83/95.96	c set iterative enc to: card
95.83/95.96	c set iterative enc to: none
95.83/95.97	c [INC SEARCH] isOptimum variable: 0
97.93/98.05	c formula is SAT
97.93/98.05	c [INC SEARCH] copied best model
97.93/98.05	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
97.93/98.05	c model valid
97.93/98.05	c current solution ok
97.93/98.05	o 26
97.93/98.05	c [INC SEARCH] iteration: 7
97.93/98.05	c [INC BOUNDS] best value:26 search for 25
97.93/98.05	c [INC SYSTEM] there exists a inc, kill it!
97.93/98.05	c write failed with 2
97.93/98.05	c [INC SYSTEM] create new solver instance
97.93/98.05	c [INC] encode full formula
97.93/98.05	c (debug) using card networks
97.93/98.05	c old isEQ: 200, new EQ is 0
97.93/98.06	c set iterative enc to: card
97.93/98.06	c set iterative enc to: none
97.93/98.06	c [INC SEARCH] isOptimum variable: 0
149.31/149.50	c formula is SAT
149.31/149.50	c [INC SEARCH] copied best model
149.31/149.50	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
149.31/149.50	c model valid
149.31/149.50	c current solution ok
149.31/149.50	o 25
149.31/149.50	c [INC SEARCH] iteration: 8
149.31/149.50	c [INC BOUNDS] best value:25 search for 24
149.31/149.50	c [INC SYSTEM] there exists a inc, kill it!
149.31/149.50	c write failed with 2
149.42/149.50	c [INC SYSTEM] create new solver instance
149.42/149.50	c [INC] encode full formula
149.42/149.50	c (debug) using card networks
149.42/149.50	c old isEQ: 200, new EQ is 0
149.42/149.51	c set iterative enc to: card
149.42/149.51	c set iterative enc to: none
149.42/149.51	c [INC SEARCH] isOptimum variable: 0
1738.13/1738.59	c formula is SAT
1738.13/1738.59	c [INC SEARCH] copied best model
1738.13/1738.59	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1738.13/1738.59	c model valid
1738.13/1738.59	c current solution ok
1738.13/1738.59	o 24
1738.13/1738.59	c [INC SEARCH] iteration: 9
1738.13/1738.59	c [INC BOUNDS] best value:24 search for 23
1738.13/1738.59	c [INC SYSTEM] there exists a inc, kill it!
1738.13/1738.59	c write failed with 2
1738.22/1738.60	c [INC SYSTEM] create new solver instance
1738.22/1738.60	c [INC] encode full formula
1738.22/1738.60	c (debug) using card networks
1738.22/1738.60	c old isEQ: 200, new EQ is 0
1738.22/1738.60	c set iterative enc to: card
1738.22/1738.60	c set iterative enc to: none
1738.22/1738.61	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.40	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3747723-1339103587/watcher-3747723-1339103587 -o /tmp/evaluation-result-3747723-1339103587/solver-3747723-1339103587 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747723-1339103587.opb 1412376636 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: 2.00 2.01 2.00 3/178 22959
/proc/meminfo: memFree=22277436/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0

[startup+0.0270841 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22959
/proc/meminfo: memFree=22277436/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100232 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22959
/proc/meminfo: memFree=22277436/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300196 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22959
/proc/meminfo: memFree=22277436/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 22959
/proc/meminfo: memFree=22277436/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22976
/proc/meminfo: memFree=22271744/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=1.15 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2469 11049 0 0 3 1 107 4 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 12412

[startup+3.10025 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22978
/proc/meminfo: memFree=22271064/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=1.15 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2469 11049 0 0 3 1 107 4 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22978] ppid=22960 vsize=13368 CPUtime=1.92 cores=0,2,4,6
/proc/22978/stat : 22978 (glucosInc) R 22960 22959 22344 0 -1 4202496 2833 0 0 0 192 0 0 0 20 0 1 0 376483717 13688832 2562 33554432000 4194304 5654031 140736046997760 140736046995640 4233204 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22978/statm: 3342 2562 141 357 0 2982 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25780

[startup+6.3003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22978
/proc/meminfo: memFree=22262328/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=1.15 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2469 11049 0 0 3 1 107 4 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22978] ppid=22960 vsize=16088 CPUtime=5.11 cores=0,2,4,6
/proc/22978/stat : 22978 (glucosInc) R 22960 22959 22344 0 -1 4202496 3802 0 0 0 511 0 0 0 20 0 1 0 376483717 16474112 3502 33554432000 4194304 5654031 140736046997760 140736046995560 4232772 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22978/statm: 4022 3502 141 357 0 3662 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 28500

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22978
/proc/meminfo: memFree=22255076/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=1.15 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2469 11049 0 0 3 1 107 4 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22978] ppid=22960 vsize=29316 CPUtime=11.51 cores=0,2,4,6
/proc/22978/stat : 22978 (glucosInc) R 22960 22959 22344 0 -1 4202496 5354 0 0 0 1150 1 0 0 20 0 1 0 376483717 30019584 6698 33554432000 4194304 5654031 140736046997760 140736046995640 4976752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22978/statm: 7329 6698 141 357 0 6969 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 41728

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22978
/proc/meminfo: memFree=22234704/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=1.15 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2469 11049 0 0 3 1 107 4 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22978] ppid=22960 vsize=41068 CPUtime=24.31 cores=0,2,4,6
/proc/22978/stat : 22978 (glucosInc) R 22960 22959 22344 0 -1 4202496 6654 0 0 0 2429 2 0 0 20 0 1 0 376483717 42053632 9744 33554432000 4194304 5654031 140736046997760 140736046995784 4217063 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22978/statm: 10267 9744 142 357 0 9907 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 53480

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 22978
/proc/meminfo: memFree=22221504/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=1.15 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2469 11049 0 0 3 1 107 4 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22978] ppid=22960 vsize=78596 CPUtime=49.9 cores=0,2,4,6
/proc/22978/stat : 22978 (glucosInc) R 22960 22959 22344 0 -1 4202496 6793 0 0 0 4987 3 0 0 20 0 1 0 376483717 80482304 12819 33554432000 4194304 5654031 140736046997760 140736046995640 4232976 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22978/statm: 19649 12819 142 357 0 19289 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 91008

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22982
/proc/meminfo: memFree=22258260/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=98 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2757 22369 0 0 4 1 9786 9 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22982] ppid=22960 vsize=16300 CPUtime=4.23 cores=0,2,4,6
/proc/22982/stat : 22982 (glucosInc) R 22960 22959 22344 0 -1 4202496 3826 0 0 0 423 0 0 0 20 0 1 0 376493406 16691200 3412 33554432000 4194304 5654031 140735969021904 140735969009720 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22982/statm: 4075 3412 142 357 0 3715 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 28712

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22984
/proc/meminfo: memFree=22258068/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=20212 CPUtime=12.77 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 5981 0 0 0 1276 1 0 0 20 0 1 0 376498551 20697088 3469 33554432000 4194304 5654031 140735580176544 140735580174424 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 5053 3469 142 357 0 4693 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 32624

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22985
/proc/meminfo: memFree=22206848/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=69492 CPUtime=72.76 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 7187 0 0 0 7274 2 0 0 20 0 1 0 376498551 71159808 15328 33554432000 4194304 5654031 140735580176544 140735580164360 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 17373 15328 142 357 0 17013 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 81904

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22985
/proc/meminfo: memFree=22193876/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=28479896/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=164120 CPUtime=1092.6 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 22010 0 0 0 109223 37 0 0 20 0 1 0 376498551 168058880 38628 33554432000 4194304 5654031 140735580176544 140735580174472 4233144 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 41030 38628 142 357 0 40670 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 176532

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23042
/proc/meminfo: memFree=28455340/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=194940 CPUtime=1152.6 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 23412 0 0 0 115220 40 0 0 20 0 1 0 376498551 199618560 42279 33554432000 4194304 5654031 140735580176544 140735580174632 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 48735 42279 142 357 0 48375 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 207352

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23042
/proc/meminfo: memFree=28506772/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=114800 CPUtime=1212.59 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 24227 0 0 0 121217 42 0 0 20 0 1 0 376498551 117555200 28191 33554432000 4194304 5654031 140735580176544 140735580174568 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 28700 28191 142 357 0 28340 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 127212

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23043
/proc/meminfo: memFree=28464672/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=164120 CPUtime=1272.58 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 25259 0 0 0 127214 44 0 0 20 0 1 0 376498551 168058880 36580 33554432000 4194304 5654031 140735580176544 140735580164360 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 41030 36580 142 357 0 40670 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 176532

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23043
/proc/meminfo: memFree=28448056/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=164120 CPUtime=1332.57 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 26079 0 0 0 133211 46 0 0 20 0 1 0 376498551 168058880 40164 33554432000 4194304 5654031 140735580176544 140735580174472 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 41030 40164 142 357 0 40670 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 176532

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23043
/proc/meminfo: memFree=28452168/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=164120 CPUtime=1392.56 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 26891 0 0 0 139208 48 0 0 20 0 1 0 376498551 168058880 39140 33554432000 4194304 5654031 140735580176544 140735580174472 4232988 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 41030 39140 142 357 0 40670 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 176532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23043
/proc/meminfo: memFree=28457648/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=164120 CPUtime=1452.52 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 27728 0 0 0 145203 49 0 0 20 0 1 0 376498551 168058880 36580 33554432000 4194304 5654031 140735580176544 140735580174472 4216456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 41030 36580 142 357 0 40670 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 176532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23046
/proc/meminfo: memFree=28483536/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=164120 CPUtime=1512.52 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 28546 0 0 0 151201 51 0 0 20 0 1 0 376498551 168058880 37092 33554432000 4194304 5654031 140735580176544 140735580174472 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 41030 37092 142 357 0 40670 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 176532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23047
/proc/meminfo: memFree=28471020/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=149.42 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 2901 30601 0 0 4 1 14926 11 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=22984] ppid=22960 vsize=164120 CPUtime=1572.51 cores=0,2,4,6
/proc/22984/stat : 22984 (glucosInc) R 22960 22959 22344 0 -1 4202496 29364 0 0 0 157198 53 0 0 20 0 1 0 376498551 168058880 39140 33554432000 4194304 5654031 140735580176544 140735580174472 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22984/statm: 41030 39140 142 357 0 40670 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 176532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23049
/proc/meminfo: memFree=28583680/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=1738.25 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 3045 61088 0 0 5 1 173753 66 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=23049] ppid=22960 vsize=41652 CPUtime=43.66 cores=0,2,4,6
/proc/23049/stat : 23049 (glucosInc) R 22960 22959 22344 0 -1 4202496 5704 0 0 0 4365 1 0 0 20 0 1 0 376657461 42651648 9416 33554432000 4194304 5654031 140733992952496 140733992940312 4233144 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23049/statm: 10413 9416 142 357 0 10053 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 54064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23049
/proc/meminfo: memFree=28569596/32873844 swapFree=7120/7120
[pid=22959] ppid=22957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22959/stat : 22959 (npSolver-pbo-It) S 22957 22959 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376483600 9367552 274 33554432000 4194304 5064252 140734570642464 140734570641376 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22959/statm: 2287 274 233 213 0 72 0
[pid=22960] ppid=22959 vsize=3264 CPUtime=1738.25 cores=0,2,4,6
/proc/22960/stat : 22960 (npSolver-pbo) S 22959 22959 22344 0 -1 4202496 3045 61088 0 0 5 1 173753 66 20 0 1 0 376483600 3342336 447 33554432000 4194304 6004724 140734364012656 140734363998504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22960/statm: 816 447 176 442 0 370 0
[pid=23049] ppid=22960 vsize=53612 CPUtime=61.77 cores=0,2,4,6
/proc/23049/stat : 23049 (glucosInc) R 22960 22959 22344 0 -1 4202496 7019 0 0 0 6175 2 0 0 20 0 1 0 376657461 54898688 12874 33554432000 4194304 5654031 140733992952496 140733992950520 4232862 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23049/statm: 13403 12874 142 357 0 13043 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 66024

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.05
CPU user time (s): 1799.34
CPU system time (s): 0.704892
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 207352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.704892
maximum resident set size= 187548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71532
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 227
involuntary context switches= 2240

runsolver used 3.50847 second user time and 16.7964 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-07 23:13:07
IDJOB=3747723
IDBENCH=48151
IDSOLVER=2332
FILE ID=node142/3747723-1339103587
RUNJOBID= node142-1339098175-22360
PBS_JOBID= 14643711
Free space on /tmp= 70168 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747723-1339103587/watcher-3747723-1339103587 -o /tmp/evaluation-result-3747723-1339103587/solver-3747723-1339103587 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747723-1339103587.opb 1412376636 HOME HOME

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=1412376636

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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:        22277700 kB
Buffers:          372408 kB
Cached:          3496300 kB
SwapCached:          112 kB
Active:          8323736 kB
Inactive:        1403668 kB
Active(anon):    5850432 kB
Inactive(anon):    11164 kB
Active(file):    2473304 kB
Inactive(file):  1392504 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:              8544 kB
Writeback:             0 kB
AnonPages:       6040032 kB
Mapped:            12148 kB
Shmem:               188 kB
Slab:             720132 kB
SReclaimable:     162100 kB
SUnreclaim:       558032 kB
KernelStack:        1512 kB
PageTables:        15352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    7050456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2994176 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= 71032 MiB
End job on node142 at 2012-06-07 23:43:08