Trace number 3702925

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C880.b.opb
MD5SUMd95d18eb9f9494c32273975c1bc570ba
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark0.272958
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 63
Optimality of the best value was proved YES
Number of variables756
Total number of constraints1853
Number of constraints which are clauses1853
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 constraint1
Maximum length of a constraint80
Number of terms in the objective function 756
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 756
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 756
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.04	c run inc solver
0.00/0.04	c [INC SYSTEM] run initial solver
0.00/0.04	c [INC SYSTEM] preprocess with white file
0.00/0.23	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.23	c [INC SYSTEM] execute solver
0.00/0.25	c [INC SEARCH] formula is SAT
0.00/0.25	c [INC SYSTEM] solved the initial formula
0.00/0.25	c model valid
0.00/0.25	c current solution ok
0.00/0.28	o 164
0.00/0.28	c starting approximation
0.00/0.28	c factor = 1
0.00/0.28	c can not find a suitable factor, leaving approximation
0.00/0.28	c finished approximation
0.00/0.28	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.28	c write failed with 2
0.00/0.28	c [INC SEARCH] iteration: 0
0.00/0.28	c [INC BOUNDS] best value:164 search for 163
0.00/0.28	c [INC SYSTEM] create new solver instance
0.00/0.28	c [INC] encode full formula
0.00/0.28	c (debug) using card networks
0.00/0.30	c set iterative enc to: card
0.00/0.30	c set iterative enc to: none
0.00/0.30	c [INC SEARCH] isOptimum variable: 0
0.00/0.37	c formula is SAT
0.00/0.37	c [INC SEARCH] copied best model
0.00/0.37	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.38	c model valid
0.00/0.38	c current solution ok
0.00/0.38	o 89
0.00/0.38	c [INC SEARCH] iteration: 1
0.00/0.38	c [INC BOUNDS] best value:89 search for 88
0.00/0.38	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.38	c write failed with 2
0.00/0.38	c [INC SYSTEM] create new solver instance
0.00/0.38	c [INC] encode full formula
0.00/0.38	c (debug) using card networks
0.00/0.40	c set iterative enc to: card
0.00/0.40	c set iterative enc to: none
0.00/0.40	c [INC SEARCH] isOptimum variable: 0
0.00/0.46	c formula is SAT
0.00/0.46	c [INC SEARCH] copied best model
0.00/0.46	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.47	c model valid
0.00/0.47	c current solution ok
0.00/0.47	o 84
0.00/0.47	c [INC SEARCH] iteration: 2
0.00/0.47	c [INC BOUNDS] best value:84 search for 83
0.00/0.47	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.47	c write failed with 2
0.00/0.47	c [INC SYSTEM] create new solver instance
0.00/0.47	c [INC] encode full formula
0.00/0.47	c (debug) using card networks
0.00/0.48	c set iterative enc to: card
0.00/0.48	c set iterative enc to: none
0.00/0.49	c [INC SEARCH] isOptimum variable: 0
0.00/0.56	c formula is SAT
0.00/0.56	c [INC SEARCH] copied best model
0.00/0.56	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.57	c model valid
0.00/0.57	c current solution ok
0.00/0.57	o 81
0.00/0.57	c [INC SEARCH] iteration: 3
0.00/0.57	c [INC BOUNDS] best value:81 search for 80
0.00/0.57	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.57	c write failed with 2
0.00/0.57	c [INC SYSTEM] create new solver instance
0.00/0.57	c [INC] encode full formula
0.00/0.57	c (debug) using card networks
0.00/0.58	c set iterative enc to: card
0.00/0.58	c set iterative enc to: none
0.00/0.59	c [INC SEARCH] isOptimum variable: 0
0.00/0.88	c formula is SAT
0.00/0.89	c [INC SEARCH] copied best model
0.00/0.89	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 79
0.00/0.89	c [INC SEARCH] iteration: 4
0.00/0.89	c [INC BOUNDS] best value:79 search for 78
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.91	c set iterative enc to: card
0.00/0.91	c set iterative enc to: none
0.00/0.91	c [INC SEARCH] isOptimum variable: 0
0.99/1.07	c formula is SAT
0.99/1.07	c [INC SEARCH] copied best model
0.99/1.07	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.99/1.08	c model valid
0.99/1.08	c current solution ok
0.99/1.08	o 77
0.99/1.08	c [INC SEARCH] iteration: 5
0.99/1.08	c [INC BOUNDS] best value:77 search for 76
0.99/1.08	c [INC SYSTEM] there exists a inc, kill it!
0.99/1.08	c write failed with 2
0.99/1.08	c [INC SYSTEM] create new solver instance
0.99/1.08	c [INC] encode full formula
0.99/1.08	c (debug) using card networks
0.99/1.09	c set iterative enc to: card
0.99/1.09	c set iterative enc to: none
0.99/1.10	c [INC SEARCH] isOptimum variable: 0
1.09/1.53	c formula is SAT
1.09/1.53	c [INC SEARCH] copied best model
1.09/1.53	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.09/1.54	c model valid
1.09/1.54	c current solution ok
1.09/1.54	o 75
1.09/1.54	c [INC SEARCH] iteration: 6
1.09/1.54	c [INC BOUNDS] best value:75 search for 74
1.09/1.54	c [INC SYSTEM] there exists a inc, kill it!
1.09/1.54	c write failed with 2
1.09/1.54	c [INC SYSTEM] create new solver instance
1.09/1.54	c [INC] encode full formula
1.09/1.54	c (debug) using card networks
1.09/1.55	c set iterative enc to: card
1.09/1.55	c set iterative enc to: none
1.09/1.55	c [INC SEARCH] isOptimum variable: 0
1.55/1.79	c formula is SAT
1.55/1.79	c [INC SEARCH] copied best model
1.55/1.79	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.55/1.80	c model valid
1.55/1.80	c current solution ok
1.55/1.80	o 73
1.55/1.80	c [INC SEARCH] iteration: 7
1.55/1.80	c [INC BOUNDS] best value:73 search for 72
1.55/1.80	c [INC SYSTEM] there exists a inc, kill it!
1.55/1.80	c write failed with 2
1.55/1.80	c [INC SYSTEM] create new solver instance
1.55/1.80	c [INC] encode full formula
1.55/1.80	c (debug) using card networks
1.55/1.81	c set iterative enc to: card
1.55/1.81	c set iterative enc to: none
1.55/1.82	c [INC SEARCH] isOptimum variable: 0
3.68/3.78	c formula is SAT
3.68/3.78	c [INC SEARCH] copied best model
3.68/3.78	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
3.68/3.79	c model valid
3.68/3.79	c current solution ok
3.68/3.79	o 72
3.68/3.79	c [INC SEARCH] iteration: 8
3.68/3.79	c [INC BOUNDS] best value:72 search for 71
3.68/3.79	c [INC SYSTEM] there exists a inc, kill it!
3.68/3.79	c write failed with 2
3.68/3.79	c [INC SYSTEM] create new solver instance
3.68/3.79	c [INC] encode full formula
3.68/3.79	c (debug) using card networks
3.79/3.80	c set iterative enc to: card
3.79/3.80	c set iterative enc to: none
3.79/3.81	c [INC SEARCH] isOptimum variable: 0
5.59/5.66	c formula is SAT
5.59/5.66	c [INC SEARCH] copied best model
5.59/5.66	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.59/5.67	c model valid
5.59/5.67	c current solution ok
5.59/5.67	o 71
5.59/5.67	c [INC SEARCH] iteration: 9
5.59/5.67	c [INC BOUNDS] best value:71 search for 70
5.59/5.67	c [INC SYSTEM] there exists a inc, kill it!
5.59/5.67	c write failed with 2
5.59/5.67	c [INC SYSTEM] create new solver instance
5.59/5.67	c [INC] encode full formula
5.59/5.67	c (debug) using card networks
5.59/5.68	c set iterative enc to: card
5.59/5.68	c set iterative enc to: none
5.59/5.68	c [INC SEARCH] isOptimum variable: 0
7.39/7.42	c formula is SAT
7.39/7.42	c [INC SEARCH] copied best model
7.39/7.42	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.39/7.43	c model valid
7.39/7.43	c current solution ok
7.39/7.43	o 70
7.39/7.43	c [INC SEARCH] iteration: 10
7.39/7.43	c [INC BOUNDS] best value:70 search for 69
7.39/7.43	c [INC SYSTEM] there exists a inc, kill it!
7.39/7.43	c write failed with 2
7.39/7.43	c [INC SYSTEM] create new solver instance
7.39/7.43	c [INC] encode full formula
7.39/7.43	c (debug) using card networks
7.39/7.44	c set iterative enc to: card
7.39/7.44	c set iterative enc to: none
7.39/7.45	c [INC SEARCH] isOptimum variable: 0
12.17/12.22	c formula is SAT
12.17/12.22	c [INC SEARCH] copied best model
12.17/12.22	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
12.17/12.23	c model valid
12.17/12.23	c current solution ok
12.17/12.23	o 69
12.17/12.23	c [INC SEARCH] iteration: 11
12.17/12.23	c [INC BOUNDS] best value:69 search for 68
12.17/12.23	c [INC SYSTEM] there exists a inc, kill it!
12.17/12.23	c write failed with 2
12.17/12.23	c [INC SYSTEM] create new solver instance
12.17/12.23	c [INC] encode full formula
12.17/12.23	c (debug) using card networks
12.17/12.24	c set iterative enc to: card
12.17/12.24	c set iterative enc to: none
12.17/12.25	c [INC SEARCH] isOptimum variable: 0
32.17/32.25	c formula is SAT
32.17/32.25	c [INC SEARCH] copied best model
32.17/32.25	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
32.17/32.26	c model valid
32.17/32.26	c current solution ok
32.17/32.26	o 67
32.17/32.26	c [INC SEARCH] iteration: 12
32.17/32.26	c [INC BOUNDS] best value:67 search for 66
32.17/32.26	c [INC SYSTEM] there exists a inc, kill it!
32.17/32.26	c write failed with 2
32.17/32.26	c [INC SYSTEM] create new solver instance
32.17/32.26	c [INC] encode full formula
32.17/32.26	c (debug) using card networks
32.17/32.27	c set iterative enc to: card
32.17/32.27	c set iterative enc to: none
32.17/32.28	c [INC SEARCH] isOptimum variable: 0
66.67/66.76	c formula is SAT
66.67/66.76	c [INC SEARCH] copied best model
66.67/66.76	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
66.67/66.77	c model valid
66.67/66.77	c current solution ok
66.67/66.77	o 66
66.67/66.77	c [INC SEARCH] iteration: 13
66.67/66.77	c [INC BOUNDS] best value:66 search for 65
66.67/66.77	c [INC SYSTEM] there exists a inc, kill it!
66.67/66.77	c write failed with 2
66.67/66.77	c [INC SYSTEM] create new solver instance
66.67/66.77	c [INC] encode full formula
66.67/66.77	c (debug) using card networks
66.67/66.78	c set iterative enc to: card
66.67/66.78	c set iterative enc to: none
66.67/66.78	c [INC SEARCH] isOptimum variable: 0
200.95/201.08	c formula is SAT
200.95/201.08	c [INC SEARCH] copied best model
200.95/201.08	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
200.95/201.09	c model valid
200.95/201.09	c current solution ok
200.95/201.09	o 65
200.95/201.09	c [INC SEARCH] iteration: 14
200.95/201.09	c [INC BOUNDS] best value:65 search for 64
200.95/201.09	c [INC SYSTEM] there exists a inc, kill it!
200.95/201.09	c write failed with 2
200.95/201.09	c [INC SYSTEM] create new solver instance
200.95/201.09	c [INC] encode full formula
200.95/201.09	c (debug) using card networks
201.05/201.10	c set iterative enc to: card
201.05/201.10	c set iterative enc to: none
201.05/201.11	c [INC SEARCH] isOptimum variable: 0
962.02/962.24	c formula is SAT
962.02/962.24	c [INC SEARCH] copied best model
962.02/962.24	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
962.02/962.24	c model valid
962.02/962.24	c current solution ok
962.02/962.24	o 64
962.02/962.24	c [INC SEARCH] iteration: 15
962.02/962.24	c [INC BOUNDS] best value:64 search for 63
962.02/962.24	c [INC SYSTEM] there exists a inc, kill it!
962.02/962.24	c write failed with 2
962.02/962.25	c [INC SYSTEM] create new solver instance
962.02/962.25	c [INC] encode full formula
962.02/962.25	c (debug) using card networks
962.02/962.26	c set iterative enc to: card
962.02/962.26	c set iterative enc to: none
962.02/962.26	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.09/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-3702925-1338068536/watcher-3702925-1338068536 -o /tmp/evaluation-result-3702925-1338068536/solver-3702925-1338068536 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702925-1338068536.opb 1416861224 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.92 1.96 2.30 3/180 3497
/proc/meminfo: memFree=31294812/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0

