Trace number 3699655

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? (TO) 1800.09 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
MD5SUMaabc023158e10c9511062af8ac97c515
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58624
Number of constraints which are clauses58624
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.13	c run inc solver
0.00/0.13	c [INC SYSTEM] run initial solver
0.00/0.13	c [INC SYSTEM] preprocess with white file
0.00/0.24	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.24	c [INC SYSTEM] execute solver
0.00/0.25	c [INC SEARCH] formula is SAT
0.00/0.25	c [INC SYSTEM] solved the initial formula
0.00/0.31	c model valid
0.00/0.31	c current solution ok
0.00/0.42	o 0
0.00/0.42	c execute binary inc search
0.00/0.42	c [INC SEARCH] current bound: 472
0.00/0.42	c [INC SEARCH] iteration: 0
0.00/0.42	c [INC SEARCH] lower bound: 0 upperbound 945 current bound: 472 best value:945
0.00/0.42	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.42	c write failed with 2
0.00/0.42	c [INC SYSTEM] create new solver instance
0.00/0.42	c [INC] encode full formula
0.00/0.42	c (debug) using card networks
0.00/0.44	c set iterative enc to: card
0.00/0.44	c set iterative enc to: none
0.00/0.45	c [INC SEARCH] isOptimum variable: 0
1.36/1.43	c [INC SEARCH] formula is UNSAT
1.36/1.43	c [INC SYSTEM] there exists a inc, kill it!
1.36/1.43	c write failed with 2
1.36/1.43	c sat variable: 0 optimum/unsat variable: 1
1.36/1.43	c [INC SEARCH] set lower bound to 473 upperbound 945
1.36/1.43	c [INC SEARCH] current bound: 709
1.36/1.43	c [INC SEARCH] iteration: 1
1.36/1.43	c [INC SEARCH] lower bound: 473 upperbound 945 current bound: 709 best value:945
1.36/1.43	c [INC SYSTEM] create new solver instance
1.36/1.43	c [INC] encode full formula
1.36/1.43	c (debug) using card networks
1.36/1.46	c set iterative enc to: card
1.36/1.46	c set iterative enc to: none
1.36/1.46	c [INC SEARCH] isOptimum variable: 0
3.45/3.51	c [INC SEARCH] formula is UNSAT
3.45/3.51	c [INC SYSTEM] there exists a inc, kill it!
3.45/3.51	c write failed with 2
3.49/3.72	c sat variable: 0 optimum/unsat variable: 1
3.49/3.72	c [INC SEARCH] set lower bound to 710 upperbound 945
3.49/3.72	c [INC SEARCH] current bound: 827
3.49/3.72	c [INC SEARCH] iteration: 2
3.49/3.72	c [INC SEARCH] lower bound: 710 upperbound 945 current bound: 827 best value:945
3.49/3.72	c [INC SYSTEM] create new solver instance
3.49/3.72	c [INC] encode full formula
3.49/3.72	c (debug) using card networks
3.49/3.72	c set iterative enc to: card
3.49/3.72	c set iterative enc to: none
3.49/3.73	c [INC SEARCH] isOptimum variable: 0
6.65/6.94	c [INC SEARCH] formula is UNSAT
6.65/6.94	c [INC SYSTEM] there exists a inc, kill it!
6.65/6.94	c write failed with 2
6.65/6.94	c sat variable: 0 optimum/unsat variable: 1
6.65/6.94	c [INC SEARCH] set lower bound to 828 upperbound 945
6.65/6.94	c [INC SEARCH] current bound: 886
6.65/6.94	c [INC SEARCH] iteration: 3
6.65/6.94	c [INC SEARCH] lower bound: 828 upperbound 945 current bound: 886 best value:945
6.65/6.94	c [INC SYSTEM] create new solver instance
6.65/6.94	c [INC] encode full formula
6.65/6.94	c (debug) using card networks
6.65/6.96	c set iterative enc to: card
6.65/6.96	c set iterative enc to: none
6.65/6.97	c [INC SEARCH] isOptimum variable: 0
11.15/11.46	c [INC SEARCH] formula is UNSAT
11.15/11.46	c [INC SYSTEM] there exists a inc, kill it!
11.15/11.46	c write failed with 2
11.15/11.46	c sat variable: 0 optimum/unsat variable: 1
11.15/11.46	c [INC SEARCH] set lower bound to 887 upperbound 945
11.15/11.46	c [INC SEARCH] current bound: 916
11.15/11.46	c [INC SEARCH] iteration: 4
11.15/11.46	c [INC SEARCH] lower bound: 887 upperbound 945 current bound: 916 best value:945
11.15/11.46	c [INC SYSTEM] create new solver instance
11.15/11.46	c [INC] encode full formula
11.15/11.46	c (debug) using card networks
11.15/11.48	c set iterative enc to: card
11.15/11.48	c set iterative enc to: none
11.15/11.49	c [INC SEARCH] isOptimum variable: 0
11.26/11.64	c [INC SEARCH] formula is SAT
11.26/11.64	c [INC SEARCH] copied best model
11.26/11.64	c sat variable: 1 optimum/unsat variable: 0
11.31/11.70	c model valid
11.31/11.70	c current solution ok
11.31/11.70	o -31
11.31/11.70	c [INC SEARCH] current bound: 900
11.31/11.70	c [INC SEARCH] iteration: 5
11.31/11.70	c [INC SEARCH] lower bound: 887 upperbound 914 current bound: 900 best value:914
11.31/11.70	c [INC SYSTEM] there exists a inc, kill it!
11.31/11.70	c write failed with 2
11.31/11.70	c [INC SYSTEM] create new solver instance
11.31/11.70	c [INC] encode full formula
11.31/11.70	c (debug) using card networks
11.31/11.73	c set iterative enc to: card
11.31/11.73	c set iterative enc to: none
11.31/11.73	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.61	c an unexpexted return value has been received, exit
1800.06/1800.61	s UNKNOWN
1800.06/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.61	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-3699655-1338062599/watcher-3699655-1338062599 -o /tmp/evaluation-result-3699655-1338062599/solver-3699655-1338062599 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699655-1338062599.opb 833009045 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1247
/proc/meminfo: memFree=28665316/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (runsolver) D 1245 1247 339 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 272386718 12095488 51 33554432000 4194304 5436572 140735352356432 140735352352728 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/1247/statm: 2953 51 31 304 0 2645 0

