Trace number 3741427

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.03 517.216

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-807456.opb
MD5SUM21cf0355c32a3177f2f6fa914b5dacc6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables1635
Total number of constraints840
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)840
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1635
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 1635
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1635
Number of bits of the biggest sum of numbers11
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-3741427-1339250324.opb.
0.00/0.00	c Instance file HOME/instance-3741427-1339250324.opb
0.00/0.00	c File size is 59679 bytes.
0.00/0.26	c Highest Coefficient sum: 10
0.00/0.26	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.26	c ============================[ Problem Statistics ]=============================
0.00/0.26	c |                                                                             |
0.00/0.26	c |  Parsing time:          0.26         s                                      |
0.00/0.26	c |  Number Variables:      1635                                                |
0.00/0.26	c |  Number Constraints:    840                                                 |
0.00/0.26	c ===============================================================================
1800.03/517.21	c Remaining time 1799.74 sec.
1800.03/517.21	c 
1800.03/517.21	c *** INTERRUPTED ***
1800.03/517.21	s UNKNOWN
1800.03/517.21	c Total CPU time              : 1787.88 s
1800.03/517.21	c Memory used           : 234.09 MB
1800.03/517.21	c CPU time              : 1787.88 s
1800.03/517.21	c 
1800.03/517.21	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-3741427-1339250324/watcher-3741427-1339250324 -o /tmp/evaluation-result-3741427-1339250324/solver-3741427-1339250324 -C 1800 -W 1900 -M 15500 run HOME/instance-3741427-1339250324.opb 

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: 3.01 3.50 4.62 3/177 27868
/proc/meminfo: memFree=30841192/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0

[startup+0.0471979 s]
/proc/loadavg: 3.01 3.50 4.62 3/177 27868
/proc/meminfo: memFree=30841192/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 3.01 3.50 4.62 3/177 27868
/proc/meminfo: memFree=30841192/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300235 s]
/proc/loadavg: 3.01 3.50 4.62 3/177 27868
/proc/meminfo: memFree=30841192/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700225 s]
/proc/loadavg: 3.01 3.50 4.62 3/177 27868
/proc/meminfo: memFree=30841192/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 3.01 3.50 4.62 3/179 27870
/proc/meminfo: memFree=30835132/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=20028 CPUtime=1.49 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 3518 0 0 0 148 1 0 0 20 0 1 0 391157992 20508672 2401 33554432000 134512640 146736320 4289960048 4289954076 136389766 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27869/statm: 5007 2401 878 2985 0 1941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29176

[startup+3.10026 s]
/proc/loadavg: 3.01 3.50 4.62 3/179 27870
/proc/meminfo: memFree=30834488/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=19468 CPUtime=3.09 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 4243 0 0 0 308 1 0 0 20 0 1 0 391157992 19935232 2460 33554432000 134512640 146736320 4289960048 4289953976 136015584 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27869/statm: 4867 2460 901 2985 0 1801 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28616

[startup+6.30044 s]
/proc/loadavg: 2.93 3.47 4.60 3/186 27877
/proc/meminfo: memFree=30827240/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=102088 CPUtime=6.29 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 6161 0 0 0 627 2 0 0 20 0 8 0 391157992 104538112 4344 33554432000 134512640 146736320 4289960048 4289953160 136000774 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27869/statm: 25522 4344 945 2985 0 22456 0
[pid=27869/tid=27871] ppid=27868 vsize=102088 CPUtime=0 cores=1,3,5,7
/proc/27869/task/27871/stat : 27871 (pb_cplex) S 27868 27868 26006 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391158436 104538112 4344 33554432000 134512640 146736320 4289960048 4151717520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27872] ppid=27868 vsize=102088 CPUtime=0 cores=1,3,5,7
/proc/27869/task/27872/stat : 27872 (pb_cplex) S 27868 27868 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391158436 104538112 4344 33554432000 134512640 146736320 4289960048 4141231760 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27873] ppid=27868 vsize=102088 CPUtime=0 cores=1,3,5,7
/proc/27869/task/27873/stat : 27873 (pb_cplex) S 27868 27868 26006 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391158436 104538112 4344 33554432000 134512640 146736320 4289960048 4130746000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27874] ppid=27868 vsize=102088 CPUtime=0 cores=1,3,5,7
/proc/27869/task/27874/stat : 27874 (pb_cplex) S 27868 27868 26006 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391158436 104538112 4344 33554432000 134512640 146736320 4289960048 4120260240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27875] ppid=27868 vsize=102088 CPUtime=0 cores=1,3,5,7
/proc/27869/task/27875/stat : 27875 (pb_cplex) S 27868 27868 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391158436 104538112 4344 33554432000 134512640 146736320 4289960048 4109774480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27876] ppid=27868 vsize=102088 CPUtime=0 cores=1,3,5,7
/proc/27869/task/27876/stat : 27876 (pb_cplex) S 27868 27868 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391158436 104538112 4344 33554432000 134512640 146736320 4289960048 4099288720 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27877] ppid=27868 vsize=102088 CPUtime=0 cores=1,3,5,7
/proc/27869/task/27877/stat : 27877 (pb_cplex) S 27868 27868 26006 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391158436 104538112 4344 33554432000 134512640 146736320 4289960048 4088802960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111236

