Trace number 3748491

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 NameAnswerCPU timeWall clock time
npSolver inc (fixed)? (TO) 1800.09 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_9.opb
MD5SUM796ce15de170aa64363741766a49999c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3179263
Best CPU time to get the best result obtained on this benchmark1801.45
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 143055667
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 44011059162
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 143055667
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 44011059162
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.04	c old isEQ: 0, new EQ is 1
0.00/0.14	c old isEQ: 24, new EQ is 1
0.00/0.17	c old isEQ: 1, new EQ is 1
0.00/0.21	c run inc solver
0.00/0.21	c [INC SYSTEM] run initial solver
0.00/0.21	c [INC SYSTEM] preprocess with white file
1.97/2.02	c [INC SYSTEM] finished preprocessing in 1 s
1.97/2.02	c [INC SYSTEM] execute solver
41.06/41.11	c [INC SEARCH] formula is SAT
41.06/41.12	c [INC SYSTEM] solved the initial formula
41.06/41.14	c model valid
41.06/41.14	c current solution ok
41.45/41.52	o 200450359
41.45/41.52	c execute binary inc search
41.45/41.52	c [INC SEARCH] current bound: 100225204
41.45/41.52	c [INC SEARCH] iteration: 0
41.45/41.52	c [INC SEARCH] lower bound: 0 upperbound 200450409 current bound: 100225204 best value:200450409
41.45/41.52	c [INC SYSTEM] there exists a inc, kill it!
41.45/41.52	c write failed with 2
41.45/41.53	c [INC SYSTEM] create new solver instance
41.45/41.53	c [INC] encode full formula
41.45/41.53	c fallback to adder encoding
42.17/42.24	c set iterative enc to: adder
42.17/42.24	c set iterative enc to: none
42.25/42.33	c [INC SEARCH] isOptimum variable: 0
59.35/59.42	c [INC SEARCH] formula is SAT
59.35/59.44	c [INC SEARCH] copied best model
59.35/59.44	c sat variable: 1 optimum/unsat variable: 0
59.35/59.46	c model valid
59.35/59.46	c current solution ok
59.35/59.46	o 70391095
59.35/59.46	c [INC SEARCH] current bound: 35195572
59.35/59.46	c [INC SEARCH] iteration: 1
59.35/59.46	c [INC SEARCH] lower bound: 0 upperbound 70391145 current bound: 35195572 best value:70391145
59.35/59.46	c [INC SYSTEM] there exists a inc, kill it!
59.35/59.46	c write failed with 2
59.35/59.47	c [INC SYSTEM] create new solver instance
59.35/59.47	c [INC] encode full formula
59.35/59.47	c fallback to adder encoding
59.97/60.10	c set iterative enc to: adder
59.97/60.10	c set iterative enc to: none
60.07/60.19	c [INC SEARCH] isOptimum variable: 0
106.84/106.93	c [INC SEARCH] formula is SAT
106.84/106.94	c [INC SEARCH] copied best model
106.84/106.94	c sat variable: 1 optimum/unsat variable: 0
106.84/106.96	c model valid
106.84/106.96	c current solution ok
106.84/106.96	o 6067845
106.84/106.96	c [INC SEARCH] current bound: 3033947
106.84/106.96	c [INC SEARCH] iteration: 2
106.84/106.96	c [INC SEARCH] lower bound: 0 upperbound 6067895 current bound: 3033947 best value:6067895
106.84/106.96	c [INC SYSTEM] there exists a inc, kill it!
106.84/106.96	c write failed with 2
106.84/106.97	c [INC SYSTEM] create new solver instance
106.84/106.97	c [INC] encode full formula
106.84/106.97	c fallback to adder encoding
107.26/107.34	c set iterative enc to: adder
107.26/107.34	c set iterative enc to: none
107.35/107.40	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.40	c 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-3748491-1339177415/watcher-3748491-1339177415 -o /tmp/evaluation-result-3748491-1339177415/solver-3748491-1339177415 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748491-1339177415.opb 2032728881 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 2/174 14701
/proc/meminfo: memFree=28771024/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0

