Trace number 3732742

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.17 665.917

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13453
Number of constraints which are clauses13453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3732742-1339247377.opb.
0.00/0.00	c Instance file HOME/instance-3732742-1339247377.opb
0.00/0.00	c File size is 453911 bytes.
3.79/3.85	c Highest Coefficient sum: 4
3.79/3.85	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
3.79/3.87	c ============================[ Problem Statistics ]=============================
3.79/3.87	c |                                                                             |
3.79/3.87	c |  Parsing time:          3.86         s                                      |
3.79/3.87	c |  Number Variables:      6352                                                |
3.79/3.87	c |  Number Constraints:    13453                                               |
3.79/3.87	c ===============================================================================
1800.17/665.91	c Remaining time 1796.14 sec.
1800.17/665.91	c 
1800.17/665.91	c *** INTERRUPTED ***
1800.17/665.91	s UNKNOWN
1800.17/665.91	c Total CPU time              : 1796.76 s
1800.17/665.91	c Memory used           : 239.33 MB
1800.17/665.91	c CPU time              : 1796.76 s
1800.17/665.91	c 
1800.17/665.91	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-3732742-1339247377/watcher-3732742-1339247377 -o /tmp/evaluation-result-3732742-1339247377/solver-3732742-1339247377 -C 1800 -W 1900 -M 15500 run HOME/instance-3732742-1339247377.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.56 5.98 2.99 9/186 22208
/proc/meminfo: memFree=29744488/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0

[startup+0.0601231 s]
/proc/loadavg: 8.56 5.98 2.99 9/186 22208
/proc/meminfo: memFree=29744488/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100204 s]
/proc/loadavg: 8.56 5.98 2.99 9/186 22208
/proc/meminfo: memFree=29744488/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300188 s]
/proc/loadavg: 8.56 5.98 2.99 9/186 22208
/proc/meminfo: memFree=29744488/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700165 s]
/proc/loadavg: 8.56 5.98 2.99 9/186 22208
/proc/meminfo: memFree=29744488/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/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.56 5.98 2.99 9/188 22210
/proc/meminfo: memFree=29742092/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=14800 CPUtime=1.49 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 788 0 0 0 149 0 0 0 20 0 1 0 34704693 15155200 743 33554432000 134512640 146736320 4289467136 4289439616 140679077 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22209/statm: 3700 743 298 2985 0 523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23948

[startup+3.10021 s]
/proc/loadavg: 8.56 5.98 2.99 9/188 22210
/proc/meminfo: memFree=29738492/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=14932 CPUtime=3.09 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 823 0 0 0 309 0 0 0 20 0 1 0 34704693 15290368 778 33554432000 134512640 146736320 4289467136 4289439532 140526528 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22209/statm: 3733 778 298 2985 0 556 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24080

[startup+6.30035 s]
/proc/loadavg: 8.52 6.01 3.02 9/188 22210
/proc/meminfo: memFree=29688448/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=51648 CPUtime=6.29 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 16461 0 0 0 625 4 0 0 20 0 1 0 34704693 52887552 8512 33554432000 134512640 146736320 4289467136 4289461080 137172121 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22209/statm: 12912 8513 880 2985 0 9846 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60796

[startup+12.7003 s]
/proc/loadavg: 8.48 6.04 3.04 8/188 22210
/proc/meminfo: memFree=29693256/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=48336 CPUtime=12.69 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 64823 0 0 0 1252 17 0 0 20 0 1 0 34704693 49496064 8434 33554432000 134512640 146736320 4289467136 4289461548 136400672 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22209/statm: 12084 8434 880 2985 0 9018 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57484

[startup+25.5075 s]
/proc/loadavg: 8.23 6.11 3.11 6/189 22213
/proc/meminfo: memFree=29676788/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=48876 CPUtime=25.49 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 85207 0 0 0 2528 21 0 0 20 0 1 0 34704693 50049024 8614 33554432000 134512640 146736320 4289467136 4289461500 136017755 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22209/statm: 12219 8614 911 2985 0 9153 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58024

