Trace number 3748863

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_10.opb
MD5SUM26699ac56f0d58d8261ff4eb58d81611
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark350.209
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1659
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 707
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.28	c run inc solver
0.00/0.28	c [INC SYSTEM] run initial solver
0.00/0.28	c [INC SYSTEM] preprocess with white file
1.88/1.95	c [INC SYSTEM] finished preprocessing in 1 s
1.88/1.95	c [INC SYSTEM] execute solver
2.96/3.07	c [INC SEARCH] formula is SAT
3.06/3.20	c [INC SYSTEM] solved the initial formula
3.06/3.20	c model valid
3.06/3.20	c current solution ok
3.55/3.68	o 124
3.55/3.68	c execute binary inc search
3.55/3.68	c [INC SEARCH] current bound: 62
3.55/3.68	c [INC SEARCH] iteration: 0
3.55/3.68	c [INC SEARCH] lower bound: 0 upperbound 124 current bound: 62 best value:124
3.55/3.68	c [INC SYSTEM] there exists a inc, kill it!
3.55/3.68	c write failed with 2
3.55/3.69	c [INC SYSTEM] create new solver instance
3.55/3.69	c [INC] encode full formula
3.55/3.69	c set iterative enc to: swc
3.66/3.70	c [INC SEARCH] isOptimum variable: 0
121.04/121.18	c [INC SEARCH] formula is SAT
121.04/121.19	c [INC SEARCH] copied best model
121.04/121.19	c sat variable: 1 optimum/unsat variable: 0
121.12/121.21	c model valid
121.12/121.21	c current solution ok
121.12/121.21	o 55
121.12/121.21	c [INC SEARCH] current bound: 27
121.12/121.21	c [INC SEARCH] iteration: 1
121.12/121.21	c [INC SEARCH] lower bound: 0 upperbound 55 current bound: 27 best value:55
121.12/121.21	c [INC ENCODE] setup new number of clauses ...
121.12/121.21	c [INC] encode incremental formula
121.12/121.21	c return only the limitting unit clause for 27
121.12/121.21	c [INC SYSTEM] transmit new clauses to solver: 1
121.12/121.21	c [INC SEARCH] isOptimum variable: 0
121.32/121.45	c [INC SEARCH] formula is UNSAT
121.32/121.45	c [INC SYSTEM] there exists a inc, kill it!
121.32/121.45	c write failed with 2
121.32/121.45	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x2424600)
121.32/121.45	c sat variable: 0 optimum/unsat variable: 1
121.32/121.45	c [INC SEARCH] set lower bound to 28 upperbound 55
121.32/121.45	c [INC SEARCH] current bound: 41
121.32/121.45	c [INC SEARCH] iteration: 2
121.32/121.45	c [INC SEARCH] lower bound: 28 upperbound 55 current bound: 41 best value:55
121.32/121.45	c [INC SYSTEM] create new solver instance
121.32/121.45	c [INC] encode full formula
121.32/121.45	c set iterative enc to: swc
121.32/121.47	c [INC SEARCH] isOptimum variable: 0
315.36/315.55	c [INC SEARCH] formula is UNSAT
315.36/315.55	c [INC SYSTEM] there exists a inc, kill it!
315.36/315.55	c write failed with 2
315.36/315.55	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x2424600)
315.36/315.55	c sat variable: 0 optimum/unsat variable: 1
315.36/315.55	c [INC SEARCH] set lower bound to 42 upperbound 55
315.36/315.55	c [INC SEARCH] current bound: 48
315.36/315.55	c [INC SEARCH] iteration: 3
315.36/315.55	c [INC SEARCH] lower bound: 42 upperbound 55 current bound: 48 best value:55
315.36/315.55	c [INC SYSTEM] create new solver instance
315.36/315.55	c [INC] encode full formula
315.36/315.55	c set iterative enc to: swc
315.36/315.57	c [INC SEARCH] isOptimum variable: 0
859.67/859.98	c [INC SEARCH] formula is UNSAT
859.67/859.98	c [INC SYSTEM] there exists a inc, kill it!
859.67/859.98	c write failed with 2
859.67/859.99	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x2424600)
859.67/859.99	c sat variable: 0 optimum/unsat variable: 1
859.67/859.99	c [INC SEARCH] set lower bound to 49 upperbound 55
859.67/859.99	c [INC SEARCH] current bound: 52
859.67/859.99	c [INC SEARCH] iteration: 4
859.67/859.99	c [INC SEARCH] lower bound: 49 upperbound 55 current bound: 52 best value:55
859.67/859.99	c [INC SYSTEM] create new solver instance
859.67/859.99	c [INC] encode full formula
859.67/859.99	c set iterative enc to: swc
859.77/860.01	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.40	c an unexpexted return value has been received, exit
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.01/1800.40	c write failed with -1
1800.01/1800.40	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x2424600)

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-3748863-1339124644/watcher-3748863-1339124644 -o /tmp/evaluation-result-3748863-1339124644/solver-3748863-1339124644 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748863-1339124644.opb 1443411146 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.00 2.00 2.00 3/176 14504
/proc/meminfo: memFree=26730100/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0