[startup+12.7005 s]
/proc/loadavg: 3.42 3.56 4.63 6/186 27877
/proc/meminfo: memFree=30815128/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=116384 CPUtime=28.28 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 9414 0 0 0 2813 15 0 0 20 0 8 0 391157992 119177216 7398 33554432000 134512640 146736320 4289960048 4289953344 139046492 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27869/statm: 29096 7398 946 2985 0 26030 0
[pid=27869/tid=27871] ppid=27868 vsize=116384 CPUtime=2.6 cores=1,3,5,7
/proc/27869/task/27871/stat : 27871 (pb_cplex) R 27868 27868 26006 0 -1 4202560 397 0 0 0 258 2 0 0 20 0 8 0 391158436 119177216 7398 33554432000 134512640 146736320 4289960048 4151712980 136003493 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27872] ppid=27868 vsize=116384 CPUtime=3.37 cores=1,3,5,7
/proc/27869/task/27872/stat : 27872 (pb_cplex) R 27868 27868 26006 0 -1 4202560 492 0 0 0 333 4 0 0 20 0 8 0 391158436 119177216 7398 33554432000 134512640 146736320 4289960048 4141227144 139028313 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27873] ppid=27868 vsize=116384 CPUtime=2.32 cores=1,3,5,7
/proc/27869/task/27873/stat : 27873 (pb_cplex) R 27868 27868 26006 0 -1 4202560 423 0 0 0 231 1 0 0 20 0 8 0 391158436 119177216 7398 33554432000 134512640 146736320 4289960048 4130741392 136007975 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27874] ppid=27868 vsize=116384 CPUtime=3.2 cores=1,3,5,7
/proc/27869/task/27874/stat : 27874 (pb_cplex) R 27868 27868 26006 0 -1 4202560 512 0 0 0 319 1 0 0 20 0 8 0 391158436 119177216 7398 33554432000 134512640 146736320 4289960048 4120256576 136382629 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27875] ppid=27868 vsize=116384 CPUtime=2.99 cores=1,3,5,7
/proc/27869/task/27875/stat : 27875 (pb_cplex) R 27868 27868 26006 0 -1 4202560 463 0 0 0 297 2 0 0 20 0 8 0 391158436 119177216 7398 33554432000 134512640 146736320 4289960048 4109770800 136384852 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27876] ppid=27868 vsize=116384 CPUtime=2.37 cores=1,3,5,7
/proc/27869/task/27876/stat : 27876 (pb_cplex) R 27868 27868 26006 0 -1 4202560 421 0 0 0 237 0 0 0 20 0 8 0 391158436 119177216 7398 33554432000 134512640 146736320 4289960048 4099284112 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27877] ppid=27868 vsize=116384 CPUtime=2.71 cores=1,3,5,7
/proc/27869/task/27877/stat : 27877 (pb_cplex) R 27868 27868 26006 0 -1 4202560 451 0 0 0 268 3 0 0 20 0 8 0 391158436 119177216 7398 33554432000 134512640 146736320 4289960048 4088800232 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 28.28
Current children cumulated vsize (KiB) 125532