[startup+51.1005 s]
/proc/loadavg: 8.12 6.23 3.23 12/196 22220
/proc/meminfo: memFree=29542840/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=254396 CPUtime=75.97 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 147721 0 0 0 7553 44 0 0 20 0 8 0 34704693 260501504 34856 33554432000 134512640 146736320 4289467136 4289458924 135454087 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22209/statm: 63599 34856 942 2985 0 60533 0
[pid=22209/tid=22214] ppid=22208 vsize=254396 CPUtime=4.66 cores=1,3,5,7
/proc/22209/task/22214/stat : 22214 (pb_cplex) R 22208 22208 21745 0 -1 4202560 7247 0 0 0 463 3 0 0 20 0 8 0 34708781 260501504 34856 33554432000 134512640 146736320 4289467136 4121886928 136008476 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22215] ppid=22208 vsize=254396 CPUtime=4.38 cores=1,3,5,7
/proc/22209/task/22215/stat : 22215 (pb_cplex) R 22208 22208 21745 0 -1 4202560 4152 0 0 0 436 2 0 0 20 0 8 0 34708781 260501504 34856 33554432000 134512640 146736320 4289467136 4111401112 136007277 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22216] ppid=22208 vsize=254396 CPUtime=4.47 cores=1,3,5,7
/proc/22209/task/22216/stat : 22216 (pb_cplex) R 22208 22208 21745 0 -1 4202560 3192 0 0 0 446 1 0 0 20 0 8 0 34708781 260501504 34856 33554432000 134512640 146736320 4289467136 4100915356 136006527 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22217] ppid=22208 vsize=254396 CPUtime=3.97 cores=1,3,5,7
/proc/22209/task/22217/stat : 22217 (pb_cplex) R 22208 22208 21745 0 -1 4202560 7015 0 0 0 394 3 0 0 20 0 8 0 34708781 260501504 34856 33554432000 134512640 146736320 4289467136 4090429592 136006908 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22218] ppid=22208 vsize=254396 CPUtime=4.42 cores=1,3,5,7
/proc/22209/task/22218/stat : 22218 (pb_cplex) R 22208 22208 21745 0 -1 4202560 4876 0 0 0 439 3 0 0 20 0 8 0 34708781 260501504 34856 33554432000 134512640 146736320 4289467136 4079943772 135854564 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22209/tid=22219] ppid=22208 vsize=254396 CPUtime=4.38 cores=1,3,5,7
/proc/22209/task/22219/stat : 22219 (pb_cplex) R 22208 22208 21745 0 -1 4202560 5630 0 0 0 435 3 0 0 20 0 8 0 34708781 260501504 34856 33554432000 134512640 146736320 4289467136 4069458120 136388565 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22209/tid=22220] ppid=22208 vsize=254396 CPUtime=4.36 cores=1,3,5,7
/proc/22209/task/22220/stat : 22220 (pb_cplex) R 22208 22208 21745 0 -1 4202560 3347 0 0 0 434 2 0 0 20 0 8 0 34708781 260501504 34856 33554432000 134512640 146736320 4289467136 4058972320 136006492 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 75.97
Current children cumulated vsize (KiB) 263544

