Trace number 3702923

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.a.opb
MD5SUMa983c7d791d0da9cc5e2ec69578db721
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark4.24935
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables1226
Total number of constraints4208
Number of constraints which are clauses4208
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 constraint2
Maximum length of a constraint105
Number of terms in the objective function 1226
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 1226
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1226
Number of bits of the biggest sum of numbers11
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.09	c run inc solver
0.00/0.09	c [INC SYSTEM] run initial solver
0.00/0.09	c [INC SYSTEM] preprocess with white file
0.00/0.62	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.62	c [INC SYSTEM] execute solver
0.00/0.65	c [INC SEARCH] formula is SAT
0.00/0.65	c [INC SYSTEM] solved the initial formula
0.00/0.66	c model valid
0.00/0.66	c current solution ok
0.00/0.72	o 239
0.00/0.72	c starting approximation
0.00/0.72	c factor = 1
0.00/0.72	c can not find a suitable factor, leaving approximation
0.00/0.72	c finished approximation
0.00/0.72	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.72	c write failed with 2
0.00/0.72	c [INC SEARCH] iteration: 0
0.00/0.72	c [INC BOUNDS] best value:239 search for 238
0.00/0.72	c [INC SYSTEM] create new solver instance
0.00/0.72	c [INC] encode full formula
0.00/0.72	c (debug) using card networks
0.00/0.75	c set iterative enc to: card
0.00/0.75	c set iterative enc to: none
0.00/0.75	c [INC SEARCH] isOptimum variable: 0
0.00/0.93	c formula is SAT
0.00/0.93	c [INC SEARCH] copied best model
0.00/0.93	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 113
0.00/0.95	c [INC SEARCH] iteration: 1
0.00/0.95	c [INC BOUNDS] best value:113 search for 112
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.97	c set iterative enc to: card
0.00/0.97	c set iterative enc to: none
0.00/0.98	c [INC SEARCH] isOptimum variable: 0
1.07/1.14	c formula is SAT
1.07/1.14	c [INC SEARCH] copied best model
1.07/1.14	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.07/1.16	c model valid
1.07/1.16	c current solution ok
1.07/1.16	o 102
1.07/1.16	c [INC SEARCH] iteration: 2
1.07/1.16	c [INC BOUNDS] best value:102 search for 101
1.07/1.16	c [INC SYSTEM] there exists a inc, kill it!
1.07/1.16	c write failed with 2
1.07/1.16	c [INC SYSTEM] create new solver instance
1.07/1.16	c [INC] encode full formula
1.07/1.16	c (debug) using card networks
1.07/1.18	c set iterative enc to: card
1.07/1.18	c set iterative enc to: none
1.07/1.18	c [INC SEARCH] isOptimum variable: 0
1.17/1.42	c formula is SAT
1.17/1.43	c [INC SEARCH] copied best model
1.17/1.43	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.17/1.44	c model valid
1.17/1.44	c current solution ok
1.17/1.44	o 96
1.17/1.44	c [INC SEARCH] iteration: 3
1.17/1.44	c [INC BOUNDS] best value:96 search for 95
1.17/1.44	c [INC SYSTEM] there exists a inc, kill it!
1.17/1.44	c write failed with 2
1.17/1.44	c [INC SYSTEM] create new solver instance
1.17/1.44	c [INC] encode full formula
1.17/1.44	c (debug) using card networks
1.17/1.46	c set iterative enc to: card
1.17/1.46	c set iterative enc to: none
1.17/1.47	c [INC SEARCH] isOptimum variable: 0
1.45/2.00	c formula is SAT
1.45/2.01	c [INC SEARCH] copied best model
1.45/2.01	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.45/2.02	c model valid
1.45/2.02	c current solution ok
1.45/2.02	o 94
1.45/2.02	c [INC SEARCH] iteration: 4
1.45/2.02	c [INC BOUNDS] best value:94 search for 93
1.45/2.02	c [INC SYSTEM] there exists a inc, kill it!
1.45/2.02	c write failed with 2
1.45/2.02	c [INC SYSTEM] create new solver instance
1.45/2.02	c [INC] encode full formula
1.45/2.02	c (debug) using card networks
1.45/2.04	c set iterative enc to: card
1.45/2.04	c set iterative enc to: none
1.45/2.05	c [INC SEARCH] isOptimum variable: 0
2.17/2.22	c formula is SAT
2.17/2.23	c [INC SEARCH] copied best model
2.17/2.23	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.17/2.24	c model valid
2.17/2.24	c current solution ok
2.17/2.24	o 91
2.17/2.24	c [INC SEARCH] iteration: 5
2.17/2.24	c [INC BOUNDS] best value:91 search for 90
2.17/2.24	c [INC SYSTEM] there exists a inc, kill it!
2.17/2.24	c write failed with 2
2.17/2.24	c [INC SYSTEM] create new solver instance
2.17/2.24	c [INC] encode full formula
2.17/2.24	c (debug) using card networks
2.17/2.26	c set iterative enc to: card
2.17/2.26	c set iterative enc to: none
2.17/2.27	c [INC SEARCH] isOptimum variable: 0
3.56/3.66	c formula is SAT
3.56/3.67	c [INC SEARCH] copied best model
3.56/3.67	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
3.56/3.68	c model valid
3.56/3.68	c current solution ok
3.56/3.68	o 90
3.56/3.68	c [INC SEARCH] iteration: 6
3.56/3.68	c [INC BOUNDS] best value:90 search for 89
3.56/3.68	c [INC SYSTEM] there exists a inc, kill it!
3.56/3.68	c write failed with 2
3.56/3.68	c [INC SYSTEM] create new solver instance
3.56/3.68	c [INC] encode full formula
3.56/3.68	c (debug) using card networks
3.67/3.70	c set iterative enc to: card
3.67/3.70	c set iterative enc to: none
3.67/3.71	c [INC SEARCH] isOptimum variable: 0
6.56/6.63	c formula is SAT
6.56/6.63	c [INC SEARCH] copied best model
6.56/6.63	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.56/6.65	c model valid
6.56/6.65	c current solution ok
6.56/6.65	o 85
6.56/6.65	c [INC SEARCH] iteration: 7
6.56/6.65	c [INC BOUNDS] best value:85 search for 84
6.56/6.65	c [INC SYSTEM] there exists a inc, kill it!
6.56/6.65	c write failed with 2
6.56/6.65	c [INC SYSTEM] create new solver instance
6.56/6.65	c [INC] encode full formula
6.56/6.65	c (debug) using card networks
6.56/6.67	c set iterative enc to: card
6.56/6.67	c set iterative enc to: none
6.56/6.67	c [INC SEARCH] isOptimum variable: 0
12.15/12.22	c formula is SAT
12.15/12.23	c [INC SEARCH] copied best model
12.15/12.23	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
12.15/12.24	c model valid
12.15/12.24	c current solution ok
12.15/12.24	o 82
12.15/12.24	c [INC SEARCH] iteration: 8
12.15/12.24	c [INC BOUNDS] best value:82 search for 81
12.15/12.24	c [INC SYSTEM] there exists a inc, kill it!
12.15/12.24	c write failed with 2
12.15/12.24	c [INC SYSTEM] create new solver instance
12.15/12.24	c [INC] encode full formula
12.15/12.24	c (debug) using card networks
12.15/12.26	c set iterative enc to: card
12.15/12.26	c set iterative enc to: none
12.15/12.27	c [INC SEARCH] isOptimum variable: 0
15.03/15.16	c formula is SAT
15.03/15.16	c [INC SEARCH] copied best model
15.03/15.16	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
15.03/15.17	c model valid
15.03/15.17	c current solution ok
15.03/15.17	o 80
15.03/15.17	c [INC SEARCH] iteration: 9
15.03/15.17	c [INC BOUNDS] best value:80 search for 79
15.03/15.17	c [INC SYSTEM] there exists a inc, kill it!
15.03/15.17	c write failed with 2
15.03/15.18	c [INC SYSTEM] create new solver instance
15.03/15.18	c [INC] encode full formula
15.03/15.18	c (debug) using card networks
15.15/15.20	c set iterative enc to: card
15.15/15.20	c set iterative enc to: none
15.15/15.20	c [INC SEARCH] isOptimum variable: 0
28.75/28.88	c formula is SAT
28.75/28.89	c [INC SEARCH] copied best model
28.75/28.89	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
28.85/28.90	c model valid
28.85/28.90	c current solution ok
28.85/28.90	o 79
28.85/28.90	c [INC SEARCH] iteration: 10
28.85/28.90	c [INC BOUNDS] best value:79 search for 78
28.85/28.90	c [INC SYSTEM] there exists a inc, kill it!
28.85/28.90	c write failed with 2
28.85/28.90	c [INC SYSTEM] create new solver instance
28.85/28.90	c [INC] encode full formula
28.85/28.90	c (debug) using card networks
28.85/28.92	c set iterative enc to: card
28.85/28.92	c set iterative enc to: none
28.85/28.93	c [INC SEARCH] isOptimum variable: 0
30.64/30.79	c formula is SAT
30.64/30.79	c [INC SEARCH] copied best model
30.74/30.85	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
30.74/30.85	c model valid
30.74/30.85	c current solution ok
30.74/30.85	o 75
30.74/30.85	c [INC SEARCH] iteration: 11
30.74/30.85	c [INC BOUNDS] best value:75 search for 74
30.74/30.85	c [INC SYSTEM] there exists a inc, kill it!
30.74/30.85	c write failed with 2
30.74/30.85	c [INC SYSTEM] create new solver instance
30.74/30.85	c [INC] encode full formula
30.74/30.85	c (debug) using card networks
30.74/30.85	c set iterative enc to: card
30.74/30.85	c set iterative enc to: none
30.74/30.85	c [INC SEARCH] isOptimum variable: 0
755.42/755.68	c formula is SAT
755.42/755.69	c [INC SEARCH] copied best model
755.42/755.69	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
755.42/755.70	c model valid
755.42/755.70	c current solution ok
755.42/755.70	o 74
755.42/755.70	c [INC SEARCH] iteration: 12
755.42/755.70	c [INC BOUNDS] best value:74 search for 73
755.42/755.70	c [INC SYSTEM] there exists a inc, kill it!
755.42/755.70	c write failed with 2
755.53/755.70	c [INC SYSTEM] create new solver instance
755.53/755.70	c [INC] encode full formula
755.53/755.70	c (debug) using card networks
755.53/755.72	c set iterative enc to: card
755.53/755.72	c set iterative enc to: none
755.53/755.73	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.40	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3702923-1338068905/watcher-3702923-1338068905 -o /tmp/evaluation-result-3702923-1338068905/solver-3702923-1338068905 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702923-1338068905.opb 301183678 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 1.98 1.92 3/178 8472
/proc/meminfo: memFree=27130100/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0