[startup+25.5005 s]
/proc/loadavg: 3.62 3.60 4.62 10/186 27877
/proc/meminfo: memFree=30814260/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=116912 CPUtime=78.59 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 9650 0 0 0 7819 40 0 0 20 0 8 0 391157992 119717888 7619 33554432000 134512640 146736320 4289960048 4289951488 138462682 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27869/statm: 29228 7619 946 2985 0 26162 0
[pid=27869/tid=27871] ppid=27868 vsize=116912 CPUtime=8.97 cores=1,3,5,7
/proc/27869/task/27871/stat : 27871 (pb_cplex) R 27868 27868 26006 0 -1 4202560 397 0 0 0 890 7 0 0 20 0 8 0 391158436 119717888 7619 33554432000 134512640 146736320 4289960048 4151714068 136003834 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27872] ppid=27868 vsize=116912 CPUtime=9.63 cores=1,3,5,7
/proc/27869/task/27872/stat : 27872 (pb_cplex) R 27868 27868 26006 0 -1 4202560 493 0 0 0 955 8 0 0 20 0 8 0 391158436 119717888 7619 33554432000 134512640 146736320 4289960048 4141228252 136009724 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27873] ppid=27868 vsize=116912 CPUtime=8.51 cores=1,3,5,7
/proc/27869/task/27873/stat : 27873 (pb_cplex) R 27868 27868 26006 0 -1 4202560 426 0 0 0 848 3 0 0 20 0 8 0 391158436 119717888 7619 33554432000 134512640 146736320 4289960048 4130742344 139042974 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27874] ppid=27868 vsize=116912 CPUtime=9.35 cores=1,3,5,7
/proc/27869/task/27874/stat : 27874 (pb_cplex) R 27868 27868 26006 0 -1 4202560 566 0 0 0 929 6 0 0 20 0 8 0 391158436 119717888 7619 33554432000 134512640 146736320 4289960048 4120256720 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27875] ppid=27868 vsize=116912 CPUtime=9.54 cores=1,3,5,7
/proc/27869/task/27875/stat : 27875 (pb_cplex) R 27868 27868 26006 0 -1 4202560 463 0 0 0 951 3 0 0 20 0 8 0 391158436 119717888 7619 33554432000 134512640 146736320 4289960048 4109770972 136009723 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27876] ppid=27868 vsize=116912 CPUtime=8.86 cores=1,3,5,7
/proc/27869/task/27876/stat : 27876 (pb_cplex) R 27868 27868 26006 0 -1 4202560 425 0 0 0 883 3 0 0 20 0 8 0 391158436 119717888 7619 33554432000 134512640 146736320 4289960048 4099286040 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27877] ppid=27868 vsize=116912 CPUtime=8.66 cores=1,3,5,7
/proc/27869/task/27877/stat : 27877 (pb_cplex) R 27868 27868 26006 0 -1 4202560 519 0 0 0 861 5 0 0 20 0 8 0 391158436 119717888 7619 33554432000 134512640 146736320 4289960048 4088799452 136009717 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 78.59
Current children cumulated vsize (KiB) 126060

[startup+51.1003 s]
/proc/loadavg: 3.90 3.69 4.62 3/179 27884
/proc/meminfo: memFree=30728940/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=226820 CPUtime=136.47 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 18066 0 0 0 13563 84 0 0 20 0 8 0 391157992 232263680 32312 33554432000 134512640 146736320 4289960048 4289951892 136003828 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27869/statm: 56705 32312 957 2985 0 53639 0
Current children cumulated CPU time (s) 136.47
Current children cumulated vsize (KiB) 235968