[startup+102.301 s]
/proc/loadavg: 8.00 6.41 3.44 17/195 22235
/proc/meminfo: memFree=29390384/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=197092 CPUtime=211.51 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) S 22208 22208 21745 0 -1 4202496 178223 0 0 0 21069 82 0 0 20 0 8 0 34704693 201822208 26556 33554432000 134512640 146736320 4289467136 4289463504 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22209/statm: 49273 26556 966 2985 0 46207 0
[pid=22209/tid=22229] ppid=22208 vsize=197092 CPUtime=6.75 cores=1,3,5,7
/proc/22209/task/22229/stat : 22229 (pb_cplex) R 22208 22208 21745 0 -1 4202560 3265 0 0 0 673 2 0 0 20 0 8 0 34713391 201822208 26556 33554432000 134512640 146736320 4289467136 4127768780 135846789 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22209/tid=22230] ppid=22208 vsize=197092 CPUtime=6.7 cores=1,3,5,7
/proc/22209/task/22230/stat : 22230 (pb_cplex) R 22208 22208 21745 0 -1 4202560 4323 0 0 0 666 4 0 0 20 0 8 0 34713391 201822208 26556 33554432000 134512640 146736320 4289467136 4138254792 136000488 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22231] ppid=22208 vsize=197092 CPUtime=7.1 cores=1,3,5,7
/proc/22209/task/22231/stat : 22231 (pb_cplex) S 22208 22208 21745 0 -1 4202560 1484 0 0 0 708 2 0 0 20 0 8 0 34713391 201822208 26556 33554432000 134512640 146736320 4289467136 4148743824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22232] ppid=22208 vsize=197092 CPUtime=6.4 cores=1,3,5,7
/proc/22209/task/22232/stat : 22232 (pb_cplex) R 22208 22208 21745 0 -1 4202560 2129 0 0 0 637 3 0 0 20 0 8 0 34713391 201822208 26556 33554432000 134512640 146736320 4289467136 4090429648 136008177 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22209/tid=22233] ppid=22208 vsize=197092 CPUtime=6.77 cores=1,3,5,7
/proc/22209/task/22233/stat : 22233 (pb_cplex) R 22208 22208 21745 0 -1 4202560 2480 0 0 0 675 2 0 0 20 0 8 0 34713391 201822208 26556 33554432000 134512640 146736320 4289467136 4117281964 135454096 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22234] ppid=22208 vsize=197092 CPUtime=6.97 cores=1,3,5,7
/proc/22209/task/22234/stat : 22234 (pb_cplex) R 22208 22208 21745 0 -1 4202560 2445 0 0 0 696 1 0 0 20 0 8 0 34713391 201822208 26556 33554432000 134512640 146736320 4289467136 4106796968 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22235] ppid=22208 vsize=197092 CPUtime=6.89 cores=1,3,5,7
/proc/22209/task/22235/stat : 22235 (pb_cplex) S 22208 22208 21745 0 -1 4202560 4050 0 0 0 687 2 0 0 20 0 8 0 34713391 201822208 26556 33554432000 134512640 146736320 4289467136 4079947408 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 211.51
Current children cumulated vsize (KiB) 206240