[startup+0.0975121 s]
/proc/loadavg: 2.00 1.98 1.92 3/178 8472
/proc/meminfo: memFree=27130100/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100293 s]
/proc/loadavg: 2.00 1.98 1.92 3/178 8472
/proc/meminfo: memFree=27130100/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300314 s]
/proc/loadavg: 2.00 1.98 1.92 3/178 8472
/proc/meminfo: memFree=27130100/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.00 1.98 1.92 3/178 8472
/proc/meminfo: memFree=27130100/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 1.98 1.92 3/181 8483
/proc/meminfo: memFree=27108392/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=1.45 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 9670 24663 0 0 25 6 107 7 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 22304

[startup+3.10025 s]
/proc/loadavg: 2.00 1.98 1.92 3/181 8489
/proc/meminfo: memFree=27100580/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=2.25 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 13092 34356 0 0 33 7 176 9 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 22304
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 2.00 1.98 1.92 3/181 8493
/proc/meminfo: memFree=27097912/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=3.68 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 14815 39398 0 0 37 7 314 10 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8493] ppid=8473 vsize=23284 CPUtime=2.57 cores=1,3,5,7
/proc/8493/stat : 8493 (glucosInc) R 8473 8472 1653 0 -1 4202496 4190 0 0 0 257 0 0 0 20 0 1 0 273019504 23842816 5068 33554432000 4194304 5654031 140733484984560 140733484972376 4208717 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8493/statm: 5821 5068 141 357 0 5461 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 45588

