Trace number 3732533

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
PB10: pb_cplex 2010-06-29? (TO) 1800.35 649.816

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13473
Number of constraints which are clauses13473
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 constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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 pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3732533-1339247342.opb.
0.00/0.00	c Instance file HOME/instance-3732533-1339247342.opb
0.00/0.00	c File size is 454704 bytes.
3.79/3.85	c Highest Coefficient sum: 4
3.79/3.85	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
3.79/3.87	c ============================[ Problem Statistics ]=============================
3.79/3.87	c |                                                                             |
3.79/3.87	c |  Parsing time:          3.86         s                                      |
3.79/3.87	c |  Number Variables:      6352                                                |
3.79/3.87	c |  Number Constraints:    13473                                               |
3.79/3.87	c ===============================================================================
1800.35/649.81	c Remaining time 1796.14 sec.
1800.35/649.81	c 
1800.35/649.81	c *** INTERRUPTED ***
1800.35/649.81	s UNKNOWN
1800.35/649.81	c Total CPU time              : 1797.2 s
1800.35/649.81	c Memory used           : 256.83 MB
1800.35/649.81	c CPU time              : 1797.2 s
1800.35/649.81	c 
1800.35/649.81	c *** INTERRUPTED ***

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-3732533-1339247342/watcher-3732533-1339247342 -o /tmp/evaluation-result-3732533-1339247342/solver-3732533-1339247342 -C 1800 -W 1900 -M 15500 run HOME/instance-3732533-1339247342.opb 

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

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


[startup+0 s]
/proc/loadavg: 11.53 9.13 4.59 10/182 24868
/proc/meminfo: memFree=30160568/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0

[startup+0.097293 s]
/proc/loadavg: 11.53 9.13 4.59 10/182 24868
/proc/meminfo: memFree=30160568/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 11.53 9.13 4.59 10/182 24868
/proc/meminfo: memFree=30160568/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300237 s]
/proc/loadavg: 11.53 9.13 4.59 10/182 24868
/proc/meminfo: memFree=30160568/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700234 s]
/proc/loadavg: 11.53 9.13 4.59 10/182 24868
/proc/meminfo: memFree=30160568/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 11.33 9.13 4.61 9/184 24870
/proc/meminfo: memFree=30158468/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=14804 CPUtime=1.49 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 788 0 0 0 149 0 0 0 20 0 1 0 390859645 15159296 744 33554432000 134512640 146736320 4287632304 4287604784 140679071 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24869/statm: 3701 744 298 2985 0 523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23952

[startup+3.10028 s]
/proc/loadavg: 11.33 9.13 4.61 3/184 24870
/proc/meminfo: memFree=30156972/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=14936 CPUtime=3.09 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 823 0 0 0 309 0 0 0 20 0 1 0 390859645 15294464 779 33554432000 134512640 146736320 4287632304 4287604784 140679052 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/24869/statm: 3734 779 298 2985 0 556 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24084

[startup+6.30025 s]
/proc/loadavg: 11.14 9.12 4.64 9/184 24870
/proc/meminfo: memFree=30125352/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=49540 CPUtime=6.29 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 15088 0 0 0 626 3 0 0 20 0 1 0 390859645 50728960 8124 33554432000 134512640 146736320 4287632304 4287628076 139021081 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 12385 8124 880 2985 0 9319 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58688

[startup+12.7003 s]
/proc/loadavg: 10.73 9.07 4.64 9/184 24870
/proc/meminfo: memFree=30119928/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=51632 CPUtime=12.69 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 49364 0 0 0 1258 11 0 0 20 0 1 0 390859645 52871168 8553 33554432000 134512640 146736320 4287632304 4287627336 136933087 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 12908 8553 882 2985 0 9842 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60780

[startup+25.5002 s]
/proc/loadavg: 9.87 8.97 4.68 10/184 24870
/proc/meminfo: memFree=30104816/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=47568 CPUtime=25.49 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 66845 0 0 0 2535 14 0 0 20 0 1 0 390859645 48709632 7834 33554432000 134512640 146736320 4287632304 4287627056 136402275 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 11892 7834 910 2985 0 8826 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56716