[startup+162.301 s]
/proc/loadavg: 11.73 7.78 4.10 10/195 22235
/proc/meminfo: memFree=29348224/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=222688 CPUtime=434.88 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 232666 0 0 0 43357 131 0 0 20 0 8 0 34704693 228032512 33370 33554432000 134512640 146736320 4289467136 4289459984 136008078 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22209/statm: 55672 33370 966 2985 0 52606 0
[pid=22209/tid=22229] ppid=22208 vsize=222688 CPUtime=33.06 cores=1,3,5,7
/proc/22209/task/22229/stat : 22229 (pb_cplex) R 22208 22208 21745 0 -1 4202560 10551 0 0 0 3296 10 0 0 20 0 8 0 34713391 228032512 33370 33554432000 134512640 146736320 4289467136 4127768764 135526884 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22230] ppid=22208 vsize=222688 CPUtime=33.94 cores=1,3,5,7
/proc/22209/task/22230/stat : 22230 (pb_cplex) R 22208 22208 21745 0 -1 4202560 5977 0 0 0 3387 7 0 0 20 0 8 0 34713391 228032512 33370 33554432000 134512640 146736320 4289467136 4138253676 136400474 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22231] ppid=22208 vsize=222688 CPUtime=34.56 cores=1,3,5,7
/proc/22209/task/22231/stat : 22231 (pb_cplex) R 22208 22208 21745 0 -1 4202560 11130 0 0 0 3447 9 0 0 20 0 8 0 34713391 228032512 33370 33554432000 134512640 146736320 4289467136 4148740304 136008441 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22232] ppid=22208 vsize=222688 CPUtime=34.24 cores=1,3,5,7
/proc/22209/task/22232/stat : 22232 (pb_cplex) R 22208 22208 21745 0 -1 4202560 7985 0 0 0 3417 7 0 0 20 0 8 0 34713391 228032512 33370 33554432000 134512640 146736320 4289467136 4090430440 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22233] ppid=22208 vsize=222688 CPUtime=35 cores=1,3,5,7
/proc/22209/task/22233/stat : 22233 (pb_cplex) R 22208 22208 21745 0 -1 4202560 17220 0 0 0 3489 11 0 0 20 0 8 0 34713391 228032512 33370 33554432000 134512640 146736320 4289467136 4117283024 136008167 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22234] ppid=22208 vsize=222688 CPUtime=35.44 cores=1,3,5,7
/proc/22209/task/22234/stat : 22234 (pb_cplex) R 22208 22208 21745 0 -1 4202560 7212 0 0 0 3539 5 0 0 20 0 8 0 34713391 228032512 33370 33554432000 134512640 146736320 4289467136 4106796236 135465139 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22235] ppid=22208 vsize=222688 CPUtime=34.44 cores=1,3,5,7
/proc/22209/task/22235/stat : 22235 (pb_cplex) R 22208 22208 21745 0 -1 4202560 14295 0 0 0 3435 9 0 0 20 0 8 0 34713391 228032512 33370 33554432000 134512640 146736320 4289467136 4079943772 135854511 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 434.88

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

/proc/22209/statm: 61147 38341 966 2985 0 58081 0
[pid=22209/tid=22229] ppid=22208 vsize=244588 CPUtime=173.98 cores=1,3,5,7
/proc/22209/task/22229/stat : 22229 (pb_cplex) R 22208 22208 21745 0 -1 4202560 17674 0 0 0 17364 34 0 0 20 0 8 0 34713391 250458112 38341 33554432000 134512640 146736320 4289467136 4127768784 136007994 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22230] ppid=22208 vsize=244588 CPUtime=174.63 cores=1,3,5,7
/proc/22209/task/22230/stat : 22230 (pb_cplex) R 22208 22208 21745 0 -1 4202560 15985 0 0 0 17431 32 0 0 20 0 8 0 34713391 250458112 38341 33554432000 134512640 146736320 4289467136 4138254488 136007303 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22231] ppid=22208 vsize=244588 CPUtime=176.05 cores=1,3,5,7
/proc/22209/task/22231/stat : 22231 (pb_cplex) R 22208 22208 21745 0 -1 4202560 19474 0 0 0 17572 33 0 0 20 0 8 0 34713391 250458112 38341 33554432000 134512640 146736320 4289467136 4148741096 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22209/tid=22232] ppid=22208 vsize=244588 CPUtime=171.33 cores=1,3,5,7
/proc/22209/task/22232/stat : 22232 (pb_cplex) R 22208 22208 21745 0 -1 4202560 22727 0 0 0 17098 35 0 0 20 0 8 0 34713391 250458112 38341 33554432000 134512640 146736320 4289467136 4090429648 136008050 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22233] ppid=22208 vsize=244588 CPUtime=173.9 cores=1,3,5,7
/proc/22209/task/22233/stat : 22233 (pb_cplex) R 22208 22208 21745 0 -1 4202560 31643 0 0 0 17351 39 0 0 20 0 8 0 34713391 250458112 38341 33554432000 134512640 146736320 4289467136 4117283024 136008176 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22209/tid=22234] ppid=22208 vsize=244588 CPUtime=174.29 cores=1,3,5,7
/proc/22209/task/22234/stat : 22234 (pb_cplex) R 22208 22208 21745 0 -1 4202560 12910 0 0 0 17399 30 0 0 20 0 8 0 34713391 250458112 38341 33554432000 134512640 146736320 4289467136 4106797128 139042864 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22235] ppid=22208 vsize=244588 CPUtime=170.76 cores=1,3,5,7
/proc/22209/task/22235/stat : 22235 (pb_cplex) R 22208 22208 21745 0 -1 4202560 36457 0 0 0 17037 39 0 0 20 0 8 0 34713391 250458112 38341 33554432000 134512640 146736320 4289467136 4079943888 136008450 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1548.03
Current children cumulated vsize (KiB) 253736

