Trace number 3703355

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.11 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_5.opb
MD5SUM08d7a5060b972f308367859ff82f87f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 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 constraint23
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)2528
Sum of products size (including duplicates)5056
Number of different products2528
Sum of products size5056

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.10	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.10	c [INC SYSTEM] execute solver
0.00/0.10	c [INC SEARCH] formula is SAT
0.00/0.10	c [INC SYSTEM] solved the initial formula
0.00/0.10	c model valid
0.00/0.10	c current solution ok
0.00/0.12	o 51
0.00/0.12	c starting approximation
0.00/0.12	c factor = 1
0.00/0.12	c can not find a suitable factor, leaving approximation
0.00/0.12	c finished approximation
0.00/0.12	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.12	c write failed with 2
0.00/0.12	c [INC SEARCH] iteration: 0
0.00/0.12	c [INC BOUNDS] best value:51 search for 50
0.00/0.12	c [INC SYSTEM] create new solver instance
0.00/0.12	c [INC] encode full formula
0.00/0.12	c (debug) using card networks
0.00/0.12	c set iterative enc to: card
0.00/0.12	c set iterative enc to: none
0.00/0.12	c [INC SEARCH] isOptimum variable: 0
0.00/0.19	c formula is SAT
0.00/0.19	c [INC SEARCH] copied best model
0.00/0.19	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.19	c model valid
0.00/0.19	c current solution ok
0.00/0.19	o 36
0.00/0.19	c [INC SEARCH] iteration: 1
0.00/0.19	c [INC BOUNDS] best value:36 search for 35
0.00/0.19	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.19	c write failed with 2
0.00/0.19	c [INC SYSTEM] create new solver instance
0.00/0.19	c [INC] encode full formula
0.00/0.19	c (debug) using card networks
0.00/0.19	c set iterative enc to: card
0.00/0.19	c set iterative enc to: none
0.00/0.19	c [INC SEARCH] isOptimum variable: 0
0.00/0.26	c formula is SAT
0.00/0.26	c [INC SEARCH] copied best model
0.00/0.26	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.26	c model valid
0.00/0.26	c current solution ok
0.00/0.26	o 35
0.00/0.26	c [INC SEARCH] iteration: 2
0.00/0.26	c [INC BOUNDS] best value:35 search for 34
0.00/0.26	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.26	c write failed with 2
0.00/0.26	c [INC SYSTEM] create new solver instance
0.00/0.26	c [INC] encode full formula
0.00/0.26	c (debug) using card networks
0.00/0.26	c set iterative enc to: card
0.00/0.26	c set iterative enc to: none
0.00/0.27	c [INC SEARCH] isOptimum variable: 0
0.00/0.33	c formula is SAT
0.00/0.33	c [INC SEARCH] copied best model
0.00/0.33	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.33	c model valid
0.00/0.33	c current solution ok
0.00/0.33	o 34
0.00/0.33	c [INC SEARCH] iteration: 3
0.00/0.33	c [INC BOUNDS] best value:34 search for 33
0.00/0.33	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.33	c write failed with 2
0.00/0.33	c [INC SYSTEM] create new solver instance
0.00/0.33	c [INC] encode full formula
0.00/0.33	c (debug) using card networks
0.00/0.34	c set iterative enc to: card
0.00/0.34	c set iterative enc to: none
0.00/0.34	c [INC SEARCH] isOptimum variable: 0
0.00/0.40	c formula is SAT
0.00/0.40	c [INC SEARCH] copied best model
0.00/0.40	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.40	c model valid
0.00/0.40	c current solution ok
0.00/0.40	o 33
0.00/0.40	c [INC SEARCH] iteration: 4
0.00/0.40	c [INC BOUNDS] best value:33 search for 32
0.00/0.40	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.40	c write failed with 2
0.00/0.41	c [INC SYSTEM] create new solver instance
0.00/0.41	c [INC] encode full formula
0.00/0.41	c (debug) using card networks
0.00/0.41	c set iterative enc to: card
0.00/0.41	c set iterative enc to: none
0.00/0.41	c [INC SEARCH] isOptimum variable: 0
0.00/0.47	c formula is SAT
0.00/0.48	c [INC SEARCH] copied best model
0.00/0.48	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.48	c model valid
0.00/0.48	c current solution ok
0.00/0.48	o 32
0.00/0.48	c [INC SEARCH] iteration: 5
0.00/0.48	c [INC BOUNDS] best value:32 search for 31
0.00/0.48	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.48	c write failed with 2
0.00/0.48	c [INC SYSTEM] create new solver instance
0.00/0.48	c [INC] encode full formula
0.00/0.48	c (debug) using card networks
0.00/0.48	c set iterative enc to: card
0.00/0.48	c set iterative enc to: none
0.00/0.48	c [INC SEARCH] isOptimum variable: 0
0.00/0.52	c formula is SAT
0.00/0.52	c [INC SEARCH] copied best model
0.00/0.52	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.52	c model valid
0.00/0.52	c current solution ok
0.00/0.52	o 31
0.00/0.52	c [INC SEARCH] iteration: 6
0.00/0.52	c [INC BOUNDS] best value:31 search for 30
0.00/0.52	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.52	c write failed with 2
0.00/0.52	c [INC SYSTEM] create new solver instance
0.00/0.52	c [INC] encode full formula
0.00/0.52	c (debug) using card networks
0.00/0.52	c set iterative enc to: card
0.00/0.52	c set iterative enc to: none
0.00/0.53	c [INC SEARCH] isOptimum variable: 0
0.00/0.56	c formula is SAT
0.00/0.57	c [INC SEARCH] copied best model
0.00/0.57	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.57	c model valid
0.00/0.57	c current solution ok
0.00/0.57	o 30
0.00/0.57	c [INC SEARCH] iteration: 7
0.00/0.57	c [INC BOUNDS] best value:30 search for 29
0.00/0.57	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.57	c write failed with 2
0.00/0.57	c [INC SYSTEM] create new solver instance
0.00/0.57	c [INC] encode full formula
0.00/0.57	c (debug) using card networks
0.00/0.57	c set iterative enc to: card
0.00/0.57	c set iterative enc to: none
0.00/0.57	c [INC SEARCH] isOptimum variable: 0
0.00/0.84	c formula is SAT
0.00/0.84	c [INC SEARCH] copied best model
0.00/0.84	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.84	c model valid
0.00/0.84	c current solution ok
0.00/0.84	o 29
0.00/0.84	c [INC SEARCH] iteration: 8
0.00/0.84	c [INC BOUNDS] best value:29 search for 28
0.00/0.84	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.84	c write failed with 2
0.00/0.84	c [INC SYSTEM] create new solver instance
0.00/0.84	c [INC] encode full formula
0.00/0.84	c (debug) using card networks
0.00/0.84	c set iterative enc to: card
0.00/0.84	c set iterative enc to: none
0.00/0.85	c [INC SEARCH] isOptimum variable: 0
0.00/0.95	c formula is SAT
0.00/0.95	c [INC SEARCH] copied best model
0.00/0.95	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.95	c model valid
0.00/0.95	c current solution ok
0.00/0.95	o 28
0.00/0.95	c [INC SEARCH] iteration: 9
0.00/0.95	c [INC BOUNDS] best value:28 search for 27
0.00/0.95	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.95	c write failed with 2
0.00/0.95	c [INC SYSTEM] create new solver instance
0.00/0.95	c [INC] encode full formula
0.00/0.95	c (debug) using card networks
0.00/0.96	c set iterative enc to: card
0.00/0.96	c set iterative enc to: none
0.00/0.96	c [INC SEARCH] isOptimum variable: 0
6.35/6.43	c formula is SAT
6.35/6.43	c [INC SEARCH] copied best model
6.35/6.43	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.35/6.43	c model valid
6.35/6.43	c current solution ok
6.35/6.43	o 27
6.35/6.43	c [INC SEARCH] iteration: 10
6.35/6.43	c [INC BOUNDS] best value:27 search for 26
6.35/6.43	c [INC SYSTEM] there exists a inc, kill it!
6.35/6.43	c write failed with 2
6.35/6.44	c [INC SYSTEM] create new solver instance
6.35/6.44	c [INC] encode full formula
6.35/6.44	c (debug) using card networks
6.35/6.44	c set iterative enc to: card
6.35/6.44	c set iterative enc to: none
6.35/6.44	c [INC SEARCH] isOptimum variable: 0
10.15/10.22	c formula is SAT
10.15/10.22	c [INC SEARCH] copied best model
10.15/10.22	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
10.15/10.23	c model valid
10.15/10.23	c current solution ok
10.15/10.23	o 26
10.15/10.23	c [INC SEARCH] iteration: 11
10.15/10.23	c [INC BOUNDS] best value:26 search for 25
10.15/10.23	c [INC SYSTEM] there exists a inc, kill it!
10.15/10.23	c write failed with 2
10.15/10.23	c [INC SYSTEM] create new solver instance
10.15/10.23	c [INC] encode full formula
10.15/10.23	c (debug) using card networks
10.15/10.23	c set iterative enc to: card
10.15/10.23	c set iterative enc to: none
10.15/10.23	c [INC SEARCH] isOptimum variable: 0
265.31/265.49	c formula is SAT
265.31/265.49	c [INC SEARCH] copied best model
265.31/265.49	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
265.31/265.49	c model valid
265.31/265.49	c current solution ok
265.31/265.49	o 25
265.31/265.49	c [INC SEARCH] iteration: 12
265.31/265.49	c [INC BOUNDS] best value:25 search for 24
265.31/265.49	c [INC SYSTEM] there exists a inc, kill it!
265.31/265.49	c write failed with 2
265.31/265.49	c [INC SYSTEM] create new solver instance
265.31/265.49	c [INC] encode full formula
265.31/265.49	c (debug) using card networks
265.31/265.50	c set iterative enc to: card
265.31/265.50	c set iterative enc to: none
265.41/265.50	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.07/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-3703355-1338077927/watcher-3703355-1338077927 -o /tmp/evaluation-result-3703355-1338077927/solver-3703355-1338077927 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703355-1338077927.opb 1633376294 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.01 4/178 13717
/proc/meminfo: memFree=25906708/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0

