Trace number 3737480

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_3.opb
MD5SUM4ec3492215da9d1ca4e43111c42870de
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1797.3
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3737480-1339248662.opb.
0.00/0.00	c Instance file HOME/instance-3737480-1339248662.opb
0.00/0.00	c File size is 106306 bytes.
0.00/0.02	c Highest Coefficient sum: 200
0.00/0.02	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.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      1444                                                |
0.00/0.02	c |  Number Constraints:    2789                                                |
0.00/0.02	c ===============================================================================
1800.15/534.31	c Remaining time 1799.98 sec.
1800.15/534.31	c 
1800.15/534.31	c *** INTERRUPTED ***
1800.15/534.31	s UNKNOWN
1800.15/534.31	c Total CPU time              : 1797.63 s

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-3737480-1339248662/watcher-3737480-1339248662 -o /tmp/evaluation-result-3737480-1339248662/solver-3737480-1339248662 -C 1800 -W 1900 -M 15500 run HOME/instance-3737480-1339248662.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 13.68 8.32 5.54 10/184 18522
/proc/meminfo: memFree=26551796/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0

[startup+0.099917 s]
/proc/loadavg: 13.68 8.32 5.54 10/184 18522
/proc/meminfo: memFree=26551796/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100187 s]
/proc/loadavg: 13.68 8.32 5.54 10/184 18522
/proc/meminfo: memFree=26551796/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 13.68 8.32 5.54 10/184 18522
/proc/meminfo: memFree=26551796/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 13.68 8.32 5.54 10/184 18522
/proc/meminfo: memFree=26551796/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 13.68 8.32 5.54 10/186 18524
/proc/meminfo: memFree=26549028/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=22720 CPUtime=1.49 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 4756 0 0 0 149 0 0 0 20 0 1 0 390990752 23265280 2913 33554432000 134512640 146736320 4293154352 4293147812 136389771 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/18523/statm: 5680 2913 904 2985 0 2614 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31868

[startup+3.10031 s]
/proc/loadavg: 13.68 8.32 5.54 8/186 18524
/proc/meminfo: memFree=26549748/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=110232 CPUtime=3.43 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 10735 0 0 0 335 8 0 0 20 0 8 0 390990752 112877568 6586 33554432000 134512640 146736320 4293154352 4293144008 136000487 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18523/statm: 27558 6586 953 2985 0 24492 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 119380

[startup+6.30042 s]
/proc/loadavg: 13.30 8.33 5.56 10/193 18545
/proc/meminfo: memFree=26527348/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=119840 CPUtime=8.04 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 19361 0 0 0 787 17 0 0 20 0 8 0 390990752 122716160 8773 33554432000 134512640 146736320 4293154352 4293147008 136019067 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18523/statm: 29960 8773 961 2985 0 26894 0
[pid=18523/tid=18539] ppid=18522 vsize=119840 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18539/stat : 18539 (pb_cplex) S 18522 18522 17869 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390991165 122716160 8773 33554432000 134512640 146736320 4293154352 4068470416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18540] ppid=18522 vsize=119840 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18540/stat : 18540 (pb_cplex) S 18522 18522 17869 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390991165 122716160 8773 33554432000 134512640 146736320 4293154352 4133482128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18541] ppid=18522 vsize=119840 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18541/stat : 18541 (pb_cplex) S 18522 18522 17869 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390991165 122716160 8773 33554432000 134512640 146736320 4293154352 4143967888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18542] ppid=18522 vsize=119840 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18542/stat : 18542 (pb_cplex) S 18522 18522 17869 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390991165 122716160 8773 33554432000 134512640 146736320 4293154352 4117892752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18543] ppid=18522 vsize=119840 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18543/stat : 18543 (pb_cplex) S 18522 18522 17869 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390991165 122716160 8773 33554432000 134512640 146736320 4293154352 4107406992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18544] ppid=18522 vsize=119840 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18544/stat : 18544 (pb_cplex) S 18522 18522 17869 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390991165 122716160 8773 33554432000 134512640 146736320 4293154352 4096921232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18545] ppid=18522 vsize=119840 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18545/stat : 18545 (pb_cplex) S 18522 18522 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390991165 122716160 8773 33554432000 134512640 146736320 4293154352 4086435472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 128988