[startup+102.307 s]
/proc/loadavg: 5.28 4.13 4.72 5/187 27894
/proc/meminfo: memFree=30698632/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=235984 CPUtime=320.89 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 27165 0 0 0 31867 222 0 0 20 0 8 0 391157992 241647616 34475 33554432000 134512640 146736320 4289960048 4289953160 136000767 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27869/statm: 58996 34475 957 2985 0 55930 0
[pid=27869/tid=27885] ppid=27868 vsize=235984 CPUtime=22.88 cores=1,3,5,7
/proc/27869/task/27885/stat : 27885 (pb_cplex) S 27868 27868 26006 0 -1 4202560 169 0 0 0 2278 10 0 0 20 0 8 0 391163050 241647616 34475 33554432000 134512640 146736320 4289960048 4060081808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27886] ppid=27868 vsize=235984 CPUtime=21.88 cores=1,3,5,7
/proc/27869/task/27886/stat : 27886 (pb_cplex) S 27868 27868 26006 0 -1 4202560 995 0 0 0 2172 16 0 0 20 0 8 0 391163050 241647616 34475 33554432000 134512640 146736320 4289960048 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27887] ppid=27868 vsize=235984 CPUtime=22.48 cores=1,3,5,7
/proc/27869/task/27887/stat : 27887 (pb_cplex) S 27868 27868 26006 0 -1 4202560 682 0 0 0 2231 17 0 0 20 0 8 0 391163050 241647616 34475 33554432000 134512640 146736320 4289960048 4139429520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27888] ppid=27868 vsize=235984 CPUtime=22.41 cores=1,3,5,7
/proc/27869/task/27888/stat : 27888 (pb_cplex) S 27868 27868 26006 0 -1 4202560 519 0 0 0 2222 19 0 0 20 0 8 0 391163050 241647616 34475 33554432000 134512640 146736320 4289960048 4120260240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27889] ppid=27868 vsize=235984 CPUtime=22.94 cores=1,3,5,7
/proc/27869/task/27889/stat : 27889 (pb_cplex) S 27868 27868 26006 0 -1 4202560 849 0 0 0 2275 19 0 0 20 0 8 0 391163050 241647616 34475 33554432000 134512640 146736320 4289960048 3978022544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27890] ppid=27868 vsize=235984 CPUtime=22.49 cores=1,3,5,7
/proc/27869/task/27890/stat : 27890 (pb_cplex) S 27868 27868 26006 0 -1 4202560 30 0 0 0 2238 11 0 0 20 0 8 0 391163050 241647616 34475 33554432000 134512640 146736320 4289960048 3967536784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27891] ppid=27868 vsize=235984 CPUtime=22.66 cores=1,3,5,7

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

/proc/27869/statm: 59282 34873 958 2985 0 56216 0
[pid=27869/tid=27885] ppid=27868 vsize=237128 CPUtime=79.28 cores=1,3,5,7
/proc/27869/task/27885/stat : 27885 (pb_cplex) R 27868 27868 26006 0 -1 4202560 3847 0 0 0 7870 58 0 0 20 0 8 0 391163050 242819072 34873 33554432000 134512640 146736320 4289960048 4060078720 139046527 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27886] ppid=27868 vsize=237128 CPUtime=79.63 cores=1,3,5,7
/proc/27869/task/27886/stat : 27886 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1172 0 0 0 7885 78 0 0 20 0 8 0 391163050 242819072 34873 33554432000 134512640 146736320 4289960048 4070563752 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27887] ppid=27868 vsize=237128 CPUtime=78.75 cores=1,3,5,7
/proc/27869/task/27887/stat : 27887 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1393 0 0 0 7820 55 0 0 20 0 8 0 391163050 242819072 34873 33554432000 134512640 146736320 4289960048 4139426384 136403109 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27888] ppid=27868 vsize=237128 CPUtime=79.43 cores=1,3,5,7
/proc/27869/task/27888/stat : 27888 (pb_cplex) R 27868 27868 26006 0 -1 4202560 720 0 0 0 7883 60 0 0 20 0 8 0 391163050 242819072 34873 33554432000 134512640 146736320 4289960048 4120256356 136389768 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27889] ppid=27868 vsize=237128 CPUtime=79.82 cores=1,3,5,7
/proc/27869/task/27889/stat : 27889 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1071 0 0 0 7925 57 0 0 20 0 8 0 391163050 242819072 34873 33554432000 134512640 146736320 4289960048 3978018872 136475859 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27890] ppid=27868 vsize=237128 CPUtime=79.15 cores=1,3,5,7
/proc/27869/task/27890/stat : 27890 (pb_cplex) R 27868 27868 26006 0 -1 4202560 461 0 0 0 7857 58 0 0 20 0 8 0 391163050 242819072 34873 33554432000 134512640 146736320 4289960048 3967533264 136008050 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27891] ppid=27868 vsize=237128 CPUtime=79.12 cores=1,3,5,7
/proc/27869/task/27891/stat : 27891 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1577 0 0 0 7851 61 0 0 20 0 8 0 391163050 242819072 34873 33554432000 134512640 146736320 4289960048 3957047368 136474423 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 774.34
Current children cumulated vsize (KiB) 246276

