Trace number 3741537

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.2 623.816

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-queens-30.opb
MD5SUMac9944a86f58bd3c1af4c4c4a209f399
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1797.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints960
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint88
Maximum length of a constraint116
Number of terms in the objective function 900
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 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3741537-1339250496.opb.
0.00/0.00	c Instance file HOME/instance-3741537-1339250496.opb
0.00/0.00	c File size is 752032 bytes.
1.00/1.01	c Highest Coefficient sum: 130
1.00/1.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
1.00/1.01	c ============================[ Problem Statistics ]=============================
1.00/1.01	c |                                                                             |
1.00/1.01	c |  Parsing time:          1.01         s                                      |
1.00/1.01	c |  Number Variables:      900                                                 |
1.00/1.02	c |  Number Constraints:    960                                                 |
1.00/1.02	c ===============================================================================

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-3741537-1339250496/watcher-3741537-1339250496 -o /tmp/evaluation-result-3741537-1339250496/solver-3741537-1339250496 -C 1800 -W 1900 -M 15500 run HOME/instance-3741537-1339250496.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: 8.49 7.20 6.09 3/178 20885
/proc/meminfo: memFree=27039972/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0

[startup+0.0589369 s]
/proc/loadavg: 8.49 7.20 6.09 3/178 20885
/proc/meminfo: memFree=27039972/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100206 s]
/proc/loadavg: 8.49 7.20 6.09 3/178 20885
/proc/meminfo: memFree=27039972/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300175 s]
/proc/loadavg: 8.49 7.20 6.09 3/178 20885
/proc/meminfo: memFree=27039972/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700184 s]
/proc/loadavg: 8.49 7.20 6.09 3/178 20885
/proc/meminfo: memFree=27039972/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 8.49 7.20 6.09 3/180 20887
/proc/meminfo: memFree=27037816/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=27752 CPUtime=1.49 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 7722 0 0 0 148 1 0 0 20 0 1 0 391175601 28418048 4417 33554432000 134512640 146736320 4294032368 4294025856 144797937 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/20886/statm: 6938 4417 787 2985 0 3872 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36900

[startup+3.10028 s]
/proc/loadavg: 7.97 7.12 6.07 3/180 20887
/proc/meminfo: memFree=27021084/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=35736 CPUtime=3.09 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 13162 0 0 0 307 2 0 0 20 0 1 0 391175601 36593664 6381 33554432000 134512640 146736320 4294032368 4294025832 138412928 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/20886/statm: 8934 6381 787 2985 0 5868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44884

[startup+6.30031 s]
/proc/loadavg: 7.97 7.12 6.07 3/180 20887
/proc/meminfo: memFree=27010756/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=39524 CPUtime=6.29 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 19205 0 0 0 626 3 0 0 20 0 1 0 391175601 40472576 7215 33554432000 134512640 146736320 4294032368 4294027400 136000767 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/20886/statm: 9881 7215 787 2985 0 6815 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48672

[startup+12.7003 s]
/proc/loadavg: 7.05 6.95 6.02 3/180 20887
/proc/meminfo: memFree=27004836/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=58224 CPUtime=12.69 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 30906 0 0 0 1263 6 0 0 20 0 1 0 391175601 59621376 11718 33554432000 134512640 146736320 4294032368 4294025128 138412943 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/20886/statm: 14556 11718 882 2985 0 11490 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67372

[startup+25.5003 s]
/proc/loadavg: 6.28 6.78 5.98 3/179 20887
/proc/meminfo: memFree=26986816/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=63108 CPUtime=25.49 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 65306 0 0 0 2535 14 0 0 20 0 1 0 391175601 64622592 12187 33554432000 134512640 146736320 4294032368 4294026124 139028328 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/20886/statm: 15777 12200 889 2985 0 12711 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72256