[startup+12.7004 s]
/proc/loadavg: 12.96 8.35 5.57 3/193 18545
/proc/meminfo: memFree=26526660/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=120144 CPUtime=14.44 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 19443 0 0 0 1427 17 0 0 20 0 8 0 390990752 123027456 8855 33554432000 134512640 146736320 4293154352 4293146920 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18523/statm: 30036 8855 965 2985 0 26970 0
[pid=18523/tid=18539] ppid=18522 vsize=120144 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18539/stat : 18539 (pb_cplex) S 18522 18522 17869 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390991165 123027456 8855 33554432000 134512640 146736320 4293154352 4068470416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18540] ppid=18522 vsize=120144 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18540/stat : 18540 (pb_cplex) S 18522 18522 17869 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390991165 123027456 8855 33554432000 134512640 146736320 4293154352 4133482128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18541] ppid=18522 vsize=120144 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18541/stat : 18541 (pb_cplex) S 18522 18522 17869 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390991165 123027456 8855 33554432000 134512640 146736320 4293154352 4143967888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18542] ppid=18522 vsize=120144 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18542/stat : 18542 (pb_cplex) S 18522 18522 17869 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390991165 123027456 8855 33554432000 134512640 146736320 4293154352 4117892752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18543] ppid=18522 vsize=120144 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18543/stat : 18543 (pb_cplex) S 18522 18522 17869 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390991165 123027456 8855 33554432000 134512640 146736320 4293154352 4107406992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18544] ppid=18522 vsize=120144 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18544/stat : 18544 (pb_cplex) S 18522 18522 17869 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390991165 123027456 8855 33554432000 134512640 146736320 4293154352 4096921232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18545] ppid=18522 vsize=120144 CPUtime=0 cores=1,3,5,7
/proc/18523/task/18545/stat : 18545 (pb_cplex) S 18522 18522 17869 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390991165 123027456 8855 33554432000 134512640 146736320 4293154352 4086435472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 14.44
Current children cumulated vsize (KiB) 129292

[startup+25.5004 s]
/proc/loadavg: 13.48 8.69 5.73 17/193 18545
/proc/meminfo: memFree=26504800/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=141024 CPUtime=56.12 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 28255 0 0 0 5592 20 0 0 20 0 8 0 390990752 144408576 14433 33554432000 134512640 146736320 4293154352 4293147224 136008642 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18523/statm: 35256 14433 967 2985 0 32190 0
[pid=18523/tid=18539] ppid=18522 vsize=141024 CPUtime=4.86 cores=1,3,5,7
/proc/18523/task/18539/stat : 18539 (pb_cplex) R 18522 18522 17869 0 -1 4202560 1042 0 0 0 486 0 0 0 20 0 8 0 390991165 144408576 14433 33554432000 134512640 146736320 4293154352 4068466792 136384743 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18540] ppid=18522 vsize=141024 CPUtime=7.48 cores=1,3,5,7
/proc/18523/task/18540/stat : 18540 (pb_cplex) R 18522 18522 17869 0 -1 4202560 976 0 0 0 748 0 0 0 20 0 8 0 390991165 144408576 14433 33554432000 134512640 146736320 4293154352 4133478468 136385174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18541] ppid=18522 vsize=141024 CPUtime=5.17 cores=1,3,5,7
/proc/18523/task/18541/stat : 18541 (pb_cplex) R 18522 18522 17869 0 -1 4202560 791 0 0 0 517 0 0 0 20 0 8 0 390991165 144408576 14433 33554432000 134512640 146736320 4293154352 4143963348 135455257 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18542] ppid=18522 vsize=141024 CPUtime=4.96 cores=1,3,5,7
/proc/18523/task/18542/stat : 18542 (pb_cplex) R 18522 18522 17869 0 -1 4202560 1490 0 0 0 496 0 0 0 20 0 8 0 390991165 144408576 14433 33554432000 134512640 146736320 4293154352 4117890024 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18543] ppid=18522 vsize=141024 CPUtime=4.61 cores=1,3,5,7
/proc/18523/task/18543/stat : 18543 (pb_cplex) R 18522 18522 17869 0 -1 4202560 1564 0 0 0 461 0 0 0 20 0 8 0 390991165 144408576 14433 33554432000 134512640 146736320 4293154352 4107403720 136000333 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18544] ppid=18522 vsize=141024 CPUtime=4.14 cores=1,3,5,7
/proc/18523/task/18544/stat : 18544 (pb_cplex) R 18522 18522 17869 0 -1 4202560 1215 0 0 0 414 0 0 0 20 0 8 0 390991165 144408576 14433 33554432000 134512640 146736320 4293154352 4096918504 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18545] ppid=18522 vsize=141024 CPUtime=3.91 cores=1,3,5,7
/proc/18523/task/18545/stat : 18545 (pb_cplex) R 18522 18522 17869 0 -1 4202560 891 0 0 0 391 0 0 0 20 0 8 0 390991165 144408576 14433 33554432000 134512640 146736320 4293154352 4086431952 136008039 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 56.12
Current children cumulated vsize (KiB) 150172

