Trace number 3747300

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 (fixed)? (TO) 1800.14 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_10.r.opb
MD5SUM863d0ff562dc066d0163e86da5775aea
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1.70574
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint10
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.01	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.01	c [INC SYSTEM] execute solver
0.00/0.01	c [INC SEARCH] formula is SAT
0.00/0.01	c [INC SYSTEM] solved the initial formula
0.00/0.01	c model valid
0.00/0.01	c current solution ok
0.00/0.02	o 18
0.00/0.02	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.02	c write failed with 2
0.00/0.02	c [INC SEARCH] iteration: 0
0.00/0.02	c [INC BOUNDS] best value:18 search for 17
0.00/0.02	c [INC SYSTEM] create new solver instance
0.00/0.02	c [INC] encode full formula
0.00/0.02	c (debug) using card networks
0.00/0.02	c old isEQ: 41, new EQ is 0
0.00/0.02	c set iterative enc to: card
0.00/0.02	c set iterative enc to: none
0.00/0.02	c [INC SEARCH] isOptimum variable: 0
0.00/0.02	c formula is SAT
0.00/0.02	c [INC SEARCH] copied best model
0.00/0.02	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.02	c model valid
0.00/0.02	c current solution ok
0.00/0.02	o 17
0.00/0.02	c [INC SEARCH] iteration: 1
0.00/0.02	c [INC BOUNDS] best value:17 search for 16
0.00/0.02	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.02	c write failed with 2
0.00/0.02	c [INC SYSTEM] create new solver instance
0.00/0.02	c [INC] encode full formula
0.00/0.03	c set iterative enc to: swc
0.00/0.03	c [INC SEARCH] isOptimum variable: 0
0.00/0.03	c formula is SAT
0.00/0.03	c [INC SEARCH] copied best model
0.00/0.03	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.03	o 16
0.00/0.03	c [INC SEARCH] iteration: 2
0.00/0.03	c [INC BOUNDS] best value:16 search for 15
0.00/0.03	c [INC ENCODE] setup new number of clauses ...
0.00/0.03	c [INC] encode incremental formula
0.00/0.03	c return only the limitting unit clause for 15
0.00/0.03	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.03	c [INC SEARCH] isOptimum variable: 0
9.15/9.26	c formula is SAT
9.15/9.26	c [INC SEARCH] copied best model
9.15/9.26	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
9.15/9.26	c model valid
9.15/9.26	c current solution ok
9.15/9.26	o 15
9.15/9.26	c [INC SEARCH] iteration: 3
9.15/9.26	c [INC BOUNDS] best value:15 search for 14
9.15/9.26	c [INC ENCODE] setup new number of clauses ...
9.15/9.26	c [INC] encode incremental formula
9.15/9.26	c return only the limitting unit clause for 14
9.15/9.26	c [INC SYSTEM] transmit new clauses to solver: 1
9.15/9.26	c [INC SEARCH] isOptimum variable: 0
40.85/40.93	c formula is SAT
40.85/40.93	c [INC SEARCH] copied best model
40.85/40.93	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
40.85/40.93	c model valid
40.85/40.93	c current solution ok
40.85/40.93	o 14
40.85/40.93	c [INC SEARCH] iteration: 4
40.85/40.93	c [INC BOUNDS] best value:14 search for 13
40.85/40.93	c [INC ENCODE] setup new number of clauses ...
40.85/40.93	c [INC] encode incremental formula
40.85/40.93	c return only the limitting unit clause for 13
40.85/40.93	c [INC SYSTEM] transmit new clauses to solver: 1
40.85/40.93	c [INC SEARCH] isOptimum variable: 0
216.52/216.63	c formula is SAT
216.52/216.63	c [INC SEARCH] copied best model
216.52/216.63	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
216.52/216.63	c model valid
216.52/216.63	c current solution ok
216.52/216.63	o 13
216.52/216.63	c [INC SEARCH] iteration: 5
216.52/216.63	c [INC BOUNDS] best value:13 search for 12
216.52/216.63	c [INC ENCODE] setup new number of clauses ...
216.52/216.63	c [INC] encode incremental formula
216.52/216.63	c return only the limitting unit clause for 12
216.52/216.63	c [INC SYSTEM] transmit new clauses to solver: 1
216.52/216.63	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.51	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.10/1800.51	s UNKNOWN
1800.10/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.10/1800.51	c write failed with -1
1800.10/1800.51	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0xad6f10)

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-3747300-1339101812/watcher-3747300-1339101812 -o /tmp/evaluation-result-3747300-1339101812/solver-3747300-1339101812 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747300-1339101812.opb 920838787 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: 1.92 1.98 1.91 2/178 16019
/proc/meminfo: memFree=28986976/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0