[startup+51.1005 s]
/proc/loadavg: 4.82 6.40 5.87 3/186 20894
/proc/meminfo: memFree=26844704/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=290160 CPUtime=51.08 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 129987 0 0 0 5080 28 0 0 20 0 8 0 391175601 297123840 47701 33554432000 134512640 146736320 4294032368 4294024272 135460974 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20886/statm: 72540 47703 927 2985 0 69474 0
[pid=20886/tid=20888] ppid=20885 vsize=290160 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20888/stat : 20888 (pb_cplex) S 20885 20885 19841 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391179901 297123840 47708 33554432000 134512640 146736320 4294032368 3975659152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20889] ppid=20885 vsize=290160 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20889/stat : 20889 (pb_cplex) S 20885 20885 19841 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391179901 297123840 47713 33554432000 134512640 146736320 4294032368 3965173392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20890] ppid=20885 vsize=290160 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20890/stat : 20890 (pb_cplex) S 20885 20885 19841 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391179901 297123840 47718 33554432000 134512640 146736320 4294032368 3954687632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20891] ppid=20885 vsize=290160 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20891/stat : 20891 (pb_cplex) S 20885 20885 19841 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391179901 297123840 47722 33554432000 134512640 146736320 4294032368 3944201872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20892] ppid=20885 vsize=290160 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20892/stat : 20892 (pb_cplex) S 20885 20885 19841 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391179901 297123840 47725 33554432000 134512640 146736320 4294032368 3933716112 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20886/tid=20893] ppid=20885 vsize=290160 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20893/stat : 20893 (pb_cplex) S 20885 20885 19841 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391179901 297123840 47728 33554432000 134512640 146736320 4294032368 3923230352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20894] ppid=20885 vsize=290160 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20894/stat : 20894 (pb_cplex) S 20885 20885 19841 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391179901 297123840 47731 33554432000 134512640 146736320 4294032368 3912744592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 299308

[startup+102.307 s]
/proc/loadavg: 4.51 6.09 5.80 3/179 20894
/proc/meminfo: memFree=26967536/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=122048 CPUtime=169.27 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 274008 0 0 0 16836 91 0 0 20 0 1 0 391175601 124977152 16220 33554432000 134512640 146736320 4294032368 4294028176 137698485 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/20886/statm: 30512 16220 932 2985 0 27446 0
Current children cumulated CPU time (s) 169.27
Current children cumulated vsize (KiB) 131196

[startup+162.301 s]
/proc/loadavg: 3.16 5.42 5.58 3/186 20908
/proc/meminfo: memFree=26702308/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=583540 CPUtime=247.36 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 462521 0 0 0 24583 153 0 0 20 0 8 0 391175601 597544960 82118 33554432000 134512640 146736320 4294032368 4294023308 135465568 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20886/statm: 145885 82118 948 2985 0 142819 0
[pid=20886/tid=20902] ppid=20885 vsize=583540 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20902/stat : 20902 (pb_cplex) S 20885 20885 19841 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391189320 597544960 82118 33554432000 134512640 146736320 4294032368 4044160656 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20903] ppid=20885 vsize=583540 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20903/stat : 20903 (pb_cplex) S 20885 20885 19841 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391189320 597544960 82118 33554432000 134512640 146736320 4294032368 4054646416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20904] ppid=20885 vsize=583540 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20904/stat : 20904 (pb_cplex) S 20885 20885 19841 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391189320 597544960 82118 33554432000 134512640 146736320 4294032368 4065132176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20905] ppid=20885 vsize=583540 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20905/stat : 20905 (pb_cplex) S 20885 20885 19841 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 391189320 597544960 82118 33554432000 134512640 146736320 4294032368 3944201872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20906] ppid=20885 vsize=583540 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20906/stat : 20906 (pb_cplex) S 20885 20885 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391189320 597544960 82118 33554432000 134512640 146736320 4294032368 3636371088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20907] ppid=20885 vsize=583540 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20907/stat : 20907 (pb_cplex) S 20885 20885 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391189320 597544960 82118 33554432000 134512640 146736320 4294032368 3625885328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20908] ppid=20885 vsize=583540 CPUtime=0 cores=1,3,5,7
/proc/20886/task/20908/stat : 20908 (pb_cplex) S 20885 20885 19841 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391189320 597544960 82118 33554432000 134512640 146736320 4294032368 3615399568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 247.36
Current children cumulated vsize (KiB) 592688

