Trace number 3736002

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.35 615.616

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_7.opb
MD5SUM7da351a6b3346c83b923d96056c07b3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark263.406
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved NO
Number of variables12935
Total number of constraints47889
Number of constraints which are clauses47870
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1
Maximum length of a constraint953
Number of terms in the objective function 953
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 953
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 984
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-3736002-1339248036.opb.
0.00/0.00	c Instance file HOME/instance-3736002-1339248036.opb
0.00/0.00	c File size is 1413824 bytes.
0.00/0.39	c Highest Coefficient sum: 984
0.00/0.39	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.42	c ============================[ Problem Statistics ]=============================
0.00/0.42	c |                                                                             |
0.00/0.42	c |  Parsing time:          0.42         s                                      |
0.00/0.42	c |  Number Variables:      12935                                               |
0.00/0.43	c |  Number Constraints:    47889                                               |
0.00/0.43	c ===============================================================================
1800.35/615.61	c Remaining time 1799.58 sec.
1800.35/615.61	c 
1800.35/615.61	c *** INTERRUPTED ***
1800.35/615.61	s UNKNOWN
1800.35/615.61	c Total CPU time              : 1797.28 s
1800.35/615.61	c Memory used           : 641.50 MB
1800.35/615.61	c CPU time              : 1797.28 s
1800.35/615.61	c 
1800.35/615.61	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-3736002-1339248036/watcher-3736002-1339248036 -o /tmp/evaluation-result-3736002-1339248036/solver-3736002-1339248036 -C 1800 -W 1900 -M 15500 run HOME/instance-3736002-1339248036.opb 

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

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


[startup+0 s]
/proc/loadavg: 11.81 11.68 8.22 7/185 7851
/proc/meminfo: memFree=31646748/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0

[startup+0.052102 s]
/proc/loadavg: 11.81 11.68 8.22 7/185 7851
/proc/meminfo: memFree=31646748/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100247 s]
/proc/loadavg: 11.81 11.68 8.22 7/185 7851
/proc/meminfo: memFree=31646748/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 11.81 11.68 8.22 7/185 7851
/proc/meminfo: memFree=31646748/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700265 s]
/proc/loadavg: 11.81 11.68 8.22 7/185 7851
/proc/meminfo: memFree=31646748/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 11.81 11.68 8.22 7/187 7853
/proc/meminfo: memFree=31608484/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=121476 CPUtime=1.49 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 25032 0 0 0 145 4 0 0 20 0 1 0 390927695 124391424 15449 33554432000 134512640 146736320 4290765024 4290758792 135468175 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7852/statm: 30369 15449 792 2985 0 27303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130624

[startup+3.10031 s]
/proc/loadavg: 11.81 11.68 8.22 10/187 7853
/proc/meminfo: memFree=31586964/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=122372 CPUtime=3.09 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 27909 0 0 0 305 4 0 0 20 0 1 0 390927695 125308928 15778 33554432000 134512640 146736320 4290765024 4290760072 136000480 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7852/statm: 30593 15778 792 2985 0 27527 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131520

[startup+6.30032 s]
/proc/loadavg: 11.10 11.53 8.19 10/187 7853
/proc/meminfo: memFree=31584856/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=123792 CPUtime=6.29 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 33342 0 0 0 623 6 0 0 20 0 1 0 390927695 126763008 16198 33554432000 134512640 146736320 4290765024 4290760072 135999883 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7852/statm: 30948 16198 792 2985 0 27882 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132940

[startup+12.7003 s]
/proc/loadavg: 10.53 11.41 8.16 3/180 7903
/proc/meminfo: memFree=31683300/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=124024 CPUtime=12.69 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 41628 0 0 0 1261 8 0 0 20 0 1 0 390927695 127000576 16332 33554432000 134512640 146736320 4290765024 4290760044 136400447 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7852/statm: 31006 16332 792 2985 0 27940 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133172

