Trace number 3700056

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.08 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/
kullmann/normalized-sbox_4_shg.opb
MD5SUM175e0a4a6cd805ac131e3fa3fd7ba75e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.138978
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints240
Number of constraints which are clauses240
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 constraint21
Number of terms in the objective function 147
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 147
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 147
Number of bits of the biggest sum of numbers8
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.00	c run inc solver
0.00/0.00	c [INC SYSTEM] run initial solver
0.00/0.00	c [INC SYSTEM] preprocess with white file
0.00/0.03	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.03	c [INC SYSTEM] execute solver
0.00/0.03	c [INC SEARCH] formula is SAT
0.00/0.03	c [INC SYSTEM] solved the initial formula
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.04	o 45
0.00/0.04	c execute binary inc search
0.00/0.04	c [INC SEARCH] current bound: 22
0.00/0.04	c [INC SEARCH] iteration: 0
0.00/0.04	c [INC SEARCH] lower bound: 0 upperbound 45 current bound: 22 best value:45
0.00/0.04	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.04	c write failed with 2
0.00/0.04	c [INC SYSTEM] create new solver instance
0.00/0.04	c [INC] encode full formula
0.00/0.04	c (debug) using card networks
0.00/0.04	c set iterative enc to: card
0.00/0.04	c set iterative enc to: none
0.00/0.04	c [INC SEARCH] isOptimum variable: 0
566.76/566.91	c [INC SEARCH] formula is SAT
566.76/566.91	c [INC SEARCH] copied best model
566.76/566.91	c sat variable: 1 optimum/unsat variable: 0
566.76/566.91	c model valid
566.76/566.91	c current solution ok
566.76/566.91	o 22
566.76/566.91	c [INC SEARCH] current bound: 11
566.76/566.91	c [INC SEARCH] iteration: 1
566.76/566.91	c [INC SEARCH] lower bound: 0 upperbound 22 current bound: 11 best value:22
566.76/566.91	c [INC SYSTEM] there exists a inc, kill it!
566.76/566.91	c write failed with 2
566.76/566.91	c [INC SYSTEM] create new solver instance
566.76/566.91	c [INC] encode full formula
566.76/566.92	c set iterative enc to: swc
566.76/566.92	c [INC SEARCH] isOptimum variable: 0
566.76/566.97	c [INC SEARCH] formula is UNSAT
566.76/566.97	c [INC SYSTEM] there exists a inc, kill it!
566.76/566.97	c write failed with 2
566.76/566.97	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0xdd49c0)
566.76/566.97	c sat variable: 0 optimum/unsat variable: 1
566.76/566.97	c [INC SEARCH] set lower bound to 12 upperbound 22
566.76/566.97	c [INC SEARCH] current bound: 17
566.76/566.97	c [INC SEARCH] iteration: 2
566.76/566.97	c [INC SEARCH] lower bound: 12 upperbound 22 current bound: 17 best value:22
566.76/566.97	c [INC SYSTEM] create new solver instance
566.76/566.97	c [INC] encode full formula
566.76/566.97	c (debug) using card networks
566.76/566.98	c set iterative enc to: card
566.76/566.98	c set iterative enc to: none
566.76/566.98	c [INC SEARCH] isOptimum variable: 0
580.66/580.84	c [INC SEARCH] formula is UNSAT
580.66/580.84	c [INC SYSTEM] there exists a inc, kill it!
580.66/580.84	c write failed with 2
580.66/580.84	c sat variable: 0 optimum/unsat variable: 1
580.66/580.84	c [INC SEARCH] set lower bound to 18 upperbound 22
580.66/580.84	c [INC SEARCH] current bound: 20
580.66/580.84	c [INC SEARCH] iteration: 3
580.66/580.84	c [INC SEARCH] lower bound: 18 upperbound 22 current bound: 20 best value:22
580.66/580.84	c [INC SYSTEM] create new solver instance
580.66/580.84	c [INC] encode full formula
580.66/580.84	c (debug) using card networks
580.66/580.85	c set iterative enc to: card
580.66/580.85	c set iterative enc to: none
580.66/580.85	c [INC SEARCH] isOptimum variable: 0
1479.30/1479.60	c [INC SEARCH] formula is UNSAT
1479.30/1479.60	c [INC SYSTEM] there exists a inc, kill it!
1479.30/1479.60	c write failed with 2
1479.30/1479.60	c sat variable: 0 optimum/unsat variable: 1
1479.30/1479.60	c [INC SEARCH] set lower bound to 21 upperbound 22
1479.30/1479.60	c [INC SEARCH] current bound: 21
1479.30/1479.60	c [INC SEARCH] iteration: 4
1479.30/1479.60	c [INC SEARCH] lower bound: 21 upperbound 22 current bound: 21 best value:22
1479.30/1479.60	c [INC SYSTEM] create new solver instance
1479.30/1479.60	c [INC] encode full formula
1479.30/1479.60	c (debug) using card networks
1479.30/1479.61	c set iterative enc to: card
1479.30/1479.61	c set iterative enc to: none
1479.30/1479.61	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.40	c an unexpexted return value has been received, exit
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.04/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-3700056-1338120264/watcher-3700056-1338120264 -o /tmp/evaluation-result-3700056-1338120264/solver-3700056-1338120264 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700056-1338120264.opb 1560172478 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 11546
/proc/meminfo: memFree=30573244/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0