[startup+0.0469939 s]
/proc/loadavg: 2.01 2.04 2.01 4/178 13717
/proc/meminfo: memFree=25906708/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100285 s]
/proc/loadavg: 2.01 2.04 2.01 4/178 13717
/proc/meminfo: memFree=25906708/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300113 s]
/proc/loadavg: 2.01 2.04 2.01 4/178 13717
/proc/meminfo: memFree=25906708/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700111 s]
/proc/loadavg: 2.01 2.04 2.01 4/178 13717
/proc/meminfo: memFree=25906708/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 13744
/proc/meminfo: memFree=25902452/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=0.93 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3017 16735 0 0 5 1 84 3 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13744] ppid=13718 vsize=6100 CPUtime=0.53 cores=1,3,5,7
/proc/13744/stat : 13744 (glucosInc) R 13718 13717 1653 0 -1 4202496 1287 0 0 0 53 0 0 0 20 0 1 0 273921394 6246400 994 33554432000 4194304 5654031 140734937162896 140734937150712 4215115 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13744/statm: 1525 994 141 357 0 1165 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 18320

[startup+3.1003 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 13744
/proc/meminfo: memFree=25899244/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=0.93 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3017 16735 0 0 5 1 84 3 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13744] ppid=13718 vsize=10784 CPUtime=2.12 cores=1,3,5,7
/proc/13744/stat : 13744 (glucosInc) R 13718 13717 1653 0 -1 4202496 2940 0 0 0 212 0 0 0 20 0 1 0 273921394 11042816 2175 33554432000 4194304 5654031 140734937162896 140734937150712 4233148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13744/statm: 2696 2175 142 357 0 2336 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 23004

