Trace number 3729023

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 NameAnswerCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.13 494.216

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1373.4
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
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-3729023-1339246834.opb.
0.00/0.00	c Instance file HOME/instance-3729023-1339246834.opb
0.00/0.00	c File size is 47344 bytes.
0.00/0.01	c Highest Coefficient sum: 189
0.00/0.01	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.05	c ============================[ Problem Statistics ]=============================
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Parsing time:          0.01         s                                      |
0.00/0.05	c |  Number Variables:      428                                                 |
0.00/0.05	c |  Number Constraints:    942                                                 |
0.00/0.05	c ===============================================================================
1800.13/494.21	c Remaining time 1799.99 sec.
1800.13/494.21	c 
1800.13/494.21	c *** INTERRUPTED ***
1800.13/494.21	s UNKNOWN
1800.13/494.21	c Total CPU time              : 1787.64 s
1800.13/494.21	c Memory used           : 193.17 MB
1800.13/494.21	c CPU time              : 1787.64 s
1800.13/494.21	c 
1800.13/494.21	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3729023-1339246834/watcher-3729023-1339246834 -o /tmp/evaluation-result-3729023-1339246834/solver-3729023-1339246834 -C 1800 -W 1900 -M 15500 run HOME/instance-3729023-1339246834.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: 0.08 0.02 0.01 2/172 2563
/proc/meminfo: memFree=28848928/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0

[startup+0.0848609 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 2563
/proc/meminfo: memFree=28848928/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10023 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 2563
/proc/meminfo: memFree=28848928/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 2563
/proc/meminfo: memFree=28848928/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70017 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 2563
/proc/meminfo: memFree=28848928/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50092 s]
/proc/loadavg: 0.08 0.02 0.01 3/181 2628
/proc/meminfo: memFree=28822424/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=119496 CPUtime=3.13 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) R 2563 2563 2525 0 -1 4202496 11666 0 0 0 308 5 0 0 20 0 8 0 390810285 122363904 7987 33554432000 134512640 146736320 4288891392 4288885032 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/2564/statm: 29874 7987 895 2985 0 26808 0
[pid=2564/tid=2622] ppid=2563 vsize=119496 CPUtime=0.3 cores=0,2,4,6
/proc/2564/task/2622/stat : 2622 (pb_cplex) R 2563 2563 2525 0 -1 4202560 653 0 0 0 30 0 0 0 20 0 8 0 390810356 122363904 7987 33554432000 134512640 146736320 4288891392 4150461416 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2623] ppid=2563 vsize=119496 CPUtime=0.28 cores=0,2,4,6
/proc/2564/task/2623/stat : 2623 (pb_cplex) R 2563 2563 2525 0 -1 4202560 686 0 0 0 28 0 0 0 20 0 8 0 390810356 122363904 7987 33554432000 134512640 146736320 4288891392 4139976216 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2624] ppid=2563 vsize=119496 CPUtime=0.31 cores=0,2,4,6
/proc/2564/task/2624/stat : 2624 (pb_cplex) D 2563 2563 2525 0 -1 4202560 895 0 0 0 31 0 0 0 20 0 8 0 390810356 122363904 7987 33554432000 134512640 146736320 4288891392 4129488712 135525497 0 2 4096 16387 18446744071581355444 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2625] ppid=2563 vsize=119496 CPUtime=0.27 cores=0,2,4,6
/proc/2564/task/2625/stat : 2625 (pb_cplex) D 2563 2563 2525 0 -1 4202560 1015 0 0 0 27 0 0 0 20 0 8 0 390810356 122363904 7987 33554432000 134512640 146736320 4288891392 4119004116 136084830 0 2 4096 16387 18446744071581355444 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2626] ppid=2563 vsize=119496 CPUtime=0.25 cores=0,2,4,6
/proc/2564/task/2626/stat : 2626 (pb_cplex) R 2563 2563 2525 0 -1 4202560 806 0 0 0 25 0 0 0 20 0 8 0 390810356 122363904 7987 33554432000 134512640 146736320 4288891392 4108517212 144963134 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2627] ppid=2563 vsize=119496 CPUtime=0.35 cores=0,2,4,6
/proc/2564/task/2627/stat : 2627 (pb_cplex) R 2563 2563 2525 0 -1 4202560 763 0 0 0 35 0 0 0 20 0 8 0 390810356 122363904 7987 33554432000 134512640 146736320 4288891392 4098035344 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2628] ppid=2563 vsize=119496 CPUtime=0.34 cores=0,2,4,6
/proc/2564/task/2628/stat : 2628 (pb_cplex) S 2563 2563 2525 0 -1 4202560 960 0 0 0 34 0 0 0 20 0 8 0 390810356 122363904 7987 33554432000 134512640 146736320 4288891392 4087549584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 128644

