Trace number 3748812

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 (fixed)? (TO) 1800.1 1800.41

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.15	c run inc solver
0.00/0.15	c [INC SYSTEM] run initial solver
0.00/0.15	c [INC SYSTEM] preprocess with white file
0.00/0.26	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.26	c [INC SYSTEM] execute solver
0.00/0.27	c [INC SEARCH] formula is SAT
0.00/0.27	c [INC SYSTEM] solved the initial formula
0.00/0.33	c model valid
0.00/0.33	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.42	c old isEQ: 0, new EQ is 0
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.47/1.51	c [INC SEARCH] formula is UNSAT
1.47/1.51	c [INC SYSTEM] there exists a inc, kill it!
1.47/1.51	c write failed with 2
1.47/1.51	c sat variable: 0 optimum/unsat variable: 1
1.47/1.51	c [INC SEARCH] set lower bound to 473 upperbound 945
1.47/1.51	c [INC SEARCH] current bound: 709
1.47/1.51	c [INC SEARCH] iteration: 1
1.47/1.51	c [INC SEARCH] lower bound: 473 upperbound 945 current bound: 709 best value:945
1.47/1.51	c [INC SYSTEM] create new solver instance
1.47/1.51	c [INC] encode full formula
1.47/1.51	c (debug) using card networks
1.47/1.51	c old isEQ: 0, new EQ is 0
1.47/1.54	c set iterative enc to: card
1.47/1.54	c set iterative enc to: none
1.47/1.54	c [INC SEARCH] isOptimum variable: 0
3.66/3.75	c [INC SEARCH] formula is UNSAT
3.66/3.75	c [INC SYSTEM] there exists a inc, kill it!
3.66/3.75	c write failed with 2
3.66/3.75	c sat variable: 0 optimum/unsat variable: 1
3.66/3.75	c [INC SEARCH] set lower bound to 710 upperbound 945
3.66/3.75	c [INC SEARCH] current bound: 827
3.66/3.75	c [INC SEARCH] iteration: 2
3.66/3.75	c [INC SEARCH] lower bound: 710 upperbound 945 current bound: 827 best value:945
3.66/3.75	c [INC SYSTEM] create new solver instance
3.66/3.75	c [INC] encode full formula
3.66/3.75	c (debug) using card networks
3.66/3.75	c old isEQ: 0, new EQ is 0
3.66/3.78	c set iterative enc to: card
3.66/3.78	c set iterative enc to: none
3.66/3.78	c [INC SEARCH] isOptimum variable: 0
7.05/7.14	c [INC SEARCH] formula is UNSAT
7.05/7.14	c [INC SYSTEM] there exists a inc, kill it!
7.05/7.14	c write failed with 2
7.05/7.14	c sat variable: 0 optimum/unsat variable: 1
7.05/7.14	c [INC SEARCH] set lower bound to 828 upperbound 945
7.05/7.14	c [INC SEARCH] current bound: 886
7.05/7.14	c [INC SEARCH] iteration: 3
7.05/7.14	c [INC SEARCH] lower bound: 828 upperbound 945 current bound: 886 best value:945
7.05/7.14	c [INC SYSTEM] create new solver instance
7.05/7.14	c [INC] encode full formula
7.05/7.14	c (debug) using card networks
7.05/7.14	c old isEQ: 0, new EQ is 0
7.05/7.17	c set iterative enc to: card
7.05/7.17	c set iterative enc to: none
7.05/7.17	c [INC SEARCH] isOptimum variable: 0
11.85/11.98	c [INC SEARCH] formula is UNSAT
11.85/11.98	c [INC SYSTEM] there exists a inc, kill it!
11.85/11.98	c write failed with 2
11.85/11.98	c sat variable: 0 optimum/unsat variable: 1
11.85/11.98	c [INC SEARCH] set lower bound to 887 upperbound 945
11.85/11.98	c [INC SEARCH] current bound: 916
11.85/11.98	c [INC SEARCH] iteration: 4
11.85/11.98	c [INC SEARCH] lower bound: 887 upperbound 945 current bound: 916 best value:945
11.85/11.98	c [INC SYSTEM] create new solver instance
11.85/11.98	c [INC] encode full formula
11.85/11.98	c (debug) using card networks
11.85/11.98	c old isEQ: 0, new EQ is 0
11.97/12.01	c set iterative enc to: card
11.97/12.01	c set iterative enc to: none
11.97/12.01	c [INC SEARCH] isOptimum variable: 0
11.98/12.19	c [INC SEARCH] formula is SAT
11.98/12.19	c [INC SEARCH] copied best model
11.98/12.19	c sat variable: 1 optimum/unsat variable: 0
11.99/12.24	c model valid
11.99/12.24	c current solution ok
11.99/12.24	o -31
11.99/12.24	c [INC SEARCH] current bound: 900
11.99/12.24	c [INC SEARCH] iteration: 5
11.99/12.24	c [INC SEARCH] lower bound: 887 upperbound 914 current bound: 900 best value:914
11.99/12.24	c [INC SYSTEM] there exists a inc, kill it!
11.99/12.24	c write failed with 2
11.99/12.25	c [INC SYSTEM] create new solver instance
11.99/12.25	c [INC] encode full formula
11.99/12.25	c (debug) using card networks
11.99/12.25	c old isEQ: 240, new EQ is 0
11.99/12.27	c set iterative enc to: card
11.99/12.27	c set iterative enc to: none
11.99/12.28	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/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-3748812-1339120563/watcher-3748812-1339120563 -o /tmp/evaluation-result-3748812-1339120563/solver-3748812-1339120563 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748812-1339120563.opb 1676718845 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 17481
/proc/meminfo: memFree=26729276/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0

