Trace number 3728984

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.3 506.316

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
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 benchmark4.11437
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
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-3728984-1339246834.opb.
0.00/0.00	c Instance file HOME/instance-3728984-1339246834.opb
0.00/0.00	c File size is 39935 bytes.
0.00/0.01	c Highest Coefficient sum: 138
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.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.01         s                                      |
0.00/0.04	c |  Number Variables:      370                                                 |
0.00/0.04	c |  Number Constraints:    809                                                 |
0.00/0.04	c ===============================================================================
1800.30/506.31	c Remaining time 1799.99 sec.
1800.30/506.31	c 
1800.30/506.31	c *** INTERRUPTED ***
1800.30/506.31	s UNKNOWN
1800.30/506.31	c Total CPU time              : 1790.62 s
1800.30/506.31	c Memory used           : 179.79 MB
1800.30/506.31	c CPU time              : 1790.62 s
1800.30/506.31	c 
1800.30/506.31	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-3728984-1339246834/watcher-3728984-1339246834 -o /tmp/evaluation-result-3728984-1339246834/solver-3728984-1339246834 -C 1800 -W 1900 -M 15500 run HOME/instance-3728984-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 10729
/proc/meminfo: memFree=29628088/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0

[startup+0.0315261 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 10729
/proc/meminfo: memFree=29628088/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 10729
/proc/meminfo: memFree=29628088/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300184 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 10729
/proc/meminfo: memFree=29628088/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700168 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 10729
/proc/meminfo: memFree=29628088/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 0.08 0.02 0.01 3/175 10743
/proc/meminfo: memFree=29609416/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=75156 CPUtime=2.81 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 11575 0 0 0 272 9 0 0 20 0 1 0 390810754 76959744 4678 33554432000 134512640 146736320 4288904288 4288900480 137692530 0 0 4096 16387 0 0 0 17 4 0 0 1 0 0
/proc/10730/statm: 18789 4678 898 2985 0 15723 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 84304

[startup+3.10021 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 10794
/proc/meminfo: memFree=29610484/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=160448 CPUtime=5.87 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 27686 0 0 0 573 14 0 0 20 0 8 0 390810754 164298752 15429 33554432000 134512640 146736320 4288904288 4288896076 136017791 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/10730/statm: 40112 15429 909 2985 0 37046 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 169596

[startup+6.30038 s]
/proc/loadavg: 0.55 0.12 0.04 7/181 10808
/proc/meminfo: memFree=29556200/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=178544 CPUtime=16.92 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 38562 0 0 0 1670 22 0 0 20 0 8 0 390810754 182829056 19458 33554432000 134512640 146736320 4288904288 4288897084 135526931 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/10730/statm: 44636 19458 909 2985 0 41570 0
[pid=10730/tid=10802] ppid=10729 vsize=178544 CPUtime=1.5 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) R 10729 10729 10692 0 -1 4202560 2273 0 0 0 148 2 0 0 20 0 8 0 390810998 182829056 19458 33554432000 134512640 146736320 4288904288 4130677016 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=178544 CPUtime=1.68 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) R 10729 10729 10692 0 -1 4202560 3343 0 0 0 166 2 0 0 20 0 8 0 390810998 182829056 19458 33554432000 134512640 146736320 4288904288 4141162888 136388075 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=178544 CPUtime=1.77 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) R 10729 10729 10692 0 -1 4202560 1732 0 0 0 176 1 0 0 20 0 8 0 390810998 182829056 19458 33554432000 134512640 146736320 4288904288 4151649256 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=178544 CPUtime=1.47 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) R 10729 10729 10692 0 -1 4202560 1314 0 0 0 146 1 0 0 20 0 8 0 390810998 182829056 19458 33554432000 134512640 146736320 4288904288 4119462220 136017845 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=178544 CPUtime=1.52 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) R 10729 10729 10692 0 -1 4202560 2795 0 0 0 150 2 0 0 20 0 8 0 390810998 182829056 19458 33554432000 134512640 146736320 4288904288 4057195136 139046546 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=178544 CPUtime=1.55 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) R 10729 10729 10692 0 -1 4202560 1185 0 0 0 155 0 0 0 20 0 8 0 390810998 182829056 19458 33554432000 134512640 146736320 4288904288 4046708792 136475795 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=178544 CPUtime=1.92 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) R 10729 10729 10692 0 -1 4202560 2893 0 0 0 191 1 0 0 20 0 8 0 390810998 182829056 19458 33554432000 134512640 146736320 4288904288 4036223032 136476113 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.92
Current children cumulated vsize (KiB) 187692

