Trace number 3702710

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-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-e64.b.opb
MD5SUM4a444f89cff56050e88660d23e3d8694
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark0.824873
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 47
Optimality of the best value was proved NO
Number of variables607
Total number of constraints1022
Number of constraints which are clauses1022
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint32
Number of terms in the objective function 607
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 607
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 607
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.09	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.09	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 96
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:96 search for 95
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.13	c set iterative enc to: card
0.00/0.13	c set iterative enc to: none
0.00/0.13	c [INC SEARCH] isOptimum variable: 0
0.00/0.17	c formula is SAT
0.00/0.17	c [INC SEARCH] copied best model
0.00/0.17	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.17	c model valid
0.00/0.17	c current solution ok
0.00/0.17	o 72
0.00/0.17	c [INC SEARCH] iteration: 1
0.00/0.17	c [INC BOUNDS] best value:72 search for 71
0.00/0.17	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.17	c write failed with 2
0.00/0.17	c [INC SYSTEM] create new solver instance
0.00/0.17	c [INC] encode full formula
0.00/0.17	c (debug) using card networks
0.00/0.18	c set iterative enc to: card
0.00/0.18	c set iterative enc to: none
0.00/0.19	c [INC SEARCH] isOptimum variable: 0
0.00/0.23	c formula is SAT
0.00/0.23	c [INC SEARCH] copied best model
0.00/0.23	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.24	c model valid
0.00/0.24	c current solution ok
0.00/0.24	o 70
0.00/0.24	c [INC SEARCH] iteration: 2
0.00/0.24	c [INC BOUNDS] best value:70 search for 69
0.00/0.24	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.24	c write failed with 2
0.00/0.24	c [INC SYSTEM] create new solver instance
0.00/0.24	c [INC] encode full formula
0.00/0.24	c (debug) using card networks
0.00/0.25	c set iterative enc to: card
0.00/0.25	c set iterative enc to: none
0.00/0.25	c [INC SEARCH] isOptimum variable: 0
0.00/0.29	c formula is SAT
0.00/0.29	c [INC SEARCH] copied best model
0.00/0.29	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.29	c model valid
0.00/0.29	c current solution ok
0.00/0.29	o 69
0.00/0.29	c [INC SEARCH] iteration: 3
0.00/0.29	c [INC BOUNDS] best value:69 search for 68
0.00/0.29	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.29	c write failed with 2
0.00/0.29	c [INC SYSTEM] create new solver instance
0.00/0.29	c [INC] encode full formula
0.00/0.29	c (debug) using card networks
0.00/0.30	c set iterative enc to: card
0.00/0.30	c set iterative enc to: none
0.00/0.31	c [INC SEARCH] isOptimum variable: 0
0.00/0.37	c formula is SAT
0.00/0.37	c [INC SEARCH] copied best model
0.00/0.37	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.37	c model valid
0.00/0.37	c current solution ok
0.00/0.37	o 67
0.00/0.37	c [INC SEARCH] iteration: 4
0.00/0.37	c [INC BOUNDS] best value:67 search for 66
0.00/0.37	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.37	c write failed with 2
0.00/0.37	c [INC SYSTEM] create new solver instance
0.00/0.37	c [INC] encode full formula
0.00/0.37	c (debug) using card networks
0.00/0.38	c set iterative enc to: card
0.00/0.38	c set iterative enc to: none
0.00/0.39	c [INC SEARCH] isOptimum variable: 0
0.00/0.50	c formula is SAT
0.00/0.50	c [INC SEARCH] copied best model
0.00/0.50	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.51	c model valid
0.00/0.51	c current solution ok
0.00/0.51	o 63
0.00/0.51	c [INC SEARCH] iteration: 5
0.00/0.51	c [INC BOUNDS] best value:63 search for 62
0.00/0.51	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.51	c write failed with 2
0.00/0.51	c [INC SYSTEM] create new solver instance
0.00/0.51	c [INC] encode full formula
0.00/0.51	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.52	c [INC SEARCH] isOptimum variable: 0
0.00/0.65	c formula is SAT
0.00/0.65	c [INC SEARCH] copied best model
0.00/0.65	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.66	c model valid
0.00/0.66	c current solution ok
0.00/0.66	o 62
0.00/0.66	c [INC SEARCH] iteration: 6
0.00/0.66	c [INC BOUNDS] best value:62 search for 61
0.00/0.66	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.66	c write failed with 2
0.00/0.66	c [INC SYSTEM] create new solver instance
0.00/0.66	c [INC] encode full formula
0.00/0.66	c (debug) using card networks
0.00/0.66	c set iterative enc to: card
0.00/0.66	c set iterative enc to: none
0.00/0.67	c [INC SEARCH] isOptimum variable: 0
0.97/1.04	c formula is SAT
0.97/1.04	c [INC SEARCH] copied best model
0.97/1.04	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.97/1.04	c model valid
0.97/1.04	c current solution ok
0.97/1.04	o 60
0.97/1.04	c [INC SEARCH] iteration: 7
0.97/1.04	c [INC BOUNDS] best value:60 search for 59
0.97/1.04	c [INC SYSTEM] there exists a inc, kill it!
0.97/1.04	c write failed with 2
0.97/1.04	c [INC SYSTEM] create new solver instance
0.97/1.04	c [INC] encode full formula
0.97/1.04	c (debug) using card networks
0.97/1.05	c set iterative enc to: card
0.97/1.05	c set iterative enc to: none
0.97/1.06	c [INC SEARCH] isOptimum variable: 0
1.04/1.38	c formula is SAT
1.04/1.39	c [INC SEARCH] copied best model
1.04/1.39	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.04/1.39	c model valid
1.04/1.39	c current solution ok
1.04/1.39	o 59
1.04/1.39	c [INC SEARCH] iteration: 8
1.04/1.39	c [INC BOUNDS] best value:59 search for 58
1.04/1.39	c [INC SYSTEM] there exists a inc, kill it!
1.04/1.39	c write failed with 2
1.04/1.39	c [INC SYSTEM] create new solver instance
1.04/1.39	c [INC] encode full formula
1.04/1.39	c (debug) using card networks
1.39/1.40	c set iterative enc to: card
1.39/1.40	c set iterative enc to: none
1.39/1.40	c [INC SEARCH] isOptimum variable: 0
1.39/1.94	c formula is SAT
1.39/1.94	c [INC SEARCH] copied best model
1.39/1.94	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.39/1.95	c model valid
1.39/1.95	c current solution ok
1.39/1.95	o 53
1.39/1.95	c [INC SEARCH] iteration: 9
1.39/1.95	c [INC BOUNDS] best value:53 search for 52
1.39/1.95	c [INC SYSTEM] there exists a inc, kill it!
1.39/1.95	c write failed with 2
1.39/1.95	c [INC SYSTEM] create new solver instance
1.39/1.95	c [INC] encode full formula
1.39/1.95	c (debug) using card networks
1.39/1.96	c set iterative enc to: card
1.39/1.96	c set iterative enc to: none
1.39/1.96	c [INC SEARCH] isOptimum variable: 0
13.38/13.44	c formula is SAT
13.38/13.44	c [INC SEARCH] copied best model
13.38/13.44	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
13.38/13.45	c model valid
13.38/13.45	c current solution ok
13.38/13.45	o 52
13.38/13.45	c [INC SEARCH] iteration: 10
13.38/13.45	c [INC BOUNDS] best value:52 search for 51
13.38/13.45	c [INC SYSTEM] there exists a inc, kill it!
13.38/13.45	c write failed with 2
13.38/13.45	c [INC SYSTEM] create new solver instance
13.38/13.45	c [INC] encode full formula
13.38/13.45	c (debug) using card networks
13.38/13.45	c set iterative enc to: card
13.38/13.45	c set iterative enc to: none
13.38/13.46	c [INC SEARCH] isOptimum variable: 0
46.05/46.15	c formula is SAT
46.05/46.15	c [INC SEARCH] copied best model
46.05/46.15	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
46.05/46.16	c model valid
46.05/46.16	c current solution ok
46.05/46.16	o 51
46.05/46.16	c [INC SEARCH] iteration: 11
46.05/46.16	c [INC BOUNDS] best value:51 search for 50
46.05/46.16	c [INC SYSTEM] there exists a inc, kill it!
46.05/46.16	c write failed with 2
46.05/46.16	c [INC SYSTEM] create new solver instance
46.05/46.16	c [INC] encode full formula
46.05/46.16	c (debug) using card networks
46.05/46.16	c set iterative enc to: card
46.05/46.16	c set iterative enc to: none
46.05/46.17	c [INC SEARCH] isOptimum variable: 0
161.64/161.71	c formula is SAT
161.64/161.71	c [INC SEARCH] copied best model
161.64/161.71	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
161.64/161.71	c model valid
161.64/161.71	c current solution ok
161.64/161.71	o 50
161.64/161.71	c [INC SEARCH] iteration: 12
161.64/161.71	c [INC BOUNDS] best value:50 search for 49
161.64/161.71	c [INC SYSTEM] there exists a inc, kill it!
161.64/161.71	c write failed with 2
161.64/161.71	c [INC SYSTEM] create new solver instance
161.64/161.71	c [INC] encode full formula
161.64/161.71	c (debug) using card networks
161.64/161.72	c set iterative enc to: card
161.64/161.72	c set iterative enc to: none
161.64/161.73	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-3702710-1338058351/watcher-3702710-1338058351 -o /tmp/evaluation-result-3702710-1338058351/solver-3702710-1338058351 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702710-1338058351.opb 852566144 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.00 2.00 2.00 3/178 5278
/proc/meminfo: memFree=28323892/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0