[startup+3.10029 s]
/proc/loadavg: 0.08 0.02 0.01 2/181 2628
/proc/meminfo: memFree=28813024/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=75088 CPUtime=6.12 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) R 2563 2563 2525 0 -1 4202496 13967 0 0 0 592 20 0 0 20 0 1 0 390810285 76890112 4938 33554432000 134512640 146736320 4288891392 4288887792 136939570 0 0 4096 16387 0 0 0 17 2 0 0 2 0 0
/proc/2564/statm: 18772 4938 901 2985 0 15706 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 84236

[startup+6.3004 s]
/proc/loadavg: 0.15 0.03 0.01 4/181 2642
/proc/meminfo: memFree=28779944/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=181708 CPUtime=15.34 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) R 2563 2563 2525 0 -1 4202496 36140 0 0 0 1493 41 0 0 20 0 8 0 390810285 186068992 19105 33554432000 134512640 146736320 4288891392 4288883096 136007027 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 2 0 0
/proc/2564/statm: 45427 19114 909 2985 0 42361 0
[pid=2564/tid=2636] ppid=2563 vsize=181708 CPUtime=1.13 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) S 2563 2563 2525 0 -1 4202560 1618 0 0 0 111 2 0 0 20 0 8 0 390810668 186068992 19119 33554432000 134512640 146736320 4288891392 4130971280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=181708 CPUtime=1.06 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) R 2563 2563 2525 0 -1 4202560 1869 0 0 0 103 3 0 0 20 0 8 0 390810668 186068992 19135 33554432000 134512640 146736320 4288891392 4141452936 136002764 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=181708 CPUtime=1 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) R 2563 2563 2525 0 -1 4202560 1607 0 0 0 98 2 0 0 20 0 8 0 390810668 186068992 19150 33554432000 134512640 146736320 4288891392 4151938576 136403129 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=181708 CPUtime=1.11 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) R 2563 2563 2525 0 -1 4202560 1728 0 0 0 108 3 0 0 20 0 8 0 390810668 186068992 19165 33554432000 134512640 146736320 4288891392 4119002120 139042876 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=181708 CPUtime=1 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) R 2563 2563 2525 0 -1 4202560 1699 0 0 0 100 0 0 0 20 0 8 0 390810668 186068992 19178 33554432000 134512640 146736320 4288891392 4053138576 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=181708 CPUtime=0.97 cores=0,2,4,6
/proc/2564/task/2641/stat : 2641 (pb_cplex) R 2563 2563 2525 0 -1 4202560 1875 0 0 0 95 2 0 0 20 0 8 0 390810668 186068992 19192 33554432000 134512640 146736320 4288891392 4042653256 135982683 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2642] ppid=2563 vsize=181708 CPUtime=0.99 cores=0,2,4,6
/proc/2564/task/2642/stat : 2642 (pb_cplex) R 2563 2563 2525 0 -1 4202560 1845 0 0 0 97 2 0 0 20 0 8 0 390810668 186068992 19207 33554432000 134512640 146736320 4288891392 4032168272 139023078 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 190856