[startup+0.0840239 s]
/proc/loadavg: 1.92 1.98 1.91 2/178 16019
/proc/meminfo: memFree=28986976/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 1.92 1.98 1.91 2/178 16019
/proc/meminfo: memFree=28986976/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30104 s]
/proc/loadavg: 1.92 1.98 1.91 2/178 16019
/proc/meminfo: memFree=28986976/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700196 s]
/proc/loadavg: 1.92 1.98 1.91 2/178 16019
/proc/meminfo: memFree=28986976/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5011 s]
/proc/loadavg: 1.92 1.98 1.91 3/181 16030
/proc/meminfo: memFree=28977596/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=10724 CPUtime=1.46 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 2624 0 0 0 146 0 0 0 20 0 1 0 376307086 10981376 2101 33554432000 4194304 5654031 140733465178992 140733465176872 4234964 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16030/statm: 2681 2101 148 357 0 2321 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 22280

[startup+3.1011 s]
/proc/loadavg: 1.93 1.98 1.91 3/181 16030
/proc/meminfo: memFree=28975612/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=13572 CPUtime=3.06 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 3392 0 0 0 306 0 0 0 20 0 1 0 376307086 13897728 2852 33554432000 4194304 5654031 140733465178992 140733465176872 4232973 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16030/statm: 3393 2852 148 357 0 3033 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 25128

[startup+6.30025 s]
/proc/loadavg: 1.93 1.98 1.91 3/181 16030
/proc/meminfo: memFree=28966260/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=20716 CPUtime=6.25 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 3658 0 0 0 625 0 0 0 20 0 1 0 376307086 21213184 4059 33554432000 4194304 5654031 140733465178992 140733465176872 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16030/statm: 5179 4059 148 357 0 4819 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 32272

[startup+12.7003 s]
/proc/loadavg: 2.02 2.00 1.91 3/182 16072
/proc/meminfo: memFree=29027984/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=32212 CPUtime=12.65 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 3923 0 0 0 1265 0 0 0 20 0 1 0 376307086 32985088 6874 33554432000 4194304 5654031 140733465178992 140733465166808 4232408 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16030/statm: 8053 6874 149 357 0 7693 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 43768

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 1.91 3/182 16119
/proc/meminfo: memFree=29081552/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=42024 CPUtime=25.45 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 5449 0 0 0 2544 1 0 0 20 0 1 0 376307086 43032576 8700 33554432000 4194304 5654031 140733465178992 140733465166808 4234964 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16030/statm: 10506 8700 149 357 0 10146 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 53580

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 1.91 3/182 16122
/proc/meminfo: memFree=29035244/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=42024 CPUtime=51.04 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 5663 0 0 0 5103 1 0 0 20 0 1 0 376307086 43032576 9997 33554432000 4194304 5654031 140733465178992 140733465166808 4232939 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16030/statm: 10506 9997 149 357 0 10146 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 53580

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 16122
/proc/meminfo: memFree=29009980/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=84796 CPUtime=102.24 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 6682 0 0 0 10222 2 0 0 20 0 1 0 376307086 86831104 15330 33554432000 4194304 5654031 140733465178992 140733465166808 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16030/statm: 21199 15330 149 357 0 20839 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 96352

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 16123
/proc/meminfo: memFree=28951276/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=134116 CPUtime=162.22 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 7353 0 0 0 16219 3 0 0 20 0 1 0 376307086 137334784 29278 33554432000 4194304 5654031 140733465178992 140733465166808 4232916 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16030/statm: 33529 29278 149 357 0 33169 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 145672

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 16123
/proc/meminfo: memFree=28984156/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=84796 CPUtime=222.21 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 7765 0 0 0 22217 4 0 0 20 0 1 0 376307086 86831104 20690 33554432000 4194304 5654031 140733465178992 140733465166808 4232800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16030/statm: 21199 20690 149 357 0 20839 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 96352

[startup+282.3 s]

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

/proc/meminfo: memFree=28862004/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=173632 CPUtime=1301.99 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 14160 0 0 0 130182 17 0 0 20 0 1 0 376307086 177799168 40223 33554432000 4194304 5654031 140733465178992 140733465166808 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 43408 40223 149 357 0 43048 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 185188