[startup+12.7004 s]
/proc/loadavg: 0.83 0.18 0.06 9/180 10857
/proc/meminfo: memFree=29546548/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=182004 CPUtime=39.87 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) S 10729 10729 10692 0 -1 4202496 41822 0 0 0 3952 35 0 0 20 0 8 0 390810754 186372096 20347 33554432000 134512640 146736320 4288904288 4288900688 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/10730/statm: 45501 20347 909 2985 0 42435 0
[pid=10730/tid=10802] ppid=10729 vsize=182004 CPUtime=4.44 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) S 10729 10729 10692 0 -1 4202560 2287 0 0 0 440 4 0 0 20 0 8 0 390810998 186372096 20347 33554432000 134512640 146736320 4288904288 4130680464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=182004 CPUtime=4.43 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) S 10729 10729 10692 0 -1 4202560 4218 0 0 0 440 3 0 0 20 0 8 0 390810998 186372096 20347 33554432000 134512640 146736320 4288904288 4141166224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=182004 CPUtime=4.66 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) R 10729 10729 10692 0 -1 4202560 1745 0 0 0 463 3 0 0 20 0 8 0 390810998 186372096 20347 33554432000 134512640 146736320 4288904288 4151649528 137177454 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=182004 CPUtime=4.28 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) R 10729 10729 10692 0 -1 4202560 1327 0 0 0 426 2 0 0 20 0 8 0 390810998 186372096 20347 33554432000 134512640 146736320 4288904288 4119462220 136017760 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=182004 CPUtime=4.34 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) S 10729 10729 10692 0 -1 4202560 3844 0 0 0 431 3 0 0 20 0 8 0 390810998 186372096 20347 33554432000 134512640 146736320 4288904288 4057198224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=182004 CPUtime=4.34 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) S 10729 10729 10692 0 -1 4202560 2465 0 0 0 432 2 0 0 20 0 8 0 390810998 186372096 20347 33554432000 134512640 146736320 4288904288 4046712464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=182004 CPUtime=4.72 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) R 10729 10729 10692 0 -1 4202560 2905 0 0 0 470 2 0 0 20 0 8 0 390810998 186372096 20347 33554432000 134512640 146736320 4288904288 4036223976 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 39.87
Current children cumulated vsize (KiB) 191152

[startup+25.5004 s]
/proc/loadavg: 1.87 0.45 0.15 3/187 10880
/proc/meminfo: memFree=29441320/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=182640 CPUtime=74.07 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 51677 0 0 0 7352 55 0 0 20 0 8 0 390810754 187023360 20952 33554432000 134512640 146736320 4288904288 4288891260 136015792 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/10730/statm: 45660 20952 914 2985 0 42594 0
[pid=10730/tid=10802] ppid=10729 vsize=182640 CPUtime=8.04 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) S 10729 10729 10692 0 -1 4202560 3539 0 0 0 798 6 0 0 20 0 8 0 390810998 187023360 20952 33554432000 134512640 146736320 4288904288 4130680464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=182640 CPUtime=8.11 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) S 10729 10729 10692 0 -1 4202560 4276 0 0 0 805 6 0 0 20 0 8 0 390810998 187023360 20952 33554432000 134512640 146736320 4288904288 4141166224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=182640 CPUtime=8.23 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) S 10729 10729 10692 0 -1 4202560 1752 0 0 0 818 5 0 0 20 0 8 0 390810998 187023360 20952 33554432000 134512640 146736320 4288904288 4151651984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=182640 CPUtime=7.94 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) S 10729 10729 10692 0 -1 4202560 1455 0 0 0 790 4 0 0 20 0 8 0 390810998 187023360 20952 33554432000 134512640 146736320 4288904288 4119465616 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=182640 CPUtime=8.05 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) S 10729 10729 10692 0 -1 4202560 3944 0 0 0 799 6 0 0 20 0 8 0 390810998 187023360 20952 33554432000 134512640 146736320 4288904288 4057198224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=182640 CPUtime=8.06 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) S 10729 10729 10692 0 -1 4202560 5390 0 0 0 801 5 0 0 20 0 8 0 390810998 187023360 20952 33554432000 134512640 146736320 4288904288 4046712464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=182640 CPUtime=8.68 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) S 10729 10729 10692 0 -1 4202560 2915 0 0 0 865 3 0 0 20 0 8 0 390810998 187023360 20952 33554432000 134512640 146736320 4288904288 4036226704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 74.07
Current children cumulated vsize (KiB) 191788