[startup+12.7004 s]
/proc/loadavg: 0.62 0.13 0.04 9/181 2642
/proc/meminfo: memFree=28764544/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=190116 CPUtime=38.62 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) S 2563 2563 2525 0 -1 4202496 44856 0 0 0 3800 62 0 0 20 0 8 0 390810285 194678784 21309 33554432000 134512640 146736320 4288891392 4288887760 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/2564/statm: 47529 21309 909 2985 0 44463 0
[pid=2564/tid=2636] ppid=2563 vsize=190116 CPUtime=4 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) R 2563 2563 2525 0 -1 4202560 2770 0 0 0 396 4 0 0 20 0 8 0 390810668 194678784 21309 33554432000 134512640 146736320 4288891392 4130968552 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=190116 CPUtime=3.85 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) R 2563 2563 2525 0 -1 4202560 2008 0 0 0 380 5 0 0 20 0 8 0 390810668 194678784 21309 33554432000 134512640 146736320 4288891392 4141453464 136007624 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=190116 CPUtime=3.77 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) R 2563 2563 2525 0 -1 4202560 1816 0 0 0 372 5 0 0 20 0 8 0 390810668 194678784 21309 33554432000 134512640 146736320 4288891392 4151939280 136008168 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=190116 CPUtime=4.12 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) R 2563 2563 2525 0 -1 4202560 3274 0 0 0 406 6 0 0 20 0 8 0 390810668 194678784 21309 33554432000 134512640 146736320 4288891392 4119003200 135655923 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=190116 CPUtime=3.96 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) R 2563 2563 2525 0 -1 4202560 3017 0 0 0 390 6 0 0 20 0 8 0 390810668 194678784 21309 33554432000 134512640 146736320 4288891392 4053140456 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=190116 CPUtime=3.93 cores=0,2,4,6
/proc/2564/task/2641/stat : 2641 (pb_cplex) R 2563 2563 2525 0 -1 4202560 4177 0 0 0 388 5 0 0 20 0 8 0 390810668 194678784 21309 33554432000 134512640 146736320 4288891392 4042654696 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2642] ppid=2563 vsize=190116 CPUtime=3.82 cores=0,2,4,6
/proc/2564/task/2642/stat : 2642 (pb_cplex) R 2563 2563 2525 0 -1 4202560 3729 0 0 0 378 4 0 0 20 0 8 0 390810668 194678784 21309 33554432000 134512640 146736320 4288891392 4032168144 136008172 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 38.62
Current children cumulated vsize (KiB) 199264

[startup+25.5004 s]
/proc/loadavg: 2.11 0.48 0.16 3/187 2713
/proc/meminfo: memFree=28705100/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=193164 CPUtime=85.91 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) S 2563 2563 2525 0 -1 4202496 61835 0 0 0 8487 104 0 0 20 0 8 0 390810285 197799936 22503 33554432000 134512640 146736320 4288891392 4288887760 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/2564/statm: 48291 22503 909 2985 0 45225 0
[pid=2564/tid=2636] ppid=2563 vsize=193164 CPUtime=9.88 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) S 2563 2563 2525 0 -1 4202560 4357 0 0 0 977 11 0 0 20 0 8 0 390810668 197799936 22503 33554432000 134512640 146736320 4288891392 4130971280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=193164 CPUtime=9.68 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) R 2563 2563 2525 0 -1 4202560 3624 0 0 0 959 9 0 0 20 0 8 0 390810668 197799936 22503 33554432000 134512640 146736320 4288891392 4141457040 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=193164 CPUtime=9.64 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) R 2563 2563 2525 0 -1 4202560 1872 0 0 0 955 9 0 0 20 0 8 0 390810668 197799936 22503 33554432000 134512640 146736320 4288891392 4151940072 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=193164 CPUtime=10.06 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) R 2563 2563 2525 0 -1 4202560 7607 0 0 0 994 12 0 0 20 0 8 0 390810668 197799936 22503 33554432000 134512640 146736320 4288891392 4119003404 136004470 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=193164 CPUtime=9.85 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) R 2563 2563 2525 0 -1 4202560 4842 0 0 0 974 11 0 0 20 0 8 0 390810668 197799936 22503 33554432000 134512640 146736320 4288891392 4053140456 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=193164 CPUtime=9.9 cores=0,2,4,6
/proc/2564/task/2641/stat : 2641 (pb_cplex) R 2563 2563 2525 0 -1 4202560 5245 0 0 0 980 10 0 0 20 0 8 0 390810668 197799936 22503 33554432000 134512640 146736320 4288891392 4042654124 136400443 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2642] ppid=2563 vsize=193164 CPUtime=9.75 cores=0,2,4,6
/proc/2564/task/2642/stat : 2642 (pb_cplex) R 2563 2563 2525 0 -1 4202560 8909 0 0 0 964 11 0 0 20 0 8 0 390810668 197799936 22503 33554432000 134512640 146736320 4288891392 4032168936 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 85.91
Current children cumulated vsize (KiB) 202312