[startup+51.1005 s]
/proc/loadavg: 9.78 9.02 4.81 17/191 24877
/proc/meminfo: memFree=29970280/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=265520 CPUtime=90.13 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 133022 0 0 0 8975 38 0 0 20 0 8 0 390859645 271892480 34310 33554432000 134512640 146736320 4287632304 4287625552 136403117 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24869/statm: 66380 34310 944 2985 0 63314 0
[pid=24869/tid=24871] ppid=24868 vsize=265520 CPUtime=6.39 cores=0,2,4,6
/proc/24869/task/24871/stat : 24871 (pb_cplex) R 24868 24868 24426 0 -1 4202560 5992 0 0 0 637 2 0 0 20 0 8 0 390863250 271892480 34310 33554432000 134512640 146736320 4287632304 4122210240 136403428 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24872] ppid=24868 vsize=265520 CPUtime=7.1 cores=0,2,4,6
/proc/24869/task/24872/stat : 24872 (pb_cplex) R 24868 24868 24426 0 -1 4202560 7329 0 0 0 708 2 0 0 20 0 8 0 390863250 271892480 34310 33554432000 134512640 146736320 4287632304 4111724456 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24873] ppid=24868 vsize=265520 CPUtime=6.05 cores=0,2,4,6
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24426 0 -1 4202560 4405 0 0 0 604 1 0 0 20 0 8 0 390863250 271892480 34310 33554432000 134512640 146736320 4287632304 4101238992 136007990 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24874] ppid=24868 vsize=265520 CPUtime=6.99 cores=0,2,4,6
/proc/24869/task/24874/stat : 24874 (pb_cplex) R 24868 24868 24426 0 -1 4202560 4604 0 0 0 698 1 0 0 20 0 8 0 390863250 271892480 34310 33554432000 134512640 146736320 4287632304 4090754024 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24875] ppid=24868 vsize=265520 CPUtime=6.19 cores=0,2,4,6
/proc/24869/task/24875/stat : 24875 (pb_cplex) R 24868 24868 24426 0 -1 4202560 6382 0 0 0 617 2 0 0 20 0 8 0 390863250 271892480 34310 33554432000 134512640 146736320 4287632304 4080267304 139044566 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24876] ppid=24868 vsize=265520 CPUtime=6.44 cores=0,2,4,6
/proc/24869/task/24876/stat : 24876 (pb_cplex) R 24868 24868 24426 0 -1 4202560 4328 0 0 0 642 2 0 0 20 0 8 0 390863250 271892480 34310 33554432000 134512640 146736320 4287632304 4069781712 136008020 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24877] ppid=24868 vsize=265520 CPUtime=7.07 cores=0,2,4,6
/proc/24869/task/24877/stat : 24877 (pb_cplex) R 24868 24868 24426 0 -1 4202560 11824 0 0 0 702 5 0 0 20 0 8 0 390863250 271892480 34310 33554432000 134512640 146736320 4287632304 4059295808 136382627 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 90.13
Current children cumulated vsize (KiB) 274668

[startup+102.307 s]
/proc/loadavg: 10.06 9.21 5.10 11/192 24895
/proc/meminfo: memFree=29935412/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=205816 CPUtime=218.33 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) S 24868 24868 24426 0 -1 4202496 184825 0 0 0 21757 76 0 0 20 0 8 0 390859645 210755584 28289 33554432000 134512640 146736320 4287632304 4287628688 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24869/statm: 51454 28289 969 2985 0 48388 0
[pid=24869/tid=24888] ppid=24868 vsize=205816 CPUtime=5.27 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (pb_cplex) S 24868 24868 24426 0 -1 4202560 730 0 0 0 526 1 0 0 20 0 8 0 390868652 210755584 28289 33554432000 134512640 146736320 4287632304 4127092368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24889] ppid=24868 vsize=205816 CPUtime=5.51 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (pb_cplex) S 24868 24868 24426 0 -1 4202560 1854 0 0 0 549 2 0 0 20 0 8 0 390868652 210755584 28289 33554432000 134512640 146736320 4287632304 4137578128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24890] ppid=24868 vsize=205816 CPUtime=5.76 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (pb_cplex) R 24868 24868 24426 0 -1 4202560 1837 0 0 0 575 1 0 0 20 0 8 0 390868652 210755584 28289 33554432000 134512640 146736320 4287632304 4148060052 136017784 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24891] ppid=24868 vsize=205816 CPUtime=5.7 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (pb_cplex) S 24868 24868 24426 0 -1 4202560 2307 0 0 0 568 2 0 0 20 0 8 0 390868652 210755584 28289 33554432000 134512640 146736320 4287632304 4090756752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24892] ppid=24868 vsize=205816 CPUtime=6.59 cores=0,2,4,6
/proc/24869/task/24892/stat : 24892 (pb_cplex) R 24868 24868 24426 0 -1 4202560 1854 0 0 0 658 1 0 0 20 0 8 0 390868652 210755584 28289 33554432000 134512640 146736320 4287632304 4116603088 136008226 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24893] ppid=24868 vsize=205816 CPUtime=5.88 cores=0,2,4,6
/proc/24869/task/24893/stat : 24893 (pb_cplex) R 24868 24868 24426 0 -1 4202560 1307 0 0 0 586 2 0 0 20 0 8 0 390868652 210755584 28289 33554432000 134512640 146736320 4287632304 4106117280 136006238 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24894] ppid=24868 vsize=205816 CPUtime=5.85 cores=0,2,4,6
/proc/24869/task/24894/stat : 24894 (pb_cplex) R 24868 24868 24426 0 -1 4202560 2630 0 0 0 583 2 0 0 20 0 8 0 390868652 210755584 28289 33554432000 134512640 146736320 4287632304 4080267472 136008441 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 218.33
Current children cumulated vsize (KiB) 214964