[startup+222.3 s]
/proc/loadavg: 2.98 4.91 5.39 10/186 20908
/proc/meminfo: memFree=26553736/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=736864 CPUtime=318.82 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 594476 0 0 0 31694 188 0 0 20 0 8 0 391175601 754548736 119068 33554432000 134512640 146736320 4294032368 4294024144 136008042 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20886/statm: 184216 119068 948 2985 0 181150 0
[pid=20886/tid=20902] ppid=20885 vsize=736864 CPUtime=1.82 cores=1,3,5,7
/proc/20886/task/20902/stat : 20902 (pb_cplex) R 20885 20885 19841 0 -1 4202560 6147 0 0 0 179 3 0 0 20 0 8 0 391189320 754548736 119068 33554432000 134512640 146736320 4294032368 4044155816 138412940 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20886/tid=20903] ppid=20885 vsize=736864 CPUtime=1.75 cores=1,3,5,7

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

/proc/20886/statm: 175234 111459 948 2985 0 172168 0
[pid=20886/tid=20902] ppid=20885 vsize=700936 CPUtime=57.96 cores=1,3,5,7
/proc/20886/task/20902/stat : 20902 (pb_cplex) R 20885 20885 19841 0 -1 4202560 53644 0 0 0 5775 21 0 0 20 0 8 0 391189320 717758464 111459 33554432000 134512640 146736320 4294032368 4044156840 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20903] ppid=20885 vsize=700936 CPUtime=61.28 cores=1,3,5,7
/proc/20886/task/20903/stat : 20903 (pb_cplex) S 20885 20885 19841 0 -1 4202560 54972 0 0 0 6106 22 0 0 20 0 8 0 391189320 717758464 111459 33554432000 134512640 146736320 4294032368 4054646416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20886/tid=20904] ppid=20885 vsize=700936 CPUtime=64.33 cores=1,3,5,7
/proc/20886/task/20904/stat : 20904 (pb_cplex) S 20885 20885 19841 0 -1 4202560 71003 0 0 0 6407 26 0 0 20 0 8 0 391189320 717758464 111459 33554432000 134512640 146736320 4294032368 4065132176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20905] ppid=20885 vsize=700936 CPUtime=58.72 cores=1,3,5,7
/proc/20886/task/20905/stat : 20905 (pb_cplex) S 20885 20885 19841 0 -1 4202560 72330 0 0 0 5848 24 0 0 20 0 8 0 391189320 717758464 111459 33554432000 134512640 146736320 4294032368 3944201872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20906] ppid=20885 vsize=700936 CPUtime=57.88 cores=1,3,5,7
/proc/20886/task/20906/stat : 20906 (pb_cplex) S 20885 20885 19841 0 -1 4202560 54978 0 0 0 5768 20 0 0 20 0 8 0 391189320 717758464 111459 33554432000 134512640 146736320 4294032368 3636371088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20907] ppid=20885 vsize=700936 CPUtime=61.53 cores=1,3,5,7
/proc/20886/task/20907/stat : 20907 (pb_cplex) R 20885 20885 19841 0 -1 4202560 59534 0 0 0 6130 23 0 0 20 0 8 0 391189320 717758464 111459 33554432000 134512640 146736320 4294032368 3625879500 135465568 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20908] ppid=20885 vsize=700936 CPUtime=46.21 cores=1,3,5,7
/proc/20886/task/20908/stat : 20908 (pb_cplex) S 20885 20885 19841 0 -1 4202560 51585 0 0 0 4603 18 0 0 20 0 8 0 391189320 717758464 111459 33554432000 134512640 146736320 4294032368 3615399568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 771.8
Current children cumulated vsize (KiB) 710084