############
# WARNING:
# current cumulated CPU time (127.44 s) is less than in the last sample (127.51 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.0699997 s) to the 'lost time'.

[startup+44.2005 s]
/proc/loadavg: 13.97 9.03 5.89 11/193 18545
/proc/meminfo: memFree=26503364/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=143768 CPUtime=127.51 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 30983 0 0 0 12726 25 0 0 20 0 8 0 390990752 147218432 14946 33554432000 134512640 146736320 4293154352 4293147216 136008299 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18523/statm: 35942 14946 967 2985 0 32876 0
[pid=18523/tid=18539] ppid=18522 vsize=143768 CPUtime=13.31 cores=1,3,5,7
/proc/18523/task/18539/stat : 18539 (pb_cplex) S 18522 18522 17869 0 -1 4202560 1410 0 0 0 1330 1 0 0 20 0 8 0 390991165 147218432 14946 33554432000 134512640 146736320 4293154352 4068470416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18540] ppid=18522 vsize=143768 CPUtime=16.28 cores=1,3,5,7
/proc/18523/task/18540/stat : 18540 (pb_cplex) S 18522 18522 17869 0 -1 4202560 1307 0 0 0 1627 1 0 0 20 0 8 0 390991165 147218432 14946 33554432000 134512640 146736320 4293154352 4133482128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18541] ppid=18522 vsize=143768 CPUtime=13.77 cores=1,3,5,7
/proc/18523/task/18541/stat : 18541 (pb_cplex) S 18522 18522 17869 0 -1 4202560 1061 0 0 0 1377 0 0 0 20 0 8 0 390991165 147218432 14946 33554432000 134512640 146736320 4293154352 4143967888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18542] ppid=18522 vsize=143768 CPUtime=13.12 cores=1,3,5,7
/proc/18523/task/18542/stat : 18542 (pb_cplex) S 18522 18522 17869 0 -1 4202560 1683 0 0 0 1312 0 0 0 20 0 8 0 390991165 147218432 14946 33554432000 134512640 146736320 4293154352 4117892752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18543] ppid=18522 vsize=143768 CPUtime=13.58 cores=1,3,5,7
/proc/18523/task/18543/stat : 18543 (pb_cplex) S 18522 18522 17869 0 -1 4202560 1915 0 0 0 1358 0 0 0 20 0 8 0 390991165 147218432 14946 33554432000 134512640 146736320 4293154352 4107406992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18544] ppid=18522 vsize=143768 CPUtime=12.79 cores=1,3,5,7
/proc/18523/task/18544/stat : 18544 (pb_cplex) S 18522 18522 17869 0 -1 4202560 1622 0 0 0 1278 1 0 0 20 0 8 0 390991165 147218432 14946 33554432000 134512640 146736320 4293154352 4096921232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18545] ppid=18522 vsize=143768 CPUtime=13.96 cores=1,3,5,7
/proc/18523/task/18545/stat : 18545 (pb_cplex) S 18522 18522 17869 0 -1 4202560 1349 0 0 0 1395 1 0 0 20 0 8 0 390991165 147218432 14946 33554432000 134512640 146736320 4293154352 4086435472 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 127.51
Current children cumulated vsize (KiB) 152916

[startup+44.3003 s]

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