[startup+25.5003 s]
/proc/loadavg: 8.64 10.95 8.06 3/180 7903
/proc/meminfo: memFree=31506064/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=129772 CPUtime=25.49 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 70811 0 0 0 2536 13 0 0 20 0 1 0 390927695 132886528 19685 33554432000 134512640 146736320 4290765024 4290759632 136403114 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7852/statm: 32443 19685 906 2985 0 29377 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138920

[startup+51.1003 s]
/proc/loadavg: 6.37 10.23 7.90 3/179 7903
/proc/meminfo: memFree=31499324/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=131520 CPUtime=51.06 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 102279 0 0 0 5088 18 0 0 20 0 1 0 390927695 134676480 21127 33554432000 134512640 146736320 4290765024 4290757824 135468707 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7852/statm: 32880 21127 909 2985 0 29814 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 140668

[startup+102.306 s]
/proc/loadavg: 3.90 8.96 7.59 3/179 7904
/proc/meminfo: memFree=31487880/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=132952 CPUtime=102.26 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 162521 0 0 0 10198 28 0 0 20 0 1 0 390927695 136142848 22867 33554432000 134512640 146736320 4290765024 4290758712 136475798 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7852/statm: 33238 22867 911 2985 0 30172 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 142100

[startup+162.3 s]
/proc/loadavg: 2.69 7.69 7.24 3/186 7939
/proc/meminfo: memFree=31320160/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=412020 CPUtime=166.52 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 282165 0 0 0 16576 76 0 0 20 0 8 0 390927695 421908480 59874 33554432000 134512640 146736320 4290765024 4290758140 135526859 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7852/statm: 103005 59874 979 2985 0 99939 0
[pid=7852/tid=7933] ppid=7851 vsize=412020 CPUtime=0 cores=0,2,4,6
/proc/7852/task/7933/stat : 7933 (pb_cplex) S 7851 7851 7175 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390939266 421908480 59874 33554432000 134512640 146736320 4290765024 3997167248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7934] ppid=7851 vsize=412020 CPUtime=0 cores=0,2,4,6
/proc/7852/task/7934/stat : 7934 (pb_cplex) S 7851 7851 7175 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390939266 421908480 59874 33554432000 134512640 146736320 4290765024 4065324688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7852/tid=7935] ppid=7851 vsize=412020 CPUtime=0 cores=0,2,4,6
/proc/7852/task/7935/stat : 7935 (pb_cplex) S 7851 7851 7175 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390939266 421908480 59874 33554432000 134512640 146736320 4290765024 4075810448 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7936] ppid=7851 vsize=412020 CPUtime=0 cores=0,2,4,6
/proc/7852/task/7936/stat : 7936 (pb_cplex) S 7851 7851 7175 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390939266 421908480 59874 33554432000 134512640 146736320 4290765024 4053892752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7852/tid=7937] ppid=7851 vsize=412020 CPUtime=0 cores=0,2,4,6
/proc/7852/task/7937/stat : 7937 (pb_cplex) S 7851 7851 7175 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390939266 421908480 59874 33554432000 134512640 146736320 4290765024 3874483856 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7938] ppid=7851 vsize=412020 CPUtime=0 cores=0,2,4,6
/proc/7852/task/7938/stat : 7938 (pb_cplex) S 7851 7851 7175 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390939266 421908480 59874 33554432000 134512640 146736320 4290765024 3863998096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7939] ppid=7851 vsize=412020 CPUtime=0 cores=0,2,4,6
/proc/7852/task/7939/stat : 7939 (pb_cplex) S 7851 7851 7175 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390939266 421908480 59874 33554432000 134512640 146736320 4290765024 3853512336 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 166.52
Current children cumulated vsize (KiB) 421168