[startup+162.3 s]
/proc/loadavg: 9.94 9.43 5.43 10/184 25344
/proc/meminfo: memFree=30796364/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=231260 CPUtime=435.86 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 237095 0 0 0 43461 125 0 0 20 0 8 0 390859645 236810240 35443 33554432000 134512640 146736320 4287632304 4287625168 136008455 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24869/statm: 57815 35443 969 2985 0 54749 0
[pid=24869/tid=24888] ppid=24868 vsize=231260 CPUtime=32.22 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (pb_cplex) R 24868 24868 24426 0 -1 4202560 9244 0 0 0 3213 9 0 0 20 0 8 0 390868652 236810240 35443 33554432000 134512640 146736320 4287632304 4127088848 136008356 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24889] ppid=24868 vsize=231260 CPUtime=31.54 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (pb_cplex) R 24868 24868 24426 0 -1 4202560 4030 0 0 0 3148 6 0 0 20 0 8 0 390868652 236810240 35443 33554432000 134512640 146736320 4287632304 4137575400 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24890] ppid=24868 vsize=231260 CPUtime=32.94 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (pb_cplex) R 24868 24868 24426 0 -1 4202560 2294 0 0 0 3288 6 0 0 20 0 8 0 390868652 236810240 35443 33554432000 134512640 146736320 4287632304 4148060368 136008396 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24891] ppid=24868 vsize=231260 CPUtime=32.48 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (pb_cplex) R 24868 24868 24426 0 -1 4202560 15911 0 0 0 3241 7 0 0 20 0 8 0 390868652 236810240 35443 33554432000 134512640 146736320 4287632304 4090753096 139042876 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24892] ppid=24868 vsize=231260 CPUtime=33.69 cores=0,2,4,6
/proc/24869/task/24892/stat : 24892 (pb_cplex) R 24868 24868 24426 0 -1 4202560 11720 0 0 0 3360 9 0 0 20 0 8 0 390868652 236810240 35443 33554432000 134512640 146736320 4287632304 4116602944 136382629 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24893] ppid=24868 vsize=231260 CPUtime=34.91 cores=0,2,4,6
/proc/24869/task/24893/stat : 24893 (pb_cplex) R 24868 24868 24426 0 -1 4202560 4278 0 0 0 3486 5 0 0 20 0 8 0 390868652 236810240 35443 33554432000 134512640 146736320 4287632304 4106117712 136403112 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24894] ppid=24868 vsize=231260 CPUtime=32.86 cores=0,2,4,6
/proc/24869/task/24894/stat : 24894 (pb_cplex) R 24868 24868 24426 0 -1 4202560 15851 0 0 0 3278 8 0 0 20 0 8 0 390868652 236810240 35443 33554432000 134512640 146736320 4287632304 4080267472 136008356 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 435.86

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

