Trace number 3752098

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 (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-m4.r.opb
MD5SUMf69ecb5497caa964fbd82b9dc6698ac3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark0.142977
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 90
Optimality of the best value was proved YES
Number of variables652
Total number of constraints759
Number of constraints which are clauses759
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 constraint46
Number of terms in the objective function 652
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 652
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 652
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.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.03	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.03	c [INC SYSTEM] execute solver
0.00/0.03	c [INC SEARCH] formula is SAT
0.00/0.03	c [INC SYSTEM] solved the initial formula
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.04	o 116
0.00/0.04	c starting approximation
0.00/0.04	c factor = 1
0.00/0.04	c can not find a suitable factor, leaving approximation
0.00/0.04	c finished approximation
0.00/0.04	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.04	c write failed with 2
0.00/0.04	c [INC SEARCH] iteration: 0
0.00/0.04	c [INC BOUNDS] best value:116 search for 115
0.00/0.04	c [INC SYSTEM] create new solver instance
0.00/0.04	c [INC] encode full formula
0.00/0.04	c (debug) using card networks
0.00/0.04	c old isEQ: 112, new EQ is 0
0.00/0.05	c set iterative enc to: card
0.00/0.05	c set iterative enc to: none
0.00/0.05	c [INC SEARCH] isOptimum variable: 0
0.00/0.42	c formula is SAT
0.00/0.42	c [INC SEARCH] copied best model
0.00/0.42	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.43	c model valid
0.00/0.43	c current solution ok
0.00/0.43	o 114
0.00/0.43	c [INC SEARCH] iteration: 1
0.00/0.43	c [INC BOUNDS] best value:114 search for 113
0.00/0.43	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.43	c write failed with 2
0.00/0.43	c [INC SYSTEM] create new solver instance
0.00/0.43	c [INC] encode full formula
0.00/0.43	c (debug) using card networks
0.00/0.43	c old isEQ: 48, new EQ is 0
0.00/0.44	c set iterative enc to: card
0.00/0.44	c set iterative enc to: none
0.00/0.44	c [INC SEARCH] isOptimum variable: 0
0.00/0.88	c formula is SAT
0.00/0.88	c [INC SEARCH] copied best model
0.00/0.88	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.89	c model valid
0.00/0.89	c current solution ok
0.00/0.89	o 113
0.00/0.89	c [INC SEARCH] iteration: 2
0.00/0.89	c [INC BOUNDS] best value:113 search for 112
0.00/0.89	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.89	c write failed with 2
0.00/0.89	c [INC SYSTEM] create new solver instance
0.00/0.89	c [INC] encode full formula
0.00/0.89	c (debug) using card networks
0.00/0.89	c old isEQ: 48, new EQ is 0
0.00/0.90	c set iterative enc to: card
0.00/0.90	c set iterative enc to: none
0.00/0.90	c [INC SEARCH] isOptimum variable: 0
1.76/1.80	c formula is SAT
1.76/1.80	c [INC SEARCH] copied best model
1.76/1.80	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.76/1.80	c model valid
1.76/1.80	c current solution ok
1.76/1.80	o 112
1.76/1.80	c [INC SEARCH] iteration: 3
1.76/1.80	c [INC BOUNDS] best value:112 search for 111
1.76/1.80	c [INC SYSTEM] there exists a inc, kill it!
1.76/1.80	c write failed with 2
1.76/1.80	c [INC SYSTEM] create new solver instance
1.76/1.80	c [INC] encode full formula
1.76/1.80	c (debug) using card networks
1.76/1.80	c old isEQ: 48, new EQ is 0
1.76/1.81	c set iterative enc to: card
1.76/1.81	c set iterative enc to: none
1.76/1.82	c [INC SEARCH] isOptimum variable: 0
5.06/5.13	c formula is SAT
5.06/5.13	c [INC SEARCH] copied best model
5.06/5.13	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.06/5.13	c model valid
5.06/5.13	c current solution ok
5.06/5.13	o 109
5.06/5.13	c [INC SEARCH] iteration: 4
5.06/5.13	c [INC BOUNDS] best value:109 search for 108
5.06/5.13	c [INC SYSTEM] there exists a inc, kill it!
5.06/5.13	c write failed with 2
5.06/5.13	c [INC SYSTEM] create new solver instance
5.06/5.13	c [INC] encode full formula
5.06/5.13	c (debug) using card networks
5.06/5.13	c old isEQ: 48, new EQ is 0
5.06/5.15	c set iterative enc to: card
5.06/5.15	c set iterative enc to: none
5.06/5.15	c [INC SEARCH] isOptimum variable: 0
7.06/7.12	c formula is SAT
7.06/7.12	c [INC SEARCH] copied best model
7.06/7.12	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.06/7.12	c model valid
7.06/7.12	c current solution ok
7.06/7.12	o 107
7.06/7.12	c [INC SEARCH] iteration: 5
7.06/7.12	c [INC BOUNDS] best value:107 search for 106
7.06/7.12	c [INC SYSTEM] there exists a inc, kill it!
7.06/7.12	c write failed with 2
7.06/7.12	c [INC SYSTEM] create new solver instance
7.06/7.12	c [INC] encode full formula
7.06/7.12	c (debug) using card networks
7.06/7.12	c old isEQ: 48, new EQ is 0
7.06/7.13	c set iterative enc to: card
7.06/7.13	c set iterative enc to: none
7.06/7.14	c [INC SEARCH] isOptimum variable: 0
9.56/9.67	c formula is SAT
9.56/9.67	c [INC SEARCH] copied best model
9.56/9.67	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
9.56/9.68	c model valid
9.56/9.68	c current solution ok
9.56/9.68	o 106
9.56/9.68	c [INC SEARCH] iteration: 6
9.56/9.68	c [INC BOUNDS] best value:106 search for 105
9.56/9.68	c [INC SYSTEM] there exists a inc, kill it!
9.56/9.68	c write failed with 2
9.56/9.68	c [INC SYSTEM] create new solver instance
9.56/9.68	c [INC] encode full formula
9.56/9.68	c (debug) using card networks
9.56/9.68	c old isEQ: 48, new EQ is 0
9.56/9.69	c set iterative enc to: card
9.56/9.69	c set iterative enc to: none
9.56/9.69	c [INC SEARCH] isOptimum variable: 0
55.12/55.28	c formula is SAT
55.12/55.28	c [INC SEARCH] copied best model
55.12/55.28	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
55.12/55.28	c model valid
55.12/55.28	c current solution ok
55.12/55.28	o 105
55.12/55.28	c [INC SEARCH] iteration: 7
55.12/55.28	c [INC BOUNDS] best value:105 search for 104
55.12/55.28	c [INC SYSTEM] there exists a inc, kill it!
55.12/55.28	c write failed with 2
55.12/55.28	c [INC SYSTEM] create new solver instance
55.12/55.28	c [INC] encode full formula
55.12/55.28	c (debug) using card networks
55.12/55.28	c old isEQ: 48, new EQ is 0
55.24/55.30	c set iterative enc to: card
55.24/55.30	c set iterative enc to: none
55.24/55.30	c [INC SEARCH] isOptimum variable: 0
67.22/67.30	c formula is SAT
67.22/67.30	c [INC SEARCH] copied best model
67.22/67.30	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
67.22/67.31	c model valid
67.22/67.31	c current solution ok
67.22/67.31	o 104
67.22/67.31	c [INC SEARCH] iteration: 8
67.22/67.31	c [INC BOUNDS] best value:104 search for 103
67.22/67.31	c [INC SYSTEM] there exists a inc, kill it!
67.22/67.31	c write failed with 2
67.22/67.31	c [INC SYSTEM] create new solver instance
67.22/67.31	c [INC] encode full formula
67.22/67.31	c (debug) using card networks
67.22/67.31	c old isEQ: 48, new EQ is 0
67.22/67.32	c set iterative enc to: card
67.22/67.32	c set iterative enc to: none
67.22/67.32	c [INC SEARCH] isOptimum variable: 0
242.99/243.13	c formula is SAT
242.99/243.14	c [INC SEARCH] copied best model
242.99/243.14	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
242.99/243.14	c model valid
242.99/243.14	c current solution ok
242.99/243.14	o 103
242.99/243.14	c [INC SEARCH] iteration: 9
242.99/243.14	c [INC BOUNDS] best value:103 search for 102
242.99/243.14	c [INC SYSTEM] there exists a inc, kill it!
242.99/243.14	c write failed with 2
242.99/243.14	c [INC SYSTEM] create new solver instance
242.99/243.14	c [INC] encode full formula
242.99/243.14	c (debug) using card networks
242.99/243.14	c old isEQ: 48, new EQ is 0
242.99/243.15	c set iterative enc to: card
242.99/243.15	c set iterative enc to: none
242.99/243.16	c [INC SEARCH] isOptimum variable: 0
666.41/666.65	c formula is SAT
666.41/666.65	c [INC SEARCH] copied best model
666.41/666.65	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
666.41/666.65	c model valid
666.41/666.65	c current solution ok
666.41/666.65	o 102
666.41/666.65	c [INC SEARCH] iteration: 10
666.41/666.65	c [INC BOUNDS] best value:102 search for 101
666.41/666.65	c [INC SYSTEM] there exists a inc, kill it!
666.41/666.65	c write failed with 2
666.41/666.66	c [INC SYSTEM] create new solver instance
666.41/666.66	c [INC] encode full formula
666.41/666.66	c (debug) using card networks
666.41/666.66	c old isEQ: 48, new EQ is 0
666.41/666.67	c set iterative enc to: card
666.41/666.67	c set iterative enc to: none
666.41/666.67	c [INC SEARCH] isOptimum variable: 0
978.66/978.98	c formula is SAT
978.66/978.99	c [INC SEARCH] copied best model
978.66/978.99	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
978.66/978.99	c model valid
978.66/978.99	c current solution ok
978.66/978.99	o 101
978.66/978.99	c [INC SEARCH] iteration: 11
978.66/978.99	c [INC BOUNDS] best value:101 search for 100
978.66/978.99	c [INC SYSTEM] there exists a inc, kill it!
978.66/978.99	c write failed with 2
978.66/978.99	c [INC SYSTEM] create new solver instance
978.66/978.99	c [INC] encode full formula
978.66/978.99	c (debug) using card networks
978.66/978.99	c old isEQ: 48, new EQ is 0
978.66/979.00	c set iterative enc to: card
978.66/979.00	c set iterative enc to: none
978.77/979.00	c [INC SEARCH] isOptimum variable: 0
1273.80/1274.15	c formula is SAT
1273.80/1274.15	c [INC SEARCH] copied best model
1273.80/1274.15	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1273.80/1274.15	c model valid
1273.80/1274.15	c current solution ok
1273.80/1274.15	o 98
1273.80/1274.15	c [INC SEARCH] iteration: 12
1273.80/1274.15	c [INC BOUNDS] best value:98 search for 97
1273.80/1274.15	c [INC SYSTEM] there exists a inc, kill it!
1273.80/1274.15	c write failed with 2
1273.80/1274.15	c [INC SYSTEM] create new solver instance
1273.80/1274.15	c [INC] encode full formula
1273.80/1274.15	c (debug) using card networks
1273.80/1274.15	c old isEQ: 48, new EQ is 0
1273.80/1274.16	c set iterative enc to: card
1273.80/1274.16	c set iterative enc to: none
1273.80/1274.17	c [INC SEARCH] isOptimum variable: 0
1800.00/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.00/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-3752098-1339127086/watcher-3752098-1339127086 -o /tmp/evaluation-result-3752098-1339127086/solver-3752098-1339127086 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752098-1339127086.opb 1293006006 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: 1.12 1.31 1.66 3/179 3929
/proc/meminfo: memFree=30157204/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0

[startup+0.026875 s]
/proc/loadavg: 1.12 1.31 1.66 3/179 3929
/proc/meminfo: memFree=30157204/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100242 s]
/proc/loadavg: 1.12 1.31 1.66 3/179 3929
/proc/meminfo: memFree=30157204/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300218 s]
/proc/loadavg: 1.12 1.31 1.66 3/179 3929
/proc/meminfo: memFree=30157204/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700119 s]
/proc/loadavg: 1.12 1.31 1.66 3/179 3929
/proc/meminfo: memFree=30157204/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 1.12 1.31 1.66 3/182 4250
/proc/meminfo: memFree=30145816/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=0.88 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 4174 7281 0 0 6 0 81 1 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=4222] ppid=3931 vsize=9252 CPUtime=0.58 cores=1,3,5,7
/proc/4222/stat : 4222 (glucosInc) R 3931 3929 11851 0 -1 4202496 2097 0 0 0 58 0 0 0 20 0 1 0 378835440 9474048 1869 33554432000 4194304 5654031 140736925031328 140736925019144 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4222/statm: 2313 1869 142 357 0 1953 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 23776