[startup+282.3 s]
/proc/loadavg: 7.68 5.82 5.27 8/186 27918
/proc/meminfo: memFree=30673660/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=237260 CPUtime=1003.54 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 46952 0 0 0 99656 698 0 0 20 0 8 0 391157992 242954240 34901 33554432000 134512640 146736320 4289960048 4289951052 135465172 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27869/statm: 59315 34901 958 2985 0 56249 0
[pid=27869/tid=27885] ppid=27868 vsize=237260 CPUtime=108 cores=1,3,5,7
/proc/27869/task/27885/stat : 27885 (pb_cplex) R 27868 27868 26006 0 -1 4202560 8437 0 0 0 10713 87 0 0 20 0 8 0 391163050 242954240 34901 33554432000 134512640 146736320 4289960048 4060078152 139042864 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27886] ppid=27868 vsize=237260 CPUtime=107.87 cores=1,3,5,7
/proc/27869/task/27886/stat : 27886 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1221 0 0 0 10702 85 0 0 20 0 8 0 391163050 242954240 34901 33554432000 134512640 146736320 4289960048 4070563748 136016736 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27887] ppid=27868 vsize=237260 CPUtime=108.15 cores=1,3,5,7
/proc/27869/task/27887/stat : 27887 (pb_cplex) R 27868 27868 26006 0 -1 4202560 3792 0 0 0 10730 85 0 0 20 0 8 0 391163050 242954240 34901 33554432000 134512640 146736320 4289960048 4139426000 136008061 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27888] ppid=27868 vsize=237260 CPUtime=106.95 cores=1,3,5,7
/proc/27869/task/27888/stat : 27888 (pb_cplex) R 27868 27868 26006 0 -1 4202560 722 0 0 0 10625 70 0 0 20 0 8 0 391163050 242954240 34901 33554432000 134512640 146736320 4289960048 4120255400 138412943 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27889] ppid=27868 vsize=237260 CPUtime=108.38 cores=1,3,5,7
/proc/27869/task/27889/stat : 27889 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1072 0 0 0 10764 74 0 0 20 0 8 0 391163050 242954240 34901 33554432000 134512640 146736320 4289960048 3978019272 136000720 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27890] ppid=27868 vsize=237260 CPUtime=108.04 cores=1,3,5,7
/proc/27869/task/27890/stat : 27890 (pb_cplex) R 27868 27868 26006 0 -1 4202560 486 0 0 0 10737 67 0 0 20 0 8 0 391163050 242954240 34901 33554432000 134512640 146736320 4289960048 3967533472 136388292 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27891] ppid=27868 vsize=237260 CPUtime=108.08 cores=1,3,5,7
/proc/27869/task/27891/stat : 27891 (pb_cplex) R 27868 27868 26006 0 -1 4202560 8307 0 0 0 10721 87 0 0 20 0 8 0 391163050 242954240 34901 33554432000 134512640 146736320 4289960048 3957047368 136474219 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1003.54
Current children cumulated vsize (KiB) 246408