/proc/24869/statm: 63444 41068 969 2985 0 60378 0
[pid=24869/tid=24888] ppid=24868 vsize=253776 CPUtime=140.17 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (pb_cplex) R 24868 24868 24426 0 -1 4202560 20259 0 0 0 13991 26 0 0 20 0 8 0 390868652 259866624 41068 33554432000 134512640 146736320 4287632304 4127088764 136400460 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24889] ppid=24868 vsize=253776 CPUtime=140.83 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (pb_cplex) R 24868 24868 24426 0 -1 4202560 18290 0 0 0 14056 27 0 0 20 0 8 0 390868652 259866624 41068 33554432000 134512640 146736320 4287632304 4137574856 136000487 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24890] ppid=24868 vsize=253776 CPUtime=143.34 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (pb_cplex) R 24868 24868 24426 0 -1 4202560 11061 0 0 0 14309 25 0 0 20 0 8 0 390868652 259866624 41068 33554432000 134512640 146736320 4287632304 4148060368 136008450 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24891] ppid=24868 vsize=253776 CPUtime=140.78 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (pb_cplex) R 24868 24868 24426 0 -1 4202560 26825 0 0 0 14051 27 0 0 20 0 8 0 390868652 259866624 41068 33554432000 134512640 146736320 4287632304 4090753148 136400498 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24892] ppid=24868 vsize=253776 CPUtime=141.25 cores=0,2,4,6
/proc/24869/task/24892/stat : 24892 (pb_cplex) R 24868 24868 24426 0 -1 4202560 27639 0 0 0 14094 31 0 0 20 0 8 0 390868652 259866624 41068 33554432000 134512640 146736320 4287632304 4116603472 136403109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24893] ppid=24868 vsize=253776 CPUtime=141.63 cores=0,2,4,6
/proc/24869/task/24893/stat : 24893 (pb_cplex) R 24868 24868 24426 0 -1 4202560 14511 0 0 0 14137 26 0 0 20 0 8 0 390868652 259866624 41068 33554432000 134512640 146736320 4287632304 4106117328 136008443 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24894] ppid=24868 vsize=253776 CPUtime=141.59 cores=0,2,4,6
/proc/24869/task/24894/stat : 24894 (pb_cplex) R 24868 24868 24426 0 -1 4202560 27072 0 0 0 14131 28 0 0 20 0 8 0 390868652 259866624 41068 33554432000 134512640 146736320 4287632304 4080267336 136474418 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1307.01
Current children cumulated vsize (KiB) 262924

[startup+462.3 s]
/proc/loadavg: 10.98 11.03 7.22 9/191 25352
/proc/meminfo: memFree=29828204/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=262964 CPUtime=1392.19 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 336147 0 0 0 138946 273 0 0 20 0 8 0 390859645 269275136 42071 33554432000 134512640 146736320 4287632304 4287619472 136008056 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 65741 42071 977 2985 0 62675 0
[pid=24869/tid=24888] ppid=24868 vsize=262964 CPUtime=144.14 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (pb_cplex) S 24868 24868 24426 0 -1 4202560 20388 0 0 0 14387 27 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4127092368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24889] ppid=24868 vsize=262964 CPUtime=145.3 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (pb_cplex) S 24868 24868 24426 0 -1 4202560 18507 0 0 0 14502 28 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4137578128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24890] ppid=24868 vsize=262964 CPUtime=147.17 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (pb_cplex) S 24868 24868 24426 0 -1 4202560 11607 0 0 0 14691 26 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4148063888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24891] ppid=24868 vsize=262964 CPUtime=145.25 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (pb_cplex) S 24868 24868 24426 0 -1 4202560 26825 0 0 0 14498 27 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4090756752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24892] ppid=24868 vsize=262964 CPUtime=145.9 cores=0,2,4,6
/proc/24869/task/24892/stat : 24892 (pb_cplex) S 24868 24868 24426 0 -1 4202560 27639 0 0 0 14559 31 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4116606608 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24893] ppid=24868 vsize=262964 CPUtime=146.75 cores=0,2,4,6
/proc/24869/task/24893/stat : 24893 (pb_cplex) S 24868 24868 24426 0 -1 4202560 14511 0 0 0 14649 26 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4106120848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24894] ppid=24868 vsize=262964 CPUtime=146.9 cores=0,2,4,6
/proc/24869/task/24894/stat : 24894 (pb_cplex) S 24868 24868 24426 0 -1 4202560 27154 0 0 0 14661 29 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4080270992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1392.19
Current children cumulated vsize (KiB) 272112