[startup+51.1004 s]
/proc/loadavg: 2.79 0.78 0.26 3/187 2736
/proc/meminfo: memFree=28675464/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=190092 CPUtime=154.42 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) S 2563 2563 2525 0 -1 4202496 73856 0 0 0 15293 149 0 0 20 0 8 0 390810285 194654208 25084 33554432000 134512640 146736320 4288891392 4288887760 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/2564/statm: 47523 25084 930 2985 0 44457 0
[pid=2564/tid=2636] ppid=2563 vsize=190092 CPUtime=17.4 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) S 2563 2563 2525 0 -1 4202560 4623 0 0 0 1724 16 0 0 20 0 8 0 390810668 194654208 25084 33554432000 134512640 146736320 4288891392 4130971280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=190092 CPUtime=17.07 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) S 2563 2563 2525 0 -1 4202560 4187 0 0 0 1691 16 0 0 20 0 8 0 390810668 194654208 25084 33554432000 134512640 146736320 4288891392 4141457040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=190092 CPUtime=16.87 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) S 2563 2563 2525 0 -1 4202560 2075 0 0 0 1674 13 0 0 20 0 8 0 390810668 194654208 25084 33554432000 134512640 146736320 4288891392 4151942800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=190092 CPUtime=17.42 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) R 2563 2563 2525 0 -1 4202560 7608 0 0 0 1726 16 0 0 20 0 8 0 390810668 194654208 25084 33554432000 134512640 146736320 4288891392 4119004136 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=190092 CPUtime=17.18 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) R 2563 2563 2525 0 -1 4202560 6050 0 0 0 1701 17 0 0 20 0 8 0 390810668 194654208 25084 33554432000 134512640 146736320 4288891392 4053140456 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=190092 CPUtime=17.22 cores=0,2,4,6

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

/proc/2564/statm: 48613 26287 936 2985 0 45547 0
[pid=2564/tid=2636] ppid=2563 vsize=194452 CPUtime=97.32 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) R 2563 2563 2525 0 -1 4202560 13280 0 0 0 9660 72 0 0 20 0 8 0 390810668 199118848 26287 33554432000 134512640 146736320 4288891392 4130970368 136656329 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=194452 CPUtime=96.93 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) R 2563 2563 2525 0 -1 4202560 6965 0 0 0 9621 72 0 0 20 0 8 0 390810668 199118848 26287 33554432000 134512640 146736320 4288891392 4141453520 136008168 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=194452 CPUtime=96.34 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) R 2563 2563 2525 0 -1 4202560 7609 0 0 0 9563 71 0 0 20 0 8 0 390810668 199118848 26287 33554432000 134512640 146736320 4288891392 4151940072 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=194452 CPUtime=96.85 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) R 2563 2563 2525 0 -1 4202560 11670 0 0 0 9607 78 0 0 20 0 8 0 390810668 199118848 26287 33554432000 134512640 146736320 4288891392 4119004584 136400570 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=194452 CPUtime=96.65 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) R 2563 2563 2525 0 -1 4202560 15113 0 0 0 9591 74 0 0 20 0 8 0 390810668 199118848 26287 33554432000 134512640 146736320 4288891392 4053139528 139042876 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=194452 CPUtime=96.54 cores=0,2,4,6
/proc/2564/task/2641/stat : 2641 (pb_cplex) R 2563 2563 2525 0 -1 4202560 14372 0 0 0 9580 74 0 0 20 0 8 0 390810668 199118848 26287 33554432000 134512640 146736320 4288891392 4042652788 135450777 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2642] ppid=2563 vsize=194452 CPUtime=96.61 cores=0,2,4,6
/proc/2564/task/2642/stat : 2642 (pb_cplex) R 2563 2563 2525 0 -1 4202560 18010 0 0 0 9580 81 0 0 20 0 8 0 390810668 199118848 26287 33554432000 134512640 146736320 4288891392 4032168108 135454079 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 789.73
Current children cumulated vsize (KiB) 203600