[startup+402.3 s]
/proc/loadavg: 5.61 5.74 5.66 3/186 20910
/proc/meminfo: memFree=26579360/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=708876 CPUtime=949.64 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 1148792 0 0 0 94565 399 0 0 20 0 8 0 391175601 725889024 113372 33554432000 134512640 146736320 4294032368 4294025480 136001700 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20886/statm: 177219 113372 948 2985 0 174153 0
[pid=20886/tid=20902] ppid=20885 vsize=708876 CPUtime=78.56 cores=1,3,5,7
/proc/20886/task/20902/stat : 20902 (pb_cplex) R 20885 20885 19841 0 -1 4202560 63868 0 0 0 7829 27 0 0 20 0 8 0 391189320 725889024 113372 33554432000 134512640 146736320 4294032368 4044156176 135460330 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20886/tid=20903] ppid=20885 vsize=708876 CPUtime=79.75 cores=1,3,5,7
/proc/20886/task/20903/stat : 20903 (pb_cplex) S 20885 20885 19841 0 -1 4202560 65382 0 0 0 7947 28 0 0 20 0 8 0 391189320 725889024 113372 33554432000 134512640 146736320 4294032368 4054646416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20904] ppid=20885 vsize=708876 CPUtime=85.73 cores=1,3,5,7
/proc/20886/task/20904/stat : 20904 (pb_cplex) S 20885 20885 19841 0 -1 4202560 80931 0 0 0 8539 34 0 0 20 0 8 0 391189320 725889024 113372 33554432000 134512640 146736320 4294032368 4065132176 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20905] ppid=20885 vsize=708876 CPUtime=80.1 cores=1,3,5,7
/proc/20886/task/20905/stat : 20905 (pb_cplex) R 20885 20885 19841 0 -1 4202560 83657 0 0 0 7978 32 0 0 20 0 8 0 391189320 725889024 113372 33554432000 134512640 146736320 4294032368 3944197032 138412937 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20886/tid=20906] ppid=20885 vsize=708876 CPUtime=77.92 cores=1,3,5,7
/proc/20886/task/20906/stat : 20906 (pb_cplex) R 20885 20885 19841 0 -1 4202560 65785 0 0 0 7766 26 0 0 20 0 8 0 391189320 725889024 113372 33554432000 134512640 146736320 4294032368 3636367816 136000480 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20907] ppid=20885 vsize=708876 CPUtime=83.4 cores=1,3,5,7
/proc/20886/task/20907/stat : 20907 (pb_cplex) R 20885 20885 19841 0 -1 4202560 74096 0 0 0 8309 31 0 0 20 0 8 0 391189320 725889024 113372 33554432000 134512640 146736320 4294032368 3625881808 136008061 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20908] ppid=20885 vsize=708876 CPUtime=67.04 cores=1,3,5,7
/proc/20886/task/20908/stat : 20908 (pb_cplex) R 20885 20885 19841 0 -1 4202560 73963 0 0 0 6675 29 0 0 20 0 8 0 391189320 725889024 113372 33554432000 134512640 146736320 4294032368 3615393740 135465568 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 949.64
Current children cumulated vsize (KiB) 718024

[startup+462.3 s]
/proc/loadavg: 6.86 6.02 5.76 10/186 20910
/proc/meminfo: memFree=26433832/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=879436 CPUtime=1156.67 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 1495096 0 0 0 115161 506 0 0 20 0 8 0 391175601 900542464 147800 33554432000 134512640 146736320 4294032368 4294020168 136001703 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20886/statm: 219859 147800 950 2985 0 216793 0
[pid=20886/tid=20902] ppid=20885 vsize=879436 CPUtime=109.91 cores=1,3,5,7
/proc/20886/task/20902/stat : 20902 (pb_cplex) R 20885 20885 19841 0 -1 4202560 104930 0 0 0 10949 42 0 0 20 0 8 0 391189320 900542464 147800 33554432000 134512640 146736320 4294032368 4044154000 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20886/tid=20903] ppid=20885 vsize=879436 CPUtime=106.6 cores=1,3,5,7
/proc/20886/task/20903/stat : 20903 (pb_cplex) R 20885 20885 19841 0 -1 4202560 117786 0 0 0 10617 43 0 0 20 0 8 0 391189320 900542464 147800 33554432000 134512640 146736320 4294032368 4054637832 136001703 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20904] ppid=20885 vsize=879436 CPUtime=112.92 cores=1,3,5,7
/proc/20886/task/20904/stat : 20904 (pb_cplex) R 20885 20885 19841 0 -1 4202560 123443 0 0 0 11245 47 0 0 20 0 8 0 391189320 900542464 147800 33554432000 134512640 146736320 4294032368 4065123592 136001716 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20905] ppid=20885 vsize=879436 CPUtime=105.59 cores=1,3,5,7
/proc/20886/task/20905/stat : 20905 (pb_cplex) R 20885 20885 19841 0 -1 4202560 130398 0 0 0 10513 46 0 0 20 0 8 0 391189320 900542464 147800 33554432000 134512640 146736320 4294032368 3944194124 135846757 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20906] ppid=20885 vsize=879436 CPUtime=106.58 cores=1,3,5,7
/proc/20886/task/20906/stat : 20906 (pb_cplex) R 20885 20885 19841 0 -1 4202560 114516 0 0 0 10616 42 0 0 20 0 8 0 391189320 900542464 147800 33554432000 134512640 146736320 4294032368 3636362256 136008069 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20907] ppid=20885 vsize=879436 CPUtime=109.38 cores=1,3,5,7
/proc/20886/task/20907/stat : 20907 (pb_cplex) R 20885 20885 19841 0 -1 4202560 114322 0 0 0 10893 45 0 0 20 0 8 0 391189320 900542464 147800 33554432000 134512640 146736320 4294032368 3625875408 135461678 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20886/tid=20908] ppid=20885 vsize=879436 CPUtime=90.77 cores=1,3,5,7
/proc/20886/task/20908/stat : 20908 (pb_cplex) R 20885 20885 19841 0 -1 4202560 111360 0 0 0 9036 41 0 0 20 0 8 0 391189320 900542464 147800 33554432000 134512640 146736320 4294032368 3615392072 136000767 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1156.67
Current children cumulated vsize (KiB) 888584