[startup+0.069022 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5278
/proc/meminfo: memFree=28323892/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100202 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5278
/proc/meminfo: memFree=28323892/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300154 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5278
/proc/meminfo: memFree=28323892/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700207 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5278
/proc/meminfo: memFree=28323892/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 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.00 2.00 3/181 5299
/proc/meminfo: memFree=28311380/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=1.39 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 5888 23651 0 0 13 3 118 5 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13168

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5305
/proc/meminfo: memFree=28306664/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=1.95 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 6425 26023 0 0 14 3 172 6 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5305] ppid=5279 vsize=9104 CPUtime=1.12 cores=1,3,5,7
/proc/5305/stat : 5305 (glucosInc) R 5279 5278 4763 0 -1 4202496 2513 0 0 0 112 0 0 0 20 0 1 0 271961331 9322496 1813 33554432000 4194304 5654031 140735831877280 140735831865096 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5305/statm: 2276 1813 142 357 0 1916 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22272

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5305
/proc/meminfo: memFree=28299072/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=1.95 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 6425 26023 0 0 14 3 172 6 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5305] ppid=5279 vsize=15120 CPUtime=4.32 cores=1,3,5,7
/proc/5305/stat : 5305 (glucosInc) R 5279 5278 4763 0 -1 4202496 4127 0 0 0 432 0 0 0 20 0 1 0 271961331 15482880 3324 33554432000 4194304 5654031 140735831877280 140735831865096 4214638 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5305/statm: 3780 3324 142 357 0 3420 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28288

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5305
/proc/meminfo: memFree=28288268/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=1.95 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 6425 26023 0 0 14 3 172 6 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5305] ppid=5279 vsize=23316 CPUtime=10.73 cores=1,3,5,7
/proc/5305/stat : 5305 (glucosInc) R 5279 5278 4763 0 -1 4202496 4717 0 0 0 1072 1 0 0 20 0 1 0 271961331 23875584 5253 33554432000 4194304 5654031 140735831877280 140735831865096 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5305/statm: 5829 5253 142 357 0 5469 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36484

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5307
/proc/meminfo: memFree=28286940/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=13.43 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 6959 31397 0 0 15 3 1318 7 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5307] ppid=5279 vsize=20600 CPUtime=12.02 cores=1,3,5,7
/proc/5307/stat : 5307 (glucosInc) R 5279 5278 4763 0 -1 4202496 4737 0 0 0 1202 0 0 0 20 0 1 0 271962481 21094400 4537 33554432000 4194304 5654031 140734766666864 140734766654680 4209151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5307/statm: 5150 4537 142 357 0 4790 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 33768

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5313
/proc/meminfo: memFree=28291224/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=46.14 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 7499 38881 0 0 17 3 4585 9 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5313] ppid=5279 vsize=15064 CPUtime=4.92 cores=1,3,5,7
/proc/5313/stat : 5313 (glucosInc) R 5279 5278 4763 0 -1 4202496 4165 0 0 0 492 0 0 0 20 0 1 0 271965752 15425536 3327 33554432000 4194304 5654031 140736153553440 140736153541256 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5313/statm: 3766 3327 142 357 0 3406 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 28232

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5315
/proc/meminfo: memFree=28261796/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=46.14 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 7499 38881 0 0 17 3 4585 9 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5313] ppid=5279 vsize=51100 CPUtime=56.11 cores=1,3,5,7
/proc/5313/stat : 5313 (glucosInc) R 5279 5278 4763 0 -1 4202496 8624 0 0 0 5609 2 0 0 20 0 1 0 271965752 52326400 8781 33554432000 4194304 5654031 140736153553440 140736153541256 4233460 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5313/statm: 12775 8781 142 357 0 12415 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 64268

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5317
/proc/meminfo: memFree=28239184/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 13168

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5319
/proc/meminfo: memFree=28254820/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=55364 CPUtime=60.55 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 6639 0 0 0 6054 1 0 0 20 0 1 0 271977308 56692736 9596 33554432000 4194304 5654031 140735473130496 140735473118312 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 13841 9596 142 357 0 13481 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 68532

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5320
/proc/meminfo: memFree=28231720/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7

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