[startup+0.0183749 s]
/proc/loadavg: 1.92 1.98 1.99 2/174 14701
/proc/meminfo: memFree=28771024/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 1.92 1.98 1.99 2/174 14701
/proc/meminfo: memFree=28771024/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 1.92 1.98 1.99 2/174 14701
/proc/meminfo: memFree=28771024/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700261 s]
/proc/loadavg: 1.92 1.98 1.99 2/174 14701
/proc/meminfo: memFree=28771024/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 14705
/proc/meminfo: memFree=28672332/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=18804 CPUtime=0.2 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 5365 0 0 0 18 2 0 0 20 0 1 0 383867395 19255296 3864 33554432000 4194304 6004724 140737051192688 140737051187152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 4701 3864 164 442 0 4255 0
[pid=14704] ppid=14702 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14704/stat : 14704 (cp2_pre.sh) S 14702 14701 14220 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383867417 9367552 277 33554432000 4194304 5064252 140733699514304 140733699513008 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14704/statm: 2287 277 234 213 0 72 0
[pid=14705] ppid=14704 vsize=84044 CPUtime=1.27 cores=1,3,5,7
/proc/14705/stat : 14705 (coprocessor) R 14704 14701 14220 0 -1 4202496 16181 0 0 0 125 2 0 0 20 0 1 0 383867417 86061056 20159 33554432000 4194304 6586260 140736872646288 140736872641544 5599324 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 21011 20159 192 584 0 20423 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 121144