[startup+6.30031 s]
/proc/loadavg: 2.09 2.06 2.02 3/181 13744
/proc/meminfo: memFree=25892556/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=0.93 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3017 16735 0 0 5 1 84 3 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13744] ppid=13718 vsize=13616 CPUtime=5.32 cores=1,3,5,7
/proc/13744/stat : 13744 (glucosInc) R 13718 13717 1653 0 -1 4202496 4126 0 0 0 532 0 0 0 20 0 1 0 273921394 13942784 2886 33554432000 4194304 5654031 140734937162896 140734937150712 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13744/statm: 3404 2886 142 357 0 3044 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 25836

[startup+12.7003 s]
/proc/loadavg: 2.08 2.06 2.01 3/181 13748
/proc/meminfo: memFree=25897044/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=10.2 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3474 25056 0 0 6 1 1008 5 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13748] ppid=13718 vsize=12416 CPUtime=2.45 cores=1,3,5,7
/proc/13748/stat : 13748 (glucosInc) R 13718 13717 1653 0 -1 4202496 3161 0 0 0 245 0 0 0 20 0 1 0 273922321 12713984 2367 33554432000 4194304 5654031 140734997261472 140734997249288 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13748/statm: 3104 2367 142 357 0 2744 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 24636

[startup+25.5003 s]
/proc/loadavg: 2.06 2.05 2.01 3/181 13748
/proc/meminfo: memFree=25878548/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=10.2 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3474 25056 0 0 6 1 1008 5 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13748] ppid=13718 vsize=29664 CPUtime=15.24 cores=1,3,5,7
/proc/13748/stat : 13748 (glucosInc) R 13718 13717 1653 0 -1 4202496 4161 0 0 0 1524 0 0 0 20 0 1 0 273922321 30375936 6095 33554432000 4194304 5654031 140734997261472 140734997249288 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13748/statm: 7416 6095 142 357 0 7056 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 41884