[startup+3.10027 s]
/proc/loadavg: 1.12 1.31 1.66 3/182 4595
/proc/meminfo: memFree=30147064/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1.79 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 4910 10045 0 0 7 0 170 2 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=4508] ppid=3931 vsize=9408 CPUtime=1.27 cores=1,3,5,7
/proc/4508/stat : 4508 (glucosInc) R 3931 3929 11851 0 -1 4202496 2483 0 0 0 127 0 0 0 20 0 1 0 378835531 9633792 1908 33554432000 4194304 5654031 140733395579184 140733395567000 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4508/statm: 2352 1908 142 357 0 1992 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 23932

[startup+6.30034 s]
/proc/loadavg: 1.11 1.31 1.65 3/182 5605
/proc/meminfo: memFree=30145576/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=5.13 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 5646 13657 0 0 9 1 500 3 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=5528] ppid=3931 vsize=11084 CPUtime=1.14 cores=1,3,5,7
/proc/5528/stat : 5528 (glucosInc) R 3931 3929 11851 0 -1 4202496 2905 0 0 0 114 0 0 0 20 0 1 0 378835865 11350016 2200 33554432000 4194304 5654031 140734600669680 140734600667704 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5528/statm: 2771 2200 142 357 0 2411 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25608

[startup+12.7003 s]
/proc/loadavg: 1.10 1.30 1.65 3/181 7647
/proc/meminfo: memFree=30143676/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=9.66 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 7118 22131 0 0 12 1 948 5 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6938] ppid=3931 vsize=13720 CPUtime=2.98 cores=1,3,5,7
/proc/6938/stat : 6938 (glucosInc) R 3931 3929 11851 0 -1 4202496 3759 0 0 0 298 0 0 0 20 0 1 0 378836319 14049280 2939 33554432000 4194304 5654031 140734089984880 140734089972696 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6938/statm: 3430 2939 142 357 0 3070 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 28244