[startup+522.3 s]
/proc/loadavg: 8.25 9.56 6.30 10/195 22489
/proc/meminfo: memFree=31019108/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=259240 CPUtime=1647.87 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 348482 0 0 0 164452 335 0 0 20 0 8 0 34704693 265461760 40612 33554432000 134512640 146736320 4289467136 4289453248 135468687 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 64810 40612 975 2985 0 61744 0
[pid=22209/tid=22229] ppid=22208 vsize=259240 CPUtime=180.69 cores=1,3,5,7
/proc/22209/task/22229/stat : 22229 (pb_cplex) S 22208 22208 21745 0 -1 4202560 17680 0 0 0 18035 34 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4127772304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22230] ppid=22208 vsize=259240 CPUtime=181.13 cores=1,3,5,7
/proc/22209/task/22230/stat : 22230 (pb_cplex) S 22208 22208 21745 0 -1 4202560 16163 0 0 0 18081 32 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4138258064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22231] ppid=22208 vsize=259240 CPUtime=182.75 cores=1,3,5,7
/proc/22209/task/22231/stat : 22231 (pb_cplex) S 22208 22208 21745 0 -1 4202560 19912 0 0 0 18241 34 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4148743824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22232] ppid=22208 vsize=259240 CPUtime=178.49 cores=1,3,5,7
/proc/22209/task/22232/stat : 22232 (pb_cplex) S 22208 22208 21745 0 -1 4202560 22727 0 0 0 17813 36 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4090433168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22233] ppid=22208 vsize=259240 CPUtime=180.76 cores=1,3,5,7
/proc/22209/task/22233/stat : 22233 (pb_cplex) S 22208 22208 21745 0 -1 4202560 32000 0 0 0 18036 40 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4117286544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22234] ppid=22208 vsize=259240 CPUtime=180.96 cores=1,3,5,7
/proc/22209/task/22234/stat : 22234 (pb_cplex) S 22208 22208 21745 0 -1 4202560 12910 0 0 0 18065 31 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4106800784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22235] ppid=22208 vsize=259240 CPUtime=177.46 cores=1,3,5,7
/proc/22209/task/22235/stat : 22235 (pb_cplex) S 22208 22208 21745 0 -1 4202560 37363 0 0 0 17705 41 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4079947408 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1647.87
Current children cumulated vsize (KiB) 268388