[startup+12.7003 s]
/proc/loadavg: 2.00 1.98 1.92 3/180 8495
/proc/meminfo: memFree=27094836/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=12.23 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 18236 50378 0 0 45 8 1157 13 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 22304

[startup+25.5004 s]
/proc/loadavg: 2.00 1.98 1.92 3/181 8500
/proc/meminfo: memFree=27089752/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=15.17 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 19936 55364 0 0 49 9 1444 15 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8499] ppid=8473 vsize=26352 CPUtime=10.28 cores=1,3,5,7
/proc/8499/stat : 8499 (glucosInc) R 8473 8472 1653 0 -1 4202496 7328 0 0 0 1026 2 0 0 20 0 1 0 273020653 26984448 5954 33554432000 4194304 5654031 140737025170672 140737025158488 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 6588 5954 142 357 0 6228 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 48656

[startup+51.1004 s]
/proc/loadavg: 2.00 1.98 1.92 3/181 8504
/proc/meminfo: memFree=27079832/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=30.79 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 23354 68594 0 0 57 9 2994 19 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8504] ppid=8473 vsize=33276 CPUtime=20.24 cores=1,3,5,7
/proc/8504/stat : 8504 (glucosInc) R 8473 8472 1653 0 -1 4202496 7956 0 0 0 2023 1 0 0 20 0 1 0 273022217 34074624 7596 33554432000 4194304 5654031 140734353417328 140734353405144 4208621 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8504/statm: 8319 7596 142 357 0 7959 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 55580