[pid=18523/tid=18558] ppid=18522 vsize=220844 CPUtime=122.46 cores=1,3,5,7
/proc/18523/task/18558/stat : 18558 (pb_cplex) S 18522 18522 17869 0 -1 4202560 18545 0 0 0 12233 13 0 0 20 0 8 0 390996766 226144256 32837 33554432000 134512640 146736320 4293154352 4062178960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18559] ppid=18522 vsize=220844 CPUtime=126.95 cores=1,3,5,7
/proc/18523/task/18559/stat : 18559 (pb_cplex) S 18522 18522 17869 0 -1 4202560 11462 0 0 0 12682 13 0 0 20 0 8 0 390996766 226144256 32837 33554432000 134512640 146736320 4293154352 4051693200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18560] ppid=18522 vsize=220844 CPUtime=118.92 cores=1,3,5,7
/proc/18523/task/18560/stat : 18560 (pb_cplex) S 18522 18522 17869 0 -1 4202560 17450 0 0 0 11879 13 0 0 20 0 8 0 390996766 226144256 32837 33554432000 134512640 146736320 4293154352 4041207440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1140.45
Current children cumulated vsize (KiB) 229992

[startup+402.3 s]
/proc/loadavg: 7.86 9.34 7.17 10/186 18611
/proc/meminfo: memFree=26532876/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=229596 CPUtime=1348.23 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 351518 0 0 0 134625 198 0 0 20 0 8 0 390990752 235106304 34644 33554432000 134512640 146736320 4293154352 4293145688 135466449 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18523/statm: 57399 34644 973 2985 0 54333 0
[pid=18523/tid=18554] ppid=18522 vsize=229596 CPUtime=151.75 cores=1,3,5,7
/proc/18523/task/18554/stat : 18554 (pb_cplex) R 18522 18522 17869 0 -1 4202560 60777 0 0 0 15148 27 0 0 20 0 8 0 390996766 235106304 34644 33554432000 134512640 146736320 4293154352 4131340496 136008042 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18555] ppid=18522 vsize=229596 CPUtime=146.41 cores=1,3,5,7
/proc/18523/task/18555/stat : 18555 (pb_cplex) R 18522 18522 17869 0 -1 4202560 50463 0 0 0 14616 25 0 0 20 0 8 0 390996766 235106304 34644 33554432000 134512640 146736320 4293154352 4141826640 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18556] ppid=18522 vsize=229596 CPUtime=154.38 cores=1,3,5,7
/proc/18523/task/18556/stat : 18556 (pb_cplex) R 18522 18522 17869 0 -1 4202560 32679 0 0 0 15418 20 0 0 20 0 8 0 390996766 235106304 34644 33554432000 134512640 146736320 4293154352 4152312808 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18557] ppid=18522 vsize=229596 CPUtime=144.09 cores=1,3,5,7
/proc/18523/task/18557/stat : 18557 (pb_cplex) R 18522 18522 17869 0 -1 4202560 73326 0 0 0 14379 30 0 0 20 0 8 0 390996766 235106304 34644 33554432000 134512640 146736320 4293154352 4117890024 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18558] ppid=18522 vsize=229596 CPUtime=147.71 cores=1,3,5,7
/proc/18523/task/18558/stat : 18558 (pb_cplex) S 18522 18522 17869 0 -1 4202560 27684 0 0 0 14752 19 0 0 20 0 8 0 390996766 235106304 34644 33554432000 134512640 146736320 4293154352 4062178960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18559] ppid=18522 vsize=229596 CPUtime=151.42 cores=1,3,5,7
/proc/18523/task/18559/stat : 18559 (pb_cplex) R 18522 18522 17869 0 -1 4202560 15222 0 0 0 15124 18 0 0 20 0 8 0 390996766 235106304 34644 33554432000 134512640 146736320 4293154352 4051688648 135468175 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18560] ppid=18522 vsize=229596 CPUtime=145.15 cores=1,3,5,7
/proc/18523/task/18560/stat : 18560 (pb_cplex) R 18522 18522 17869 0 -1 4202560 21914 0 0 0 14497 18 0 0 20 0 8 0 390996766 235106304 34644 33554432000 134512640 146736320 4293154352 4041204712 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1348.23
Current children cumulated vsize (KiB) 238744