[startup+522.3 s]
/proc/loadavg: 8.16 6.54 5.95 9/187 20913
/proc/meminfo: memFree=26463144/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=836620 CPUtime=1395.75 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 1860485 0 0 0 138938 637 0 0 20 0 8 0 391175601 856698880 141255 33554432000 134512640 146736320 4294032368 4294018252 135465099 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20886/statm: 209155 141255 961 2985 0 206089 0
[pid=20886/tid=20902] ppid=20885 vsize=836620 CPUtime=139.85 cores=1,3,5,7
/proc/20886/task/20902/stat : 20902 (pb_cplex) R 20885 20885 19841 0 -1 4202560 142130 0 0 0 13928 57 0 0 20 0 8 0 391189320 856698880 141255 33554432000 134512640 146736320 4294032368 4044155152 137698804 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20903] ppid=20885 vsize=836620 CPUtime=136.12 cores=1,3,5,7
/proc/20886/task/20903/stat : 20903 (pb_cplex) R 20885 20885 19841 0 -1 4202560 162383 0 0 0 13551 61 0 0 20 0 8 0 391189320 856698880 141255 33554432000 134512640 146736320 4294032368 4054635984 135459614 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20904] ppid=20885 vsize=836620 CPUtime=141.97 cores=1,3,5,7
/proc/20886/task/20904/stat : 20904 (pb_cplex) R 20885 20885 19841 0 -1 4202560 162572 0 0 0 14136 61 0 0 20 0 8 0 391189320 856698880 141255 33554432000 134512640 146736320 4294032368 4065124936 139043585 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20905] ppid=20885 vsize=836620 CPUtime=136.34 cores=1,3,5,7
/proc/20886/task/20905/stat : 20905 (pb_cplex) R 20885 20885 19841 0 -1 4202560 178656 0 0 0 13569 65 0 0 20 0 8 0 391189320 856698880 141255 33554432000 134512640 146736320 4294032368 3944192528 136008039 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20906] ppid=20885 vsize=836620 CPUtime=136.67 cores=1,3,5,7
/proc/20886/task/20906/stat : 20906 (pb_cplex) R 20885 20885 19841 0 -1 4202560 156544 0 0 0 13608 59 0 0 20 0 8 0 391189320 856698880 141255 33554432000 134512640 146736320 4294032368 3636362064 135459805 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20907] ppid=20885 vsize=836620 CPUtime=139.52 cores=1,3,5,7
/proc/20886/task/20907/stat : 20907 (pb_cplex) R 20885 20885 19841 0 -1 4202560 147903 0 0 0 13893 59 0 0 20 0 8 0 391189320 856698880 141255 33554432000 134512640 146736320 4294032368 3625877076 135846451 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20908] ppid=20885 vsize=836620 CPUtime=120.9 cores=1,3,5,7
/proc/20886/task/20908/stat : 20908 (pb_cplex) R 20885 20885 19841 0 -1 4202560 188381 0 0 0 12025 65 0 0 20 0 8 0 391189320 856698880 141255 33554432000 134512640 146736320 4294032368 3615392184 136015579 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1395.75
Current children cumulated vsize (KiB) 845768