[startup+25.5002 s]
/proc/loadavg: 1.08 1.29 1.64 3/182 11706
/proc/meminfo: memFree=30134580/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=9.66 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 7118 22131 0 0 12 1 948 5 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6938] ppid=3931 vsize=25300 CPUtime=15.78 cores=1,3,5,7
/proc/6938/stat : 6938 (glucosInc) R 3931 3929 11851 0 -1 4202496 5467 0 0 0 1577 1 0 0 20 0 1 0 378836319 25907200 5282 33554432000 4194304 5654031 140734089984880 140734089972696 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6938/statm: 6325 5282 142 357 0 5965 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 39824

[startup+51.1004 s]
/proc/loadavg: 1.12 1.28 1.62 3/182 19483
/proc/meminfo: memFree=30124368/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=9.66 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 7118 22131 0 0 12 1 948 5 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6938] ppid=3931 vsize=39616 CPUtime=41.37 cores=1,3,5,7
/proc/6938/stat : 6938 (glucosInc) R 3931 3929 11851 0 -1 4202496 7588 0 0 0 4136 1 0 0 20 0 1 0 378836319 40566784 7519 33554432000 4194304 5654031 140734089984880 140734089982760 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6938/statm: 9904 7519 142 357 0 9544 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 54140

[startup+102.307 s]
/proc/loadavg: 1.12 1.25 1.60 3/183 2949
/proc/meminfo: memFree=30125856/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=67.26 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 8590 37305 0 0 16 1 6700 9 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=24638] ppid=3931 vsize=29656 CPUtime=34.95 cores=1,3,5,7
/proc/24638/stat : 24638 (glucosInc) R 3931 3929 11851 0 -1 4202496 6514 0 0 0 3495 0 0 0 20 0 1 0 378842082 30367744 6992 33554432000 4194304 5654031 140734769069824 140734769057640 4232784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24638/statm: 7414 6992 142 357 0 7054 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 44180