[startup+51.1004 s]
/proc/loadavg: 2.81 0.78 0.26 8/187 10903
/proc/meminfo: memFree=28900168/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=182640 CPUtime=157.61 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 67193 0 0 0 15658 103 0 0 20 0 8 0 390810754 187023360 23297 33554432000 134512640 146736320 4288904288 4288897000 139041156 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/10730/statm: 45660 23297 914 2985 0 42594 0
[pid=10730/tid=10802] ppid=10729 vsize=182640 CPUtime=17.78 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) R 10729 10729 10692 0 -1 4202560 4494 0 0 0 1766 12 0 0 20 0 8 0 390810998 187023360 23297 33554432000 134512640 146736320 4288904288 4130676864 135468704 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=182640 CPUtime=18.22 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) S 10729 10729 10692 0 -1 4202560 4346 0 0 0 1811 11 0 0 20 0 8 0 390810998 187023360 23297 33554432000 134512640 146736320 4288904288 4141166224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=182640 CPUtime=18.05 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) R 10729 10729 10692 0 -1 4202560 2972 0 0 0 1793 12 0 0 20 0 8 0 390810998 187023360 23297 33554432000 134512640 146736320 4288904288 4151648588 136017803 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=182640 CPUtime=17.84 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) R 10729 10729 10692 0 -1 4202560 2268 0 0 0 1775 9 0 0 20 0 8 0 390810998 187023360 23297 33554432000 134512640 146736320 4288904288 4119462220 136017763 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=182640 CPUtime=18.18 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) R 10729 10729 10692 0 -1 4202560 5862 0 0 0 1807 11 0 0 20 0 8 0 390810998 187023360 23297 33554432000 134512640 146736320 4288904288 4057195496 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=182640 CPUtime=18.18 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) R 10729 10729 10692 0 -1 4202560 12822 0 0 0 1806 12 0 0 20 0 8 0 390810998 187023360 23297 33554432000 134512640 146736320 4288904288 4046709736 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=182640 CPUtime=18.86 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) R 10729 10729 10692 0 -1 4202560 4024 0 0 0 1876 10 0 0 20 0 8 0 390810998 187023360 23297 33554432000 134512640 146736320 4288904288 4036223976 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 157.61
Current children cumulated vsize (KiB) 191788

[startup+102.307 s]
/proc/loadavg: 5.19 1.74 0.61 9/186 10903
/proc/meminfo: memFree=28341724/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=188996 CPUtime=341.23 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 92765 0 0 0 33919 204 0 0 20 0 8 0 390810754 193531904 24740 33554432000 134512640 146736320 4288904288 4288897960 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 1 0 0

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

/proc/10730/statm: 45720 23710 914 2985 0 42654 0
[pid=10730/tid=10802] ppid=10729 vsize=182880 CPUtime=120.68 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) R 10729 10729 10692 0 -1 4202560 10677 0 0 0 12000 68 0 0 20 0 8 0 390810998 187269120 23710 33554432000 134512640 146736320 4288904288 4130677736 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=182880 CPUtime=120.99 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) R 10729 10729 10692 0 -1 4202560 6182 0 0 0 12034 65 0 0 20 0 8 0 390810998 187269120 23710 33554432000 134512640 146736320 4288904288 4141162684 135453309 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=182880 CPUtime=120.16 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) R 10729 10729 10692 0 -1 4202560 14703 0 0 0 11946 70 0 0 20 0 8 0 390810998 187269120 23710 33554432000 134512640 146736320 4288904288 4151648588 136017763 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=182880 CPUtime=121.6 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) R 10729 10729 10692 0 -1 4202560 12739 0 0 0 12090 70 0 0 20 0 8 0 390810998 187269120 23710 33554432000 134512640 146736320 4288904288 4119462888 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=182880 CPUtime=121.85 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) R 10729 10729 10692 0 -1 4202560 19672 0 0 0 12115 70 0 0 20 0 8 0 390810998 187269120 23710 33554432000 134512640 146736320 4288904288 4057195496 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=182880 CPUtime=123.27 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) R 10729 10729 10692 0 -1 4202560 23654 0 0 0 12258 69 0 0 20 0 8 0 390810998 187269120 23710 33554432000 134512640 146736320 4288904288 4046709748 136262649 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=182880 CPUtime=123.57 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) R 10729 10729 10692 0 -1 4202560 7135 0 0 0 12290 67 0 0 20 0 8 0 390810998 187269120 23710 33554432000 134512640 146736320 4288904288 4036224536 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 990.72
Current children cumulated vsize (KiB) 192028