[startup+0.0689309 s]
/proc/loadavg: 1.92 1.96 2.30 3/180 3497
/proc/meminfo: memFree=31294812/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100335 s]
/proc/loadavg: 1.92 1.96 2.30 3/180 3497
/proc/meminfo: memFree=31294812/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300265 s]
/proc/loadavg: 1.92 1.96 2.30 3/180 3497
/proc/meminfo: memFree=31294812/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700159 s]
/proc/loadavg: 1.92 1.96 2.30 3/180 3497
/proc/meminfo: memFree=31294812/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 1.92 1.96 2.30 3/181 3616
/proc/meminfo: memFree=31277604/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=1.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 7980 22606 0 0 17 4 81 7 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 17380

[startup+3.10035 s]
/proc/loadavg: 1.93 1.96 2.29 3/183 3730
/proc/meminfo: memFree=31274588/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=1.82 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 10216 28963 0 0 22 4 147 9 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=3709] ppid=3498 vsize=14452 CPUtime=1.26 cores=1,3,5,7
/proc/3709/stat : 3709 (glucosInc) R 3498 3497 28504 0 -1 4202496 3376 0 0 0 126 0 0 0 20 0 1 0 272978603 14798848 2909 33554432000 4194304 5654031 140735508311872 140735508299688 4234964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3709/statm: 3613 2909 142 357 0 3253 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31832