[startup+162.3 s]
/proc/loadavg: 1.20 1.25 1.57 3/182 21229
/proc/meminfo: memFree=30097516/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=67.26 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 8590 37305 0 0 16 1 6700 9 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=24638] ppid=3931 vsize=74648 CPUtime=94.93 cores=1,3,5,7
/proc/24638/stat : 24638 (glucosInc) R 3931 3929 11851 0 -1 4202496 9271 0 0 0 9492 1 0 0 20 0 1 0 378842082 76439552 14461 33554432000 4194304 5654031 140734769069824 140734769057640 4215088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24638/statm: 18662 14461 142 357 0 18302 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 89172

[startup+222.3 s]
/proc/loadavg: 1.11 1.21 1.54 3/183 7459
/proc/meminfo: memFree=30083988/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=67.26 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 8590 37305 0 0 16 1 6700 9 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=24638] ppid=3931 vsize=74648 CPUtime=154.93 cores=1,3,5,7
/proc/24638/stat : 24638 (glucosInc) R 3931 3929 11851 0 -1 4202496 9474 0 0 0 15491 2 0 0 20 0 1 0 378842082 76439552 17216 33554432000 4194304 5654031 140734769069824 140734769057640 4232694 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24638/statm: 18662 17216 142 357 0 18302 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 89172