[startup+222.3 s]
/proc/loadavg: 2.25 6.65 6.91 10/186 7939
/proc/meminfo: memFree=31150868/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=612672 CPUtime=232.29 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 359972 0 0 0 23136 93 0 0 20 0 8 0 390927695 627376128 97516 33554432000 134512640 146736320 4290765024 4290757904 136008339 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7852/statm: 153168 97516 979 2985 0 150102 0
[pid=7852/tid=7933] ppid=7851 vsize=612672 CPUtime=1.26 cores=0,2,4,6
/proc/7852/task/7933/stat : 7933 (pb_cplex) R 7851 7851 7175 0 -1 4202560 4443 0 0 0 124 2 0 0 20 0 8 0 390939266 627376128 97516 33554432000 134512640 146736320 4290765024 3997163728 136008450 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7934] ppid=7851 vsize=612672 CPUtime=0.91 cores=0,2,4,6
/proc/7852/task/7934/stat : 7934 (pb_cplex) R 7851 7851 7175 0 -1 4202560 3448 0 0 0 90 1 0 0 20 0 8 0 390939266 627376128 97516 33554432000 134512640 146736320 4290765024 4065321052 135854514 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7935] ppid=7851 vsize=612672 CPUtime=1.12 cores=0,2,4,6
/proc/7852/task/7935/stat : 7935 (pb_cplex) R 7851 7851 7175 0 -1 4202560 2859 0 0 0 110 2 0 0 20 0 8 0 390939266 627376128 97516 33554432000 134512640 146736320 4290765024 4075806812 135854535 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7936] ppid=7851 vsize=612672 CPUtime=0.79 cores=0,2,4,6
/proc/7852/task/7936/stat : 7936 (pb_cplex) R 7851 7851 7175 0 -1 4202560 4019 0 0 0 79 0 0 0 20 0 8 0 390939266 627376128 97516 33554432000 134512640 146736320 4290765024 4053889232 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7852/tid=7937] ppid=7851 vsize=612672 CPUtime=0.68 cores=0,2,4,6
/proc/7852/task/7937/stat : 7937 (pb_cplex) R 7851 7851 7175 0 -1 4202560 3173 0 0 0 68 0 0 0 20 0 8 0 390939266 627376128 97516 33554432000 134512640 146736320 4290765024 3874480344 136008606 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7938] ppid=7851 vsize=612672 CPUtime=0.98 cores=0,2,4,6
/proc/7852/task/7938/stat : 7938 (pb_cplex) R 7851 7851 7175 0 -1 4202560 3844 0 0 0 98 0 0 0 20 0 8 0 390939266 627376128 97516 33554432000 134512640 146736320 4290765024 3863994576 136008450 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7939] ppid=7851 vsize=612672 CPUtime=0.85 cores=0,2,4,6
/proc/7852/task/7939/stat : 7939 (pb_cplex) R 7851 7851 7175 0 -1 4202560 2732 0 0 0 84 1 0 0 20 0 8 0 390939266 627376128 97516 33554432000 134512640 146736320 4290765024 3853508680 139042888 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 232.29
Current children cumulated vsize (KiB) 621820


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