[startup+462.3 s]
/proc/loadavg: 7.45 8.99 7.18 4/186 18612
/proc/meminfo: memFree=26516944/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=247120 CPUtime=1565.07 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 411674 0 0 0 156275 232 0 0 20 0 8 0 390990752 253050880 38566 33554432000 134512640 146736320 4293154352 4293143616 138422232 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18523/statm: 61780 38566 979 2985 0 58714 0
[pid=18523/tid=18554] ppid=18522 vsize=247120 CPUtime=181.32 cores=1,3,5,7
/proc/18523/task/18554/stat : 18554 (pb_cplex) S 18522 18522 17869 0 -1 4202560 78287 0 0 0 18098 34 0 0 20 0 8 0 390996766 253050880 38566 33554432000 134512640 146736320 4293154352 4131344016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18555] ppid=18522 vsize=247120 CPUtime=167.16 cores=1,3,5,7
/proc/18523/task/18555/stat : 18555 (pb_cplex) S 18522 18522 17869 0 -1 4202560 57428 0 0 0 16687 29 0 0 20 0 8 0 390996766 253050880 38566 33554432000 134512640 146736320 4293154352 4141829776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18556] ppid=18522 vsize=247120 CPUtime=178.13 cores=1,3,5,7
/proc/18523/task/18556/stat : 18556 (pb_cplex) S 18522 18522 17869 0 -1 4202560 32687 0 0 0 17791 22 0 0 20 0 8 0 390996766 253050880 38566 33554432000 134512640 146736320 4293154352 4152315536 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18557] ppid=18522 vsize=247120 CPUtime=162.26 cores=1,3,5,7
/proc/18523/task/18557/stat : 18557 (pb_cplex) S 18522 18522 17869 0 -1 4202560 86658 0 0 0 16189 37 0 0 20 0 8 0 390996766 253050880 38566 33554432000 134512640 146736320 4293154352 4117892752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18558] ppid=18522 vsize=247120 CPUtime=172.84 cores=1,3,5,7
/proc/18523/task/18558/stat : 18558 (pb_cplex) S 18522 18522 17869 0 -1 4202560 31215 0 0 0 17262 22 0 0 20 0 8 0 390996766 253050880 38566 33554432000 134512640 146736320 4293154352 4062178960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18559] ppid=18522 vsize=247120 CPUtime=180.29 cores=1,3,5,7
/proc/18523/task/18559/stat : 18559 (pb_cplex) S 18522 18522 17869 0 -1 4202560 15227 0 0 0 18009 20 0 0 20 0 8 0 390996766 253050880 38566 33554432000 134512640 146736320 4293154352 4051693200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18560] ppid=18522 vsize=247120 CPUtime=180.37 cores=1,3,5,7
/proc/18523/task/18560/stat : 18560 (pb_cplex) R 18522 18522 17869 0 -1 4202560 40717 0 0 0 18013 24 0 0 20 0 8 0 390996766 253050880 38566 33554432000 134512640 146736320 4293154352 4041201052 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1565.07
Current children cumulated vsize (KiB) 256268