[startup+582.3 s]
/proc/loadavg: 8.69 6.99 6.14 10/186 20913
/proc/meminfo: memFree=26439268/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=872876 CPUtime=1634.82 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 2216717 0 0 0 162710 772 0 0 20 0 8 0 391175601 893825024 144936 33554432000 134512640 146736320 4294032368 4294020028 138443690 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20886/statm: 218219 144936 961 2985 0 215153 0
[pid=20886/tid=20902] ppid=20885 vsize=872876 CPUtime=169.89 cores=1,3,5,7
/proc/20886/task/20902/stat : 20902 (pb_cplex) R 20885 20885 19841 0 -1 4202560 195108 0 0 0 16912 77 0 0 20 0 8 0 391189320 893825024 144936 33554432000 134512640 146736320 4294032368 4044152632 136015567 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20903] ppid=20885 vsize=872876 CPUtime=165.63 cores=1,3,5,7
/proc/20886/task/20903/stat : 20903 (pb_cplex) R 20885 20885 19841 0 -1 4202560 209136 0 0 0 16484 79 0 0 20 0 8 0 391189320 893825024 144936 33554432000 134512640 146736320 4294032368 4054637892 135523318 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20886/tid=20904] ppid=20885 vsize=872876 CPUtime=171.66 cores=1,3,5,7
/proc/20886/task/20904/stat : 20904 (pb_cplex) R 20885 20885 19841 0 -1 4202560 213148 0 0 0 17087 79 0 0 20 0 8 0 391189320 893825024 144936 33554432000 134512640 146736320 4294032368 4065122728 138412937 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20905] ppid=20885 vsize=872876 CPUtime=166.15 cores=1,3,5,7
/proc/20886/task/20905/stat : 20905 (pb_cplex) R 20885 20885 19841 0 -1 4202560 224035 0 0 0 16537 78 0 0 20 0 8 0 391189320 893825024 144936 33554432000 134512640 146736320 4294032368 3944192528 136008039 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20906] ppid=20885 vsize=872876 CPUtime=166.62 cores=1,3,5,7
/proc/20886/task/20906/stat : 20906 (pb_cplex) R 20885 20885 19841 0 -1 4202560 200932 0 0 0 16586 76 0 0 20 0 8 0 391189320 893825024 144936 33554432000 134512640 146736320 4294032368 3636366096 137698794 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20907] ppid=20885 vsize=872876 CPUtime=169.41 cores=1,3,5,7
/proc/20886/task/20907/stat : 20907 (pb_cplex) R 20885 20885 19841 0 -1 4202560 194035 0 0 0 16866 75 0 0 20 0 8 0 391189320 893825024 144936 33554432000 134512640 146736320 4294032368 3625879440 135408908 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20908] ppid=20885 vsize=872876 CPUtime=151.51 cores=1,3,5,7
/proc/20886/task/20908/stat : 20908 (pb_cplex) R 20885 20885 19841 0 -1 4202560 228917 0 0 0 15068 83 0 0 20 0 8 0 391189320 893825024 144936 33554432000 134512640 146736320 4294032368 3615394576 137698804 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1634.82
Current children cumulated vsize (KiB) 882024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+623.8 s]
/proc/loadavg: 8.90 7.25 6.26 10/186 20914
/proc/meminfo: memFree=26433464/32873648 swapFree=7628/7628
[pid=20885] ppid=20883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20885/stat : 20885 (run) S 20883 20885 19841 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391175601 9367552 270 33554432000 4194304 5064252 140736121745296 140736121744208 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20885/statm: 2287 270 229 213 0 72 0
[pid=20886] ppid=20885 vsize=866324 CPUtime=1800.2 cores=1,3,5,7
/proc/20886/stat : 20886 (pb_cplex) R 20885 20885 19841 0 -1 4202496 2463705 0 0 0 179169 851 0 0 20 0 8 0 391175601 887115776 146171 33554432000 134512640 146736320 4294032368 4294022316 144785853 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20886/statm: 216581 146171 961 2985 0 213515 0
[pid=20886/tid=20902] ppid=20885 vsize=866324 CPUtime=191.41 cores=1,3,5,7
/proc/20886/task/20902/stat : 20902 (pb_cplex) R 20885 20885 19841 0 -1 4202560 235352 0 0 0 19054 87 0 0 20 0 8 0 391189320 887115776 146171 33554432000 134512640 146736320 4294032368 4044151144 138412943 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20886/tid=20903] ppid=20885 vsize=866324 CPUtime=186.31 cores=1,3,5,7
/proc/20886/task/20903/stat : 20903 (pb_cplex) R 20885 20885 19841 0 -1 4202560 250097 0 0 0 18539 92 0 0 20 0 8 0 391189320 887115776 146171 33554432000 134512640 146736320 4294032368 4054639724 144785853 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20886/tid=20904] ppid=20885 vsize=866324 CPUtime=192.15 cores=1,3,5,7
/proc/20886/task/20904/stat : 20904 (pb_cplex) R 20885 20885 19841 0 -1 4202560 241619 0 0 0 19125 90 0 0 20 0 8 0 391189320 887115776 146171 33554432000 134512640 146736320 4294032368 4065122876 135526863 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20905] ppid=20885 vsize=866324 CPUtime=186.45 cores=1,3,5,7
/proc/20886/task/20905/stat : 20905 (pb_cplex) R 20885 20885 19841 0 -1 4202560 253471 0 0 0 18556 89 0 0 20 0 8 0 391189320 887115776 146171 33554432000 134512640 146736320 4294032368 3944192228 136016736 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20906] ppid=20885 vsize=866324 CPUtime=186.96 cores=1,3,5,7
/proc/20886/task/20906/stat : 20906 (pb_cplex) R 20885 20885 19841 0 -1 4202560 224115 0 0 0 18613 83 0 0 20 0 8 0 391189320 887115776 146171 33554432000 134512640 146736320 4294032368 3636361628 135855165 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=20886/tid=20907] ppid=20885 vsize=866324 CPUtime=190.73 cores=1,3,5,7
/proc/20886/task/20907/stat : 20907 (pb_cplex) R 20885 20885 19841 0 -1 4202560 219852 0 0 0 18989 84 0 0 20 0 8 0 391189320 887115776 146171 33554432000 134512640 146736320 4294032368 3625880552 136382573 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20886/tid=20908] ppid=20885 vsize=866324 CPUtime=172 cores=1,3,5,7
/proc/20886/task/20908/stat : 20908 (pb_cplex) R 20885 20885 19841 0 -1 4202560 274405 0 0 0 17103 97 0 0 20 0 8 0 391189320 887115776 146171 33554432000 134512640 146736320 4294032368 3615390212 135523458 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 875472

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