[startup+282.3 s]

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

/proc/meminfo: memFree=30056724/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=978.78 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 10798 67581 0 0 20 2 97829 27 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=12856] ppid=3931 vsize=89252 CPUtime=263.22 cores=1,3,5,7
/proc/12856/stat : 12856 (glucosInc) R 3931 3929 11851 0 -1 4202496 11119 0 0 0 26318 4 0 0 20 0 1 0 378933250 91394048 21889 33554432000 4194304 5654031 140734456396288 140734456384104 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12856/statm: 22313 21889 142 357 0 21953 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 103776

[startup+1302.3 s]
/proc/loadavg: 1.15 1.22 1.32 3/183 14750
/proc/meminfo: memFree=30117152/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=27956 CPUtime=28.11 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 5284 0 0 0 2810 1 0 0 20 0 1 0 378962766 28626944 6551 33554432000 4194304 5654031 140735983374960 140735983362776 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 6989 6551 142 357 0 6629 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 42480

[startup+1362.3 s]
/proc/loadavg: 1.17 1.21 1.30 3/183 497
/proc/meminfo: memFree=30097192/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=48392 CPUtime=88.09 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 7060 0 0 0 8807 2 0 0 20 0 1 0 378962766 49553408 11649 33554432000 4194304 5654031 140735983374960 140735983362776 4233464 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 12098 11649 142 357 0 11738 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 62916

[startup+1422.31 s]
/proc/loadavg: 1.19 1.20 1.29 3/183 17178
/proc/meminfo: memFree=29951780/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=74388 CPUtime=148.09 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 7581 0 0 0 14806 3 0 0 20 0 1 0 378962766 76173312 16714 33554432000 4194304 5654031 140735983374960 140735983362776 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 18597 16714 142 357 0 18237 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 88912

[startup+1482.3 s]
/proc/loadavg: 1.78 1.36 1.34 3/183 17178
/proc/meminfo: memFree=29934612/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=86404 CPUtime=208.07 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 8148 0 0 0 20804 3 0 0 20 0 1 0 378962766 88477696 20335 33554432000 4194304 5654031 140735983374960 140735983362776 4232563 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 21601 20335 142 357 0 21241 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 100928

[startup+1542.3 s]
/proc/loadavg: 1.92 1.47 1.38 3/184 17181
/proc/meminfo: memFree=29931276/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=86404 CPUtime=268.07 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 8459 0 0 0 26803 4 0 0 20 0 1 0 378962766 88477696 20642 33554432000 4194304 5654031 140735983374960 140735983362776 4233155 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 21601 20642 142 357 0 21241 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 100928