[startup+282.3 s]
/proc/loadavg: 7.44 4.38 1.84 10/185 2736
/proc/meminfo: memFree=28659976/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=195740 CPUtime=1011.74 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) R 2563 2563 2525 0 -1 4202496 128563 0 0 0 100426 748 0 0 20 0 8 0 390810285 200437760 26498 33554432000 134512640 146736320 4288891392 4288885032 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 2 0 0
/proc/2564/statm: 48935 26498 936 2985 0 45869 0
[pid=2564/tid=2636] ppid=2563 vsize=195740 CPUtime=125.03 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) R 2563 2563 2525 0 -1 4202560 13463 0 0 0 12414 89 0 0 20 0 8 0 390810668 200437760 26498 33554432000 134512640 146736320 4288891392 4130968144 136403109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=195740 CPUtime=124.94 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) S 2563 2563 2525 0 -1 4202560 6984 0 0 0 12404 90 0 0 20 0 8 0 390810668 200437760 26498 33554432000 134512640 146736320 4288891392 4141457040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=195740 CPUtime=123.79 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) S 2563 2563 2525 0 -1 4202560 7609 0 0 0 12291 88 0 0 20 0 8 0 390810668 200437760 26498 33554432000 134512640 146736320 4288891392 4151942800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=195740 CPUtime=124.12 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) R 2563 2563 2525 0 -1 4202560 11670 0 0 0 12316 96 0 0 20 0 8 0 390810668 200437760 26498 33554432000 134512640 146736320 4288891392 4119004136 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=195740 CPUtime=124.26 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) R 2563 2563 2525 0 -1 4202560 16901 0 0 0 12336 90 0 0 20 0 8 0 390810668 200437760 26498 33554432000 134512640 146736320 4288891392 4053140456 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=195740 CPUtime=124.94 cores=0,2,4,6
/proc/2564/task/2641/stat : 2641 (pb_cplex) S 2563 2563 2525 0 -1 4202560 15171 0 0 0 12401 93 0 0 20 0 8 0 390810668 200437760 26498 33554432000 134512640 146736320 4288891392 4042657424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2642] ppid=2563 vsize=195740 CPUtime=124.82 cores=0,2,4,6
/proc/2564/task/2642/stat : 2642 (pb_cplex) R 2563 2563 2525 0 -1 4202560 18823 0 0 0 12383 99 0 0 20 0 8 0 390810668 200437760 26498 33554432000 134512640 146736320 4288891392 4032168392 136000480 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1011.74
Current children cumulated vsize (KiB) 204888