/proc/meminfo: memFree=28137016/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=107964 CPUtime=1080.39 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 18131 0 0 0 108024 15 0 0 20 0 1 0 271977308 110555136 26541 33554432000 4194304 5654031 140735473130496 140735473128520 4232916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 26991 26541 142 357 0 26631 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 121132

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 5353
/proc/meminfo: memFree=28094584/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=157284 CPUtime=1140.39 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 19406 0 0 0 114022 17 0 0 20 0 1 0 271977308 161058816 37223 33554432000 4194304 5654031 140735473130496 140735473128424 4215932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 39321 37223 142 357 0 38961 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 170452

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5353
/proc/meminfo: memFree=28090632/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=157284 CPUtime=1200.37 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 20462 0 0 0 120018 19 0 0 20 0 1 0 271977308 161058816 38247 33554432000 4194304 5654031 140735473130496 140735473128424 4232794 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 39321 38247 142 357 0 38961 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 170452

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 5353
/proc/meminfo: memFree=28136432/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=107964 CPUtime=1260.37 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 20928 0 0 0 126017 20 0 0 20 0 1 0 271977308 110555136 26541 33554432000 4194304 5654031 140735473130496 140735473128520 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 26991 26541 142 357 0 26631 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 121132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5354
/proc/meminfo: memFree=28063920/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=157284 CPUtime=1320.35 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 21850 0 0 0 132014 21 0 0 20 0 1 0 271977308 161058816 34663 33554432000 4194304 5654031 140735473130496 140735473128424 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 39321 34663 142 357 0 38961 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 170452

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5354
/proc/meminfo: memFree=28070064/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=157284 CPUtime=1380.35 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 22317 0 0 0 138013 22 0 0 20 0 1 0 271977308 161058816 35687 33554432000 4194304 5654031 140735473130496 140735473128424 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 39321 35687 142 357 0 38961 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 170452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5354
/proc/meminfo: memFree=28043444/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=157284 CPUtime=1440.34 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 22785 0 0 0 144011 23 0 0 20 0 1 0 271977308 161058816 37735 33554432000 4194304 5654031 140735473130496 140735473118312 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 39321 37735 142 357 0 38961 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 170452

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5357
/proc/meminfo: memFree=28085976/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=157284 CPUtime=1500.32 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 23666 0 0 0 150008 24 0 0 20 0 1 0 271977308 161058816 38759 33554432000 4194304 5654031 140735473130496 140735473118312 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 39321 38759 142 357 0 38961 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 170452

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5357
/proc/meminfo: memFree=28043220/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=157284 CPUtime=1560.32 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 24725 0 0 0 156006 26 0 0 20 0 1 0 271977308 161058816 38759 33554432000 4194304 5654031 140735473130496 140735473128424 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 39321 38759 142 357 0 38961 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 170452

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5358
/proc/meminfo: memFree=28086372/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=157284 CPUtime=1620.31 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 25868 0 0 0 162003 28 0 0 20 0 1 0 271977308 161058816 38843 33554432000 4194304 5654031 140735473130496 140735473118312 4232784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 39321 38843 142 357 0 38961 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 170452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5412
/proc/meminfo: memFree=28005552/32873648 swapFree=6864/6864
[pid=5278] ppid=5276 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5278/stat : 5278 (npSolver-pbo-It) S 5276 5278 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271961135 9367552 275 33554432000 4194304 5064252 140734628880720 140734628879632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5278/statm: 2287 275 233 213 0 72 0
[pid=5279] ppid=5278 vsize=4020 CPUtime=161.67 cores=1,3,5,7
/proc/5279/stat : 5279 (npSolver-pbo) S 5278 5278 4763 0 -1 4202496 8036 48642 0 0 18 3 16133 13 20 0 1 0 271961135 4116480 702 33554432000 4194304 5992684 140735409351792 140735409337624 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5279/statm: 1005 702 194 440 0 561 0
[pid=5319] ppid=5279 vsize=107964 CPUtime=1638.4 cores=1,3,5,7
/proc/5319/stat : 5319 (glucosInc) R 5279 5278 4763 0 -1 4202496 26371 0 0 0 163812 28 0 0 20 0 1 0 271977308 110555136 26541 33554432000 4194304 5654031 140735473130496 140735473128520 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5319/statm: 26991 26541 142 357 0 26631 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 121132

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.65
CPU system time (s): 0.466929
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 201272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.466929
maximum resident set size= 161448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 572
involuntary context switches= 1899