[startup+0.0962039 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 17481
/proc/meminfo: memFree=26729276/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100309 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 17481
/proc/meminfo: memFree=26729276/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 17481
/proc/meminfo: memFree=26729276/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700208 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 17481
/proc/meminfo: memFree=26729276/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 17490
/proc/meminfo: memFree=26690548/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=22276 CPUtime=0.43 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 7943 3971 0 0 22 10 10 1 20 0 1 0 378180831 22810624 5247 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17482/statm: 5569 5247 176 442 0 5123 0
[pid=17490] ppid=17482 vsize=19580 CPUtime=1.04 cores=1,3,5,7
/proc/17490/stat : 17490 (glucosInc) R 17482 17481 10841 0 -1 4202496 3694 0 0 0 104 0 0 0 20 0 1 0 378180876 20049920 3884 33554432000 4194304 5654031 140736632293808 140736632291576 4232607 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17490/statm: 4895 3884 131 357 0 4535 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 51004

[startup+3.10035 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 17492
/proc/meminfo: memFree=26689556/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=22276 CPUtime=1.52 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 9106 8185 0 0 24 10 116 2 20 0 1 0 378180831 22810624 5247 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17482/statm: 5569 5247 176 442 0 5123 0
[pid=17492] ppid=17482 vsize=19952 CPUtime=1.54 cores=1,3,5,7
/proc/17492/stat : 17492 (glucosInc) R 17482 17481 10841 0 -1 4202496 4020 0 0 0 154 0 0 0 20 0 1 0 378180985 20430848 4172 33554432000 4194304 5654031 140735057879216 140735057876984 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17492/statm: 4988 4172 140 357 0 4628 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 51376

[startup+6.30036 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 17494
/proc/meminfo: memFree=26689184/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=22276 CPUtime=3.76 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 10269 12825 0 0 26 11 336 3 20 0 1 0 378180831 22810624 5247 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17482/statm: 5569 5247 176 442 0 5123 0
[pid=17494] ppid=17482 vsize=20008 CPUtime=2.49 cores=1,3,5,7
/proc/17494/stat : 17494 (glucosInc) R 17482 17481 10841 0 -1 4202496 3885 0 0 0 249 0 0 0 20 0 1 0 378181210 20488192 4084 33554432000 4194304 5654031 140735588193024 140735588190792 4232729 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17494/statm: 5002 4084 131 357 0 4642 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 51432

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 17496
/proc/meminfo: memFree=26702096/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 32652

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 17500
/proc/meminfo: memFree=26663828/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=37120 CPUtime=13.21 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 8140 0 0 0 1319 2 0 0 20 0 1 0 378182059 38010880 8690 33554432000 4194304 5654031 140736413753856 140736413741672 4232916 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17500/statm: 9280 8690 142 357 0 8920 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 69772

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 17500
/proc/meminfo: memFree=26719756/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=32768 CPUtime=38.79 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 9099 0 0 0 3877 2 0 0 20 0 1 0 378182059 33554432 7650 33554432000 4194304 5654031 140736413753856 140736413741672 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 8192 7650 142 357 0 7832 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 65420

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 17500
/proc/meminfo: memFree=26653224/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=71264 CPUtime=89.99 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 10032 0 0 0 8996 3 0 0 20 0 1 0 378182059 72974336 14587 33554432000 4194304 5654031 140736413753856 140736413741672 4233005 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 17816 14587 142 357 0 17456 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 103916

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 17500
/proc/meminfo: memFree=26615364/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=90120 CPUtime=149.97 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 11149 0 0 0 14993 4 0 0 20 0 1 0 378182059 92282880 20281 33554432000 4194304 5654031 140736413753856 140736413741672 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 22530 20281 142 357 0 22170 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 122772

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17500
/proc/meminfo: memFree=26634120/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=90120 CPUtime=209.97 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 11151 0 0 0 20992 5 0 0 20 0 1 0 378182059 92282880 21305 33554432000 4194304 5654031 140736413753856 140736413741672 4976752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 22530 21305 142 357 0 22170 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 122772

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 17504
/proc/meminfo: memFree=26614936/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=26632464/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=104072 CPUtime=1229.81 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 22564 0 0 0 122941 40 0 0 20 0 1 0 378182059 106569728 25455 33554432000 4194304 5654031 140736413753856 140736413741672 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 26018 25455 142 357 0 25658 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 136724

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17596
/proc/meminfo: memFree=26593568/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=153392 CPUtime=1289.81 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 23407 0 0 0 128938 43 0 0 20 0 1 0 378182059 157073408 35287 33554432000 4194304 5654031 140736413753856 140736413741672 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 38348 35287 142 357 0 37988 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 186044

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17596
/proc/meminfo: memFree=26580988/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=184212 CPUtime=1349.78 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 24722 0 0 0 134933 45 0 0 20 0 1 0 378182059 188633088 38426 33554432000 4194304 5654031 140736413753856 140736413751944 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 46053 38426 142 357 0 45693 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 216864

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17596
/proc/meminfo: memFree=26536632/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=184212 CPUtime=1409.78 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 25453 0 0 0 140931 47 0 0 20 0 1 0 378182059 188633088 40986 33554432000 4194304 5654031 140736413753856 140736413741672 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 46053 40986 142 357 0 45693 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 216864

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/182 17599
/proc/meminfo: memFree=26600832/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=104072 CPUtime=1469.76 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 26174 0 0 0 146926 50 0 0 20 0 1 0 378182059 106569728 25455 33554432000 4194304 5654031 140736413753856 140736413741672 4233173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 26018 25455 142 357 0 25658 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 136724

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/181 17600
/proc/meminfo: memFree=26592012/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=153392 CPUtime=1529.76 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 27018 0 0 0 152923 53 0 0 20 0 1 0 378182059 157073408 35799 33554432000 4194304 5654031 140736413753856 140736413741672 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 38348 35799 142 357 0 37988 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 186044

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/181 17600
/proc/meminfo: memFree=26547424/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=153392 CPUtime=1589.74 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 27741 0 0 0 158920 54 0 0 20 0 1 0 378182059 157073408 36823 33554432000 4194304 5654031 140736413753856 140736413741672 4234964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 38348 36823 142 357 0 37988 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 186044

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 17600
/proc/meminfo: memFree=26587748/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=153392 CPUtime=1649.74 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 28469 0 0 0 164917 57 0 0 20 0 1 0 378182059 157073408 36823 33554432000 4194304 5654031 140736413753856 140736413741672 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 38348 36823 142 357 0 37988 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 186044

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 17600
/proc/meminfo: memFree=26537204/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=184212 CPUtime=1709.73 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 29795 0 0 0 170914 59 0 0 20 0 1 0 378182059 188633088 38426 33554432000 4194304 5654031 140736413753856 140736413751944 4232916 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 46053 38426 142 357 0 45693 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 216864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 17600
/proc/meminfo: memFree=26574720/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=184212 CPUtime=1769.72 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 30524 0 0 0 176911 61 0 0 20 0 1 0 378182059 188633088 39962 33554432000 4194304 5654031 140736413753856 140736413741672 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 46053 39962 142 357 0 45693 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 216864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 17601
/proc/meminfo: memFree=26570020/32873844 swapFree=9160/9160
[pid=17481] ppid=17479 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17481/stat : 17481 (npSolver-pbo-I.) S 17479 17481 10841 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378180831 9367552 275 33554432000 4194304 5064252 140734321338224 140734321337136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17481/statm: 2287 275 233 213 0 72 0
[pid=17482] ppid=17481 vsize=23504 CPUtime=12.25 cores=1,3,5,7
/proc/17482/stat : 17482 (npSolver-pbo) S 17481 17481 10841 0 -1 4202496 13950 28881 0 0 39 12 1167 7 20 0 1 0 378180831 24068096 5545 33554432000 4194304 6004724 140735041488864 140735041473784 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/17482/statm: 5876 5545 177 442 0 5430 0
[pid=17500] ppid=17482 vsize=104072 CPUtime=1787.83 cores=1,3,5,7
/proc/17500/stat : 17500 (glucosInc) R 17482 17481 10841 0 -1 4202496 30529 0 0 0 178721 62 0 0 20 0 1 0 378182059 106569728 25455 33554432000 4194304 5654031 140736413753856 140736413741672 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17500/statm: 26018 25455 142 357 0 25658 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 136724

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.1
CPU user time (s): 1799.28
CPU system time (s): 0.820875
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 216864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.820875
maximum resident set size= 170088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73743
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= 129
involuntary context switches= 2002

runsolver used 3.11852 second user time and 8.34973 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-08 03:56:03
IDJOB=3748812
IDBENCH=2251
IDSOLVER=2333
FILE ID=node139/3748812-1339120563
RUNJOBID= node139-1339111531-12534
PBS_JOBID= 14643714
Free space on /tmp= 71004 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-3748812-1339120563/watcher-3748812-1339120563 -o /tmp/evaluation-result-3748812-1339120563/solver-3748812-1339120563 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748812-1339120563.opb 1676718845 HOME HOME

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

MD5SUM BENCH= aabc023158e10c9511062af8ac97c515
RANDOM SEED=1676718845

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26729168 kB
Buffers:          574716 kB
Cached:          4438644 kB
SwapCached:          828 kB
Active:          2434948 kB
Inactive:        2794532 kB
Active(anon):     210100 kB
Inactive(anon):     7900 kB
Active(file):    2224848 kB
Inactive(file):  2786632 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              9336 kB
Writeback:             0 kB
AnonPages:        336064 kB
Mapped:            12800 kB
Shmem:                 8 kB
Slab:             770604 kB
SReclaimable:     212840 kB
SUnreclaim:       557764 kB
KernelStack:        1504 kB
PageTables:         4076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     346780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70992 MiB
End job on node139 at 2012-06-08 04:26:03