[startup+0.0479921 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 11546
/proc/meminfo: memFree=30573244/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100235 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 11546
/proc/meminfo: memFree=30573244/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300179 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 11546
/proc/meminfo: memFree=30573244/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 1.92 1.98 1.99 3/173 11546
/proc/meminfo: memFree=30573244/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 11555
/proc/meminfo: memFree=30529928/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=0.01 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 614 3255 0 0 0 0 1 0 20 0 1 0 278154971 2723840 369 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 369 180 440 0 221 0
[pid=11555] ppid=11547 vsize=7808 CPUtime=1.45 cores=1,3,5,7
/proc/11555/stat : 11555 (glucosInc) R 11547 11546 7054 0 -1 4202496 1937 0 0 0 145 0 0 0 20 0 1 0 278154976 7995392 1410 33554432000 4194304 5654031 140733503568448 140733503556264 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11555/statm: 1952 1410 138 357 0 1592 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19616

[startup+3.10025 s]
/proc/loadavg: 1.93 1.98 1.99 3/176 11555
/proc/meminfo: memFree=30484776/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=0.01 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 614 3255 0 0 0 0 1 0 20 0 1 0 278154971 2723840 369 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 369 180 440 0 221 0
[pid=11555] ppid=11547 vsize=14948 CPUtime=3.04 cores=1,3,5,7
/proc/11555/stat : 11555 (glucosInc) R 11547 11546 7054 0 -1 4202496 2921 0 0 0 304 0 0 0 20 0 1 0 278154976 15306752 2864 33554432000 4194304 5654031 140733503568448 140733503566328 4233168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11555/statm: 3737 2864 138 357 0 3377 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 26756

[startup+6.3003 s]
/proc/loadavg: 1.93 1.98 1.99 3/176 11555
/proc/meminfo: memFree=30373980/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=0.01 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 614 3255 0 0 0 0 1 0 20 0 1 0 278154971 2723840 369 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 369 180 440 0 221 0
[pid=11555] ppid=11547 vsize=14948 CPUtime=6.24 cores=1,3,5,7
/proc/11555/stat : 11555 (glucosInc) R 11547 11546 7054 0 -1 4202496 3257 0 0 0 624 0 0 0 20 0 1 0 278154976 15306752 3194 33554432000 4194304 5654031 140733503568448 140733503566328 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11555/statm: 3737 3194 138 357 0 3377 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 26756

[startup+12.7003 s]
/proc/loadavg: 1.94 1.98 1.99 3/176 11555
/proc/meminfo: memFree=30114920/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=0.01 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 614 3255 0 0 0 0 1 0 20 0 1 0 278154971 2723840 369 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 369 180 440 0 221 0
[pid=11555] ppid=11547 vsize=17432 CPUtime=12.64 cores=1,3,5,7
/proc/11555/stat : 11555 (glucosInc) R 11547 11546 7054 0 -1 4202496 3372 0 0 0 1264 0 0 0 20 0 1 0 278154976 17850368 3815 33554432000 4194304 5654031 140733503568448 140733503566248 4233201 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11555/statm: 4358 3815 138 357 0 3998 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 29240

[startup+25.5003 s]
/proc/loadavg: 2.02 2.00 2.00 3/180 11566
/proc/meminfo: memFree=29757828/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=0.01 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 614 3255 0 0 0 0 1 0 20 0 1 0 278154971 2723840 369 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 369 180 440 0 221 0
[pid=11555] ppid=11547 vsize=27960 CPUtime=25.44 cores=1,3,5,7
/proc/11555/stat : 11555 (glucosInc) R 11547 11546 7054 0 -1 4202496 4971 0 0 0 2543 1 0 0 20 0 1 0 278154976 28631040 5870 33554432000 4194304 5654031 140733503568448 140733503566248 4215964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11555/statm: 6990 5870 138 357 0 6630 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 39768

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 11566
/proc/meminfo: memFree=29205916/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=0.01 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 614 3255 0 0 0 0 1 0 20 0 1 0 278154971 2723840 369 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 369 180 440 0 221 0
[pid=11555] ppid=11547 vsize=37880 CPUtime=51.03 cores=1,3,5,7
/proc/11555/stat : 11555 (glucosInc) R 11547 11546 7054 0 -1 4202496 5703 0 0 0 5102 1 0 0 20 0 1 0 278154976 38789120 7252 33554432000 4194304 5654031 140733503568448 140733503566328 4232715 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11555/statm: 9470 7252 138 357 0 9110 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 49688

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 11567
/proc/meminfo: memFree=22343660/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=0.01 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 614 3255 0 0 0 0 1 0 20 0 1 0 278154971 2723840 369 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 369 180 440 0 221 0
[pid=11555] ppid=11547 vsize=45060 CPUtime=102.24 cores=1,3,5,7
/proc/11555/stat : 11555 (glucosInc) R 11547 11546 7054 0 -1 4202496 6626 0 0 0 10222 2 0 0 20 0 1 0 278154976 46141440 10696 33554432000 4194304 5654031 140733503568448 140733503566248 4215932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11555/statm: 11265 10696 138 357 0 10905 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 56868

[startup+162.3 s]
/proc/loadavg: 2.42 2.10 2.03 3/182 11569
/proc/meminfo: memFree=12072688/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=0.01 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 614 3255 0 0 0 0 1 0 20 0 1 0 278154971 2723840 369 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 369 180 440 0 221 0
[pid=11555] ppid=11547 vsize=46992 CPUtime=162.22 cores=1,3,5,7
/proc/11555/stat : 11555 (glucosInc) R 11547 11546 7054 0 -1 4202496 7144 0 0 0 16220 2 0 0 20 0 1 0 278154976 48119808 11198 33554432000 4194304 5654031 140733503568448 140733503566248 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11555/statm: 11748 11198 138 357 0 11388 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 58800

[startup+222.3 s]
/proc/loadavg: 2.89 2.29 2.10 2/182 11615
/proc/meminfo: memFree=28057556/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=0.01 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 614 3255 0 0 0 0 1 0 20 0 1 0 278154971 2723840 369 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 369 180 440 0 221 0
[pid=11555] ppid=11547 vsize=53720 CPUtime=222.2 cores=1,3,5,7
/proc/11555/stat : 11555 (glucosInc) R 11547 11546 7054 0 -1 4202496 8902 0 0 0 22218 2 0 0 20 0 1 0 278154976 55009280 12883 33554432000 4194304 5654031 140733503568448 140733503566472 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11555/statm: 13430 12883 138 357 0 13070 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 65528

[startup+282.3 s]

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

/proc/meminfo: memFree=30010864/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=580.72 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1040 17558 0 0 1 0 58061 10 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14856] ppid=11547 vsize=92072 CPUtime=661.32 cores=1,3,5,7
/proc/14856/stat : 14856 (glucosInc) R 11547 11546 7054 0 -1 4202496 8325 0 0 0 66127 5 0 0 20 0 1 0 278213056 94281728 22478 33554432000 4194304 5654031 140735801111392 140735801099208 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 23018 22478 138 357 0 22658 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 103880

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 14862
/proc/meminfo: memFree=30005964/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=580.72 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1040 17558 0 0 1 0 58061 10 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14856] ppid=11547 vsize=92072 CPUtime=721.32 cores=1,3,5,7
/proc/14856/stat : 14856 (glucosInc) R 11547 11546 7054 0 -1 4202496 8325 0 0 0 72127 5 0 0 20 0 1 0 278213056 94281728 22478 33554432000 4194304 5654031 140735801111392 140735801099208 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 23018 22478 138 357 0 22658 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 103880

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 14862
/proc/meminfo: memFree=30000768/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=580.72 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1040 17558 0 0 1 0 58061 10 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14856] ppid=11547 vsize=94736 CPUtime=781.3 cores=1,3,5,7
/proc/14856/stat : 14856 (glucosInc) R 11547 11546 7054 0 -1 4202496 9030 0 0 0 78125 5 0 0 20 0 1 0 278213056 97009664 23144 33554432000 4194304 5654031 140735801111392 140735801099208 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 23684 23144 138 357 0 23324 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 106544

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 14862
/proc/meminfo: memFree=30012992/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=580.72 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1040 17558 0 0 1 0 58061 10 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14856] ppid=11547 vsize=94736 CPUtime=841.29 cores=1,3,5,7
/proc/14856/stat : 14856 (glucosInc) R 11547 11546 7054 0 -1 4202496 9031 0 0 0 84124 5 0 0 20 0 1 0 278213056 97009664 23144 33554432000 4194304 5654031 140735801111392 140735801099208 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14856/statm: 23684 23144 138 357 0 23324 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 106544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 14864
/proc/meminfo: memFree=30098884/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=1479.32 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1201 27111 0 0 1 0 147915 16 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14864] ppid=11547 vsize=9552 CPUtime=2.67 cores=1,3,5,7
/proc/14864/stat : 14864 (glucosInc) R 11547 11546 7054 0 -1 4202496 2143 0 0 0 267 0 0 0 20 0 1 0 278302933 9781248 1664 33554432000 4194304 5654031 140737180684672 140737180682472 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14864/statm: 2388 1664 138 357 0 2028 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 21360

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/182 14867
/proc/meminfo: memFree=30068592/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=1479.32 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1201 27111 0 0 1 0 147915 16 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14864] ppid=11547 vsize=35004 CPUtime=62.67 cores=1,3,5,7
/proc/14864/stat : 14864 (glucosInc) R 11547 11546 7054 0 -1 4202496 6273 0 0 0 6266 1 0 0 20 0 1 0 278302933 35844096 8056 33554432000 4194304 5654031 140737180684672 140737180682472 4233168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14864/statm: 8751 8056 138 357 0 8391 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 46812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 14868
/proc/meminfo: memFree=30055332/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=1479.32 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1201 27111 0 0 1 0 147915 16 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14864] ppid=11547 vsize=45712 CPUtime=122.65 cores=1,3,5,7
/proc/14864/stat : 14864 (glucosInc) R 11547 11546 7054 0 -1 4202496 7610 0 0 0 12264 1 0 0 20 0 1 0 278302933 46809088 10872 33554432000 4194304 5654031 140737180684672 140737180682472 4233190 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14864/statm: 11428 10872 138 357 0 11068 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 57520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 14868
/proc/meminfo: memFree=30039568/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=1479.32 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1201 27111 0 0 1 0 147915 16 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14864] ppid=11547 vsize=57800 CPUtime=182.65 cores=1,3,5,7
/proc/14864/stat : 14864 (glucosInc) R 11547 11546 7054 0 -1 4202496 8128 0 0 0 18263 2 0 0 20 0 1 0 278302933 59187200 13614 33554432000 4194304 5654031 140737180684672 140737180682552 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14864/statm: 14450 13614 138 357 0 14090 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 69608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 14868
/proc/meminfo: memFree=30038432/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=1479.32 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1201 27111 0 0 1 0 147915 16 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14864] ppid=11547 vsize=57800 CPUtime=242.62 cores=1,3,5,7
/proc/14864/stat : 14864 (glucosInc) R 11547 11546 7054 0 -1 4202496 8603 0 0 0 24260 2 0 0 20 0 1 0 278302933 59187200 13909 33554432000 4194304 5654031 140737180684672 140737180682696 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14864/statm: 14450 13909 138 357 0 14090 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 69608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14868
/proc/meminfo: memFree=30016960/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=1479.32 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1201 27111 0 0 1 0 147915 16 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14864] ppid=11547 vsize=88148 CPUtime=302.62 cores=1,3,5,7
/proc/14864/stat : 14864 (glucosInc) R 11547 11546 7054 0 -1 4202496 8981 0 0 0 30259 3 0 0 20 0 1 0 278302933 90263552 18874 33554432000 4194304 5654031 140737180684672 140737180682552 4233148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14864/statm: 22037 18874 138 357 0 21677 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 99956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14868
/proc/meminfo: memFree=30016836/32873844 swapFree=7108/7108
[pid=11546] ppid=11544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11546/stat : 11546 (npSolver-pbo-I.) S 11544 11546 7054 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278154971 9367552 274 33554432000 4194304 5064252 140735624969760 140735624968672 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11546/statm: 2287 274 233 213 0 72 0
[pid=11547] ppid=11546 vsize=2660 CPUtime=1479.32 cores=1,3,5,7
/proc/11547/stat : 11547 (npSolver-pbo) S 11546 11546 7054 0 -1 4202496 1201 27111 0 0 1 0 147915 16 20 0 1 0 278154971 2723840 372 33554432000 4194304 5992684 140734789323280 140734789308184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 665 372 183 440 0 221 0
[pid=14864] ppid=11547 vsize=88148 CPUtime=320.72 cores=1,3,5,7
/proc/14864/stat : 14864 (glucosInc) R 11547 11546 7054 0 -1 4202496 8981 0 0 0 32069 3 0 0 20 0 1 0 278302933 90263552 18874 33554432000 4194304 5654031 140737180684672 140737180682552 4233144 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14864/statm: 22037 18874 138 357 0 21677 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 99956

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.08
CPU user time (s): 1799.87
CPU system time (s): 0.209968
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 134164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.209968
maximum resident set size= 93720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109
involuntary context switches= 2128