runsolver used 3.56846 second user time and 9.15661 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-26 20:52:32
IDJOB=3702710
IDBENCH=2053
IDSOLVER=2278
FILE ID=node120/3702710-1338058351
RUNJOBID= node120-1338052943-4780
PBS_JOBID= 14624403
Free space on /tmp= 71584 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-e64.b.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702710-1338058351/watcher-3702710-1338058351 -o /tmp/evaluation-result-3702710-1338058351/solver-3702710-1338058351 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702710-1338058351.opb 852566144 HOME HOME

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

MD5SUM BENCH= 4a444f89cff56050e88660d23e3d8694
RANDOM SEED=852566144

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        28323784 kB
Buffers:          236292 kB
Cached:          3508172 kB
SwapCached:          492 kB
Active:           702412 kB
Inactive:        3079608 kB
Active(anon):      27380 kB
Inactive(anon):    12388 kB
Active(file):     675032 kB
Inactive(file):  3067220 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             18988 kB
Writeback:             0 kB
AnonPages:         43348 kB
Mapped:            14892 kB
Shmem:               120 kB
Slab:             633804 kB
SReclaimable:      77204 kB
SUnreclaim:       556600 kB
KernelStack:        1504 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     151800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71516 MiB
End job on node120 at 2012-05-26 21:22:32