[startup+522.3 s]
/proc/loadavg: 9.01 10.46 7.26 8/191 25352
/proc/meminfo: memFree=29822752/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=262964 CPUtime=1452.18 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 336554 0 0 0 144944 274 0 0 20 0 8 0 390859645 269275136 42071 33554432000 134512640 146736320 4287632304 4287619304 139044578 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 65741 42071 977 2985 0 62675 0
[pid=24869/tid=24888] ppid=24868 vsize=262964 CPUtime=144.14 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (pb_cplex) S 24868 24868 24426 0 -1 4202560 20388 0 0 0 14387 27 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4127092368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24889] ppid=24868 vsize=262964 CPUtime=145.3 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (pb_cplex) S 24868 24868 24426 0 -1 4202560 18507 0 0 0 14502 28 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4137578128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24890] ppid=24868 vsize=262964 CPUtime=147.17 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (pb_cplex) S 24868 24868 24426 0 -1 4202560 11607 0 0 0 14691 26 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4148063888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24891] ppid=24868 vsize=262964 CPUtime=145.25 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (pb_cplex) S 24868 24868 24426 0 -1 4202560 26825 0 0 0 14498 27 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4090756752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24892] ppid=24868 vsize=262964 CPUtime=145.9 cores=0,2,4,6
/proc/24869/task/24892/stat : 24892 (pb_cplex) S 24868 24868 24426 0 -1 4202560 27639 0 0 0 14559 31 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4116606608 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24893] ppid=24868 vsize=262964 CPUtime=146.75 cores=0,2,4,6
/proc/24869/task/24893/stat : 24893 (pb_cplex) S 24868 24868 24426 0 -1 4202560 14511 0 0 0 14649 26 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4106120848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24894] ppid=24868 vsize=262964 CPUtime=146.9 cores=0,2,4,6
/proc/24869/task/24894/stat : 24894 (pb_cplex) S 24868 24868 24426 0 -1 4202560 27154 0 0 0 14661 29 0 0 20 0 8 0 390868652 269275136 42071 33554432000 134512640 146736320 4287632304 4080270992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1452.18
Current children cumulated vsize (KiB) 272112

[startup+582.3 s]
/proc/loadavg: 7.64 9.76 7.22 13/191 25352
/proc/meminfo: memFree=29819036/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=254656 CPUtime=1555.76 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 340493 0 0 0 155293 283 0 0 20 0 8 0 390859645 260767744 41219 33554432000 134512640 146736320 4287632304 4287625168 136008450 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24869/statm: 63664 41219 977 2985 0 60598 0
[pid=24869/tid=24888] ppid=24868 vsize=254656 CPUtime=151.07 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (pb_cplex) R 24868 24868 24426 0 -1 4202560 21324 0 0 0 15079 28 0 0 20 0 8 0 390868652 260767744 41219 33554432000 134512640 146736320 4287632304 4127089032 136388095 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24889] ppid=24868 vsize=254656 CPUtime=152.8 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (pb_cplex) R 24868 24868 24426 0 -1 4202560 18885 0 0 0 15252 28 0 0 20 0 8 0 390868652 260767744 41219 33554432000 134512640 146736320 4287632304 4137574828 136400463 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24890] ppid=24868 vsize=254656 CPUtime=154.26 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (pb_cplex) R 24868 24868 24426 0 -1 4202560 11985 0 0 0 15399 27 0 0 20 0 8 0 390868652 260767744 41219 33554432000 134512640 146736320 4287632304 4148060752 136403117 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24891] ppid=24868 vsize=254656 CPUtime=152.88 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (pb_cplex) S 24868 24868 24426 0 -1 4202560 26825 0 0 0 15260 28 0 0 20 0 8 0 390868652 260767744 41219 33554432000 134512640 146736320 4287632304 4090756752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24892] ppid=24868 vsize=254656 CPUtime=153.02 cores=0,2,4,6
/proc/24869/task/24892/stat : 24892 (pb_cplex) R 24868 24868 24426 0 -1 4202560 27805 0 0 0 15270 32 0 0 20 0 8 0 390868652 260767744 41219 33554432000 134512640 146736320 4287632304 4116603040 136006074 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24893] ppid=24868 vsize=254656 CPUtime=153.95 cores=0,2,4,6
/proc/24869/task/24893/stat : 24893 (pb_cplex) R 24868 24868 24426 0 -1 4202560 14511 0 0 0 15368 27 0 0 20 0 8 0 390868652 260767744 41219 33554432000 134512640 146736320 4287632304 4106117328 136008050 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24894] ppid=24868 vsize=254656 CPUtime=154.21 cores=0,2,4,6
/proc/24869/task/24894/stat : 24894 (pb_cplex) R 24868 24868 24426 0 -1 4202560 27972 0 0 0 15391 30 0 0 20 0 8 0 390868652 260767744 41219 33554432000 134512640 146736320 4287632304 4080267472 136008177 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1555.76
Current children cumulated vsize (KiB) 263804