runsolver used 3.48447 second user time and 8.78966 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 14:04:24
IDJOB=3700056
IDBENCH=89907
IDSOLVER=2276
FILE ID=node102/3700056-1338120264
RUNJOBID= node102-1338120264-11529
PBS_JOBID= 14624443
Free space on /tmp= 71540 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-sbox_4_shg.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700056-1338120264/watcher-3700056-1338120264 -o /tmp/evaluation-result-3700056-1338120264/solver-3700056-1338120264 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700056-1338120264.opb 1560172478 HOME HOME

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

MD5SUM BENCH= 175e0a4a6cd805ac131e3fa3fd7ba75e
RANDOM SEED=1560172478

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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		: 2667.178
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:        30574624 kB
Buffers:          338492 kB
Cached:          1116560 kB
SwapCached:            0 kB
Active:           866192 kB
Inactive:         602788 kB
Active(anon):       5460 kB
Inactive(anon):    11040 kB
Active(file):     860732 kB
Inactive(file):   591748 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10144 kB
Writeback:             0 kB
AnonPages:         18856 kB
Mapped:            13568 kB
Shmem:               200 kB
Slab:             690196 kB
SReclaimable:     132336 kB
SUnreclaim:       557860 kB
KernelStack:        1376 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     107076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71480 MiB
End job on node102 at 2012-05-27 14:34:25