[startup+102.307 s]
/proc/loadavg: 2.00 1.98 1.92 3/182 8507
/proc/meminfo: memFree=27057928/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=30.79 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 23354 68594 0 0 57 9 2994 19 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8504] ppid=8473 vsize=49364 CPUtime=71.44 cores=1,3,5,7
/proc/8504/stat : 8504 (glucosInc) R 8473 8472 1653 0 -1 4202496 10973 0 0 0 7141 3 0 0 20 0 1 0 273022217 50548736 10857 33554432000 4194304 5654031 140734353417328 140734353405144 4232912 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8504/statm: 12341 10857 142 357 0 11981 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 71668

[startup+162.3 s]
/proc/loadavg: 2.00 1.98 1.92 3/181 8507
/proc/meminfo: memFree=27046948/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=30.79 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 23354 68594 0 0 57 9 2994 19 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8504] ppid=8473 vsize=52084 CPUtime=131.42 cores=1,3,5,7
/proc/8504/stat : 8504 (glucosInc) R 8473 8472 1653 0 -1 4202496 13004 0 0 0 13138 4 0 0 20 0 1 0 273022217 53334016 12079 33554432000 4194304 5654031 140734353417328 140734353405144 4215353 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8504/statm: 13021 12079 142 357 0 12661 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 74388

[startup+222.3 s]
/proc/loadavg: 2.00 1.98 1.92 3/181 8507
/proc/meminfo: memFree=27017276/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=30.79 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 23354 68594 0 0 57 9 2994 19 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8504] ppid=8473 vsize=75368 CPUtime=191.41 cores=1,3,5,7
/proc/8504/stat : 8504 (glucosInc) R 8473 8472 1653 0 -1 4202496 13271 0 0 0 19136 5 0 0 20 0 1 0 273022217 77176832 17962 33554432000 4194304 5654031 140734353417328 140734353405144 4233194 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8504/statm: 18842 17962 142 357 0 18482 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 97672

[startup+282.3 s]
/proc/loadavg: 2.00 1.98 1.92 3/182 8517
/proc/meminfo: memFree=27009596/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=30.79 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 23354 68594 0 0 57 9 2994 19 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0

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