[startup+342.3 s]
/proc/loadavg: 7.08 4.46 1.97 10/186 10904
/proc/meminfo: memFree=28322860/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=182284 CPUtime=1207.9 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 145360 0 0 0 120123 667 0 0 20 0 8 0 390810754 186658816 23295 33554432000 134512640 146736320 4288904288 4288897960 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/10730/statm: 45571 23295 914 2985 0 42505 0
[pid=10730/tid=10802] ppid=10729 vsize=182284 CPUtime=147.41 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) S 10729 10729 10692 0 -1 4202560 11365 0 0 0 14655 86 0 0 20 0 8 0 390810998 186658816 23295 33554432000 134512640 146736320 4288904288 4130680464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=182284 CPUtime=147.88 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) S 10729 10729 10692 0 -1 4202560 8296 0 0 0 14707 81 0 0 20 0 8 0 390810998 186658816 23295 33554432000 134512640 146736320 4288904288 4141166224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=182284 CPUtime=147.11 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) R 10729 10729 10692 0 -1 4202560 19070 0 0 0 14626 85 0 0 20 0 8 0 390810998 186658816 23295 33554432000 134512640 146736320 4288904288 4151649256 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=182284 CPUtime=148.46 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) S 10729 10729 10692 0 -1 4202560 16381 0 0 0 14762 84 0 0 20 0 8 0 390810998 186658816 23295 33554432000 134512640 146736320 4288904288 4119465616 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=182284 CPUtime=148.97 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) R 10729 10729 10692 0 -1 4202560 19821 0 0 0 14811 86 0 0 20 0 8 0 390810998 186658816 23295 33554432000 134512640 146736320 4288904288 4057194828 136017519 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=182284 CPUtime=150.3 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) S 10729 10729 10692 0 -1 4202560 26164 0 0 0 14946 84 0 0 20 0 8 0 390810998 186658816 23295 33554432000 134512640 146736320 4288904288 4046712464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=182284 CPUtime=151.15 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) R 10729 10729 10692 0 -1 4202560 10007 0 0 0 15032 83 0 0 20 0 8 0 390810998 186658816 23295 33554432000 134512640 146736320 4288904288 4036223976 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1207.9
Current children cumulated vsize (KiB) 191432

[startup+402.3 s]
/proc/loadavg: 7.05 4.91 2.27 10/186 10904
/proc/meminfo: memFree=28317836/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=181856 CPUtime=1424.89 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) S 10729 10729 10692 0 -1 4202496 159901 0 0 0 141712 777 0 0 20 0 8 0 390810754 186220544 23340 33554432000 134512640 146736320 4288904288 4288900688 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/10730/statm: 45464 23340 914 2985 0 42398 0
[pid=10730/tid=10802] ppid=10729 vsize=181856 CPUtime=174.24 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) S 10729 10729 10692 0 -1 4202560 11527 0 0 0 17326 98 0 0 20 0 8 0 390810998 186220544 23340 33554432000 134512640 146736320 4288904288 4130680464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=181856 CPUtime=174.49 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) S 10729 10729 10692 0 -1 4202560 9000 0 0 0 17356 93 0 0 20 0 8 0 390810998 186220544 23340 33554432000 134512640 146736320 4288904288 4141166224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=181856 CPUtime=173.84 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) R 10729 10729 10692 0 -1 4202560 21933 0 0 0 17286 98 0 0 20 0 8 0 390810998 186220544 23340 33554432000 134512640 146736320 4288904288 4151649256 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=181856 CPUtime=175.5 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) R 10729 10729 10692 0 -1 4202560 19795 0 0 0 17452 98 0 0 20 0 8 0 390810998 186220544 23340 33554432000 134512640 146736320 4288904288 4119462888 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=181856 CPUtime=176.31 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) R 10729 10729 10692 0 -1 4202560 20698 0 0 0 17530 101 0 0 20 0 8 0 390810998 186220544 23340 33554432000 134512640 146736320 4288904288 4057194668 135454093 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=181856 CPUtime=177.35 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) R 10729 10729 10692 0 -1 4202560 29474 0 0 0 17636 99 0 0 20 0 8 0 390810998 186220544 23340 33554432000 134512640 146736320 4288904288 4046707900 135526863 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=181856 CPUtime=178.56 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) R 10729 10729 10692 0 -1 4202560 12783 0 0 0 17758 98 0 0 20 0 8 0 390810998 186220544 23340 33554432000 134512640 146736320 4288904288 4036223976 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1424.89
Current children cumulated vsize (KiB) 191004