/proc/7852/statm: 161217 111366 979 2985 0 158151 0
[pid=7852/tid=7933] ppid=7851 vsize=644868 CPUtime=60.33 cores=0,2,4,6
/proc/7852/task/7933/stat : 7933 (pb_cplex) R 7851 7851 7175 0 -1 4202560 33435 0 0 0 6023 10 0 0 20 0 8 0 390939266 660344832 111366 33554432000 134512640 146736320 4290765024 3997162640 136008443 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7934] ppid=7851 vsize=644868 CPUtime=60.94 cores=0,2,4,6
/proc/7852/task/7934/stat : 7934 (pb_cplex) R 7851 7851 7175 0 -1 4202560 37599 0 0 0 6083 11 0 0 20 0 8 0 390939266 660344832 111366 33554432000 134512640 146736320 4290765024 4065319912 139044550 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7935] ppid=7851 vsize=644868 CPUtime=61.46 cores=0,2,4,6
/proc/7852/task/7935/stat : 7935 (pb_cplex) R 7851 7851 7175 0 -1 4202560 32289 0 0 0 6136 10 0 0 20 0 8 0 390939266 660344832 111366 33554432000 134512640 146736320 4290765024 4075806760 139044550 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7936] ppid=7851 vsize=644868 CPUtime=60.8 cores=0,2,4,6
/proc/7852/task/7936/stat : 7936 (pb_cplex) R 7851 7851 7175 0 -1 4202560 33949 0 0 0 6071 9 0 0 20 0 8 0 390939266 660344832 111366 33554432000 134512640 146736320 4290765024 4053889416 136388087 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7937] ppid=7851 vsize=644868 CPUtime=60.65 cores=0,2,4,6
/proc/7852/task/7937/stat : 7937 (pb_cplex) R 7851 7851 7175 0 -1 4202560 32574 0 0 0 6056 9 0 0 20 0 8 0 390939266 660344832 111366 33554432000 134512640 146736320 4290765024 3874479248 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7938] ppid=7851 vsize=644868 CPUtime=60.78 cores=0,2,4,6
/proc/7852/task/7938/stat : 7938 (pb_cplex) R 7851 7851 7175 0 -1 4202560 38605 0 0 0 6068 10 0 0 20 0 8 0 390939266 660344832 111366 33554432000 134512640 146736320 4290765024 3863995328 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7939] ppid=7851 vsize=644868 CPUtime=60.77 cores=0,2,4,6
/proc/7852/task/7939/stat : 7939 (pb_cplex) R 7851 7851 7175 0 -1 4202560 37031 0 0 0 6066 11 0 0 20 0 8 0 390939266 660344832 111366 33554432000 134512640 146736320 4290765024 3853507728 136008416 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 710.89
Current children cumulated vsize (KiB) 654016

[startup+402.3 s]
/proc/loadavg: 8.68 7.72 7.27 10/187 7941
/proc/meminfo: memFree=30967328/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=648016 CPUtime=950.08 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 739427 0 0 0 94814 194 0 0 20 0 8 0 390927695 663568384 113845 33554432000 134512640 146736320 4290765024 4290757848 136007037 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7852/statm: 162004 113845 979 2985 0 158938 0
[pid=7852/tid=7933] ppid=7851 vsize=648016 CPUtime=90.12 cores=0,2,4,6
/proc/7852/task/7933/stat : 7933 (pb_cplex) R 7851 7851 7175 0 -1 4202560 50265 0 0 0 8996 16 0 0 20 0 8 0 390939266 663568384 113845 33554432000 134512640 146736320 4290765024 3997162640 136008234 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7934] ppid=7851 vsize=648016 CPUtime=89.85 cores=0,2,4,6
/proc/7852/task/7934/stat : 7934 (pb_cplex) R 7851 7851 7175 0 -1 4202560 53238 0 0 0 8968 17 0 0 20 0 8 0 390939266 663568384 113845 33554432000 134512640 146736320 4290765024 4065320124 135526718 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7935] ppid=7851 vsize=648016 CPUtime=91.76 cores=0,2,4,6
/proc/7852/task/7935/stat : 7935 (pb_cplex) R 7851 7851 7175 0 -1 4202560 46267 0 0 0 9161 15 0 0 20 0 8 0 390939266 663568384 113845 33554432000 134512640 146736320 4290765024 4075806812 135854539 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7936] ppid=7851 vsize=648016 CPUtime=91.04 cores=0,2,4,6
/proc/7852/task/7936/stat : 7936 (pb_cplex) R 7851 7851 7175 0 -1 4202560 47224 0 0 0 9091 13 0 0 20 0 8 0 390939266 663568384 113845 33554432000 134512640 146736320 4290765024 4053889616 136403117 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7937] ppid=7851 vsize=648016 CPUtime=90.35 cores=0,2,4,6
/proc/7852/task/7937/stat : 7937 (pb_cplex) R 7851 7851 7175 0 -1 4202560 49070 0 0 0 9021 14 0 0 20 0 8 0 390939266 663568384 113845 33554432000 134512640 146736320 4290765024 3874479248 136008416 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7938] ppid=7851 vsize=648016 CPUtime=91.1 cores=0,2,4,6
/proc/7852/task/7938/stat : 7938 (pb_cplex) R 7851 7851 7175 0 -1 4202560 56042 0 0 0 9094 16 0 0 20 0 8 0 390939266 663568384 113845 33554432000 134512640 146736320 4290765024 3863994424 136475780 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7852/tid=7939] ppid=7851 vsize=648016 CPUtime=91 cores=0,2,4,6
/proc/7852/task/7939/stat : 7939 (pb_cplex) R 7851 7851 7175 0 -1 4202560 54324 0 0 0 9084 16 0 0 20 0 8 0 390939266 663568384 113845 33554432000 134512640 146736320 4290765024 3853507728 136008234 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 950.08
Current children cumulated vsize (KiB) 657164