[startup+342.3 s]
/proc/loadavg: 6.50 4.70 2.11 7/186 2738
/proc/meminfo: memFree=28658456/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=195740 CPUtime=1234.35 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) S 2563 2563 2525 0 -1 4202496 134043 0 0 0 122540 895 0 0 20 0 8 0 390810285 200437760 26426 33554432000 134512640 146736320 4288891392 4288887760 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 2 0 0
/proc/2564/statm: 48935 26426 936 2985 0 45869 0
[pid=2564/tid=2636] ppid=2563 vsize=195740 CPUtime=152.83 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) R 2563 2563 2525 0 -1 4202560 13463 0 0 0 15176 107 0 0 20 0 8 0 390810668 200437760 26426 33554432000 134512640 146736320 4288891392 4130967760 136008168 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=195740 CPUtime=153.13 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) R 2563 2563 2525 0 -1 4202560 7436 0 0 0 15205 108 0 0 20 0 8 0 390810668 200437760 26426 33554432000 134512640 146736320 4288891392 4141454312 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=195740 CPUtime=151.27 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) S 2563 2563 2525 0 -1 4202560 9113 0 0 0 15019 108 0 0 20 0 8 0 390810668 200437760 26426 33554432000 134512640 146736320 4288891392 4151942800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=195740 CPUtime=151.67 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) S 2563 2563 2525 0 -1 4202560 11851 0 0 0 15051 116 0 0 20 0 8 0 390810668 200437760 26426 33554432000 134512640 146736320 4288891392 4119006864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=195740 CPUtime=152.59 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) S 2563 2563 2525 0 -1 4202560 16901 0 0 0 15147 112 0 0 20 0 8 0 390810668 200437760 26426 33554432000 134512640 146736320 4288891392 4053143184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=195740 CPUtime=152.91 cores=0,2,4,6
/proc/2564/task/2641/stat : 2641 (pb_cplex) R 2563 2563 2525 0 -1 4202560 16690 0 0 0 15178 113 0 0 20 0 8 0 390810668 200437760 26426 33554432000 134512640 146736320 4288891392 4042654696 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2642] ppid=2563 vsize=195740 CPUtime=152.72 cores=0,2,4,6
/proc/2564/task/2642/stat : 2642 (pb_cplex) S 2563 2563 2525 0 -1 4202560 19356 0 0 0 15153 119 0 0 20 0 8 0 390810668 200437760 26426 33554432000 134512640 146736320 4288891392 4032171664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1234.35
Current children cumulated vsize (KiB) 204888

[startup+402.3 s]
/proc/loadavg: 7.07 5.16 2.43 8/186 2738
/proc/meminfo: memFree=28657596/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=197788 CPUtime=1458.37 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) R 2563 2563 2525 0 -1 4202496 146194 0 0 0 144805 1032 0 0 20 0 8 0 390810285 202534912 26721 33554432000 134512640 146736320 4288891392 4288884624 136403116 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 2 0 0
/proc/2564/statm: 49447 26721 936 2985 0 46381 0
[pid=2564/tid=2636] ppid=2563 vsize=197788 CPUtime=180.83 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) R 2563 2563 2525 0 -1 4202560 14491 0 0 0 17959 124 0 0 20 0 8 0 390810668 202534912 26721 33554432000 134512640 146736320 4288891392 4130968176 136385262 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=197788 CPUtime=181.44 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) S 2563 2563 2525 0 -1 4202560 8728 0 0 0 18016 128 0 0 20 0 8 0 390810668 202534912 26721 33554432000 134512640 146736320 4288891392 4141457040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=197788 CPUtime=179.16 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) R 2563 2563 2525 0 -1 4202560 9774 0 0 0 17794 122 0 0 20 0 8 0 390810668 202534912 26721 33554432000 134512640 146736320 4288891392 4151939184 136384895 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=197788 CPUtime=179.57 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) R 2563 2563 2525 0 -1 4202560 13546 0 0 0 17825 132 0 0 20 0 8 0 390810668 202534912 26721 33554432000 134512640 146736320 4288891392 4119004136 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=197788 CPUtime=180.87 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) R 2563 2563 2525 0 -1 4202560 17698 0 0 0 17959 128 0 0 20 0 8 0 390810668 202534912 26721 33554432000 134512640 146736320 4288891392 4053140456 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=197788 CPUtime=180.91 cores=0,2,4,6
/proc/2564/task/2641/stat : 2641 (pb_cplex) R 2563 2563 2525 0 -1 4202560 19120 0 0 0 17960 131 0 0 20 0 8 0 390810668 202534912 26721 33554432000 134512640 146736320 4288891392 4042653748 135450830 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2642] ppid=2563 vsize=197788 CPUtime=180.64 cores=0,2,4,6
/proc/2564/task/2642/stat : 2642 (pb_cplex) R 2563 2563 2525 0 -1 4202560 20352 0 0 0 17927 137 0 0 20 0 8 0 390810668 202534912 26721 33554432000 134512640 146736320 4288891392 4032168008 139042902 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1458.37
Current children cumulated vsize (KiB) 206936

