Trace number 3751867

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

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.03	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.03	c [INC SYSTEM] execute solver
0.00/0.03	c [INC SEARCH] formula is SAT
0.00/0.03	c [INC SYSTEM] solved the initial formula
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.04	o 82
0.00/0.04	c starting approximation
0.00/0.04	c factor = 1
0.00/0.04	c can not find a suitable factor, leaving approximation
0.00/0.04	c finished approximation
0.00/0.04	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.04	c write failed with 2
0.00/0.04	c [INC SEARCH] iteration: 0
0.00/0.04	c [INC BOUNDS] best value:82 search for 81
0.00/0.04	c [INC SYSTEM] create new solver instance
0.00/0.04	c [INC] encode full formula
0.00/0.04	c (debug) using card networks
0.00/0.04	c old isEQ: 32, new EQ is 0
0.00/0.05	c set iterative enc to: card
0.00/0.05	c set iterative enc to: none
0.00/0.05	c [INC SEARCH] isOptimum variable: 0
0.00/0.08	c formula is SAT
0.00/0.08	c [INC SEARCH] copied best model
0.00/0.08	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.08	c model valid
0.00/0.08	c current solution ok
0.00/0.08	o 65
0.00/0.08	c [INC SEARCH] iteration: 1
0.00/0.08	c [INC BOUNDS] best value:65 search for 64
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 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: 48, new EQ is 0
0.00/0.09	c set iterative enc to: card
0.00/0.09	c set iterative enc to: none
0.00/0.10	c [INC SEARCH] isOptimum variable: 0
0.00/0.20	c formula is SAT
0.00/0.20	c [INC SEARCH] copied best model
0.00/0.20	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.20	c model valid
0.00/0.20	c current solution ok
0.00/0.20	o 64
0.00/0.20	c [INC SEARCH] iteration: 2
0.00/0.20	c [INC BOUNDS] best value:64 search for 63
0.00/0.20	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.20	c write failed with 2
0.00/0.21	c [INC SYSTEM] create new solver instance
0.00/0.21	c [INC] encode full formula
0.00/0.21	c (debug) using card networks
0.00/0.21	c old isEQ: 96, new EQ is 0
0.00/0.21	c set iterative enc to: card
0.00/0.21	c set iterative enc to: none
0.00/0.22	c [INC SEARCH] isOptimum variable: 0
0.00/0.45	c formula is SAT
0.00/0.45	c [INC SEARCH] copied best model
0.00/0.45	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.45	c model valid
0.00/0.45	c current solution ok
0.00/0.45	o 62
0.00/0.45	c [INC SEARCH] iteration: 3
0.00/0.45	c [INC BOUNDS] best value:62 search for 61
0.00/0.45	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.45	c write failed with 2
0.00/0.45	c [INC SYSTEM] create new solver instance
0.00/0.45	c [INC] encode full formula
0.00/0.45	c (debug) using card networks
0.00/0.45	c old isEQ: 48, new EQ is 0
0.00/0.46	c set iterative enc to: card
0.00/0.46	c set iterative enc to: none
0.00/0.47	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 61
0.00/0.57	c [INC SEARCH] iteration: 4
0.00/0.57	c [INC BOUNDS] best value:61 search for 60
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.57	c old isEQ: 48, new EQ is 0
0.00/0.58	c set iterative enc to: card
0.00/0.58	c set iterative enc to: none
0.00/0.58	c [INC SEARCH] isOptimum variable: 0
0.00/0.73	c formula is SAT
0.00/0.73	c [INC SEARCH] copied best model
0.00/0.73	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.73	c model valid
0.00/0.73	c current solution ok
0.00/0.73	o 60
0.00/0.73	c [INC SEARCH] iteration: 5
0.00/0.73	c [INC BOUNDS] best value:60 search for 59
0.00/0.73	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.73	c write failed with 2
0.00/0.73	c [INC SYSTEM] create new solver instance
0.00/0.73	c [INC] encode full formula
0.00/0.73	c (debug) using card networks
0.00/0.73	c old isEQ: 48, new EQ is 0
0.00/0.74	c set iterative enc to: card
0.00/0.74	c set iterative enc to: none
0.00/0.74	c [INC SEARCH] isOptimum variable: 0
2.96/3.01	c formula is SAT
2.96/3.01	c [INC SEARCH] copied best model
2.96/3.01	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.96/3.01	c model valid
2.96/3.01	c current solution ok
2.96/3.01	o 57
2.96/3.01	c [INC SEARCH] iteration: 6
2.96/3.01	c [INC BOUNDS] best value:57 search for 56
2.96/3.01	c [INC SYSTEM] there exists a inc, kill it!
2.96/3.01	c write failed with 2
2.96/3.01	c [INC SYSTEM] create new solver instance
2.96/3.01	c [INC] encode full formula
2.96/3.01	c (debug) using card networks
2.96/3.01	c old isEQ: 48, new EQ is 0
2.96/3.02	c set iterative enc to: card
2.96/3.02	c set iterative enc to: none
2.96/3.03	c [INC SEARCH] isOptimum variable: 0
3.17/3.27	c formula is SAT
3.17/3.28	c [INC SEARCH] copied best model
3.17/3.28	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
3.17/3.28	c model valid
3.17/3.28	c current solution ok
3.17/3.28	o 56
3.17/3.28	c [INC SEARCH] iteration: 7
3.17/3.28	c [INC BOUNDS] best value:56 search for 55
3.17/3.28	c [INC SYSTEM] there exists a inc, kill it!
3.17/3.28	c write failed with 2
3.17/3.28	c [INC SYSTEM] create new solver instance
3.17/3.28	c [INC] encode full formula
3.17/3.28	c (debug) using card networks
3.17/3.28	c old isEQ: 48, new EQ is 0
3.17/3.29	c set iterative enc to: card
3.17/3.29	c set iterative enc to: none
3.17/3.29	c [INC SEARCH] isOptimum variable: 0
8.04/8.12	c formula is SAT
8.04/8.12	c [INC SEARCH] copied best model
8.04/8.12	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
8.04/8.12	c model valid
8.04/8.12	c current solution ok
8.04/8.12	o 54
8.04/8.12	c [INC SEARCH] iteration: 8
8.04/8.12	c [INC BOUNDS] best value:54 search for 53
8.04/8.12	c [INC SYSTEM] there exists a inc, kill it!
8.04/8.12	c write failed with 2
8.04/8.12	c [INC SYSTEM] create new solver instance
8.04/8.12	c [INC] encode full formula
8.04/8.12	c (debug) using card networks
8.04/8.12	c old isEQ: 48, new EQ is 0
8.04/8.13	c set iterative enc to: card
8.04/8.13	c set iterative enc to: none
8.04/8.13	c [INC SEARCH] isOptimum variable: 0
8.76/8.89	c formula is SAT
8.76/8.89	c [INC SEARCH] copied best model
8.76/8.89	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
8.76/8.89	c model valid
8.76/8.89	c current solution ok
8.76/8.89	o 52
8.76/8.89	c [INC SEARCH] iteration: 9
8.76/8.89	c [INC BOUNDS] best value:52 search for 51
8.76/8.89	c [INC SYSTEM] there exists a inc, kill it!
8.76/8.89	c write failed with 2
8.76/8.89	c [INC SYSTEM] create new solver instance
8.76/8.89	c [INC] encode full formula
8.76/8.89	c (debug) using card networks
8.76/8.89	c old isEQ: 48, new EQ is 0
8.85/8.90	c set iterative enc to: card
8.85/8.90	c set iterative enc to: none
8.85/8.90	c [INC SEARCH] isOptimum variable: 0
16.34/16.43	c formula is SAT
16.34/16.43	c [INC SEARCH] copied best model
16.34/16.43	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
16.34/16.43	c model valid
16.34/16.43	c current solution ok
16.34/16.43	o 51
16.34/16.43	c [INC SEARCH] iteration: 10
16.34/16.43	c [INC BOUNDS] best value:51 search for 50
16.34/16.43	c [INC SYSTEM] there exists a inc, kill it!
16.34/16.43	c write failed with 2
16.34/16.44	c [INC SYSTEM] create new solver instance
16.34/16.44	c [INC] encode full formula
16.34/16.44	c (debug) using card networks
16.34/16.44	c old isEQ: 48, new EQ is 0
16.34/16.44	c set iterative enc to: card
16.34/16.44	c set iterative enc to: none
16.34/16.45	c [INC SEARCH] isOptimum variable: 0
1518.88/1519.27	c formula is SAT
1518.88/1519.28	c [INC SEARCH] copied best model
1518.88/1519.28	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1518.88/1519.28	c model valid
1518.88/1519.28	c current solution ok
1518.88/1519.28	o 50
1518.88/1519.28	c [INC SEARCH] iteration: 11
1518.88/1519.28	c [INC BOUNDS] best value:50 search for 49
1518.88/1519.28	c [INC SYSTEM] there exists a inc, kill it!
1518.88/1519.28	c write failed with 2
1518.88/1519.28	c [INC SYSTEM] create new solver instance
1518.88/1519.28	c [INC] encode full formula
1518.88/1519.28	c (debug) using card networks
1518.88/1519.28	c old isEQ: 48, new EQ is 0
1518.88/1519.29	c set iterative enc to: card
1518.88/1519.29	c set iterative enc to: none
1518.99/1519.30	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1800.40	s UNKNOWN
1800.05/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.05/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-3751867-1339119254/watcher-3751867-1339119254 -o /tmp/evaluation-result-3751867-1339119254/solver-3751867-1339119254 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751867-1339119254.opb 942561260 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 23533
/proc/meminfo: memFree=31029708/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0