[startup+6.30032 s]
/proc/loadavg: 1.93 1.96 2.29 3/182 4081
/proc/meminfo: memFree=31275388/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=5.69 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 12453 38217 0 0 26 5 526 12 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 17380

[startup+12.7002 s]
/proc/loadavg: 1.86 1.95 2.29 3/183 4772
/proc/meminfo: memFree=31271320/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=12.24 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 14696 48037 0 0 30 5 1173 16 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 17380

[startup+25.5004 s]
/proc/loadavg: 1.81 1.93 2.28 3/183 6153
/proc/meminfo: memFree=31259936/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=12.24 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 14696 48037 0 0 30 5 1173 16 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=4802] ppid=3498 vsize=30028 CPUtime=13.23 cores=1,3,5,7
/proc/4802/stat : 4802 (glucosInc) R 3498 3497 28504 0 -1 4202496 5922 0 0 0 1322 1 0 0 20 0 1 0 272979646 30748672 6743 33554432000 4194304 5654031 140735730316016 140735730303832 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4802/statm: 7507 6743 142 357 0 7147 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 47408

[startup+51.1004 s]
/proc/loadavg: 1.67 1.89 2.25 3/183 8822
/proc/meminfo: memFree=31265032/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=32.28 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 15817 54690 0 0 33 5 3171 19 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=6897] ppid=3498 vsize=22956 CPUtime=18.8 cores=1,3,5,7
/proc/6897/stat : 6897 (glucosInc) R 3498 3497 28504 0 -1 4202496 7307 0 0 0 1879 1 0 0 20 0 1 0 272981649 23506944 5308 33554432000 4194304 5654031 140734048714608 140734048702424 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6897/statm: 5739 5308 142 357 0 5379 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40336