[startup+1602.3 s]
/proc/loadavg: 1.97 1.57 1.41 3/183 17181
/proc/meminfo: memFree=29919308/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=135724 CPUtime=328.06 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 9123 0 0 0 32800 6 0 0 20 0 1 0 378962766 138981376 28544 33554432000 4194304 5654031 140735983374960 140735983372888 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 33931 28544 142 357 0 33571 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 150248

[startup+1662.3 s]
/proc/loadavg: 1.99 1.64 1.45 3/183 17181
/proc/meminfo: memFree=29870528/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=135724 CPUtime=388.05 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 9769 0 0 0 38797 8 0 0 20 0 1 0 378962766 138981376 30080 33554432000 4194304 5654031 140735983374960 140735983372888 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 33931 30080 142 357 0 33571 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 150248

[startup+1722.3 s]
/proc/loadavg: 1.99 1.70 1.48 3/183 17182
/proc/meminfo: memFree=29902436/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=86404 CPUtime=448.04 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 10202 0 0 0 44795 9 0 0 20 0 1 0 378962766 88477696 20667 33554432000 4194304 5654031 140735983374960 140735983362776 4233168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 21601 20667 142 357 0 21241 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 100928

[startup+1782.3 s]
/proc/loadavg: 1.99 1.76 1.51 3/183 17182
/proc/meminfo: memFree=29902684/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=86404 CPUtime=508.03 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 10851 0 0 0 50792 11 0 0 20 0 1 0 378962766 88477696 20667 33554432000 4194304 5654031 140735983374960 140735983372984 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 21601 20667 142 357 0 21241 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 100928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.99 1.77 1.52 3/183 17182
/proc/meminfo: memFree=29902560/32873648 swapFree=7372/7372
[pid=3929] ppid=3927 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3929/stat : 3929 (npSolver-pbo-It) S 3927 3929 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378835349 9367552 275 33554432000 4194304 5064252 140734731262576 140734731261488 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3929/statm: 2287 275 233 213 0 72 0
[pid=3931] ppid=3929 vsize=5376 CPUtime=1273.87 cores=1,3,5,7
/proc/3931/stat : 3931 (npSolver-pbo) S 3929 3929 11851 0 -1 4202496 11534 79509 0 0 22 2 127331 32 20 0 1 0 378835349 5505024 904 33554432000 4194304 6004724 140736080137072 140736080122920 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3931/statm: 1344 904 189 442 0 898 0
[pid=6208] ppid=3931 vsize=86404 CPUtime=526.13 cores=1,3,5,7
/proc/6208/stat : 6208 (glucosInc) R 3931 3929 11851 0 -1 4202496 10851 0 0 0 52602 11 0 0 20 0 1 0 378962766 88477696 20667 33554432000 4194304 5654031 140735983374960 140735983362776 4216605 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6208/statm: 21601 20667 142 357 0 21241 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 100928

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.04
CPU user time (s): 1799.57
CPU system time (s): 0.470928
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 153340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.470928
maximum resident set size= 128480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102278
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 578
involuntary context switches= 2100

runsolver used 5.84711 second user time and 17.5333 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-08 05:44:46
IDJOB=3752098
IDBENCH=2868
IDSOLVER=2335
FILE ID=node115/3752098-1339127086
RUNJOBID= node115-1339112155-13397
PBS_JOBID= 14643738
Free space on /tmp= 70776 MiB

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

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

MD5SUM BENCH= f69ecb5497caa964fbd82b9dc6698ac3
RANDOM SEED=1293006006

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        30157856 kB
Buffers:          157732 kB
Cached:          1710464 kB
SwapCached:         2184 kB
Active:           315300 kB
Inactive:        1562260 kB
Active(anon):       8164 kB
Inactive(anon):     2268 kB
Active(file):     307136 kB
Inactive(file):  1559992 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67100224 kB
Dirty:              8676 kB
Writeback:             0 kB
AnonPages:         14924 kB
Mapped:             9808 kB
Shmem:                 0 kB
Slab:             698236 kB
SReclaimable:     139636 kB
SUnreclaim:       558600 kB
KernelStack:        1536 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     132996 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= 70756 MiB
End job on node115 at 2012-06-08 06:14:46