[startup+0.089525 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14504
/proc/meminfo: memFree=26730100/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100343 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14504
/proc/meminfo: memFree=26730100/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300277 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14504
/proc/meminfo: memFree=26730100/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700291 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14504
/proc/meminfo: memFree=26730100/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14508
/proc/meminfo: memFree=26582600/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=19784 CPUtime=0.28 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 4573 0 0 0 26 2 0 0 20 0 1 0 378592955 20258816 4369 33554432000 4194304 6004724 140737081988240 140737081982704 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 4946 4369 148 442 0 4500 0
[pid=14507] ppid=14505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14507/stat : 14507 (cp2_pre.sh) S 14505 14504 11080 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 378592983 9367552 277 33554432000 4194304 5064252 140736440307392 140736440306096 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14507/statm: 2287 277 234 213 0 72 0
[pid=14508] ppid=14507 vsize=149988 CPUtime=1.2 cores=1,3,5,7
/proc/14508/stat : 14508 (coprocessor) R 14507 14504 11080 0 -1 4202496 27781 0 0 0 115 5 0 0 20 0 1 0 378592984 153587712 36483 33554432000 4194304 6586260 140737013157568 140737013153416 4663834 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/14508/statm: 37497 36483 196 584 0 36909 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 188068

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14510
/proc/meminfo: memFree=26650880/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=19784 CPUtime=1.96 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) R 14504 14504 11080 0 -1 4202496 5269 29483 0 0 29 2 157 8 20 0 1 0 378592955 20258816 4381 33554432000 4194304 6004724 140737081988240 140737081984056 5190736 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 4946 4381 158 442 0 4500 0
[pid=14510] ppid=14505 vsize=66612 CPUtime=1.1 cores=1,3,5,7
/proc/14510/stat : 14510 (glucosInc) S 14505 14504 11080 0 -1 4202496 14401 0 0 0 108 2 0 0 20 0 1 0 378593150 68210688 14331 33554432000 4194304 5654031 140737365847728 140737365846040 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/14510/statm: 16653 14331 146 357 0 16293 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 95544

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14513
/proc/meminfo: memFree=26636932/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=19788 CPUtime=3.69 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 5325 44921 0 0 40 48 266 15 20 0 1 0 378592955 20262912 4391 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 4947 4391 167 442 0 4501 0
[pid=14513] ppid=14505 vsize=65684 CPUtime=2.58 cores=1,3,5,7
/proc/14513/stat : 14513 (glucosInc) R 14505 14504 11080 0 -1 4202496 13414 0 0 0 256 2 0 0 20 0 1 0 378593325 67260416 14491 33554432000 4194304 5654031 140734832838336 140734832836216 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14513/statm: 16421 14491 131 357 0 16061 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 94620

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14513
/proc/meminfo: memFree=26630076/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=19788 CPUtime=3.69 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 5325 44921 0 0 40 48 266 15 20 0 1 0 378592955 20262912 4391 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 4947 4391 167 442 0 4501 0
[pid=14513] ppid=14505 vsize=65948 CPUtime=8.98 cores=1,3,5,7
/proc/14513/stat : 14513 (glucosInc) R 14505 14504 11080 0 -1 4202496 13497 0 0 0 896 2 0 0 20 0 1 0 378593325 67530752 14573 33554432000 4194304 5654031 140734832838336 140734832836216 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14513/statm: 16487 14573 131 357 0 16127 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 94884

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14513
/proc/meminfo: memFree=26623252/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=19788 CPUtime=3.69 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 5325 44921 0 0 40 48 266 15 20 0 1 0 378592955 20262912 4391 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 4947 4391 167 442 0 4501 0
[pid=14513] ppid=14505 vsize=71036 CPUtime=21.77 cores=1,3,5,7
/proc/14513/stat : 14513 (glucosInc) R 14505 14504 11080 0 -1 4202496 13774 0 0 0 2175 2 0 0 20 0 1 0 378593325 72740864 14844 33554432000 4194304 5654031 140734832838336 140734832836232 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14513/statm: 17759 14844 138 357 0 17399 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 99972

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14513
/proc/meminfo: memFree=26636032/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=19788 CPUtime=3.69 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 5325 44921 0 0 40 48 266 15 20 0 1 0 378592955 20262912 4391 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 4947 4391 167 442 0 4501 0
[pid=14513] ppid=14505 vsize=71492 CPUtime=47.37 cores=1,3,5,7
/proc/14513/stat : 14513 (glucosInc) R 14505 14504 11080 0 -1 4202496 14120 0 0 0 4735 2 0 0 20 0 1 0 378593325 73207808 15172 33554432000 4194304 5654031 140734832838336 140734832836232 4232733 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14513/statm: 17873 15172 138 357 0 17513 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 100428

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14513
/proc/meminfo: memFree=26630788/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=19788 CPUtime=3.69 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 5325 44921 0 0 40 48 266 15 20 0 1 0 378592955 20262912 4391 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 4947 4391 167 442 0 4501 0
[pid=14513] ppid=14505 vsize=72108 CPUtime=98.56 cores=1,3,5,7
/proc/14513/stat : 14513 (glucosInc) R 14505 14504 11080 0 -1 4202496 15011 0 0 0 9853 3 0 0 20 0 1 0 378593325 73838592 15864 33554432000 4194304 5654031 140734832838336 140734832836120 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14513/statm: 18027 15864 139 357 0 17667 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 101044

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14516
/proc/meminfo: memFree=26631364/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=121.39 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6461 61280 0 0 42 48 12029 20 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14516] ppid=14505 vsize=71028 CPUtime=40.81 cores=1,3,5,7
/proc/14516/stat : 14516 (glucosInc) R 14505 14504 11080 0 -1 4202496 13951 0 0 0 4079 2 0 0 20 0 1 0 378605101 72732672 14474 33554432000 4194304 5654031 140735809152608 140735809150392 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14516/statm: 17757 14474 137 357 0 17397 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 100956

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14516
/proc/meminfo: memFree=26619744/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=121.39 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6461 61280 0 0 42 48 12029 20 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14516] ppid=14505 vsize=71856 CPUtime=100.8 cores=1,3,5,7
/proc/14516/stat : 14516 (glucosInc) R 14505 14504 11080 0 -1 4202496 14504 0 0 0 10077 3 0 0 20 0 1 0 378605101 73580544 15634 33554432000 4194304 5654031 140735809152608 140735809140424 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14516/statm: 17964 15634 137 357 0 17604 0
Current children cumulated CPU time (s) 222.19

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