[startup+642.301 s]
/proc/loadavg: 8.79 9.70 7.35 6/191 25352
/proc/meminfo: memFree=29806984/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=265352 CPUtime=1772.85 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) S 24868 24868 24426 0 -1 4202496 360633 0 0 0 176972 313 0 0 20 0 8 0 390859645 271720448 43546 33554432000 134512640 146736320 4287632304 4287628688 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24869/statm: 66338 43546 977 2985 0 63272 0
[pid=24869/tid=24888] ppid=24868 vsize=265352 CPUtime=177.55 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (pb_cplex) S 24868 24868 24426 0 -1 4202560 23811 0 0 0 17723 32 0 0 20 0 8 0 390868652 271720448 43546 33554432000 134512640 146736320 4287632304 4127092368 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24889] ppid=24868 vsize=265352 CPUtime=179.63 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (pb_cplex) S 24868 24868 24426 0 -1 4202560 21430 0 0 0 17930 33 0 0 20 0 8 0 390868652 271720448 43546 33554432000 134512640 146736320 4287632304 4137578128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24890] ppid=24868 vsize=265352 CPUtime=181.74 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (pb_cplex) S 24868 24868 24426 0 -1 4202560 16880 0 0 0 18143 31 0 0 20 0 8 0 390868652 271720448 43546 33554432000 134512640 146736320 4287632304 4148063888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24891] ppid=24868 vsize=265352 CPUtime=179.36 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (pb_cplex) S 24868 24868 24426 0 -1 4202560 29819 0 0 0 17904 32 0 0 20 0 8 0 390868652 271720448 43546 33554432000 134512640 146736320 4287632304 4090756752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24892] ppid=24868 vsize=265352 CPUtime=180.95 cores=0,2,4,6
/proc/24869/task/24892/stat : 24892 (pb_cplex) S 24868 24868 24426 0 -1 4202560 27970 0 0 0 18060 35 0 0 20 0 8 0 390868652 271720448 43546 33554432000 134512640 146736320 4287632304 4116606608 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24893] ppid=24868 vsize=265352 CPUtime=180.97 cores=0,2,4,6
/proc/24869/task/24893/stat : 24893 (pb_cplex) R 24868 24868 24426 0 -1 4202560 16681 0 0 0 18067 30 0 0 20 0 8 0 390868652 271720448 43546 33554432000 134512640 146736320 4287632304 4106117328 136008385 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24894] ppid=24868 vsize=265352 CPUtime=181.26 cores=0,2,4,6
/proc/24869/task/24894/stat : 24894 (pb_cplex) S 24868 24868 24426 0 -1 4202560 30034 0 0 0 18092 34 0 0 20 0 8 0 390868652 271720448 43546 33554432000 134512640 146736320 4287632304 4080270992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1772.85
Current children cumulated vsize (KiB) 274500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+649.8 s]
/proc/loadavg: 8.97 9.72 7.37 12/191 25352
/proc/meminfo: memFree=29804628/32873852 swapFree=6864/6864
[pid=24868] ppid=24866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24868/stat : 24868 (run) S 24866 24868 24426 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390859645 9367552 269 33554432000 4194304 5064252 140735706296992 140735706295904 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24868/statm: 2287 269 229 213 0 72 0
[pid=24869] ppid=24868 vsize=262992 CPUtime=1800.35 cores=0,2,4,6
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24426 0 -1 4202496 363769 0 0 0 179718 317 0 0 20 0 8 0 390859645 269303808 42905 33554432000 134512640 146736320 4287632304 4287625168 136008443 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24869/statm: 65748 42905 977 2985 0 62682 0
[pid=24869/tid=24888] ppid=24868 vsize=262992 CPUtime=181.58 cores=0,2,4,6
/proc/24869/task/24888/stat : 24888 (pb_cplex) R 24868 24868 24426 0 -1 4202560 25362 0 0 0 18125 33 0 0 20 0 8 0 390868652 269303808 42905 33554432000 134512640 146736320 4287632304 4127088848 136008450 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24889] ppid=24868 vsize=262992 CPUtime=183.82 cores=0,2,4,6
/proc/24869/task/24889/stat : 24889 (pb_cplex) R 24868 24868 24426 0 -1 4202560 21460 0 0 0 18349 33 0 0 20 0 8 0 390868652 269303808 42905 33554432000 134512640 146736320 4287632304 4137575448 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=24869/tid=24890] ppid=24868 vsize=262992 CPUtime=184.44 cores=0,2,4,6
/proc/24869/task/24890/stat : 24890 (pb_cplex) R 24868 24868 24426 0 -1 4202560 18267 0 0 0 18412 32 0 0 20 0 8 0 390868652 269303808 42905 33554432000 134512640 146736320 4287632304 4148061160 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24891] ppid=24868 vsize=262992 CPUtime=182 cores=0,2,4,6
/proc/24869/task/24891/stat : 24891 (pb_cplex) R 24868 24868 24426 0 -1 4202560 29821 0 0 0 18167 33 0 0 20 0 8 0 390868652 269303808 42905 33554432000 134512640 146736320 4287632304 4090753232 136008455 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24869/tid=24892] ppid=24868 vsize=262992 CPUtime=184.49 cores=0,2,4,6
/proc/24869/task/24892/stat : 24892 (pb_cplex) R 24868 24868 24426 0 -1 4202560 27970 0 0 0 18413 36 0 0 20 0 8 0 390868652 269303808 42905 33554432000 134512640 146736320 4287632304 4116602088 135467759 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=24869/tid=24893] ppid=24868 vsize=262992 CPUtime=184.5 cores=0,2,4,6
/proc/24869/task/24893/stat : 24893 (pb_cplex) R 24868 24868 24426 0 -1 4202560 16681 0 0 0 18420 30 0 0 20 0 8 0 390868652 269303808 42905 33554432000 134512640 146736320 4287632304 4106117328 136008400 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24869/tid=24894] ppid=24868 vsize=262992 CPUtime=184.82 cores=0,2,4,6
/proc/24869/task/24894/stat : 24894 (pb_cplex) R 24868 24868 24426 0 -1 4202560 30034 0 0 0 18448 34 0 0 20 0 8 0 390868652 269303808 42905 33554432000 134512640 146736320 4287632304 4080267200 136403546 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 272140

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24868 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 649.816
CPU time (s): 1800.35
CPU user time (s): 1797.18
CPU system time (s): 3.17
CPU usage (%): 277.055
Max. virtual memory (cumulated for all children) (KiB): 280380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1