[startup+462.3 s]
/proc/loadavg: 8.54 7.87 7.35 9/186 7941
/proc/meminfo: memFree=30963108/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=650312 CPUtime=1189.25 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 872684 0 0 0 118695 230 0 0 20 0 8 0 390927695 665919488 114899 33554432000 134512640 146736320 4290765024 4290758288 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7852/statm: 162578 114899 984 2985 0 159512 0
[pid=7852/tid=7933] ppid=7851 vsize=650312 CPUtime=121.34 cores=0,2,4,6
/proc/7852/task/7933/stat : 7933 (pb_cplex) R 7851 7851 7175 0 -1 4202560 67954 0 0 0 12113 21 0 0 20 0 8 0 390939266 665919488 114899 33554432000 134512640 146736320 4290765024 3997163612 135854509 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7934] ppid=7851 vsize=650312 CPUtime=121.51 cores=0,2,4,6
/proc/7852/task/7934/stat : 7934 (pb_cplex) R 7851 7851 7175 0 -1 4202560 68134 0 0 0 12130 21 0 0 20 0 8 0 390939266 665919488 114899 33554432000 134512640 146736320 4290765024 4065321168 136008441 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7935] ppid=7851 vsize=650312 CPUtime=122.89 cores=0,2,4,6
/proc/7852/task/7935/stat : 7935 (pb_cplex) R 7851 7851 7175 0 -1 4202560 60268 0 0 0 12270 19 0 0 20 0 8 0 390939266 665919488 114899 33554432000 134512640 146736320 4290765024 4075806928 136008441 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7936] ppid=7851 vsize=650312 CPUtime=122.51 cores=0,2,4,6
/proc/7852/task/7936/stat : 7936 (pb_cplex) R 7851 7851 7175 0 -1 4202560 60406 0 0 0 12234 17 0 0 20 0 8 0 390939266 665919488 114899 33554432000 134512640 146736320 4290765024 4053889116 135854509 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7852/tid=7937] ppid=7851 vsize=650312 CPUtime=122.32 cores=0,2,4,6
/proc/7852/task/7937/stat : 7937 (pb_cplex) R 7851 7851 7175 0 -1 4202560 70632 0 0 0 12211 21 0 0 20 0 8 0 390939266 665919488 114899 33554432000 134512640 146736320 4290765024 3874480220 135854505 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7938] ppid=7851 vsize=650312 CPUtime=109.47 cores=0,2,4,6
/proc/7852/task/7938/stat : 7938 (pb_cplex) S 7851 7851 7175 0 -1 4202560 67680 0 0 0 10928 19 0 0 20 0 8 0 390939266 665919488 114899 33554432000 134512640 146736320 4290765024 3863998096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7939] ppid=7851 vsize=650312 CPUtime=122.79 cores=0,2,4,6
/proc/7852/task/7939/stat : 7939 (pb_cplex) R 7851 7851 7175 0 -1 4202560 75538 0 0 0 12257 22 0 0 20 0 8 0 390939266 665919488 114899 33554432000 134512640 146736320 4290765024 3853508816 136007998 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1189.25
Current children cumulated vsize (KiB) 659460

