Trace number 3751862

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-alu4.b.opb
MD5SUM9c27419d6022516b3a8580fda3ca43ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark1.46878
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50
Optimality of the best value was proved NO
Number of variables807
Total number of constraints1823
Number of constraints which are clauses1823
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 constraint98
Number of terms in the objective function 807
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 807
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 807
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.06	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.06	c [INC SYSTEM] execute solver
0.00/0.07	c [INC SEARCH] formula is SAT
0.00/0.07	c [INC SYSTEM] solved the initial formula
0.00/0.08	c model valid
0.00/0.08	c current solution ok
0.00/0.08	o 68
0.00/0.08	c starting approximation
0.00/0.08	c factor = 1
0.00/0.08	c can not find a suitable factor, leaving approximation
0.00/0.08	c finished approximation
0.00/0.08	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.08	c write failed with 2
0.00/0.08	c [INC SEARCH] iteration: 0
0.00/0.08	c [INC BOUNDS] best value:68 search for 67
0.00/0.08	c [INC SYSTEM] create new solver instance
0.00/0.08	c [INC] encode full formula
0.00/0.08	c (debug) using card networks
0.00/0.08	c old isEQ: 160, new EQ is 0
0.00/0.10	c set iterative enc to: card
0.00/0.10	c set iterative enc to: none
0.00/0.10	c [INC SEARCH] isOptimum variable: 0
0.00/0.14	c formula is SAT
0.00/0.14	c [INC SEARCH] copied best model
0.00/0.14	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.15	c model valid
0.00/0.15	c current solution ok
0.00/0.15	o 65
0.00/0.15	c [INC SEARCH] iteration: 1
0.00/0.15	c [INC BOUNDS] best value:65 search for 64
0.00/0.15	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.15	c write failed with 2
0.00/0.16	c [INC SYSTEM] create new solver instance
0.00/0.16	c [INC] encode full formula
0.00/0.16	c (debug) using card networks
0.00/0.16	c old isEQ: 208, new EQ is 0
0.00/0.17	c set iterative enc to: card
0.00/0.17	c set iterative enc to: none
0.00/0.17	c [INC SEARCH] isOptimum variable: 0
0.00/0.21	c formula is SAT
0.00/0.21	c [INC SEARCH] copied best model
0.00/0.21	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.22	c model valid
0.00/0.22	c current solution ok
0.00/0.22	o 63
0.00/0.22	c [INC SEARCH] iteration: 2
0.00/0.22	c [INC BOUNDS] best value:63 search for 62
0.00/0.22	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.22	c write failed with 2
0.00/0.22	c [INC SYSTEM] create new solver instance
0.00/0.22	c [INC] encode full formula
0.00/0.22	c (debug) using card networks
0.00/0.22	c old isEQ: 208, new EQ is 0
0.00/0.23	c set iterative enc to: card
0.00/0.23	c set iterative enc to: none
0.00/0.24	c [INC SEARCH] isOptimum variable: 0
0.00/0.32	c formula is SAT
0.00/0.32	c [INC SEARCH] copied best model
0.00/0.32	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.34	c model valid
0.00/0.34	c current solution ok
0.00/0.34	o 59
0.00/0.34	c [INC SEARCH] iteration: 3
0.00/0.34	c [INC BOUNDS] best value:59 search for 58
0.00/0.34	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.34	c write failed with 2
0.00/0.34	c [INC SYSTEM] create new solver instance
0.00/0.34	c [INC] encode full formula
0.00/0.34	c (debug) using card networks
0.00/0.34	c old isEQ: 208, new EQ is 0
0.00/0.35	c set iterative enc to: card
0.00/0.35	c set iterative enc to: none
0.00/0.35	c [INC SEARCH] isOptimum variable: 0
0.00/0.54	c formula is SAT
0.00/0.54	c [INC SEARCH] copied best model
0.00/0.54	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.55	c model valid
0.00/0.55	c current solution ok
0.00/0.55	o 58
0.00/0.55	c [INC SEARCH] iteration: 4
0.00/0.55	c [INC BOUNDS] best value:58 search for 57
0.00/0.55	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.55	c write failed with 2
0.00/0.55	c [INC SYSTEM] create new solver instance
0.00/0.55	c [INC] encode full formula
0.00/0.55	c (debug) using card networks
0.00/0.55	c old isEQ: 208, new EQ is 0
0.00/0.56	c set iterative enc to: card
0.00/0.56	c set iterative enc to: none
0.00/0.57	c [INC SEARCH] isOptimum variable: 0
11.38/11.44	c formula is SAT
11.38/11.44	c [INC SEARCH] copied best model
11.38/11.44	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
11.38/11.45	c model valid
11.38/11.45	c current solution ok
11.38/11.45	o 56
11.38/11.45	c [INC SEARCH] iteration: 5
11.38/11.45	c [INC BOUNDS] best value:56 search for 55
11.38/11.45	c [INC SYSTEM] there exists a inc, kill it!
11.38/11.45	c write failed with 2
11.38/11.46	c [INC SYSTEM] create new solver instance
11.38/11.46	c [INC] encode full formula
11.38/11.46	c (debug) using card networks
11.38/11.46	c old isEQ: 208, new EQ is 0
11.38/11.47	c set iterative enc to: card
11.38/11.47	c set iterative enc to: none
11.38/11.47	c [INC SEARCH] isOptimum variable: 0
19.46/19.56	c formula is SAT
19.46/19.56	c [INC SEARCH] copied best model
19.46/19.56	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
19.46/19.58	c model valid
19.46/19.58	c current solution ok
19.46/19.58	o 55
19.46/19.58	c [INC SEARCH] iteration: 6
19.46/19.58	c [INC BOUNDS] best value:55 search for 54
19.46/19.58	c [INC SYSTEM] there exists a inc, kill it!
19.46/19.58	c write failed with 2
19.46/19.58	c [INC SYSTEM] create new solver instance
19.46/19.58	c [INC] encode full formula
19.46/19.58	c (debug) using card networks
19.46/19.58	c old isEQ: 208, new EQ is 0
19.46/19.59	c set iterative enc to: card
19.46/19.59	c set iterative enc to: none
19.46/19.59	c [INC SEARCH] isOptimum variable: 0
49.66/49.78	c formula is SAT
49.66/49.78	c [INC SEARCH] copied best model
49.66/49.78	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
49.66/49.79	c model valid
49.66/49.79	c current solution ok
49.66/49.79	o 54
49.66/49.79	c [INC SEARCH] iteration: 7
49.66/49.79	c [INC BOUNDS] best value:54 search for 53
49.66/49.79	c [INC SYSTEM] there exists a inc, kill it!
49.66/49.79	c write failed with 2
49.66/49.79	c [INC SYSTEM] create new solver instance
49.66/49.79	c [INC] encode full formula
49.66/49.79	c (debug) using card networks
49.66/49.79	c old isEQ: 208, new EQ is 0
49.76/49.80	c set iterative enc to: card
49.76/49.80	c set iterative enc to: none
49.76/49.81	c [INC SEARCH] isOptimum variable: 0
93.34/93.43	c formula is SAT
93.34/93.43	c [INC SEARCH] copied best model
93.34/93.43	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
93.34/93.45	c model valid
93.34/93.45	c current solution ok
93.34/93.45	o 53
93.34/93.45	c [INC SEARCH] iteration: 8
93.34/93.45	c [INC BOUNDS] best value:53 search for 52
93.34/93.45	c [INC SYSTEM] there exists a inc, kill it!
93.34/93.45	c write failed with 2
93.34/93.45	c [INC SYSTEM] create new solver instance
93.34/93.45	c [INC] encode full formula
93.34/93.45	c (debug) using card networks
93.34/93.45	c old isEQ: 208, new EQ is 0
93.34/93.46	c set iterative enc to: card
93.34/93.46	c set iterative enc to: none
93.34/93.46	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18:  1011 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=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-3751862-1339119220/watcher-3751862-1339119220 -o /tmp/evaluation-result-3751862-1339119220/solver-3751862-1339119220 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751862-1339119220.opb 1482504669 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 1010
/proc/meminfo: memFree=30765492/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0