[startup+51.1004 s]
/proc/loadavg: 2.04 2.05 2.01 3/181 13748
/proc/meminfo: memFree=25859788/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=10.2 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3474 25056 0 0 6 1 1008 5 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13748] ppid=13718 vsize=53092 CPUtime=40.84 cores=1,3,5,7
/proc/13748/stat : 13748 (glucosInc) R 13718 13717 1653 0 -1 4202496 5673 0 0 0 4083 1 0 0 20 0 1 0 273922321 54366208 9679 33554432000 4194304 5654031 140734997261472 140734997259352 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13748/statm: 13273 9679 142 357 0 12913 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 65312

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.01 3/182 13751
/proc/meminfo: memFree=25824480/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=10.2 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3474 25056 0 0 6 1 1008 5 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13748] ppid=13718 vsize=60092 CPUtime=92.04 cores=1,3,5,7
/proc/13748/stat : 13748 (glucosInc) R 13718 13717 1653 0 -1 4202496 6441 0 0 0 9203 1 0 0 20 0 1 0 273922321 61534208 14504 33554432000 4194304 5654031 140734997261472 140734997249288 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13748/statm: 15023 14504 142 357 0 14663 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 72312

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/180 13751
/proc/meminfo: memFree=25804588/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=10.2 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3474 25056 0 0 6 1 1008 5 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13748] ppid=13718 vsize=83244 CPUtime=152.02 cores=1,3,5,7
/proc/13748/stat : 13748 (glucosInc) R 13718 13717 1653 0 -1 4202496 8745 0 0 0 15199 3 0 0 20 0 1 0 273922321 85241856 14799 33554432000 4194304 5654031 140734997261472 140734997249288 4232700 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13748/statm: 20811 14799 142 357 0 20451 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 95464

[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 13752
/proc/meminfo: memFree=25757504/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=10.2 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3474 25056 0 0 6 1 1008 5 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13748] ppid=13718 vsize=83244 CPUtime=212.02 cores=1,3,5,7
/proc/13748/stat : 13748 (glucosInc) R 13718 13717 1653 0 -1 4202496 9135 0 0 0 21198 4 0 0 20 0 1 0 273922321 85241856 19780 33554432000 4194304 5654031 140734997261472 140734997249288 4232700 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13748/statm: 20811 19780 142 357 0 20451 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 95464

[startup+282.3 s]

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