[startup+102.307 s]
/proc/loadavg: 1.59 1.83 2.21 3/182 14212
/proc/meminfo: memFree=31259840/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=66.77 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 16937 63965 0 0 35 6 6615 21 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=10521] ppid=3498 vsize=39000 CPUtime=35.5 cores=1,3,5,7
/proc/10521/stat : 10521 (glucosInc) R 3498 3497 28504 0 -1 4202496 7533 0 0 0 3548 2 0 0 20 0 1 0 272985100 39936000 6955 33554432000 4194304 5654031 140736800497984 140736800485800 4232491 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10521/statm: 9750 6955 142 357 0 9390 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 56380

[startup+162.3 s]
/proc/loadavg: 1.67 1.81 2.18 3/183 20444
/proc/meminfo: memFree=31241600/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=66.77 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 16937 63965 0 0 35 6 6615 21 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=10521] ppid=3498 vsize=46184 CPUtime=95.48 cores=1,3,5,7
/proc/10521/stat : 10521 (glucosInc) R 3498 3497 28504 0 -1 4202496 8627 0 0 0 9545 3 0 0 20 0 1 0 272985100 47292416 11098 33554432000 4194304 5654031 140736800497984 140736800495784 4232830 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10521/statm: 11546 11098 142 357 0 11186 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63564