[startup+0.056609 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 1010
/proc/meminfo: memFree=30765492/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 1010
/proc/meminfo: memFree=30765492/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/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: 2.01 2.02 2.00 3/178 1010
/proc/meminfo: memFree=30765492/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70015 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 1010
/proc/meminfo: memFree=30765492/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 1027
/proc/meminfo: memFree=30752104/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=0.56 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 5653 12441 0 0 16 2 36 2 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1027] ppid=1011 vsize=12024 CPUtime=0.92 cores=0,2,4,6
/proc/1027/stat : 1027 (glucosInc) R 1011 1010 30644 0 -1 4202496 1541 0 0 0 92 0 0 0 20 0 1 0 378047552 12312576 2536 33554432000 4194304 5654031 140734177924304 140734177922088 4232788 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 3006 2536 131 357 0 2646 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28380

[startup+3.10032 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 1027
/proc/meminfo: memFree=30749504/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=0.56 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 5653 12441 0 0 16 2 36 2 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1027] ppid=1011 vsize=15012 CPUtime=2.52 cores=0,2,4,6
/proc/1027/stat : 1027 (glucosInc) R 1011 1010 30644 0 -1 4202496 2827 0 0 0 252 0 0 0 20 0 1 0 378047552 15372288 3209 33554432000 4194304 5654031 140734177924304 140734177922088 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 3753 3209 132 357 0 3393 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31368