[startup+462.3 s]
/proc/loadavg: 6.63 5.18 2.53 5/186 10904
/proc/meminfo: memFree=28264896/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=183904 CPUtime=1641.45 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 162358 0 0 0 163252 893 0 0 20 0 8 0 390810754 188317696 23880 33554432000 134512640 146736320 4288904288 4288897076 135450784 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/10730/statm: 45976 23880 914 2985 0 42910 0
[pid=10730/tid=10802] ppid=10729 vsize=183904 CPUtime=200.84 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) R 10729 10729 10692 0 -1 4202560 11615 0 0 0 19971 113 0 0 20 0 8 0 390810998 188317696 23880 33554432000 134512640 146736320 4288904288 4130677696 136365632 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=183904 CPUtime=201.35 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) R 10729 10729 10692 0 -1 4202560 9001 0 0 0 20025 110 0 0 20 0 8 0 390810998 188317696 23880 33554432000 134512640 146736320 4288904288 4141162828 136017763 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=183904 CPUtime=200.67 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) R 10729 10729 10692 0 -1 4202560 21935 0 0 0 19953 114 0 0 20 0 8 0 390810998 188317696 23880 33554432000 134512640 146736320 4288904288 4151648712 136001992 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=183904 CPUtime=202.47 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) R 10729 10729 10692 0 -1 4202560 19796 0 0 0 20135 112 0 0 20 0 8 0 390810998 188317696 23880 33554432000 134512640 146736320 4288904288 4119462220 136017793 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=183904 CPUtime=203.24 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) R 10729 10729 10692 0 -1 4202560 21686 0 0 0 20208 116 0 0 20 0 8 0 390810998 188317696 23880 33554432000 134512640 146736320 4288904288 4057195136 139039530 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=183904 CPUtime=204.5 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) R 10729 10729 10692 0 -1 4202560 30850 0 0 0 20336 114 0 0 20 0 8 0 390810998 188317696 23880 33554432000 134512640 146736320 4288904288 4046708776 139041204 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=183904 CPUtime=205.92 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) R 10729 10729 10692 0 -1 4202560 12783 0 0 0 20478 114 0 0 20 0 8 0 390810998 188317696 23880 33554432000 134512640 146736320 4288904288 4036223976 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1641.45
Current children cumulated vsize (KiB) 193052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+506.3 s]
/proc/loadavg: 6.57 5.37 2.72 10/186 10904
/proc/meminfo: memFree=28236956/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=184096 CPUtime=1800.3 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 162950 0 0 0 179060 970 0 0 20 0 8 0 390810754 188514304 23935 33554432000 134512640 146736320 4288904288 4288897168 136008392 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/10730/statm: 46024 23935 914 2985 0 42958 0
[pid=10730/tid=10802] ppid=10729 vsize=184096 CPUtime=220.66 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) R 10729 10729 10692 0 -1 4202560 11641 0 0 0 21944 122 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4130676776 139041192 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=184096 CPUtime=221.4 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) R 10729 10729 10692 0 -1 4202560 9002 0 0 0 22019 121 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4141162828 136017858 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=184096 CPUtime=220.12 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) R 10729 10729 10692 0 -1 4202560 22119 0 0 0 21890 122 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4151648072 135526401 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=184096 CPUtime=222.26 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) R 10729 10729 10692 0 -1 4202560 19799 0 0 0 22104 122 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4119462220 136017512 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=184096 CPUtime=222.96 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) R 10729 10729 10692 0 -1 4202560 21713 0 0 0 22171 125 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4057194688 135443517 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=184096 CPUtime=224.53 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) R 10729 10729 10692 0 -1 4202560 31078 0 0 0 22329 124 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4046708792 136475778 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=184096 CPUtime=225.74 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) R 10729 10729 10692 0 -1 4202560 12899 0 0 0 22450 124 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4036223308 136017773 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 193244

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

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