[startup+3.10025 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 14746
/proc/meminfo: memFree=29832556/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=18804 CPUtime=2 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 5383 18132 0 0 18 2 172 8 20 0 1 0 383867395 19255296 3867 33554432000 4194304 6004724 140737051192688 140737051178968 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 4701 3867 167 442 0 4255 0
[pid=14746] ppid=14702 vsize=48892 CPUtime=1.06 cores=1,3,5,7
/proc/14746/stat : 14746 (glucosInc) R 14702 14701 14220 0 -1 4202496 10069 0 0 0 106 0 0 0 20 0 1 0 383867597 50065408 10366 33554432000 4194304 5654031 140736604883552 140736604881432 4232988 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14746/statm: 12223 10366 132 357 0 11863 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 76844

[startup+6.30028 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 14748
/proc/meminfo: memFree=29347564/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=18804 CPUtime=2 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 5383 18132 0 0 18 2 172 8 20 0 1 0 383867395 19255296 3867 33554432000 4194304 6004724 140737051192688 140737051178968 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 4701 3867 167 442 0 4255 0
[pid=14746] ppid=14702 vsize=80096 CPUtime=4.26 cores=1,3,5,7
/proc/14746/stat : 14746 (glucosInc) R 14702 14701 14220 0 -1 4202496 12027 0 0 0 424 2 0 0 20 0 1 0 383867597 82018304 18354 33554432000 4194304 5654031 140736604883552 140736604881480 4232960 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14746/statm: 20024 18354 132 357 0 19664 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 108048

[startup+12.7003 s]
/proc/loadavg: 2.17 2.03 2.01 3/181 14750
/proc/meminfo: memFree=29546780/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=18804 CPUtime=2 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 5383 18132 0 0 18 2 172 8 20 0 1 0 383867395 19255296 3867 33554432000 4194304 6004724 140737051192688 140737051178968 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 4701 3867 167 442 0 4255 0
[pid=14746] ppid=14702 vsize=130620 CPUtime=10.66 cores=1,3,5,7
/proc/14746/stat : 14746 (glucosInc) R 14702 14701 14220 0 -1 4202496 13946 0 0 0 1062 4 0 0 20 0 1 0 383867597 133754880 26338 33554432000 4194304 5654031 140736604883552 140736604881640 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14746/statm: 32655 26338 132 357 0 32295 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 158572

[startup+25.5004 s]
/proc/loadavg: 2.13 2.03 2.01 3/181 14753
/proc/meminfo: memFree=29004632/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=18804 CPUtime=2 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 5383 18132 0 0 18 2 172 8 20 0 1 0 383867395 19255296 3867 33554432000 4194304 6004724 140737051192688 140737051178968 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 4701 3867 167 442 0 4255 0
[pid=14746] ppid=14702 vsize=130620 CPUtime=23.46 cores=1,3,5,7
/proc/14746/stat : 14746 (glucosInc) R 14702 14701 14220 0 -1 4202496 16555 0 0 0 2338 8 0 0 20 0 1 0 383867597 133754880 24803 33554432000 4194304 5654031 140736604883552 140736604881640 4232984 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14746/statm: 32655 24803 132 357 0 32295 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 158572

[startup+51.1004 s]
/proc/loadavg: 2.08 2.03 2.01 3/181 14756
/proc/meminfo: memFree=28862192/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=35708 CPUtime=42.29 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 10930 38026 0 0 96 44 4068 21 20 0 1 0 383867395 36564992 8109 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 8927 8109 183 442 0 8481 0
[pid=14756] ppid=14702 vsize=178800 CPUtime=8.75 cores=1,3,5,7
/proc/14756/stat : 14756 (glucosInc) R 14702 14701 14220 0 -1 4202496 31699 0 0 0 866 9 0 0 20 0 1 0 383871628 183091200 38566 33554432000 4194304 5654031 140737302573296 140737302561112 4214531 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14756/statm: 44700 38566 141 357 0 44340 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 223656

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 14758
/proc/meminfo: memFree=28849176/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=22812 CPUtime=60.16 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 16467 70313 0 0 163 52 5767 34 20 0 1 0 383867395 23359488 4919 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5703 4919 185 442 0 5257 0
[pid=14758] ppid=14702 vsize=176936 CPUtime=42.09 cores=1,3,5,7
/proc/14758/stat : 14758 (glucosInc) R 14702 14701 14220 0 -1 4202496 30991 0 0 0 4201 8 0 0 20 0 1 0 383873415 181182464 38147 33554432000 4194304 5654031 140733440812544 140733440800360 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14758/statm: 44234 38147 141 357 0 43874 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 208896

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/181 14764
/proc/meminfo: memFree=29032320/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=163084 CPUtime=54.87 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 23474 0 0 0 5481 6 0 0 20 0 1 0 383878135 166998016 33653 33554432000 4194304 5654031 140733766281776 140733766269592 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 40771 33653 141 357 0 40411 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 193064

[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 14765
/proc/meminfo: memFree=28965332/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=212404 CPUtime=114.85 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 24476 0 0 0 11477 8 0 0 20 0 1 0 383878135 217501696 43813 33554432000 4194304 5654031 140733766281776 140733766269592 4216312 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 53101 43813 141 357 0 52741 0
Current children cumulated CPU time (s) 222.2

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

/proc/meminfo: memFree=28617484/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=293312 CPUtime=1134.68 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 40909 0 0 0 113426 42 0 0 20 0 1 0 383878135 300351488 62176 33554432000 4194304 5654031 140733766281776 140733766269592 4233168 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 73328 62176 141 357 0 72968 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 323292

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14799
/proc/meminfo: memFree=28801596/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=243224 CPUtime=1194.68 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 41856 0 0 0 119424 44 0 0 20 0 1 0 383878135 249061376 54640 33554432000 4194304 5654031 140733766281776 140733766269592 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 60806 54640 141 357 0 60446 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 273204

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 14799
/proc/meminfo: memFree=28621300/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=243224 CPUtime=1254.67 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 43114 0 0 0 125419 48 0 0 20 0 1 0 383878135 249061376 49008 33554432000 4194304 5654031 140733766281776 140733766269592 4216159 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 60806 49008 141 357 0 60446 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 273204

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 14800
/proc/meminfo: memFree=28396148/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=293312 CPUtime=1314.67 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 43431 0 0 0 131418 49 0 0 20 0 1 0 383878135 300351488 56477 33554432000 4194304 5654031 140733766281776 140733766279864 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 73328 56477 141 357 0 72968 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 323292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14800
/proc/meminfo: memFree=28633532/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=293312 CPUtime=1374.65 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 43442 0 0 0 137416 49 0 0 20 0 1 0 383878135 300351488 62109 33554432000 4194304 5654031 140733766281776 140733766279864 4215353 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 73328 62109 141 357 0 72968 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 323292

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14800
/proc/meminfo: memFree=28422344/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=293312 CPUtime=1434.64 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 43453 0 0 0 143414 50 0 0 20 0 1 0 383878135 300351488 67741 33554432000 4194304 5654031 140733766281776 140733766269592 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 73328 67741 141 357 0 72968 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 323292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14803
/proc/meminfo: memFree=28802764/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=293312 CPUtime=1494.63 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 44775 0 0 0 149411 52 0 0 20 0 1 0 383878135 300351488 61664 33554432000 4194304 5654031 140733766281776 140733766269592 4233424 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 73328 61664 141 357 0 72968 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 323292

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 14803
/proc/meminfo: memFree=28822712/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=243224 CPUtime=1554.61 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 46271 0 0 0 155407 54 0 0 20 0 1 0 383878135 249061376 51568 33554432000 4194304 5654031 140733766281776 140733766269592 4232929 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 60806 51568 141 357 0 60446 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 273204

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 14804
/proc/meminfo: memFree=28766092/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=293312 CPUtime=1614.6 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 46606 0 0 0 161405 55 0 0 20 0 1 0 383878135 300351488 63133 33554432000 4194304 5654031 140733766281776 140733766269592 4215006 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 73328 63133 141 357 0 72968 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 323292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14804
/proc/meminfo: memFree=28738668/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=243224 CPUtime=1674.6 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 47437 0 0 0 167402 58 0 0 20 0 1 0 383878135 249061376 55008 33554432000 4194304 5654031 140733766281776 140733766269592 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 60806 55008 141 357 0 60446 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 273204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14804
/proc/meminfo: memFree=28626780/32873648 swapFree=7112/7112
[pid=14701] ppid=14699 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (npSolver-pbo-I.) S 14699 14701 14220 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383867395 9367552 275 33554432000 4194304 5064252 140735626734192 140735626733104 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14701/statm: 2287 275 233 213 0 72 0
[pid=14702] ppid=14701 vsize=20832 CPUtime=107.35 cores=1,3,5,7
/proc/14702/stat : 14702 (npSolver-pbo) S 14701 14701 14220 0 -1 4202496 20894 101868 0 0 203 57 10430 45 20 0 1 0 383867395 21331968 4424 33554432000 4194304 6004724 140737051192688 140737051177608 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14702/statm: 5208 4424 185 442 0 4762 0
[pid=14760] ppid=14702 vsize=293312 CPUtime=1692.7 cores=1,3,5,7
/proc/14760/stat : 14760 (glucosInc) R 14702 14701 14220 0 -1 4202496 47961 0 0 0 169212 58 0 0 20 0 1 0 383878135 300351488 59104 33554432000 4194304 5654031 140733766281776 140733766269592 4232800 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14760/statm: 73328 59104 141 357 0 72968 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 323292

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.09
CPU user time (s): 1798.47
CPU system time (s): 1.62675
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 484820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 1.62675
maximum resident set size= 364072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 300176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1611
involuntary context switches= 2512

runsolver used 3.35949 second user time and 7.69583 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-08 19:43:35
IDJOB=3748491
IDBENCH=92742
IDSOLVER=2333
FILE ID=node126/3748491-1339177415
RUNJOBID= node126-1339170203-14237
PBS_JOBID= 14643821
Free space on /tmp= 69608 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_9.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748491-1339177415/watcher-3748491-1339177415 -o /tmp/evaluation-result-3748491-1339177415/solver-3748491-1339177415 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748491-1339177415.opb 2032728881 HOME HOME

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

MD5SUM BENCH= 796ce15de170aa64363741766a49999c
RANDOM SEED=2032728881

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28771668 kB
Buffers:          513968 kB
Cached:          2620220 kB
SwapCached:         8292 kB
Active:          3113692 kB
Inactive:          33804 kB
Active(anon):       4460 kB
Inactive(anon):    11060 kB
Active(file):    3109232 kB
Inactive(file):    22744 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:              8580 kB
Writeback:             0 kB
AnonPages:         12616 kB
Mapped:             9364 kB
Shmem:                 0 kB
Slab:             815964 kB
SReclaimable:     260140 kB
SUnreclaim:       555824 kB
KernelStack:        1456 kB
PageTables:         3980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     137100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70544 MiB
End job on node126 at 2012-06-08 20:13:35