[startup+522.3 s]
/proc/loadavg: 8.20 7.89 7.39 9/186 7941
/proc/meminfo: memFree=31061056/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=651452 CPUtime=1428.43 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 997135 0 0 0 142581 262 0 0 20 0 8 0 390927695 667086848 115141 33554432000 134512640 146736320 4290765024 4290757736 139044527 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/7852/statm: 162863 115141 984 2985 0 159797 0
[pid=7852/tid=7933] ppid=7851 vsize=651452 CPUtime=155.68 cores=0,2,4,6
/proc/7852/task/7933/stat : 7933 (pb_cplex) R 7851 7851 7175 0 -1 4202560 85937 0 0 0 15542 26 0 0 20 0 8 0 390939266 667086848 115141 33554432000 134512640 146736320 4290765024 3997163728 136008416 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7934] ppid=7851 vsize=651452 CPUtime=155.58 cores=0,2,4,6
/proc/7852/task/7934/stat : 7934 (pb_cplex) R 7851 7851 7175 0 -1 4202560 82868 0 0 0 15532 26 0 0 20 0 8 0 390939266 667086848 115141 33554432000 134512640 146736320 4290765024 4065321552 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7935] ppid=7851 vsize=651452 CPUtime=157.29 cores=0,2,4,6
/proc/7852/task/7935/stat : 7935 (pb_cplex) R 7851 7851 7175 0 -1 4202560 77674 0 0 0 15704 25 0 0 20 0 8 0 390939266 667086848 115141 33554432000 134512640 146736320 4290765024 4075807312 136403116 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7852/tid=7936] ppid=7851 vsize=651452 CPUtime=156.34 cores=0,2,4,6
/proc/7852/task/7936/stat : 7936 (pb_cplex) R 7851 7851 7175 0 -1 4202560 75436 0 0 0 15612 22 0 0 20 0 8 0 390939266 667086848 115141 33554432000 134512640 146736320 4290765024 4053889116 135854505 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7937] ppid=7851 vsize=651452 CPUtime=157.02 cores=0,2,4,6
/proc/7852/task/7937/stat : 7937 (pb_cplex) R 7851 7851 7175 0 -1 4202560 89087 0 0 0 15676 26 0 0 20 0 8 0 390939266 667086848 115141 33554432000 134512640 146736320 4290765024 3874480584 136000487 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7938] ppid=7851 vsize=651452 CPUtime=109.47 cores=0,2,4,6
/proc/7852/task/7938/stat : 7938 (pb_cplex) S 7851 7851 7175 0 -1 4202560 67680 0 0 0 10928 19 0 0 20 0 8 0 390939266 667086848 115141 33554432000 134512640 146736320 4290765024 3863998096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7939] ppid=7851 vsize=651452 CPUtime=157.23 cores=0,2,4,6
/proc/7852/task/7939/stat : 7939 (pb_cplex) R 7851 7851 7175 0 -1 4202560 97304 0 0 0 15693 30 0 0 20 0 8 0 390939266 667086848 115141 33554432000 134512640 146736320 4290765024 3853508816 136008450 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1428.43
Current children cumulated vsize (KiB) 660600