runsolver used 1.60076 second user time and 4.17436 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-09 15:09:02
IDJOB=3732533
IDBENCH=2109
IDSOLVER=2325
FILE ID=node129/3732533-1339247342
RUNJOBID= node129-1339246833-24443
PBS_JOBID= 14644352
Free space on /tmp= 70996 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732533-1339247342/watcher-3732533-1339247342 -o /tmp/evaluation-result-3732533-1339247342/solver-3732533-1339247342 -C 1800 -W 1900 -M 15500  run HOME/instance-3732533-1339247342.opb

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=2018897968

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        30161368 kB
Buffers:          437184 kB
Cached:           490152 kB
SwapCached:         2008 kB
Active:          1441200 kB
Inactive:         350212 kB
Active(anon):     861044 kB
Inactive(anon):     4180 kB
Active(file):     580156 kB
Inactive(file):   346032 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:             16652 kB
Writeback:             8 kB
AnonPages:        867448 kB
Mapped:            12952 kB
Shmem:                 0 kB
Slab:             779676 kB
SReclaimable:     221816 kB
SUnreclaim:       557860 kB
KernelStack:        1504 kB
PageTables:         5924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     995852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3732533-1339247342.opb

Free space on /tmp at the end= 70992 MiB
End job on node129 at 2012-06-09 15:19:54