[startup+582.3 s]
/proc/loadavg: 7.23 9.09 6.35 3/188 22489
/proc/meminfo: memFree=31284300/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=259240 CPUtime=1707.85 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 350160 0 0 0 170449 336 0 0 20 0 8 0 34704693 265461760 40612 33554432000 134512640 146736320 4289467136 4289454288 136008003 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 64810 40612 975 2985 0 61744 0
[pid=22209/tid=22229] ppid=22208 vsize=259240 CPUtime=180.69 cores=1,3,5,7
/proc/22209/task/22229/stat : 22229 (pb_cplex) S 22208 22208 21745 0 -1 4202560 17680 0 0 0 18035 34 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4127772304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22230] ppid=22208 vsize=259240 CPUtime=181.13 cores=1,3,5,7
/proc/22209/task/22230/stat : 22230 (pb_cplex) S 22208 22208 21745 0 -1 4202560 16163 0 0 0 18081 32 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4138258064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22231] ppid=22208 vsize=259240 CPUtime=182.75 cores=1,3,5,7
/proc/22209/task/22231/stat : 22231 (pb_cplex) S 22208 22208 21745 0 -1 4202560 19912 0 0 0 18241 34 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4148743824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22232] ppid=22208 vsize=259240 CPUtime=178.49 cores=1,3,5,7
/proc/22209/task/22232/stat : 22232 (pb_cplex) S 22208 22208 21745 0 -1 4202560 22727 0 0 0 17813 36 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4090433168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22233] ppid=22208 vsize=259240 CPUtime=180.76 cores=1,3,5,7
/proc/22209/task/22233/stat : 22233 (pb_cplex) S 22208 22208 21745 0 -1 4202560 32000 0 0 0 18036 40 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4117286544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22234] ppid=22208 vsize=259240 CPUtime=180.96 cores=1,3,5,7
/proc/22209/task/22234/stat : 22234 (pb_cplex) S 22208 22208 21745 0 -1 4202560 12910 0 0 0 18065 31 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4106800784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22235] ppid=22208 vsize=259240 CPUtime=177.46 cores=1,3,5,7
/proc/22209/task/22235/stat : 22235 (pb_cplex) S 22208 22208 21745 0 -1 4202560 37363 0 0 0 17705 41 0 0 20 0 8 0 34713391 265461760 40612 33554432000 134512640 146736320 4289467136 4079947408 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1707.85
Current children cumulated vsize (KiB) 268388