[startup+582.3 s]
/proc/loadavg: 7.93 7.87 7.41 9/187 7944
/proc/meminfo: memFree=31059340/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=656860 CPUtime=1667.59 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 1121731 0 0 0 166465 294 0 0 20 0 8 0 390927695 672624640 115811 33554432000 134512640 146736320 4290765024 4290757904 136008441 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/7852/statm: 164215 115811 984 2985 0 161149 0
[pid=7852/tid=7933] ppid=7851 vsize=656860 CPUtime=190.12 cores=0,2,4,6
/proc/7852/task/7933/stat : 7933 (pb_cplex) R 7851 7851 7175 0 -1 4202560 104432 0 0 0 18981 31 0 0 20 0 8 0 390939266 672624640 115811 33554432000 134512640 146736320 4290765024 3997163728 136008450 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7852/tid=7934] ppid=7851 vsize=656860 CPUtime=188.88 cores=0,2,4,6
/proc/7852/task/7934/stat : 7934 (pb_cplex) R 7851 7851 7175 0 -1 4202560 99746 0 0 0 18858 30 0 0 20 0 8 0 390939266 672624640 115811 33554432000 134512640 146736320 4290765024 4065321416 135999702 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7935] ppid=7851 vsize=656860 CPUtime=191.53 cores=0,2,4,6
/proc/7852/task/7935/stat : 7935 (pb_cplex) R 7851 7851 7175 0 -1 4202560 92883 0 0 0 19123 30 0 0 20 0 8 0 390939266 672624640 115811 33554432000 134512640 146736320 4290765024 4075807720 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7936] ppid=7851 vsize=656860 CPUtime=191.1 cores=0,2,4,6
/proc/7852/task/7936/stat : 7936 (pb_cplex) R 7851 7851 7175 0 -1 4202560 90324 0 0 0 19084 26 0 0 20 0 8 0 390939266 672624640 115811 33554432000 134512640 146736320 4290765024 4053889452 136400472 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7937] ppid=7851 vsize=656860 CPUtime=191.43 cores=0,2,4,6
/proc/7852/task/7937/stat : 7937 (pb_cplex) R 7851 7851 7175 0 -1 4202560 109903 0 0 0 19112 31 0 0 20 0 8 0 390939266 672624640 115811 33554432000 134512640 146736320 4290765024 3874480220 135854581 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7938] ppid=7851 vsize=656860 CPUtime=109.47 cores=0,2,4,6
/proc/7852/task/7938/stat : 7938 (pb_cplex) S 7851 7851 7175 0 -1 4202560 67680 0 0 0 10928 19 0 0 20 0 8 0 390939266 672624640 115811 33554432000 134512640 146736320 4290765024 3863998096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7939] ppid=7851 vsize=656860 CPUtime=190.66 cores=0,2,4,6
/proc/7852/task/7939/stat : 7939 (pb_cplex) R 7851 7851 7175 0 -1 4202560 115543 0 0 0 19032 34 0 0 20 0 8 0 390939266 672624640 115811 33554432000 134512640 146736320 4290765024 3853509052 135526870 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1667.59
Current children cumulated vsize (KiB) 666008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+615.6 s]
/proc/loadavg: 7.96 7.89 7.43 9/187 7944
/proc/meminfo: memFree=31057988/32873648 swapFree=7376/7376
[pid=7851] ppid=7849 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7851/stat : 7851 (run) S 7849 7851 7175 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390927695 9367552 269 33554432000 4194304 5064252 140733565964992 140733565963904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7851/statm: 2287 269 229 213 0 72 0
[pid=7852] ppid=7851 vsize=656896 CPUtime=1800.35 cores=0,2,4,6
/proc/7852/stat : 7852 (pb_cplex) R 7851 7851 7175 0 -1 4202496 1183807 0 0 0 179726 309 0 0 20 0 8 0 390927695 672661504 115823 33554432000 134512640 146736320 4290765024 4290757632 136403482 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/7852/statm: 164224 115823 984 2985 0 161158 0
[pid=7852/tid=7933] ppid=7851 vsize=656896 CPUtime=208.74 cores=0,2,4,6
/proc/7852/task/7933/stat : 7933 (pb_cplex) R 7851 7851 7175 0 -1 4202560 114322 0 0 0 20840 34 0 0 20 0 8 0 390939266 672661504 115823 33554432000 134512640 146736320 4290765024 3997164764 135854505 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7934] ppid=7851 vsize=656896 CPUtime=207.81 cores=0,2,4,6
/proc/7852/task/7934/stat : 7934 (pb_cplex) R 7851 7851 7175 0 -1 4202560 106720 0 0 0 20748 33 0 0 20 0 8 0 390939266 672661504 115823 33554432000 134512640 146736320 4290765024 4065321008 136384857 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7935] ppid=7851 vsize=656896 CPUtime=209.96 cores=0,2,4,6
/proc/7852/task/7935/stat : 7935 (pb_cplex) R 7851 7851 7175 0 -1 4202560 100876 0 0 0 20963 33 0 0 20 0 8 0 390939266 672661504 115823 33554432000 134512640 146736320 4290765024 4075805704 139042885 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7852/tid=7936] ppid=7851 vsize=656896 CPUtime=210.2 cores=0,2,4,6
/proc/7852/task/7936/stat : 7936 (pb_cplex) R 7851 7851 7175 0 -1 4202560 98142 0 0 0 20991 29 0 0 20 0 8 0 390939266 672661504 115823 33554432000 134512640 146736320 4290765024 4053888924 136405698 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7852/tid=7937] ppid=7851 vsize=656896 CPUtime=210.21 cores=0,2,4,6
/proc/7852/task/7937/stat : 7937 (pb_cplex) R 7851 7851 7175 0 -1 4202560 118456 0 0 0 20987 34 0 0 20 0 8 0 390939266 672661504 115823 33554432000 134512640 146736320 4290765024 3874480064 136403423 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7938] ppid=7851 vsize=656896 CPUtime=109.47 cores=0,2,4,6
/proc/7852/task/7938/stat : 7938 (pb_cplex) S 7851 7851 7175 0 -1 4202560 67680 0 0 0 10928 19 0 0 20 0 8 0 390939266 672661504 115823 33554432000 134512640 146736320 4290765024 3863998096 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7852/tid=7939] ppid=7851 vsize=656896 CPUtime=209.95 cores=0,2,4,6
/proc/7852/task/7939/stat : 7939 (pb_cplex) R 7851 7851 7175 0 -1 4202560 127667 0 0 0 20957 38 0 0 20 0 8 0 390939266 672661504 115823 33554432000 134512640 146736320 4290765024 3853507680 136006275 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 666044

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 7851 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 615.616
CPU time (s): 1800.35
CPU user time (s): 1797.26
CPU system time (s): 3.09
CPU usage (%): 292.447
Max. virtual memory (cumulated for all children) (KiB): 677536

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