/proc/meminfo: memFree=26913572/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=139288 CPUtime=486.45 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 10593 0 0 0 48634 11 0 0 20 0 1 0 273094706 142630912 31528 33554432000 4194304 5654031 140734975981136 140734975979064 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 34822 31528 142 357 0 34462 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 161592

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/182 8596
/proc/meminfo: memFree=27029024/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=89968 CPUtime=546.45 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 10644 0 0 0 54633 12 0 0 20 0 1 0 273094706 92127232 21773 33554432000 4194304 5654031 140734975981136 140734975968952 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 22492 21773 142 357 0 22132 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 112272

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/181 8596
/proc/meminfo: memFree=27026176/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=89968 CPUtime=606.44 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 10734 0 0 0 60630 14 0 0 20 0 1 0 273094706 92127232 21773 33554432000 4194304 5654031 140734975981136 140734975968952 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 22492 21773 142 357 0 22132 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 112272

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 4/181 8596
/proc/meminfo: memFree=26991936/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=91688 CPUtime=666.43 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 11173 0 0 0 66629 14 0 0 20 0 1 0 273094706 93888512 22203 33554432000 4194304 5654031 140734975981136 140734975978936 4232703 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 22922 22203 142 357 0 22562 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 113992

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/181 8596
/proc/meminfo: memFree=26937948/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=111228 CPUtime=726.42 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 11753 0 0 0 72627 15 0 0 20 0 1 0 273094706 113897472 26358 33554432000 4194304 5654031 140734975981136 140734975979016 4208621 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 27807 26358 142 357 0 27447 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 133532

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.94 4/181 8596
/proc/meminfo: memFree=26967856/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=111228 CPUtime=786.41 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 11754 0 0 0 78626 15 0 0 20 0 1 0 273094706 113897472 26870 33554432000 4194304 5654031 140734975981136 140734975979016 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 27807 26870 142 357 0 27447 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 133532

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.94 4/181 8597
/proc/meminfo: memFree=26967544/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=111228 CPUtime=846.4 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 11754 0 0 0 84625 15 0 0 20 0 1 0 273094706 113897472 26870 33554432000 4194304 5654031 140734975981136 140734975979016 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 27807 26870 142 357 0 27447 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 133532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/181 8597
/proc/meminfo: memFree=26966552/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=111228 CPUtime=906.39 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 12048 0 0 0 90624 15 0 0 20 0 1 0 273094706 113897472 27114 33554432000 4194304 5654031 140734975981136 140734975979160 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 27807 27114 142 357 0 27447 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 133532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/181 8597
/proc/meminfo: memFree=26966676/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=111228 CPUtime=966.38 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 12091 0 0 0 96622 16 0 0 20 0 1 0 273094706 113897472 27114 33554432000 4194304 5654031 140734975981136 140734975979160 4233021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 27807 27114 142 357 0 27447 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 133532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/181 8597
/proc/meminfo: memFree=26897356/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=160748 CPUtime=1026.37 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 12202 0 0 0 102620 17 0 0 20 0 1 0 273094706 164605952 35357 33554432000 4194304 5654031 140734975981136 140734975979064 4233181 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 40187 35357 142 357 0 39827 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 183052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 8597
/proc/meminfo: memFree=26928324/32873844 swapFree=6088/6088
[pid=8472] ppid=8470 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8472/stat : 8472 (npSolver-pbo-It) S 8470 8472 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273019132 9367552 275 33554432000 4194304 5064252 140733568724624 140733568723536 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8472/statm: 2287 275 233 213 0 72 0
[pid=8473] ppid=8472 vsize=13156 CPUtime=755.55 cores=1,3,5,7
/proc/8473/stat : 8473 (npSolver-pbo) S 8472 8472 1653 0 -1 4202496 25077 84977 0 0 61 9 75447 38 20 0 1 0 273019133 13471744 2932 33554432000 4194304 5992684 140734920724576 140734920710408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8473/statm: 3289 2932 194 440 0 2845 0
[pid=8547] ppid=8473 vsize=111428 CPUtime=1044.47 cores=1,3,5,7
/proc/8547/stat : 8547 (glucosInc) R 8473 8472 1653 0 -1 4202496 12204 0 0 0 104430 17 0 0 20 0 1 0 273094706 114102272 27138 33554432000 4194304 5654031 140734975981136 140734975979160 4216213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8547/statm: 27857 27138 142 357 0 27497 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 133732

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.07
CPU user time (s): 1799.4
CPU system time (s): 0.666898
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 189304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.666898
maximum resident set size= 145524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122639
page faults= 0
swaps= 0
block input operations= 0
block output operations= 49360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1601
involuntary context switches= 2236

runsolver used 7.8908 second user time and 18.0793 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-26 23:48:26
IDJOB=3702923
IDBENCH=2884
IDSOLVER=2278
FILE ID=node108/3702923-1338068905
RUNJOBID= node108-1338052671-1674
PBS_JOBID= 14624392
Free space on /tmp= 71704 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.a.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702923-1338068905/watcher-3702923-1338068905 -o /tmp/evaluation-result-3702923-1338068905/solver-3702923-1338068905 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702923-1338068905.opb 301183678 HOME HOME

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

MD5SUM BENCH= a983c7d791d0da9cc5e2ec69578db721
RANDOM SEED=301183678

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:        27130364 kB
Buffers:          263228 kB
Cached:          4535896 kB
SwapCached:            0 kB
Active:           729392 kB
Inactive:        4219176 kB
Active(anon):     150740 kB
Inactive(anon):        0 kB
Active(file):     578652 kB
Inactive(file):  4219176 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9144 kB
Writeback:             0 kB
AnonPages:        166052 kB
Mapped:            15920 kB
Shmem:               200 kB
Slab:             650504 kB
SReclaimable:      92056 kB
SUnreclaim:       558448 kB
KernelStack:        1520 kB
PageTables:         4236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     269296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 71680 MiB
End job on node108 at 2012-05-27 00:18:26