[startup+642.3 s]
/proc/loadavg: 7.16 8.64 6.36 10/196 22506
/proc/meminfo: memFree=31056460/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=259240 CPUtime=1767.83 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) R 22208 22208 21745 0 -1 4202496 350441 0 0 0 176447 336 0 0 20 0 8 0 34704693 265461760 41744 33554432000 134512640 146736320 4289467136 4289452880 138463297 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22209/statm: 64810 41744 975 2985 0 61744 0
[pid=22209/tid=22229] ppid=22208 vsize=259240 CPUtime=180.69 cores=1,3,5,7
/proc/22209/task/22229/stat : 22229 (pb_cplex) S 22208 22208 21745 0 -1 4202560 17680 0 0 0 18035 34 0 0 20 0 8 0 34713391 265461760 41744 33554432000 134512640 146736320 4289467136 4127772304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22230] ppid=22208 vsize=259240 CPUtime=181.13 cores=1,3,5,7
/proc/22209/task/22230/stat : 22230 (pb_cplex) S 22208 22208 21745 0 -1 4202560 16163 0 0 0 18081 32 0 0 20 0 8 0 34713391 265461760 41744 33554432000 134512640 146736320 4289467136 4138258064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22231] ppid=22208 vsize=259240 CPUtime=182.75 cores=1,3,5,7
/proc/22209/task/22231/stat : 22231 (pb_cplex) S 22208 22208 21745 0 -1 4202560 19912 0 0 0 18241 34 0 0 20 0 8 0 34713391 265461760 41744 33554432000 134512640 146736320 4289467136 4148743824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22232] ppid=22208 vsize=259240 CPUtime=178.49 cores=1,3,5,7
/proc/22209/task/22232/stat : 22232 (pb_cplex) S 22208 22208 21745 0 -1 4202560 22727 0 0 0 17813 36 0 0 20 0 8 0 34713391 265461760 41744 33554432000 134512640 146736320 4289467136 4090433168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22233] ppid=22208 vsize=259240 CPUtime=180.76 cores=1,3,5,7
/proc/22209/task/22233/stat : 22233 (pb_cplex) S 22208 22208 21745 0 -1 4202560 32000 0 0 0 18036 40 0 0 20 0 8 0 34713391 265461760 41744 33554432000 134512640 146736320 4289467136 4117286544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22234] ppid=22208 vsize=259240 CPUtime=180.96 cores=1,3,5,7
/proc/22209/task/22234/stat : 22234 (pb_cplex) S 22208 22208 21745 0 -1 4202560 12910 0 0 0 18065 31 0 0 20 0 8 0 34713391 265461760 41744 33554432000 134512640 146736320 4289467136 4106800784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22235] ppid=22208 vsize=259240 CPUtime=177.46 cores=1,3,5,7
/proc/22209/task/22235/stat : 22235 (pb_cplex) S 22208 22208 21745 0 -1 4202560 37363 0 0 0 17705 41 0 0 20 0 8 0 34713391 265461760 41744 33554432000 134512640 146736320 4289467136 4079947408 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1767.83
Current children cumulated vsize (KiB) 268388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+665.901 s]
/proc/loadavg: 7.79 8.67 6.42 15/196 22507
/proc/meminfo: memFree=31075696/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=245068 CPUtime=1800.17 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) S 22208 22208 21745 0 -1 4202496 375891 0 0 0 179674 343 0 0 20 0 8 0 34704693 250949632 38766 33554432000 134512640 146736320 4289467136 4289463504 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22209/statm: 61267 38766 975 2985 0 58201 0
[pid=22209/tid=22229] ppid=22208 vsize=245068 CPUtime=181.95 cores=1,3,5,7
/proc/22209/task/22229/stat : 22229 (pb_cplex) S 22208 22208 21745 0 -1 4202560 17680 0 0 0 18160 35 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4127772304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22230] ppid=22208 vsize=245068 CPUtime=182.7 cores=1,3,5,7
/proc/22209/task/22230/stat : 22230 (pb_cplex) R 22208 22208 21745 0 -1 4202560 16163 0 0 0 18237 33 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4138254544 136008455 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22209/tid=22231] ppid=22208 vsize=245068 CPUtime=184.26 cores=1,3,5,7
/proc/22209/task/22231/stat : 22231 (pb_cplex) R 22208 22208 21745 0 -1 4202560 19912 0 0 0 18392 34 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4148740264 135983024 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22232] ppid=22208 vsize=245068 CPUtime=179.97 cores=1,3,5,7
/proc/22209/task/22232/stat : 22232 (pb_cplex) R 22208 22208 21745 0 -1 4202560 22727 0 0 0 17961 36 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4090431360 137084989 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22233] ppid=22208 vsize=245068 CPUtime=182.29 cores=1,3,5,7
/proc/22209/task/22233/stat : 22233 (pb_cplex) R 22208 22208 21745 0 -1 4202560 32002 0 0 0 18189 40 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4117282968 136007668 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22234] ppid=22208 vsize=245068 CPUtime=182.47 cores=1,3,5,7
/proc/22209/task/22234/stat : 22234 (pb_cplex) R 22208 22208 21745 0 -1 4202560 12910 0 0 0 18216 31 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4106797264 136008450 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22235] ppid=22208 vsize=245068 CPUtime=178.94 cores=1,3,5,7
/proc/22209/task/22235/stat : 22235 (pb_cplex) R 22208 22208 21745 0 -1 4202560 37363 0 0 0 17853 41 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4079943720 139044800 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 254216

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

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