[startup+522.3 s]
/proc/loadavg: 7.01 8.53 7.13 10/186 18612
/proc/meminfo: memFree=26518988/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=247116 CPUtime=1758.67 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 417688 0 0 0 175616 251 0 0 20 0 8 0 390990752 253046784 38485 33554432000 134512640 146736320 4293154352 4293147224 136009164 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18523/statm: 61779 38485 979 2985 0 58713 0
[pid=18523/tid=18554] ppid=18522 vsize=247116 CPUtime=207.01 cores=1,3,5,7
/proc/18523/task/18554/stat : 18554 (pb_cplex) R 18522 18522 17869 0 -1 4202560 78323 0 0 0 20663 38 0 0 20 0 8 0 390996766 253046784 38485 33554432000 134512640 146736320 4293154352 4131339092 136017784 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18555] ppid=18522 vsize=247116 CPUtime=191.61 cores=1,3,5,7
/proc/18523/task/18555/stat : 18555 (pb_cplex) R 18522 18522 17869 0 -1 4202560 58471 0 0 0 19129 32 0 0 20 0 8 0 390996766 253046784 38485 33554432000 134512640 146736320 4293154352 4141825064 136384746 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18556] ppid=18522 vsize=247116 CPUtime=199.42 cores=1,3,5,7
/proc/18523/task/18556/stat : 18556 (pb_cplex) R 18522 18522 17869 0 -1 4202560 33244 0 0 0 19917 25 0 0 20 0 8 0 390996766 253046784 38485 33554432000 134512640 146736320 4293154352 4152312400 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18557] ppid=18522 vsize=247116 CPUtime=186.66 cores=1,3,5,7
/proc/18523/task/18557/stat : 18557 (pb_cplex) R 18522 18522 17869 0 -1 4202560 87569 0 0 0 18627 39 0 0 20 0 8 0 390996766 253046784 38485 33554432000 134512640 146736320 4293154352 4117888144 136008056 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18558] ppid=18522 vsize=247116 CPUtime=196.75 cores=1,3,5,7
/proc/18523/task/18558/stat : 18558 (pb_cplex) R 18522 18522 17869 0 -1 4202560 32003 0 0 0 19650 25 0 0 20 0 8 0 390996766 253046784 38485 33554432000 134512640 146736320 4293154352 4062174144 136018936 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18559] ppid=18522 vsize=247116 CPUtime=201.66 cores=1,3,5,7
/proc/18523/task/18559/stat : 18559 (pb_cplex) R 18522 18522 17869 0 -1 4202560 15227 0 0 0 20142 24 0 0 20 0 8 0 390996766 253046784 38485 33554432000 134512640 146736320 4293154352 4051688976 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18560] ppid=18522 vsize=247116 CPUtime=208.3 cores=1,3,5,7
/proc/18523/task/18560/stat : 18560 (pb_cplex) R 18522 18522 17869 0 -1 4202560 43396 0 0 0 20803 27 0 0 20 0 8 0 390996766 253046784 38485 33554432000 134512640 146736320 4293154352 4041203784 136474435 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1758.67
Current children cumulated vsize (KiB) 256264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+534.3 s]
/proc/loadavg: 6.75 8.43 7.12 10/186 18612
/proc/meminfo: memFree=26518620/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=244072 CPUtime=1800.15 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 420589 0 0 0 179759 256 0 0 20 0 8 0 390990752 249929728 37943 33554432000 134512640 146736320 4293154352 4293147080 139042876 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18523/statm: 61018 37943 979 2985 0 57952 0
[pid=18523/tid=18554] ppid=18522 vsize=244072 CPUtime=211.57 cores=1,3,5,7
/proc/18523/task/18554/stat : 18554 (pb_cplex) R 18522 18522 17869 0 -1 4202560 78323 0 0 0 21119 38 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4131340328 139044578 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18555] ppid=18522 vsize=244072 CPUtime=197.42 cores=1,3,5,7
/proc/18523/task/18555/stat : 18555 (pb_cplex) R 18522 18522 17869 0 -1 4202560 59493 0 0 0 19709 33 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4141826640 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18556] ppid=18522 vsize=244072 CPUtime=204.99 cores=1,3,5,7
/proc/18523/task/18556/stat : 18556 (pb_cplex) R 18522 18522 17869 0 -1 4202560 33979 0 0 0 20474 25 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4152312264 136000532 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18557] ppid=18522 vsize=244072 CPUtime=191.9 cores=1,3,5,7
/proc/18523/task/18557/stat : 18557 (pb_cplex) R 18522 18522 17869 0 -1 4202560 87770 0 0 0 19150 40 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4117889092 136385183 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18558] ppid=18522 vsize=244072 CPUtime=201.5 cores=1,3,5,7
/proc/18523/task/18558/stat : 18558 (pb_cplex) R 18522 18522 17869 0 -1 4202560 32946 0 0 0 20124 26 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4062175440 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18559] ppid=18522 vsize=244072 CPUtime=206.94 cores=1,3,5,7
/proc/18523/task/18559/stat : 18559 (pb_cplex) R 18522 18522 17869 0 -1 4202560 15227 0 0 0 20670 24 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4051689680 136008050 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18560] ppid=18522 vsize=244072 CPUtime=212.87 cores=1,3,5,7
/proc/18523/task/18560/stat : 18560 (pb_cplex) R 18522 18522 17869 0 -1 4202560 43396 0 0 0 21259 28 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4041203752 139044509 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 253220

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

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