[startup+6.30033 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 1027
/proc/meminfo: memFree=30730144/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=0.56 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 5653 12441 0 0 16 2 36 2 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1027] ppid=1011 vsize=19588 CPUtime=5.71 cores=0,2,4,6
/proc/1027/stat : 1027 (glucosInc) R 1011 1010 30644 0 -1 4202496 3944 0 0 0 571 0 0 0 20 0 1 0 378047552 20058112 4400 33554432000 4194304 5654031 140734177924304 140734177922328 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1027/statm: 4897 4400 132 357 0 4537 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35944

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 1029
/proc/meminfo: memFree=30748964/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=11.45 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 6297 17759 0 0 18 2 1121 4 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1029] ppid=1011 vsize=9644 CPUtime=1.22 cores=0,2,4,6
/proc/1029/stat : 1029 (glucosInc) R 1011 1010 30644 0 -1 4202496 2316 0 0 0 122 0 0 0 20 0 1 0 378048642 9875456 1908 33554432000 4194304 5654031 140737388525232 140737388523320 4208654 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1029/statm: 2411 1908 140 357 0 2051 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26000

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 1031
/proc/meminfo: memFree=30743256/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=19.58 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 6941 22730 0 0 21 2 1930 5 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1031] ppid=1011 vsize=21336 CPUtime=5.89 cores=0,2,4,6
/proc/1031/stat : 1031 (glucosInc) R 1011 1010 30644 0 -1 4202496 4479 0 0 0 589 0 0 0 20 0 1 0 378049455 21848064 3677 33554432000 4194304 5654031 140736445079984 140736445067800 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1031/statm: 5334 3677 141 357 0 4974 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37692

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 1033
/proc/meminfo: memFree=30747036/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=49.77 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 7585 30938 0 0 23 2 4945 7 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1033] ppid=1011 vsize=10648 CPUtime=1.28 cores=0,2,4,6
/proc/1033/stat : 1033 (glucosInc) R 1011 1010 30644 0 -1 4202496 2479 0 0 0 128 0 0 0 20 0 1 0 378052476 10903552 2046 33554432000 4194304 5654031 140733500849984 140733500837800 4232720 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1033/statm: 2662 2046 140 357 0 2302 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 27004

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 1035
/proc/meminfo: memFree=30726004/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=26744 CPUtime=8.82 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 5902 0 0 0 882 0 0 0 20 0 1 0 378056842 27385856 6204 33554432000 4194304 5654031 140735145166656 140735145164456 4216159 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 6686 6204 140 357 0 6326 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 43100

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1036
/proc/meminfo: memFree=30686416/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=78728 CPUtime=68.8 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 8888 0 0 0 6878 2 0 0 20 0 1 0 378056842 80617472 15002 33554432000 4194304 5654031 140735145166656 140735145154472 4232803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 19682 15002 141 357 0 19322 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 95084

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1036
/proc/meminfo: memFree=30664692/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=78728 CPUtime=128.8 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 9876 0 0 0 12876 4 0 0 20 0 1 0 378056842 80617472 19195 33554432000 4194304 5654031 140735145166656 140735145164680 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 19682 19195 141 357 0 19322 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 95084

[startup+282.3 s]

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