[startup+665.901 s]
/proc/loadavg: 7.79 8.67 6.42 15/196 22507
/proc/meminfo: memFree=31075696/32873844 swapFree=7132/7132
[pid=22208] ppid=22206 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22208/stat : 22208 (run) S 22206 22208 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 34704693 9367552 270 33554432000 4194304 5064252 140736488837056 140736488835968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22208/statm: 2287 270 229 213 0 72 0
[pid=22209] ppid=22208 vsize=245068 CPUtime=1800.17 cores=1,3,5,7
/proc/22209/stat : 22209 (pb_cplex) S 22208 22208 21745 0 -1 4202496 375891 0 0 0 179674 343 0 0 20 0 8 0 34704693 250949632 38766 33554432000 134512640 146736320 4289467136 4289463504 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22209/statm: 61267 38766 975 2985 0 58201 0
[pid=22209/tid=22229] ppid=22208 vsize=245068 CPUtime=181.95 cores=1,3,5,7
/proc/22209/task/22229/stat : 22229 (pb_cplex) S 22208 22208 21745 0 -1 4202560 17680 0 0 0 18160 35 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4127772304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22230] ppid=22208 vsize=245068 CPUtime=182.7 cores=1,3,5,7
/proc/22209/task/22230/stat : 22230 (pb_cplex) R 22208 22208 21745 0 -1 4202560 16163 0 0 0 18237 33 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4138254544 136008455 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22209/tid=22231] ppid=22208 vsize=245068 CPUtime=184.26 cores=1,3,5,7
/proc/22209/task/22231/stat : 22231 (pb_cplex) R 22208 22208 21745 0 -1 4202560 19912 0 0 0 18392 34 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4148740264 135983024 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22209/tid=22232] ppid=22208 vsize=245068 CPUtime=179.97 cores=1,3,5,7
/proc/22209/task/22232/stat : 22232 (pb_cplex) R 22208 22208 21745 0 -1 4202560 22727 0 0 0 17961 36 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4090431360 137084989 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22233] ppid=22208 vsize=245068 CPUtime=182.29 cores=1,3,5,7
/proc/22209/task/22233/stat : 22233 (pb_cplex) R 22208 22208 21745 0 -1 4202560 32002 0 0 0 18189 40 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4117282968 136007668 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22209/tid=22234] ppid=22208 vsize=245068 CPUtime=182.47 cores=1,3,5,7
/proc/22209/task/22234/stat : 22234 (pb_cplex) R 22208 22208 21745 0 -1 4202560 12910 0 0 0 18216 31 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4106797264 136008450 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22209/tid=22235] ppid=22208 vsize=245068 CPUtime=178.94 cores=1,3,5,7
/proc/22209/task/22235/stat : 22235 (pb_cplex) R 22208 22208 21745 0 -1 4202560 37363 0 0 0 17853 41 0 0 20 0 8 0 34713391 250949632 38766 33554432000 134512640 146736320 4289467136 4079943720 139044800 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 254216

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22208 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.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 665.917
CPU time (s): 1800.17
CPU user time (s): 1796.74
CPU system time (s): 3.43
CPU usage (%): 270.329
Max. virtual memory (cumulated for all children) (KiB): 272092

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 2.12068 second user time and 4.64529 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-09 15:09:37
IDJOB=3732742
IDBENCH=2208
IDSOLVER=2325
FILE ID=node132/3732742-1339247377
RUNJOBID= node132-1339246833-21763
PBS_JOBID= 14644349
Free space on /tmp= 71144 MiB

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

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=667957071

node132.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.213
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.42
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.213
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	: 5332.55
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.213
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.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.213
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	: 5332.56
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.213
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	: 5332.55
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.213
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	: 5332.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.213
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	: 5332.55
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.213
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29744124 kB
Buffers:          349036 kB
Cached:           134136 kB
SwapCached:         1248 kB
Active:          2162148 kB
Inactive:          97572 kB
Active(anon):    1766964 kB
Inactive(anon):     4340 kB
Active(file):     395184 kB
Inactive(file):    93232 kB
Unevictable:        7132 kB
Mlocked:            7132 kB
SwapTotal:      67108856 kB
SwapFree:       67100784 kB
Dirty:             17080 kB
Writeback:             0 kB
AnonPages:       1775040 kB
Mapped:            14200 kB
Shmem:                 8 kB
Slab:             725268 kB
SReclaimable:     167136 kB
SUnreclaim:       558132 kB
KernelStack:        1512 kB
PageTables:         8612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2580332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1015808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3732742-1339247377.opb

Free space on /tmp at the end= 71132 MiB
End job on node132 at 2012-06-09 15:20:45