[startup+462.3 s]
/proc/loadavg: 7.66 5.70 2.78 8/186 2738
/proc/meminfo: memFree=28658476/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=196780 CPUtime=1681.33 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) R 2563 2563 2525 0 -1 4202496 153656 0 0 0 166959 1174 0 0 20 0 8 0 390810285 201502720 26630 33554432000 134512640 146736320 4288891392 4288885032 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 2 0 0
/proc/2564/statm: 49195 26630 936 2985 0 46129 0
[pid=2564/tid=2636] ppid=2563 vsize=196780 CPUtime=208.63 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) R 2563 2563 2525 0 -1 4202560 16498 0 0 0 20718 145 0 0 20 0 8 0 390810668 201502720 26630 33554432000 134512640 146736320 4288891392 4130967760 136008178 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=196780 CPUtime=209.27 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) R 2563 2563 2525 0 -1 4202560 9896 0 0 0 20780 147 0 0 20 0 8 0 390810668 201502720 26630 33554432000 134512640 146736320 4288891392 4141453384 139042888 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=196780 CPUtime=206.82 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) R 2563 2563 2525 0 -1 4202560 9775 0 0 0 20542 140 0 0 20 0 8 0 390810668 201502720 26630 33554432000 134512640 146736320 4288891392 4151940072 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=196780 CPUtime=207.53 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) R 2563 2563 2525 0 -1 4202560 15208 0 0 0 20603 150 0 0 20 0 8 0 390810668 201502720 26630 33554432000 134512640 146736320 4288891392 4119003728 136403117 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=196780 CPUtime=208.91 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) R 2563 2563 2525 0 -1 4202560 18678 0 0 0 20743 148 0 0 20 0 8 0 390810668 201502720 26630 33554432000 134512640 146736320 4288891392 4053140456 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=196780 CPUtime=209 cores=0,2,4,6
/proc/2564/task/2641/stat : 2641 (pb_cplex) R 2563 2563 2525 0 -1 4202560 20762 0 0 0 20749 151 0 0 20 0 8 0 390810668 201502720 26630 33554432000 134512640 146736320 4288891392 4042654288 136403117 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2642] ppid=2563 vsize=196780 CPUtime=208.62 cores=0,2,4,6
/proc/2564/task/2642/stat : 2642 (pb_cplex) R 2563 2563 2525 0 -1 4202560 20352 0 0 0 20707 155 0 0 20 0 8 0 390810668 201502720 26630 33554432000 134512640 146736320 4288891392 4032168064 135468509 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1681.33
Current children cumulated vsize (KiB) 205928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+494.2 s]
/proc/loadavg: 7.12 5.79 2.92 7/193 2745
/proc/meminfo: memFree=28571004/32873648 swapFree=7372/7372
[pid=2563] ppid=2561 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2563/stat : 2563 (run) S 2561 2563 2525 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390810285 9367552 270 33554432000 4194304 5064252 140735658170432 140735658169344 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2563/statm: 2287 270 229 213 0 72 0
[pid=2564] ppid=2563 vsize=197804 CPUtime=1800.13 cores=0,2,4,6
/proc/2564/stat : 2564 (pb_cplex) S 2563 2563 2525 0 -1 4202496 155986 0 0 0 178761 1252 0 0 20 0 8 0 390810285 202551296 26770 33554432000 134512640 146736320 4288891392 4288887760 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 2 0 0
/proc/2564/statm: 49451 26770 936 2985 0 46385 0
[pid=2564/tid=2636] ppid=2563 vsize=197804 CPUtime=223.58 cores=0,2,4,6
/proc/2564/task/2636/stat : 2636 (pb_cplex) S 2563 2563 2525 0 -1 4202560 17369 0 0 0 22205 153 0 0 20 0 8 0 390810668 202551296 26770 33554432000 134512640 146736320 4288891392 4130971280 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2637] ppid=2563 vsize=197804 CPUtime=223.86 cores=0,2,4,6
/proc/2564/task/2637/stat : 2637 (pb_cplex) R 2563 2563 2525 0 -1 4202560 9896 0 0 0 22229 157 0 0 20 0 8 0 390810668 202551296 26770 33554432000 134512640 146736320 4288891392 4141453248 135468687 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2564/tid=2638] ppid=2563 vsize=197804 CPUtime=221.66 cores=0,2,4,6
/proc/2564/task/2638/stat : 2638 (pb_cplex) R 2563 2563 2525 0 -1 4202560 9781 0 0 0 22017 149 0 0 20 0 8 0 390810668 202551296 26770 33554432000 134512640 146736320 4288891392 4151939124 135450566 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2639] ppid=2563 vsize=197804 CPUtime=222.26 cores=0,2,4,6
/proc/2564/task/2639/stat : 2639 (pb_cplex) S 2563 2563 2525 0 -1 4202560 15208 0 0 0 22066 160 0 0 20 0 8 0 390810668 202551296 26770 33554432000 134512640 146736320 4288891392 4119006864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2564/tid=2640] ppid=2563 vsize=197804 CPUtime=223.74 cores=0,2,4,6
/proc/2564/task/2640/stat : 2640 (pb_cplex) R 2563 2563 2525 0 -1 4202560 18832 0 0 0 22215 159 0 0 20 0 8 0 390810668 202551296 26770 33554432000 134512640 146736320 4288891392 4053140456 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2564/tid=2641] ppid=2563 vsize=197804 CPUtime=224.07 cores=0,2,4,6
/proc/2564/task/2641/stat : 2641 (pb_cplex) R 2563 2563 2525 0 -1 4202560 20762 0 0 0 22245 162 0 0 20 0 8 0 390810668 202551296 26770 33554432000 134512640 146736320 4288891392 4042654008 136413380 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2564/tid=2642] ppid=2563 vsize=197804 CPUtime=223.7 cores=0,2,4,6
/proc/2564/task/2642/stat : 2642 (pb_cplex) R 2563 2563 2525 0 -1 4202560 20352 0 0 0 22205 165 0 0 20 0 8 0 390810668 202551296 26770 33554432000 134512640 146736320 4288891392 4032169208 137176000 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 206952

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