Real time (s): 623.816
CPU time (s): 1800.2
CPU user time (s): 1791.69
CPU system time (s): 8.51
CPU usage (%): 288.579
Max. virtual memory (cumulated for all children) (KiB): 900172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1080
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.52177 second user time and 4.35434 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-09 16:01:36
IDJOB=3741537
IDBENCH=89874
IDSOLVER=2325
FILE ID=node122/3741537-1339250496
RUNJOBID= node122-1339246833-19859
PBS_JOBID= 14644359
Free space on /tmp= 64376 MiB

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

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=1878255945

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27040152 kB
Buffers:          231008 kB
Cached:          3335648 kB
SwapCached:         1868 kB
Active:          3238192 kB
Inactive:        1634444 kB
Active(anon):    1302980 kB
Inactive(anon):     4364 kB
Active(file):    1935212 kB
Inactive(file):  1630080 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099792 kB
Dirty:             17120 kB
Writeback:             0 kB
AnonPages:       1311308 kB
Mapped:            12060 kB
Shmem:                 0 kB
Slab:             819724 kB
SReclaimable:     263616 kB
SUnreclaim:       556108 kB
KernelStack:        1488 kB
PageTables:         6864 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2377940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1105920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3741537-1339250496.opb

Free space on /tmp at the end= 64360 MiB
End job on node122 at 2012-06-09 16:12:00