The end

Launcher Data

Begin job on node149 at 2012-06-09 15:20:36
IDJOB=3736002
IDBENCH=25014
IDSOLVER=2325
FILE ID=node149/3736002-1339248036
RUNJOBID= node149-1339246813-7191
PBS_JOBID= 14644332
Free space on /tmp= 63432 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_7.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736002-1339248036/watcher-3736002-1339248036 -o /tmp/evaluation-result-3736002-1339248036/solver-3736002-1339248036 -C 1800 -W 1900 -M 15500  run HOME/instance-3736002-1339248036.opb

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

MD5SUM BENCH= 7da351a6b3346c83b923d96056c07b3e
RANDOM SEED=1657559113

node149.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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.145
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.55
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.145
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.145
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:        31647020 kB
Buffers:          135416 kB
Cached:           114100 kB
SwapCached:         2056 kB
Active:           358044 kB
Inactive:          32236 kB
Active(anon):     137468 kB
Inactive(anon):     4100 kB
Active(file):     220576 kB
Inactive(file):    28136 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:             18068 kB
Writeback:             8 kB
AnonPages:        145300 kB
Mapped:            11752 kB
Shmem:                 0 kB
Slab:             696212 kB
SReclaimable:     139480 kB
SUnreclaim:       556732 kB
KernelStack:        1520 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     258148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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-3736002-1339248036.opb

Free space on /tmp at the end= 63412 MiB
End job on node149 at 2012-06-09 15:30:54