[startup+534.3 s]
/proc/loadavg: 6.75 8.43 7.12 10/186 18612
/proc/meminfo: memFree=26518620/32873648 swapFree=7388/7388
[pid=18522] ppid=18520 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18522/stat : 18522 (run) S 18520 18522 17869 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390990752 9367552 269 33554432000 4194304 5064252 140736065716368 140736065715280 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18522/statm: 2287 269 229 213 0 72 0
[pid=18523] ppid=18522 vsize=244072 CPUtime=1800.15 cores=1,3,5,7
/proc/18523/stat : 18523 (pb_cplex) R 18522 18522 17869 0 -1 4202496 420589 0 0 0 179759 256 0 0 20 0 8 0 390990752 249929728 37943 33554432000 134512640 146736320 4293154352 4293147080 139042876 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18523/statm: 61018 37943 979 2985 0 57952 0
[pid=18523/tid=18554] ppid=18522 vsize=244072 CPUtime=211.57 cores=1,3,5,7
/proc/18523/task/18554/stat : 18554 (pb_cplex) R 18522 18522 17869 0 -1 4202560 78323 0 0 0 21119 38 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4131340328 139044578 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18555] ppid=18522 vsize=244072 CPUtime=197.42 cores=1,3,5,7
/proc/18523/task/18555/stat : 18555 (pb_cplex) R 18522 18522 17869 0 -1 4202560 59493 0 0 0 19709 33 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4141826640 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18556] ppid=18522 vsize=244072 CPUtime=204.99 cores=1,3,5,7
/proc/18523/task/18556/stat : 18556 (pb_cplex) R 18522 18522 17869 0 -1 4202560 33979 0 0 0 20474 25 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4152312264 136000532 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18523/tid=18557] ppid=18522 vsize=244072 CPUtime=191.9 cores=1,3,5,7
/proc/18523/task/18557/stat : 18557 (pb_cplex) R 18522 18522 17869 0 -1 4202560 87770 0 0 0 19150 40 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4117889092 136385183 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18523/tid=18558] ppid=18522 vsize=244072 CPUtime=201.5 cores=1,3,5,7
/proc/18523/task/18558/stat : 18558 (pb_cplex) R 18522 18522 17869 0 -1 4202560 32946 0 0 0 20124 26 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4062175440 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18523/tid=18559] ppid=18522 vsize=244072 CPUtime=206.94 cores=1,3,5,7
/proc/18523/task/18559/stat : 18559 (pb_cplex) R 18522 18522 17869 0 -1 4202560 15227 0 0 0 20670 24 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4051689680 136008050 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18523/tid=18560] ppid=18522 vsize=244072 CPUtime=212.87 cores=1,3,5,7
/proc/18523/task/18560/stat : 18560 (pb_cplex) R 18522 18522 17869 0 -1 4202560 43396 0 0 0 21259 28 0 0 20 0 8 0 390996766 249929728 37943 33554432000 134512640 146736320 4293154352 4041203752 139044509 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 253220

Child ended because it received signal 15 (SIGTERM)

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0699997
#  lost CPU user time (s): 0.0999985
#  lost CPU system time (s): -0.03

Real time (s): 534.316
CPU time (s): 1800.22
CPU user time (s): 1797.69
CPU system time (s): 2.53
CPU usage (%): 336.92
Max. virtual memory (cumulated for all children) (KiB): 264756

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= 353
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.92171 second user time and 3.11453 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-09 15:31:02
IDJOB=3737480
IDBENCH=48245
IDSOLVER=2325
FILE ID=node148/3737480-1339248662
RUNJOBID= node148-1339246835-17886
PBS_JOBID= 14644333
Free space on /tmp= 70432 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_3.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737480-1339248662/watcher-3737480-1339248662 -o /tmp/evaluation-result-3737480-1339248662/solver-3737480-1339248662 -C 1800 -W 1900 -M 15500  run HOME/instance-3737480-1339248662.opb

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

MD5SUM BENCH= 4ec3492215da9d1ca4e43111c42870de
RANDOM SEED=2027219552

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26551316 kB
Buffers:          772008 kB
Cached:          4388916 kB
SwapCached:          560 kB
Active:          2719956 kB
Inactive:        2626868 kB
Active(anon):     173164 kB
Inactive(anon):    10628 kB
Active(file):    2546792 kB
Inactive(file):  2616240 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             16304 kB
Writeback:             0 kB
AnonPages:        529524 kB
Mapped:            14752 kB
Shmem:                36 kB
Slab:             837892 kB
SReclaimable:     282048 kB
SUnreclaim:       555844 kB
KernelStack:        1600 kB
PageTables:         4328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     283844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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-3737480-1339248662.opb

Free space on /tmp at the end= 70416 MiB
End job on node148 at 2012-06-09 15:39:57