[startup+1362.3 s]
/proc/loadavg: 2.09 2.03 1.93 3/181 16156
/proc/meminfo: memFree=28878496/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=147532 CPUtime=1361.97 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 14745 0 0 0 136180 17 0 0 20 0 1 0 376307086 151072768 35704 33554432000 4194304 5654031 140733465178992 140733465166808 4233148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 36883 35704 149 357 0 36523 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 159088

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 1.93 3/181 16156
/proc/meminfo: memFree=28863852/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=178352 CPUtime=1421.96 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 15349 0 0 0 142178 18 0 0 20 0 1 0 376307086 182632448 39355 33554432000 4194304 5654031 140733465178992 140733465166808 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 44588 39355 149 357 0 44228 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 189908

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/181 16156
/proc/meminfo: memFree=28853616/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=178352 CPUtime=1481.95 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 15354 0 0 0 148177 18 0 0 20 0 1 0 376307086 182632448 41915 33554432000 4194304 5654031 140733465178992 140733465166808 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 44588 41915 149 357 0 44228 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 189908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 16156
/proc/meminfo: memFree=28879844/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=147532 CPUtime=1541.93 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 15806 0 0 0 154174 19 0 0 20 0 1 0 376307086 151072768 35192 33554432000 4194304 5654031 140733465178992 140733465166808 4233226 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 36883 35192 149 357 0 36523 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 159088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/182 16159
/proc/meminfo: memFree=28865804/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=178352 CPUtime=1601.92 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 16408 0 0 0 160172 20 0 0 20 0 1 0 376307086 182632448 38331 33554432000 4194304 5654031 140733465178992 140733465166808 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 44588 38331 149 357 0 44228 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 189908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 16160
/proc/meminfo: memFree=28853780/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=178352 CPUtime=1661.91 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 16413 0 0 0 166171 20 0 0 20 0 1 0 376307086 182632448 40891 33554432000 4194304 5654031 140733465178992 140733465166808 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 44588 40891 149 357 0 44228 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 189908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 16160
/proc/meminfo: memFree=28876016/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=152332 CPUtime=1721.9 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 17560 0 0 0 172168 22 0 0 20 0 1 0 376307086 155987968 35368 33554432000 4194304 5654031 140733465178992 140733465176920 4233168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 38083 35368 149 357 0 37723 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 163888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 16160
/proc/meminfo: memFree=28853120/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=183152 CPUtime=1781.9 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 18172 0 0 0 178167 23 0 0 20 0 1 0 376307086 187547648 41067 33554432000 4194304 5654031 140733465178992 140733465177080 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 45788 41067 149 357 0 45428 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 194708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 16160
/proc/meminfo: memFree=28844556/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=183152 CPUtime=1800.1 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 18176 0 0 0 179987 23 0 0 20 0 1 0 376307086 187547648 43115 33554432000 4194304 5654031 140733465178992 140733465177080 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 45788 43115 149 357 0 45428 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 194708

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 16160
/proc/meminfo: memFree=28844556/32873648 swapFree=7372/7372
[pid=16019] ppid=16017 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16019/stat : 16019 (npSolver-pbo-It) S 16017 16019 15337 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307083 9367552 275 33554432000 4194304 5064252 140736391335808 140736391334720 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16019/statm: 2287 275 233 213 0 72 0
[pid=16020] ppid=16019 vsize=2408 CPUtime=0 cores=0,2,4,6
/proc/16020/stat : 16020 (npSolver-pbo) S 16019 16019 15337 0 -1 4202496 2060 4116 0 0 0 0 0 0 20 0 1 0 376307083 2465792 273 33554432000 4194304 6004724 140735809241792 140735809227640 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16020/statm: 602 273 179 442 0 156 0
[pid=16030] ppid=16020 vsize=183152 CPUtime=1800.1 cores=0,2,4,6
/proc/16030/stat : 16030 (glucosInc) R 16020 16019 15337 0 -1 4202496 18176 0 0 0 179987 23 0 0 20 0 1 0 376307086 187547648 43115 33554432000 4194304 5654031 140733465178992 140733465177080 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16030/statm: 45788 43115 149 357 0 45428 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 194708

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1799.89
CPU system time (s): 0.254961
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 239228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.254961
maximum resident set size= 202012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24726
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137
involuntary context switches= 2196

runsolver used 2.73058 second user time and 7.17091 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-07 22:43:32
IDJOB=3747300
IDBENCH=2860
IDSOLVER=2332
FILE ID=node124/3747300-1339101812
RUNJOBID= node124-1339098179-15353
PBS_JOBID= 14643729
Free space on /tmp= 70796 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_10.r.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747300-1339101812/watcher-3747300-1339101812 -o /tmp/evaluation-result-3747300-1339101812/solver-3747300-1339101812 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747300-1339101812.opb 920838787 HOME HOME

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

MD5SUM BENCH= 863d0ff562dc066d0163e86da5775aea
RANDOM SEED=920838787

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28987504 kB
Buffers:          290720 kB
Cached:          2564188 kB
SwapCached:         8612 kB
Active:          1225076 kB
Inactive:        1841264 kB
Active(anon):     202884 kB
Inactive(anon):    11112 kB
Active(file):    1022192 kB
Inactive(file):  1830152 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:              8684 kB
Writeback:             0 kB
AnonPages:        217104 kB
Mapped:            10512 kB
Shmem:                 0 kB
Slab:             674764 kB
SReclaimable:     118716 kB
SUnreclaim:       556048 kB
KernelStack:        1448 kB
PageTables:         4360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     353456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 70776 MiB
End job on node124 at 2012-06-07 23:13:33