/proc/loadavg: 2.05 2.02 2.00 3/183 1096
/proc/meminfo: memFree=30578500/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=178164 CPUtime=1208.59 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 37318 0 0 0 120802 57 0 0 20 0 1 0 378056842 182439936 44036 33554432000 4194304 5654031 140735145166656 140735145164744 4243651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 44541 44036 141 357 0 44181 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 194520

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 1106
/proc/meminfo: memFree=30693624/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=98024 CPUtime=1268.59 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 38218 0 0 0 126799 60 0 0 20 0 1 0 378056842 100376576 24025 33554432000 4194304 5654031 140735145166656 140735145164680 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 24506 24025 141 357 0 24146 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 114380

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 1108
/proc/meminfo: memFree=30576276/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=228252 CPUtime=1328.59 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 39423 0 0 0 132797 62 0 0 20 0 1 0 378056842 233730048 44638 33554432000 4194304 5654031 140735145166656 140735145164744 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 57063 44638 141 357 0 56703 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 244608

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 1110
/proc/meminfo: memFree=30566808/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=98024 CPUtime=1388.56 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 40638 0 0 0 138791 65 0 0 20 0 1 0 378056842 100376576 24025 33554432000 4194304 5654031 140735145166656 140735145164744 4232408 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 24506 24025 141 357 0 24146 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 114380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 1112
/proc/meminfo: memFree=30638280/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=147984 CPUtime=1448.55 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 42296 0 0 0 144787 68 0 0 20 0 1 0 378056842 151535616 33166 33554432000 4194304 5654031 140735145166656 140735145164584 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 36996 33166 141 357 0 36636 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 164340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 1115
/proc/meminfo: memFree=30547316/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=147984 CPUtime=1508.54 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 43513 0 0 0 150783 71 0 0 20 0 1 0 378056842 151535616 32686 33554432000 4194304 5654031 140735145166656 140735145164744 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 36996 32686 141 357 0 36636 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 164340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1141
/proc/meminfo: memFree=30565532/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=228892 CPUtime=1568.53 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 44436 0 0 0 156781 72 0 0 20 0 1 0 378056842 234385408 48414 33554432000 4194304 5654031 140735145166656 140735145164744 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 57223 48414 141 357 0 56863 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 245248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1141
/proc/meminfo: memFree=30553544/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=228892 CPUtime=1628.52 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 45647 0 0 0 162777 75 0 0 20 0 1 0 378056842 234385408 46366 33554432000 4194304 5654031 140735145166656 140735145164744 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 57223 46366 141 357 0 56863 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 245248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1143
/proc/meminfo: memFree=30580968/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=178804 CPUtime=1688.52 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 46559 0 0 0 168775 77 0 0 20 0 1 0 378056842 183095296 44017 33554432000 4194304 5654031 140735145166656 140735145164744 4232700 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 44701 44017 141 357 0 44341 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 195160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1143
/proc/meminfo: memFree=30548696/32873648 swapFree=7628/7628
[pid=1010] ppid=1008 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1010/stat : 1010 (npSolver-pbo-It) S 1008 1010 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378047495 9367552 275 33554432000 4194304 5064252 140735614839360 140735614838272 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1010/statm: 2287 275 233 213 0 72 0
[pid=1011] ppid=1010 vsize=7208 CPUtime=93.41 cores=0,2,4,6
/proc/1011/stat : 1011 (npSolver-pbo) S 1010 1010 30644 0 -1 4202496 8229 40611 0 0 25 2 9304 10 20 0 1 0 378047495 7380992 1367 33554432000 4194304 6004724 140737151908768 140737151894616 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1011/statm: 1802 1367 189 442 0 1356 0
[pid=1035] ppid=1011 vsize=228892 CPUtime=1706.61 cores=0,2,4,6
/proc/1035/stat : 1035 (glucosInc) R 1011 1010 30644 0 -1 4202496 46867 0 0 0 170584 77 0 0 20 0 1 0 378056842 234385408 47390 33554432000 4194304 5654031 140735145166656 140735145164744 4232973 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1035/statm: 57223 47390 141 357 0 56863 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 245248

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1010 and gives
#  childrusage.ru_utime.tv_sec=93
#  childrusage.ru_utime.tv_usec=309814
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=134979
# CPU time returned by wait4() is 93.4448
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1799.13
CPU system time (s): 0.89
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 245248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.3098
system time used= 0.134979
maximum resident set size= 71428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49215
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357
involuntary context switches= 199

runsolver used 3.59045 second user time and 8.44072 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-08 03:33:40
IDJOB=3751862
IDBENCH=2052
IDSOLVER=2335
FILE ID=node127/3751862-1339119220
RUNJOBID= node127-1339111313-32193
PBS_JOBID= 14643726
Free space on /tmp= 70840 MiB

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

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

MD5SUM BENCH= 9c27419d6022516b3a8580fda3ca43ee
RANDOM SEED=1482504669

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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.348
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:        30765500 kB
Buffers:          334344 kB
Cached:           797412 kB
SwapCached:         1956 kB
Active:          1201144 kB
Inactive:          25432 kB
Active(anon):      88608 kB
Inactive(anon):     8812 kB
Active(file):    1112536 kB
Inactive(file):    16620 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103736 kB
Dirty:              8876 kB
Writeback:             0 kB
AnonPages:        100600 kB
Mapped:            11692 kB
Shmem:                92 kB
Slab:             743636 kB
SReclaimable:     187612 kB
SUnreclaim:       556024 kB
KernelStack:        1496 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     218916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 70828 MiB
End job on node127 at 2012-06-08 04:03:41