/proc/meminfo: memFree=24751768/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=139976 CPUtime=976.63 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 20743 0 0 0 97642 21 0 0 20 0 1 0 273947848 143335424 32263 33554432000 4194304 5654031 140737370410256 140737370408184 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 34994 32263 142 357 0 34634 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 152196

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 13767
/proc/meminfo: memFree=24747548/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=118444 CPUtime=1036.63 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 21227 0 0 0 103641 22 0 0 20 0 1 0 273947848 121286656 26814 33554432000 4194304 5654031 140737370410256 140737370408136 4232830 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 29611 26814 142 357 0 29251 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 130664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 13970
/proc/meminfo: memFree=27042364/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=167764 CPUtime=1096.61 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 22445 0 0 0 109638 23 0 0 20 0 1 0 273947848 171790336 39722 33554432000 4194304 5654031 140737370410256 140737370408184 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 41941 39722 142 357 0 41581 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 179984

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 13971
/proc/meminfo: memFree=27049036/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=118444 CPUtime=1156.61 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 23699 0 0 0 115634 27 0 0 20 0 1 0 273947848 121286656 29093 33554432000 4194304 5654031 140737370410256 140737370408280 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 29611 29093 142 357 0 29251 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 130664

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 13975
/proc/meminfo: memFree=27084340/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=167764 CPUtime=1216.59 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 24515 0 0 0 121631 28 0 0 20 0 1 0 273947848 171790336 37162 33554432000 4194304 5654031 140737370410256 140737370408184 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 41941 37162 142 357 0 41581 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 179984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13975
/proc/meminfo: memFree=26992624/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=198584 CPUtime=1276.58 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 25397 0 0 0 127629 29 0 0 20 0 1 0 273947848 203350016 41709 33554432000 4194304 5654031 140737370410256 140737370408344 4233148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 49646 41709 142 357 0 49286 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 210804

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13975
/proc/meminfo: memFree=27037324/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=118444 CPUtime=1336.57 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 26525 0 0 0 133626 31 0 0 20 0 1 0 273947848 121286656 29093 33554432000 4194304 5654031 140737370410256 140737370408280 4232830 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 29611 29093 142 357 0 29251 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 130664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13975
/proc/meminfo: memFree=27001408/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=167764 CPUtime=1396.56 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 27938 0 0 0 139623 33 0 0 20 0 1 0 273947848 171790336 38186 33554432000 4194304 5654031 140737370410256 140737370408184 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 41941 38186 142 357 0 41581 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 179984

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 13978
/proc/meminfo: memFree=27033384/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=167764 CPUtime=1456.55 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 28949 0 0 0 145620 35 0 0 20 0 1 0 273947848 171790336 40234 33554432000 4194304 5654031 140737370410256 140737370398072 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 41941 40234 142 357 0 41581 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 179984

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 13978
/proc/meminfo: memFree=27054708/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=118444 CPUtime=1516.55 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 30544 0 0 0 151617 38 0 0 20 0 1 0 273947848 121286656 29093 33554432000 4194304 5654031 140737370410256 140737370408280 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 29611 29093 142 357 0 29251 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 130664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 13978
/proc/meminfo: memFree=27018404/32873844 swapFree=6088/6088
[pid=13717] ppid=13715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13717/stat : 13717 (npSolver-pbo-It) S 13715 13717 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273921297 9367552 275 33554432000 4194304 5064252 140736226716144 140736226715056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13717/statm: 2287 275 233 213 0 72 0
[pid=13718] ppid=13717 vsize=3072 CPUtime=265.41 cores=1,3,5,7
/proc/13718/stat : 13718 (npSolver-pbo) S 13717 13717 1653 0 -1 4202496 3701 36301 0 0 6 1 26522 12 20 0 1 0 273921298 3145728 484 33554432000 4194304 5992684 140735466718512 140735466704344 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13718/statm: 768 484 194 440 0 324 0
[pid=13754] ppid=13718 vsize=167764 CPUtime=1534.66 cores=1,3,5,7
/proc/13754/stat : 13754 (glucosInc) R 13718 13717 1653 0 -1 4202496 30950 0 0 0 153427 39 0 0 20 0 1 0 273947848 171790336 38186 33554432000 4194304 5654031 140737370410256 140737370398072 4232830 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13754/statm: 41941 38186 142 357 0 41581 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 179984

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.11
CPU user time (s): 1799.57
CPU system time (s): 0.536918
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 210804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.536918
maximum resident set size= 171444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71335
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290
involuntary context switches= 2068

runsolver used 3.14352 second user time and 8.79766 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 02:18:47
IDJOB=3703355
IDBENCH=48122
IDSOLVER=2278
FILE ID=node108/3703355-1338077927
RUNJOBID= node108-1338052671-1674
PBS_JOBID= 14624392
Free space on /tmp= 71476 MiB

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

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=1633376294

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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	: 5438.55
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.273
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.273
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:        25906972 kB
Buffers:          283128 kB
Cached:          4773048 kB
SwapCached:            0 kB
Active:          1943264 kB
Inactive:        4222104 kB
Active(anon):    1108632 kB
Inactive(anon):        0 kB
Active(file):     834632 kB
Inactive(file):  4222104 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8236 kB
Writeback:             0 kB
AnonPages:       1115904 kB
Mapped:            15732 kB
Shmem:               200 kB
Slab:             657012 kB
SReclaimable:      98628 kB
SUnreclaim:       558384 kB
KernelStack:        1504 kB
PageTables:         6424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1354652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 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= 71696 MiB
End job on node108 at 2012-05-27 02:48:48