[startup+0.020049 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1247
/proc/meminfo: memFree=28665316/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1247
/proc/meminfo: memFree=28665316/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1247
/proc/meminfo: memFree=28665316/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700305 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1247
/proc/meminfo: memFree=28665316/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1256
/proc/meminfo: memFree=28645256/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=3252 CPUtime=1.44 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 3164 8438 0 0 26 8 108 2 20 0 1 0 272386719 3330048 432 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 813 432 180 440 0 369 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 12400

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1258
/proc/meminfo: memFree=28644396/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=3252 CPUtime=1.44 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 3164 8438 0 0 26 8 108 2 20 0 1 0 272386719 3330048 432 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 813 432 180 440 0 369 0
[pid=1258] ppid=1249 vsize=19948 CPUtime=1.61 cores=0,2,4,6
/proc/1258/stat : 1258 (glucosInc) R 1249 1247 339 0 -1 4202496 4069 0 0 0 161 0 0 0 20 0 1 0 272386865 20426752 4212 33554432000 4194304 5654031 140733925752048 140733925749816 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1258/statm: 4987 4212 140 357 0 4627 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 32348

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1262
/proc/meminfo: memFree=28644112/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=3252 CPUtime=3.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 4315 13171 0 0 28 8 310 4 20 0 1 0 272386719 3330048 432 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 813 432 180 440 0 369 0
[pid=1262] ppid=1249 vsize=20004 CPUtime=2.55 cores=0,2,4,6
/proc/1262/stat : 1262 (glucosInc) R 1249 1247 339 0 -1 4202496 3991 0 0 0 255 0 0 0 20 0 1 0 272387092 20484096 4167 33554432000 4194304 5654031 140734778812800 140734778810568 4232752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1262/statm: 5001 4167 131 357 0 4641 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 32404

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1268
/proc/meminfo: memFree=28640556/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=19968 CPUtime=0.95 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 3913 0 0 0 95 0 0 0 20 0 1 0 272387892 20447232 4083 33554432000 4194304 5654031 140734115078528 140734115076296 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1268/statm: 4992 4083 131 357 0 4632 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 37144

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1270
/proc/meminfo: memFree=28619304/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=37124 CPUtime=13.74 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 8145 0 0 0 1373 1 0 0 20 0 1 0 272387892 38014976 8702 33554432000 4194304 5654031 140734115078528 140734115066344 4233005 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1268/statm: 9281 8702 142 357 0 8921 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 54300

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1274
/proc/meminfo: memFree=28621728/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=32772 CPUtime=39.34 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 9111 0 0 0 3933 1 0 0 20 0 1 0 272387892 33558528 7662 33554432000 4194304 5654031 140734115078528 140734115066344 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1268/statm: 8193 7662 142 357 0 7833 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 49948

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1276
/proc/meminfo: memFree=28568928/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=71268 CPUtime=90.53 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 10826 0 0 0 9051 2 0 0 20 0 1 0 272387892 72978432 14652 33554432000 4194304 5654031 140734115078528 140734115066344 4233168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1268/statm: 17817 14652 142 357 0 17457 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 88444

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 1276
/proc/meminfo: memFree=28524680/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=90124 CPUtime=150.52 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 11693 0 0 0 15049 3 0 0 20 0 1 0 272387892 92286976 20346 33554432000 4194304 5654031 140734115078528 140734115066344 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1268/statm: 22531 20346 142 357 0 22171 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 107300

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 1277
/proc/meminfo: memFree=28527688/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=90124 CPUtime=210.5 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 11696 0 0 0 21047 3 0 0 20 0 1 0 272387892 92286976 21456 33554432000 4194304 5654031 140734115078528 140734115066344 4215091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1268/statm: 22531 21456 142 357 0 22171 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 107300

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 1277
/proc/meminfo: memFree=28471848/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=28405328/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=104076 CPUtime=1230.34 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 30566 0 0 0 123000 34 0 0 20 0 1 0 272387892 106573824 25456 33554432000 4194304 5654031 140734115078528 140734115066344 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 26019 25456 142 357 0 25659 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 121252

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1286
/proc/meminfo: memFree=28348516/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=153396 CPUtime=1290.33 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 31937 0 0 0 128997 36 0 0 20 0 1 0 272387892 157077504 36576 33554432000 4194304 5654031 140734115078528 140734115066344 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 38349 36576 142 357 0 37989 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 170572

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1286
/proc/meminfo: memFree=28336204/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=184216 CPUtime=1350.32 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 33521 0 0 0 134993 39 0 0 20 0 1 0 272387892 188637184 39715 33554432000 4194304 5654031 140734115078528 140734115066344 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 46054 39715 142 357 0 45694 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 201392

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 1287
/proc/meminfo: memFree=28411604/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=104076 CPUtime=1410.32 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 34509 0 0 0 140990 42 0 0 20 0 1 0 272387892 106573824 25456 33554432000 4194304 5654031 140734115078528 140734115066344 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 26019 25456 142 357 0 25659 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 121252

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 1287
/proc/meminfo: memFree=28365588/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=153396 CPUtime=1470.31 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 35881 0 0 0 146987 44 0 0 20 0 1 0 272387892 157077504 35552 33554432000 4194304 5654031 140734115078528 140734115066344 4233173 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 38349 35552 142 357 0 37989 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 170572

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1287
/proc/meminfo: memFree=28346944/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=153396 CPUtime=1530.29 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 36941 0 0 0 152984 45 0 0 20 0 1 0 272387892 157077504 37666 33554432000 4194304 5654031 140734115078528 140734115066344 4215097 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 38349 37666 142 357 0 37989 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 170572

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1287
/proc/meminfo: memFree=28334456/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=184216 CPUtime=1590.28 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 38455 0 0 0 158980 48 0 0 20 0 1 0 272387892 188637184 38691 33554432000 4194304 5654031 140734115078528 140734115066344 4232380 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 46054 38691 142 357 0 45694 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 201392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1290
/proc/meminfo: memFree=28324248/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=184216 CPUtime=1650.27 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 39451 0 0 0 164978 49 0 0 20 0 1 0 272387892 188637184 39715 33554432000 4194304 5654031 140734115078528 140734115066344 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 46054 39715 142 357 0 45694 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 201392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1291
/proc/meminfo: memFree=28382704/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=184216 CPUtime=1710.26 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 40441 0 0 0 170975 51 0 0 20 0 1 0 272387892 188637184 41251 33554432000 4194304 5654031 140734115078528 140734115066344 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 46054 41251 142 357 0 45694 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 201392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1292
/proc/meminfo: memFree=28402540/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=104076 CPUtime=1770.25 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 41444 0 0 0 176972 53 0 0 20 0 1 0 272387892 106573824 25456 33554432000 4194304 5654031 140734115078528 140734115066344 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 26019 25456 142 357 0 25659 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 121252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 1351
/proc/meminfo: memFree=28529860/32873648 swapFree=6844/6844
[pid=1247] ppid=1245 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1247/stat : 1247 (npSolver-pbo-I.) S 1245 1247 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272386718 9367552 274 33554432000 4194304 5064252 140734362340320 140734362339232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1247/statm: 2287 274 233 213 0 72 0
[pid=1249] ppid=1247 vsize=8028 CPUtime=11.5 cores=0,2,4,6
/proc/1249/stat : 1249 (npSolver-pbo) S 1247 1247 339 0 -1 4202496 7956 28771 0 0 41 9 1093 7 20 0 1 0 272386719 8220672 1380 33554432000 4194304 5992684 140733735428912 140733735413816 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1249/statm: 2007 1380 180 440 0 1563 0
[pid=1268] ppid=1249 vsize=153396 CPUtime=1788.56 cores=0,2,4,6
/proc/1268/stat : 1268 (glucosInc) R 1249 1247 339 0 -1 4202496 41833 0 0 0 178802 54 0 0 20 0 1 0 272387892 157077504 36576 33554432000 4194304 5654031 140734115078528 140734115066344 4218796 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1268/statm: 38349 36576 142 357 0 37989 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 170572

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.62
CPU time (s): 1800.09
CPU user time (s): 1799.37
CPU system time (s): 0.716891
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 201392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.716891
maximum resident set size= 169100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78939
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148
involuntary context switches= 2318

runsolver used 2.85556 second user time and 7.29589 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-26 22:03:19
IDJOB=3699655
IDBENCH=2251
IDSOLVER=2276
FILE ID=node115/3699655-1338062599
RUNJOBID= node115-1338051787-355
PBS_JOBID= 14624382
Free space on /tmp= 71560 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699655-1338062599/watcher-3699655-1338062599 -o /tmp/evaluation-result-3699655-1338062599/solver-3699655-1338062599 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699655-1338062599.opb 833009045 HOME HOME

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

MD5SUM BENCH= aabc023158e10c9511062af8ac97c515
RANDOM SEED=833009045

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28665952 kB
Buffers:          249536 kB
Cached:          3138228 kB
SwapCached:            0 kB
Active:          1078364 kB
Inactive:        2358788 kB
Active(anon):      51732 kB
Inactive(anon):        0 kB
Active(file):    1026632 kB
Inactive(file):  2358788 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             26212 kB
Writeback:             0 kB
AnonPages:         52000 kB
Mapped:            15660 kB
Shmem:               200 kB
Slab:             632660 kB
SReclaimable:      76508 kB
SUnreclaim:       556152 kB
KernelStack:        1504 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     166148 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= 71556 MiB
End job on node115 at 2012-05-26 22:33:20