[startup+222.3 s]
/proc/loadavg: 1.58 1.75 2.13 3/182 26789
/proc/meminfo: memFree=31261528/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=201.06 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18058 73608 0 0 37 6 20037 26 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=24597] ppid=3498 vsize=29060 CPUtime=21.17 cores=1,3,5,7
/proc/24597/stat : 24597 (glucosInc) R 3498 3497 28504 0 -1 4202496 7270 0 0 0 2116 1 0 0 20 0 1 0 272998532 29757440 5897 33554432000 4194304 5654031 140736055505472 140736055503352 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24597/statm: 7265 5897 142 357 0 6905 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 46440

[startup+282.3 s]
/proc/loadavg: 1.56 1.72 2.09 3/183 608
/proc/meminfo: memFree=31243948/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=201.06 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18058 73608 0 0 37 6 20037 26 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=24597] ppid=3498 vsize=43632 CPUtime=81.16 cores=1,3,5,7

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

/proc/meminfo: memFree=31071940/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=80232 CPUtime=279.97 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 8417 0 0 0 27994 3 0 0 20 0 1 0 273074648 82157568 17924 33554432000 4194304 5654031 140734971488112 140734971485992 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 20058 17924 141 357 0 19698 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 97612

[startup+1302.3 s]
/proc/loadavg: 2.00 1.93 1.91 3/183 16194
/proc/meminfo: memFree=31087516/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=82280 CPUtime=339.97 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 8975 0 0 0 33993 4 0 0 20 0 1 0 273074648 84254720 13874 33554432000 4194304 5654031 140734971488112 140734971485992 4232380 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 20570 13874 141 357 0 20210 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 99660

[startup+1362.3 s]
/proc/loadavg: 2.00 1.94 1.91 3/183 16194
/proc/meminfo: memFree=31035508/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=83696 CPUtime=399.96 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 10800 0 0 0 39991 5 0 0 20 0 1 0 273074648 85704704 18480 33554432000 4194304 5654031 140734971488112 140734971485992 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 20924 18480 141 357 0 20564 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 101076

[startup+1422.31 s]
/proc/loadavg: 2.00 1.95 1.91 3/183 16201
/proc/meminfo: memFree=31086416/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=83696 CPUtime=459.96 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 10802 0 0 0 45991 5 0 0 20 0 1 0 273074648 85704704 19504 33554432000 4194304 5654031 140734971488112 140734971475928 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 20924 19504 141 357 0 20564 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 101076

[startup+1482.3 s]
/proc/loadavg: 2.00 1.96 1.91 3/183 16202
/proc/meminfo: memFree=31059904/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=83696 CPUtime=519.94 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 11037 0 0 0 51989 5 0 0 20 0 1 0 273074648 85704704 20246 33554432000 4194304 5654031 140734971488112 140734971475928 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 20924 20246 141 357 0 20564 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 101076