[startup+342.3 s]
/proc/loadavg: 8.59 6.41 5.51 10/186 27918
/proc/meminfo: memFree=30673040/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=237652 CPUtime=1233.57 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 60180 0 0 0 122484 873 0 0 20 0 8 0 391157992 243355648 34980 33554432000 134512640 146736320 4289960048 4289952772 136385174 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27869/statm: 59413 34980 958 2985 0 56347 0
[pid=27869/tid=27885] ppid=27868 vsize=237652 CPUtime=136.86 cores=1,3,5,7
/proc/27869/task/27885/stat : 27885 (pb_cplex) R 27868 27868 26006 0 -1 4202560 14930 0 0 0 13580 106 0 0 20 0 8 0 391163050 243355648 34980 33554432000 134512640 146736320 4289960048 4060078148 136385170 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27886] ppid=27868 vsize=237652 CPUtime=135.91 cores=1,3,5,7
/proc/27869/task/27886/stat : 27886 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1221 0 0 0 13485 106 0 0 20 0 8 0 391163050 243355648 34980 33554432000 134512640 146736320 4289960048 4070564060 136389131 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27887] ppid=27868 vsize=237652 CPUtime=136.95 cores=1,3,5,7
/proc/27869/task/27887/stat : 27887 (pb_cplex) R 27868 27868 26006 0 -1 4202560 5560 0 0 0 13593 102 0 0 20 0 8 0 391163050 243355648 34980 33554432000 134512640 146736320 4289960048 4139426248 136000710 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27888] ppid=27868 vsize=237652 CPUtime=135.9 cores=1,3,5,7
/proc/27869/task/27888/stat : 27888 (pb_cplex) R 27868 27868 26006 0 -1 4202560 760 0 0 0 13499 91 0 0 20 0 8 0 391163050 243355648 34980 33554432000 134512640 146736320 4289960048 4120256968 136001712 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27889] ppid=27868 vsize=237652 CPUtime=137.18 cores=1,3,5,7
/proc/27869/task/27889/stat : 27889 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1072 0 0 0 13622 96 0 0 20 0 8 0 391163050 243355648 34980 33554432000 134512640 146736320 4289960048 3978017984 135468704 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27890] ppid=27868 vsize=237652 CPUtime=136.7 cores=1,3,5,7
/proc/27869/task/27890/stat : 27890 (pb_cplex) R 27868 27868 26006 0 -1 4202560 498 0 0 0 13572 98 0 0 20 0 8 0 391163050 243355648 34980 33554432000 134512640 146736320 4289960048 3967533512 136000882 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27891] ppid=27868 vsize=237652 CPUtime=136.92 cores=1,3,5,7
/proc/27869/task/27891/stat : 27891 (pb_cplex) R 27868 27868 26006 0 -1 4202560 13205 0 0 0 13582 110 0 0 20 0 8 0 391163050 243355648 34980 33554432000 134512640 146736320 4289960048 3957048296 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1233.57
Current children cumulated vsize (KiB) 246800

[startup+402.3 s]
/proc/loadavg: 8.28 6.72 5.67 10/186 27918
/proc/meminfo: memFree=30673164/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=237652 CPUtime=1464.83 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 69241 0 0 0 145457 1026 0 0 20 0 8 0 391157992 243355648 35012 33554432000 134512640 146736320 4289960048 4289952816 136384883 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27869/statm: 59413 35012 958 2985 0 56347 0
[pid=27869/tid=27885] ppid=27868 vsize=237652 CPUtime=165.8 cores=1,3,5,7
/proc/27869/task/27885/stat : 27885 (pb_cplex) R 27868 27868 26006 0 -1 4202560 18860 0 0 0 16457 123 0 0 20 0 8 0 391163050 243355648 35012 33554432000 134512640 146736320 4289960048 4060078672 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27886] ppid=27868 vsize=237652 CPUtime=165.18 cores=1,3,5,7
/proc/27869/task/27886/stat : 27886 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1221 0 0 0 16388 130 0 0 20 0 8 0 391163050 243355648 35012 33554432000 134512640 146736320 4289960048 4070563932 135855174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27887] ppid=27868 vsize=237652 CPUtime=166.01 cores=1,3,5,7
/proc/27869/task/27887/stat : 27887 (pb_cplex) R 27868 27868 26006 0 -1 4202560 6765 0 0 0 16479 122 0 0 20 0 8 0 391163050 243355648 35012 33554432000 134512640 146736320 4289960048 4139425700 136016733 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27888] ppid=27868 vsize=237652 CPUtime=164.41 cores=1,3,5,7
/proc/27869/task/27888/stat : 27888 (pb_cplex) R 27868 27868 26006 0 -1 4202560 762 0 0 0 16329 112 0 0 20 0 8 0 391163050 243355648 35012 33554432000 134512640 146736320 4289960048 4120256968 136000720 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27889] ppid=27868 vsize=237652 CPUtime=164.75 cores=1,3,5,7
/proc/27869/task/27889/stat : 27889 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1073 0 0 0 16371 104 0 0 20 0 8 0 391163050 243355648 35012 33554432000 134512640 146736320 4289960048 3978017644 135456843 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27890] ppid=27868 vsize=237652 CPUtime=165.57 cores=1,3,5,7
/proc/27869/task/27890/stat : 27890 (pb_cplex) R 27868 27868 26006 0 -1 4202560 498 0 0 0 16430 127 0 0 20 0 8 0 391163050 243355648 35012 33554432000 134512640 146736320 4289960048 3967533124 136385167 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27891] ppid=27868 vsize=237652 CPUtime=166.74 cores=1,3,5,7
/proc/27869/task/27891/stat : 27891 (pb_cplex) R 27868 27868 26006 0 -1 4202560 17128 0 0 0 16550 124 0 0 20 0 8 0 391163050 243355648 35012 33554432000 134512640 146736320 4289960048 3957047344 136384857 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1464.83
Current children cumulated vsize (KiB) 246800