[startup+506.3 s]
/proc/loadavg: 6.57 5.37 2.72 10/186 10904
/proc/meminfo: memFree=28236956/32873648 swapFree=7376/7376
[pid=10729] ppid=10727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10729/stat : 10729 (run) S 10727 10729 10692 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390810753 9367552 269 33554432000 4194304 5064252 140737218624208 140737218623120 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10729/statm: 2287 269 229 213 0 72 0
[pid=10730] ppid=10729 vsize=184096 CPUtime=1800.3 cores=0,2,4,6
/proc/10730/stat : 10730 (pb_cplex) R 10729 10729 10692 0 -1 4202496 162950 0 0 0 179060 970 0 0 20 0 8 0 390810754 188514304 23935 33554432000 134512640 146736320 4288904288 4288897168 136008392 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/10730/statm: 46024 23935 914 2985 0 42958 0
[pid=10730/tid=10802] ppid=10729 vsize=184096 CPUtime=220.66 cores=0,2,4,6
/proc/10730/task/10802/stat : 10802 (pb_cplex) R 10729 10729 10692 0 -1 4202560 11641 0 0 0 21944 122 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4130676776 139041192 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=10730/tid=10803] ppid=10729 vsize=184096 CPUtime=221.4 cores=0,2,4,6
/proc/10730/task/10803/stat : 10803 (pb_cplex) R 10729 10729 10692 0 -1 4202560 9002 0 0 0 22019 121 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4141162828 136017858 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10804] ppid=10729 vsize=184096 CPUtime=220.12 cores=0,2,4,6
/proc/10730/task/10804/stat : 10804 (pb_cplex) R 10729 10729 10692 0 -1 4202560 22119 0 0 0 21890 122 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4151648072 135526401 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10805] ppid=10729 vsize=184096 CPUtime=222.26 cores=0,2,4,6
/proc/10730/task/10805/stat : 10805 (pb_cplex) R 10729 10729 10692 0 -1 4202560 19799 0 0 0 22104 122 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4119462220 136017512 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10806] ppid=10729 vsize=184096 CPUtime=222.96 cores=0,2,4,6
/proc/10730/task/10806/stat : 10806 (pb_cplex) R 10729 10729 10692 0 -1 4202560 21713 0 0 0 22171 125 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4057194688 135443517 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=10730/tid=10807] ppid=10729 vsize=184096 CPUtime=224.53 cores=0,2,4,6
/proc/10730/task/10807/stat : 10807 (pb_cplex) R 10729 10729 10692 0 -1 4202560 31078 0 0 0 22329 124 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4046708792 136475778 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10730/tid=10808] ppid=10729 vsize=184096 CPUtime=225.74 cores=0,2,4,6
/proc/10730/task/10808/stat : 10808 (pb_cplex) R 10729 10729 10692 0 -1 4202560 12899 0 0 0 22450 124 0 0 20 0 8 0 390810998 188514304 23935 33554432000 134512640 146736320 4288904288 4036223308 136017773 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 193244

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 506.316
CPU time (s): 1800.3
CPU user time (s): 1790.6
CPU system time (s): 9.7
CPU usage (%): 355.568
Max. virtual memory (cumulated for all children) (KiB): 205536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1

runsolver used 1.21981 second user time and 3.39648 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-09 15:00:34
IDJOB=3728984
IDBENCH=1158
IDSOLVER=2325
FILE ID=node112/3728984-1339246834
RUNJOBID= node112-1339246834-10708
PBS_JOBID= 14644369
Free space on /tmp= 70264 MiB

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

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=1197157658

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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:        29629616 kB
Buffers:          346212 kB
Cached:          2005664 kB
SwapCached:         2156 kB
Active:          1559776 kB
Inactive:         798620 kB
Active(anon):       3076 kB
Inactive(anon):     3148 kB
Active(file):    1556700 kB
Inactive(file):   795472 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099400 kB
Dirty:             16348 kB
Writeback:             0 kB
AnonPages:          9464 kB
Mapped:             7936 kB
Shmem:                 0 kB
Slab:             748368 kB
SReclaimable:     192784 kB
SUnreclaim:       555584 kB
KernelStack:        1384 kB
PageTables:         3928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104436 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-3728984-1339246834.opb

Free space on /tmp at the end= 70196 MiB
End job on node112 at 2012-06-09 15:09:03