[startup+1542.3 s]
/proc/loadavg: 2.00 1.96 1.91 3/183 16202
/proc/meminfo: memFree=31027568/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=83696 CPUtime=579.93 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 11230 0 0 0 57988 5 0 0 20 0 1 0 273074648 85704704 20432 33554432000 4194304 5654031 140734971488112 140734971475928 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 20924 20432 141 357 0 20564 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 101076

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 16202
/proc/meminfo: memFree=31048848/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=95188 CPUtime=639.91 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 11556 0 0 0 63986 5 0 0 20 0 1 0 273074648 97472512 23355 33554432000 4194304 5654031 140734971488112 140734971485912 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 23797 23355 141 357 0 23437 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 112568

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 16202
/proc/meminfo: memFree=31048784/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=95188 CPUtime=699.9 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 11556 0 0 0 69985 5 0 0 20 0 1 0 273074648 97472512 23355 33554432000 4194304 5654031 140734971488112 140734971475928 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 23797 23355 141 357 0 23437 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 112568

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/184 16205
/proc/meminfo: memFree=31048776/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=95188 CPUtime=759.89 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 11556 0 0 0 75984 5 0 0 20 0 1 0 273074648 97472512 23355 33554432000 4194304 5654031 140734971488112 140734971475928 4232681 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 23797 23355 141 357 0 23437 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 112568

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 16206
/proc/meminfo: memFree=31041524/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=102372 CPUtime=819.89 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 11830 0 0 0 81983 6 0 0 20 0 1 0 273074648 104828928 25151 33554432000 4194304 5654031 140734971488112 140734971485912 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 25593 25151 141 357 0 25233 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 119752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 16206
/proc/meminfo: memFree=31041896/32873844 swapFree=6600/6600
[pid=3497] ppid=3495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3497/stat : 3497 (npSolver-pbo-It) S 3495 3497 28504 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272978421 9367552 275 33554432000 4194304 5064252 140734106846160 140734106845072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3497/statm: 2287 275 233 213 0 72 0
[pid=3498] ppid=3497 vsize=8232 CPUtime=962.09 cores=1,3,5,7
/proc/3498/stat : 3498 (npSolver-pbo) S 3497 3497 28504 0 -1 4202496 18993 85340 0 0 39 6 96130 34 20 0 1 0 272978421 8429568 1608 33554432000 4194304 5992684 140736511407840 140736511393672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3498/statm: 2058 1608 194 440 0 1614 0
[pid=16168] ppid=3498 vsize=102372 CPUtime=838 cores=1,3,5,7
/proc/16168/stat : 16168 (glucosInc) R 3498 3497 28504 0 -1 4202496 11830 0 0 0 83794 6 0 0 20 0 1 0 273074648 104828928 25151 33554432000 4194304 5654031 140734971488112 140734971485912 4232880 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16168/statm: 25593 25151 141 357 0 25233 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 119752

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.12
CPU user time (s): 1799.65
CPU system time (s): 0.470928
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 190352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.470928
maximum resident set size= 136856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116543
page faults= 0
swaps= 0
block input operations= 0
block output operations= 31400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1132
involuntary context switches= 2055

runsolver used 3.17352 second user time and 8.40272 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-26 23:42:16
IDJOB=3702925
IDBENCH=2880
IDSOLVER=2278
FILE ID=node140/3702925-1338068536
RUNJOBID= node140-1338052929-28521
PBS_JOBID= 14624397
Free space on /tmp= 71292 MiB

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

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

MD5SUM BENCH= d95d18eb9f9494c32273975c1bc570ba
RANDOM SEED=1416861224

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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		: 2667.094
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		: 2667.094
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		: 2667.094
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.88
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		: 2667.094
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		: 2667.094
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:        31295076 kB
Buffers:          254936 kB
Cached:           487968 kB
SwapCached:         1596 kB
Active:           767284 kB
Inactive:          16512 kB
Active(anon):      31444 kB
Inactive(anon):     9780 kB
Active(file):     735840 kB
Inactive(file):     6732 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105132 kB
Dirty:              8428 kB
Writeback:             0 kB
AnonPages:         45152 kB
Mapped:            12788 kB
Shmem:                 8 kB
Slab:             657464 kB
SReclaimable:      98212 kB
SUnreclaim:       559252 kB
KernelStack:        1544 kB
PageTables:         4128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71272 MiB
End job on node140 at 2012-05-27 00:12:16