Real time (s): 494.216
CPU time (s): 1800.13
CPU user time (s): 1787.61
CPU system time (s): 12.52
CPU usage (%): 364.239
Max. virtual memory (cumulated for all children) (KiB): 219224

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= 355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

runsolver used 1.3438 second user time and 3.2825 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-09 15:00:34
IDJOB=3729023
IDBENCH=1161
IDSOLVER=2325
FILE ID=node115/3729023-1339246834
RUNJOBID= node115-1339246833-2542
PBS_JOBID= 14644366
Free space on /tmp= 70276 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729023-1339246834/watcher-3729023-1339246834 -o /tmp/evaluation-result-3729023-1339246834/solver-3729023-1339246834 -C 1800 -W 1900 -M 15500  run HOME/instance-3729023-1339246834.opb

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

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=1506873139

node115.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.462
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.92
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.462
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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.462
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.462
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.92
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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.462
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.462
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:        28850164 kB
Buffers:          346588 kB
Cached:          2769340 kB
SwapCached:         2180 kB
Active:          1399500 kB
Inactive:        1724820 kB
Active(anon):       4876 kB
Inactive(anon):     2272 kB
Active(file):    1394624 kB
Inactive(file):  1722548 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:             16736 kB
Writeback:             0 kB
AnonPages:          9936 kB
Mapped:             8188 kB
Shmem:                 0 kB
Slab:             760800 kB
SReclaimable:     205304 kB
SUnreclaim:       555496 kB
KernelStack:        1392 kB
PageTables:         3696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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-3729023-1339246834.opb

Free space on /tmp at the end= 70240 MiB
End job on node115 at 2012-06-09 15:08:51