/proc/meminfo: memFree=26602688/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=103864 CPUtime=442.19 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 16681 0 0 0 44214 5 0 0 20 0 1 0 378678956 106356736 22393 33554432000 4194304 5654031 140733839632512 140733839630392 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 25966 22393 138 357 0 25606 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 133792

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14623
/proc/meminfo: memFree=26595800/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=103864 CPUtime=502.18 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 16688 0 0 0 50213 5 0 0 20 0 1 0 378678956 106356736 22911 33554432000 4194304 5654031 140733839632512 140733839630392 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 25966 22911 138 357 0 25606 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 133792

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14623
/proc/meminfo: memFree=26577492/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=103864 CPUtime=562.18 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 16709 0 0 0 56213 5 0 0 20 0 1 0 378678956 106356736 23038 33554432000 4194304 5654031 140733839632512 140733839630392 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 25966 23038 138 357 0 25606 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 133792

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14623
/proc/meminfo: memFree=26570660/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=103864 CPUtime=622.17 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 16711 0 0 0 62211 6 0 0 20 0 1 0 378678956 106356736 24062 33554432000 4194304 5654031 140733839632512 140733839630392 4233299 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 25966 24062 138 357 0 25606 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 133792

[startup+1542.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 14623
/proc/meminfo: memFree=26568612/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=103864 CPUtime=682.17 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 16711 0 0 0 68211 6 0 0 20 0 1 0 378678956 106356736 24062 33554432000 4194304 5654031 140733839632512 140733839630392 4232688 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 25966 24062 138 357 0 25606 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 133792

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 14626
/proc/meminfo: memFree=26568480/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=103864 CPUtime=742.15 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 16711 0 0 0 74209 6 0 0 20 0 1 0 378678956 106356736 24062 33554432000 4194304 5654031 140733839632512 140733839630392 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 25966 24062 138 357 0 25606 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 133792

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14627
/proc/meminfo: memFree=26568488/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=103864 CPUtime=802.14 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 16712 0 0 0 80208 6 0 0 20 0 1 0 378678956 106356736 24063 33554432000 4194304 5654031 140733839632512 140733839630392 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 25966 24063 138 357 0 25606 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 133792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14627
/proc/meminfo: memFree=26567744/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=103864 CPUtime=862.13 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 16736 0 0 0 86207 6 0 0 20 0 1 0 378678956 106356736 24085 33554432000 4194304 5654031 140733839632512 140733839630392 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 25966 24085 138 357 0 25606 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 133792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14627
/proc/meminfo: memFree=26585616/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=85244 CPUtime=922.12 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 16852 0 0 0 92206 6 0 0 20 0 1 0 378678956 87289856 19542 33554432000 4194304 5654031 140733839632512 140733839630424 4233213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 21311 19542 138 357 0 20951 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 115172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14627
/proc/meminfo: memFree=26576308/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=96736 CPUtime=940.22 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 17323 0 0 0 94016 6 0 0 20 0 1 0 378678956 99057664 21988 33554432000 4194304 5654031 140733839632512 140733839630296 4232581 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 24184 21988 138 357 0 23824 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 126664

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14627
/proc/meminfo: memFree=26576308/32873844 swapFree=7120/7120
[pid=14504] ppid=14502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14504/stat : 14504 (npSolver-pbo-I.) S 14502 14504 11080 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378592954 9367552 275 33554432000 4194304 5064252 140734648641696 140734648640608 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14504/statm: 2287 275 233 213 0 72 0
[pid=14505] ppid=14504 vsize=20780 CPUtime=859.79 cores=1,3,5,7
/proc/14505/stat : 14505 (npSolver-pbo) S 14504 14504 11080 0 -1 4202496 6540 93950 0 0 43 49 85856 31 20 0 1 0 378592955 21278720 4639 33554432000 4194304 6004724 140737081988240 140737081973160 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14505/statm: 5195 4639 167 442 0 4749 0
[pid=14526] ppid=14505 vsize=96736 CPUtime=940.22 cores=1,3,5,7
/proc/14526/stat : 14526 (glucosInc) R 14505 14504 11080 0 -1 4202496 17323 0 0 0 94016 6 0 0 20 0 1 0 378678956 99057664 21988 33554432000 4194304 5654031 140733839632512 140733839630296 4232581 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14526/statm: 24184 21988 138 357 0 23824 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 126664

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.16
CPU system time (s): 0.880866
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 188072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 0.880866
maximum resident set size= 151160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118194
page faults= 0
swaps= 0
block input operations= 0
block output operations= 106464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 948
involuntary context switches= 2886

runsolver used 3.55746 second user time and 9.45956 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-08 05:04:04
IDJOB=3748863
IDBENCH=2637
IDSOLVER=2333
FILE ID=node104/3748863-1339124644
RUNJOBID= node104-1339110952-12732
PBS_JOBID= 14643749
Free space on /tmp= 71204 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_10.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748863-1339124644/watcher-3748863-1339124644 -o /tmp/evaluation-result-3748863-1339124644/solver-3748863-1339124644 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748863-1339124644.opb 1443411146 HOME HOME

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

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=1443411146

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26730372 kB
Buffers:         2765572 kB
Cached:          2239656 kB
SwapCached:          924 kB
Active:          2912440 kB
Inactive:        2203008 kB
Active(anon):     100672 kB
Inactive(anon):     8412 kB
Active(file):    2811768 kB
Inactive(file):  2194596 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67105276 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:        221316 kB
Mapped:            11932 kB
Shmem:                 8 kB
Slab:             860864 kB
SReclaimable:     302928 kB
SUnreclaim:       557936 kB
KernelStack:        1488 kB
PageTables:         3724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     252676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 71172 MiB
End job on node104 at 2012-06-08 05:34:04