[startup+0.0068759 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 23533
/proc/meminfo: memFree=31029708/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100159 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 23533
/proc/meminfo: memFree=31029708/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300161 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 23533
/proc/meminfo: memFree=31029708/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.01 2.01 2.00 4/178 23533
/proc/meminfo: memFree=31029708/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.01 2.01 2.00 4/181 23552
/proc/meminfo: memFree=31020568/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=0.72 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 4287 12292 0 0 8 1 60 3 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23552] ppid=23534 vsize=8308 CPUtime=0.74 cores=1,3,5,7
/proc/23552/stat : 23552 (glucosInc) R 23534 23533 19416 0 -1 4202496 1723 0 0 0 74 0 0 0 20 0 1 0 378051198 8507392 1542 33554432000 4194304 5654031 140734881032784 140734881030872 4232421 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23552/statm: 2077 1542 141 357 0 1717 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 22108

[startup+3.10032 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 23552
/proc/meminfo: memFree=31019888/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=3 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 4728 15927 0 0 9 1 286 4 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 13800

[startup+6.30032 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 23556
/proc/meminfo: memFree=31071600/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=3.25 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 5169 17727 0 0 10 1 310 4 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23556] ppid=23534 vsize=12060 CPUtime=2.99 cores=1,3,5,7
/proc/23556/stat : 23556 (glucosInc) R 23534 23533 19416 0 -1 4202496 3098 0 0 0 299 0 0 0 20 0 1 0 378051453 12349440 2501 33554432000 4194304 5654031 140734371287488 140734371285368 4216337 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23556/statm: 3015 2501 141 357 0 2655 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 25860

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23560
/proc/meminfo: memFree=31038052/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=8.86 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6055 24268 0 0 13 1 866 6 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23560] ppid=23534 vsize=14756 CPUtime=3.78 cores=1,3,5,7
/proc/23560/stat : 23560 (glucosInc) R 23534 23533 19416 0 -1 4202496 3534 0 0 0 378 0 0 0 20 0 1 0 378052014 15110144 2963 33554432000 4194304 5654031 140736268236432 140736268224248 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23560/statm: 3689 2963 141 357 0 3329 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 28556

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23562
/proc/meminfo: memFree=31025900/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=23716 CPUtime=9.03 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 5126 0 0 0 902 1 0 0 20 0 1 0 378052768 24285184 5312 33554432000 4194304 5654031 140734873515712 140734873503528 4233173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23562/statm: 5929 5312 141 357 0 5569 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 37516

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 23562
/proc/meminfo: memFree=31015416/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=28124 CPUtime=34.61 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 6427 0 0 0 3460 1 0 0 20 0 1 0 378052768 28798976 6561 33554432000 4194304 5654031 140734873515712 140734873503528 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23562/statm: 7031 6561 141 357 0 6671 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 41924

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23562
/proc/meminfo: memFree=30980848/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=49644 CPUtime=85.81 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 8461 0 0 0 8578 3 0 0 20 0 1 0 378052768 50835456 11972 33554432000 4194304 5654031 140734873515712 140734873503528 4976752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23562/statm: 12411 11972 141 357 0 12051 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 63444

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23562
/proc/meminfo: memFree=30990968/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=81104 CPUtime=145.8 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 10590 0 0 0 14575 5 0 0 20 0 1 0 378052768 83050496 14021 33554432000 4194304 5654031 140734873515712 140734873503528 4232563 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23562/statm: 20276 14021 141 357 0 19916 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 94904

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23562
/proc/meminfo: memFree=30953360/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=81104 CPUtime=205.78 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 10768 0 0 0 20573 5 0 0 20 0 1 0 378052768 83050496 19818 33554432000 4194304 5654031 140734873515712 140734873503528 4233213 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23562/statm: 20276 19818 141 357 0 19916 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 94904

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23563
/proc/meminfo: memFree=30936992/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=30874296/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=192704 CPUtime=1225.63 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 22017 0 0 0 122534 29 0 0 20 0 1 0 378052768 197328896 36397 33554432000 4194304 5654031 140734873515712 140734873513800 4214944 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23562/statm: 48176 36397 141 357 0 47816 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 206504

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23572
/proc/meminfo: memFree=30912120/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=112564 CPUtime=1285.62 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 22922 0 0 0 128531 31 0 0 20 0 1 0 378052768 115265536 23749 33554432000 4194304 5654031 140734873515712 140734873513800 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23562/statm: 28141 23749 141 357 0 27781 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 126364

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23572
/proc/meminfo: memFree=30815620/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=206020 CPUtime=1345.61 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 24453 0 0 0 134528 33 0 0 20 0 1 0 378052768 210964480 44172 33554432000 4194304 5654031 140734873515712 140734873513800 4215014 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23562/statm: 51505 44172 141 357 0 51145 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 219820

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 23616
/proc/meminfo: memFree=31005568/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=175200 CPUtime=1405.61 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 24976 0 0 0 140526 35 0 0 20 0 1 0 378052768 179404800 43285 33554432000 4194304 5654031 140734873515712 140734873513640 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23562/statm: 43800 43285 141 357 0 43440 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 189000

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 23627
/proc/meminfo: memFree=30909132/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=16.4 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6496 29322 0 0 14 1 1618 7 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23562] ppid=23534 vsize=206020 CPUtime=1465.59 cores=1,3,5,7
/proc/23562/stat : 23562 (glucosInc) R 23534 23533 19416 0 -1 4202496 26263 0 0 0 146522 37 0 0 20 0 1 0 378052768 210964480 44172 33554432000 4194304 5654031 140734873515712 140734873513800 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23562/statm: 51505 44172 141 357 0 51145 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 219820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23629
/proc/meminfo: memFree=31036748/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=1519 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6938 57018 0 0 16 2 151835 47 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23629] ppid=23534 vsize=28072 CPUtime=22.99 cores=1,3,5,7
/proc/23629/stat : 23629 (glucosInc) R 23534 23533 19416 0 -1 4202496 5006 0 0 0 2298 1 0 0 20 0 1 0 378203053 28745728 6155 33554432000 4194304 5654031 140735291365824 140735291353640 4208584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23629/statm: 7018 6155 141 357 0 6658 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 41872

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23632
/proc/meminfo: memFree=30993288/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=1519 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6938 57018 0 0 16 2 151835 47 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23629] ppid=23534 vsize=61200 CPUtime=82.98 cores=1,3,5,7
/proc/23629/stat : 23629 (glucosInc) R 23534 23533 19416 0 -1 4202496 6864 0 0 0 8295 3 0 0 20 0 1 0 378203053 62668800 11880 33554432000 4194304 5654031 140735291365824 140735291353640 4233151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23629/statm: 15300 11880 141 357 0 14940 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 75000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 23655
/proc/meminfo: memFree=30942692/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=1519 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6938 57018 0 0 16 2 151835 47 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23629] ppid=23534 vsize=80056 CPUtime=142.97 cores=1,3,5,7
/proc/23629/stat : 23629 (glucosInc) R 23534 23533 19416 0 -1 4202496 7086 0 0 0 14293 4 0 0 20 0 1 0 378203053 81977344 14441 33554432000 4194304 5654031 140735291365824 140735291353640 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23629/statm: 20014 14441 141 357 0 19654 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 93856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23655
/proc/meminfo: memFree=30934944/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=1519 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6938 57018 0 0 16 2 151835 47 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23629] ppid=23534 vsize=80056 CPUtime=202.96 cores=1,3,5,7
/proc/23629/stat : 23629 (glucosInc) R 23534 23533 19416 0 -1 4202496 7086 0 0 0 20292 4 0 0 20 0 1 0 378203053 81977344 14441 33554432000 4194304 5654031 140735291365824 140735291353640 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23629/statm: 20014 14441 141 357 0 19654 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 93856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23656
/proc/meminfo: memFree=30908956/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=1519 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6938 57018 0 0 16 2 151835 47 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23629] ppid=23534 vsize=80056 CPUtime=262.94 cores=1,3,5,7
/proc/23629/stat : 23629 (glucosInc) R 23534 23533 19416 0 -1 4202496 7541 0 0 0 26290 4 0 0 20 0 1 0 378203053 81977344 19485 33554432000 4194304 5654031 140735291365824 140735291353640 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23629/statm: 20014 19485 141 357 0 19654 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 93856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23656
/proc/meminfo: memFree=30911144/32873844 swapFree=7632/7632
[pid=23533] ppid=23531 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23533/stat : 23533 (npSolver-pbo-It) S 23531 23533 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378051123 9367552 275 33554432000 4194304 5064252 140736894396464 140736894395376 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23533/statm: 2287 275 233 213 0 72 0
[pid=23534] ppid=23533 vsize=4652 CPUtime=1519 cores=1,3,5,7
/proc/23534/stat : 23534 (npSolver-pbo) S 23533 23533 19416 0 -1 4202496 6938 57018 0 0 16 2 151835 47 20 0 1 0 378051123 4763648 845 33554432000 4194304 6004724 140735861194784 140735861180632 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23534/statm: 1163 845 189 442 0 717 0
[pid=23629] ppid=23534 vsize=80056 CPUtime=281.05 cores=1,3,5,7
/proc/23629/stat : 23629 (glucosInc) R 23534 23533 19416 0 -1 4202496 7541 0 0 0 28101 4 0 0 20 0 1 0 378203053 81977344 19485 33554432000 4194304 5654031 140735291365824 140735291353640 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23629/statm: 20014 19485 141 357 0 19654 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 93856

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.08
CPU user time (s): 1799.53
CPU system time (s): 0.549916
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 219820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.549916
maximum resident set size= 182832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 387
involuntary context switches= 2129

runsolver used 2.73458 second user time and 7.50186 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-08 03:34:14
IDJOB=3751867
IDBENCH=2053
IDSOLVER=2335
FILE ID=node119/3751867-1339119254
RUNJOBID= node119-1339111666-20946
PBS_JOBID= 14643734
Free space on /tmp= 70844 MiB

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

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

MD5SUM BENCH= 4a444f89cff56050e88660d23e3d8694
RANDOM SEED=942561260

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:        31029980 kB
Buffers:          112036 kB
Cached:           750548 kB
SwapCached:         2360 kB
Active:           326548 kB
Inactive:         723492 kB
Active(anon):     186980 kB
Inactive(anon):     2744 kB
Active(file):     139568 kB
Inactive(file):   720748 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              8156 kB
Writeback:             0 kB
AnonPages:        329072 kB
Mapped:            10172 kB
Shmem:                 0 kB
Slab:             647824 kB
SReclaimable:      88792 kB
SUnreclaim:       559032 kB
KernelStack:        1504 kB
PageTables:         4568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     341828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 70836 MiB
End job on node119 at 2012-06-08 04:04:15