[startup+462.301 s]
/proc/loadavg: 8.55 7.09 5.86 10/185 27918
/proc/meminfo: memFree=30672536/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=237652 CPUtime=1693.18 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) S 27868 27868 26006 0 -1 4202496 82531 0 0 0 168151 1167 0 0 20 0 8 0 391157992 243355648 35175 33554432000 134512640 146736320 4289960048 4289956432 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27869/statm: 59413 35175 958 2985 0 56347 0
[pid=27869/tid=27885] ppid=27868 vsize=237652 CPUtime=194.27 cores=1,3,5,7
/proc/27869/task/27885/stat : 27885 (pb_cplex) S 27868 27868 26006 0 -1 4202560 22881 0 0 0 19284 143 0 0 20 0 8 0 391163050 243355648 35175 33554432000 134512640 146736320 4289960048 4060081808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27886] ppid=27868 vsize=237652 CPUtime=193.69 cores=1,3,5,7
/proc/27869/task/27886/stat : 27886 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1222 0 0 0 19225 144 0 0 20 0 8 0 391163050 243355648 35175 33554432000 134512640 146736320 4289960048 4070563908 136385179 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27887] ppid=27868 vsize=237652 CPUtime=194.95 cores=1,3,5,7
/proc/27869/task/27887/stat : 27887 (pb_cplex) R 27868 27868 26006 0 -1 4202560 9605 0 0 0 19360 135 0 0 20 0 8 0 391163050 243355648 35175 33554432000 134512640 146736320 4289960048 4139426000 136008042 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27888] ppid=27868 vsize=237652 CPUtime=191.94 cores=1,3,5,7
/proc/27869/task/27888/stat : 27888 (pb_cplex) S 27868 27868 26006 0 -1 4202560 789 0 0 0 19062 132 0 0 20 0 8 0 391163050 243355648 35175 33554432000 134512640 146736320 4289960048 4120260240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27889] ppid=27868 vsize=237652 CPUtime=194.37 cores=1,3,5,7
/proc/27869/task/27889/stat : 27889 (pb_cplex) R 27868 27868 26006 0 -1 4202560 1084 0 0 0 19315 122 0 0 20 0 8 0 391163050 243355648 35175 33554432000 134512640 146736320 4289960048 3978019024 136007975 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27890] ppid=27868 vsize=237652 CPUtime=193.68 cores=1,3,5,7
/proc/27869/task/27890/stat : 27890 (pb_cplex) S 27868 27868 26006 0 -1 4202560 523 0 0 0 19221 147 0 0 20 0 8 0 391163050 243355648 35175 33554432000 134512640 146736320 4289960048 3967536784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27891] ppid=27868 vsize=237652 CPUtime=195.43 cores=1,3,5,7
/proc/27869/task/27891/stat : 27891 (pb_cplex) S 27868 27868 26006 0 -1 4202560 23464 0 0 0 19395 148 0 0 20 0 8 0 391163050 243355648 35175 33554432000 134512640 146736320 4289960048 3957051024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1693.18
Current children cumulated vsize (KiB) 246800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+517.2 s]
/proc/loadavg: 5.55 6.56 5.75 3/186 27919
/proc/meminfo: memFree=30661108/32873844 swapFree=7632/7632
[pid=27868] ppid=27866 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27868/stat : 27868 (run) S 27866 27868 26006 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391157992 9367552 268 33554432000 4194304 5064252 140736274690848 140736274689760 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27868/statm: 2287 268 229 213 0 72 0
[pid=27869] ppid=27868 vsize=239700 CPUtime=1800.03 cores=1,3,5,7
/proc/27869/stat : 27869 (pb_cplex) R 27868 27868 26006 0 -1 4202496 91263 0 0 0 178788 1215 0 0 20 0 8 0 391157992 245452800 37958 33554432000 134512640 146736320 4289960048 4289950912 136382629 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27869/statm: 59925 37958 968 2985 0 56859 0
[pid=27869/tid=27885] ppid=27868 vsize=239700 CPUtime=203.09 cores=1,3,5,7
/proc/27869/task/27885/stat : 27885 (pb_cplex) S 27868 27868 26006 0 -1 4202560 23432 0 0 0 20158 151 0 0 20 0 8 0 391163050 245452800 37958 33554432000 134512640 146736320 4289960048 4060081808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27869/tid=27886] ppid=27868 vsize=239700 CPUtime=202.73 cores=1,3,5,7
/proc/27869/task/27886/stat : 27886 (pb_cplex) S 27868 27868 26006 0 -1 4202560 1222 0 0 0 20122 151 0 0 20 0 8 0 391163050 245452800 37958 33554432000 134512640 146736320 4289960048 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27887] ppid=27868 vsize=239700 CPUtime=203.99 cores=1,3,5,7
/proc/27869/task/27887/stat : 27887 (pb_cplex) S 27868 27868 26006 0 -1 4202560 9981 0 0 0 20258 141 0 0 20 0 8 0 391163050 245452800 37958 33554432000 134512640 146736320 4289960048 4139429520 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27869/tid=27888] ppid=27868 vsize=239700 CPUtime=200.28 cores=1,3,5,7
/proc/27869/task/27888/stat : 27888 (pb_cplex) S 27868 27868 26006 0 -1 4202560 789 0 0 0 19891 137 0 0 20 0 8 0 391163050 245452800 37958 33554432000 134512640 146736320 4289960048 4120260240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27889] ppid=27868 vsize=239700 CPUtime=203 cores=1,3,5,7
/proc/27869/task/27889/stat : 27889 (pb_cplex) S 27868 27868 26006 0 -1 4202560 1085 0 0 0 20170 130 0 0 20 0 8 0 391163050 245452800 37958 33554432000 134512640 146736320 4289960048 3978022544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27869/tid=27890] ppid=27868 vsize=239700 CPUtime=202.48 cores=1,3,5,7
/proc/27869/task/27890/stat : 27890 (pb_cplex) S 27868 27868 26006 0 -1 4202560 523 0 0 0 20098 150 0 0 20 0 8 0 391163050 245452800 37958 33554432000 134512640 146736320 4289960048 3967536784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27869/tid=27891] ppid=27868 vsize=239700 CPUtime=204.19 cores=1,3,5,7
/proc/27869/task/27891/stat : 27891 (pb_cplex) S 27868 27868 26006 0 -1 4202560 24341 0 0 0 20265 154 0 0 20 0 8 0 391163050 245452800 37958 33554432000 134512640 146736320 4289960048 3957051024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 248848

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 27868 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.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 517.216
CPU time (s): 1800.03
CPU user time (s): 1787.88
CPU system time (s): 12.15
CPU usage (%): 348.023
Max. virtual memory (cumulated for all children) (KiB): 253688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354
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.37279 second user time and 3.64245 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-09 15:58:44
IDJOB=3741427
IDBENCH=89856
IDSOLVER=2325
FILE ID=node130/3741427-1339250324
RUNJOBID= node130-1339246834-26024
PBS_JOBID= 14644351
Free space on /tmp= 70960 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-807456.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741427-1339250324/watcher-3741427-1339250324 -o /tmp/evaluation-result-3741427-1339250324/solver-3741427-1339250324 -C 1800 -W 1900 -M 15500  run HOME/instance-3741427-1339250324.opb

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

MD5SUM BENCH= 21cf0355c32a3177f2f6fa914b5dacc6
RANDOM SEED=1505324912

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30841752 kB
Buffers:          274776 kB
Cached:           295252 kB
SwapCached:         2728 kB
Active:          1015412 kB
Inactive:         129496 kB
Active(anon):     572712 kB
Inactive(anon):     3064 kB
Active(file):     442700 kB
Inactive(file):   126432 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097000 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:        579184 kB
Mapped:            12088 kB
Shmem:                 0 kB
Slab:             743152 kB
SReclaimable:     183656 kB
SUnreclaim:       559496 kB
KernelStack:        1464 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     998196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 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-3741427-1339250324.opb

Free space on /tmp at the end= 70944 MiB
End job on node130 at 2012-06-09 16:07:23