Trace number 3736479

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=61-P1=127-P2=131-P3=107-P4=47-B.opb
MD5SUM4652b0e8f21fa4edb3d66fa3030eb917
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables84
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)196
Sum of products size (including duplicates)392
Number of different products196
Sum of products size392

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3736479-1339248127.opb.
0.00/0.00	c Instance file HOME/instance-3736479-1339248127.opb
0.00/0.00	c File size is 14533 bytes.
0.00/0.00	c Highest Coefficient sum: 32512
0.00/0.00	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.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      280                                                 |
0.00/0.00	c |  Number Constraints:    401                                                 |
0.00/0.00	c ===============================================================================
1800.05/755.51	c Remaining time 1800.00 sec.
1800.05/755.51	c 
1800.05/755.51	c *** INTERRUPTED ***
1800.05/755.51	s UNKNOWN
1800.05/755.51	c Total CPU time              : 1772.71 s
1800.05/755.51	c Memory used           : 154.05 MB
1800.05/755.51	c CPU time              : 1772.71 s
1800.05/755.51	c 
1800.05/755.51	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-3736479-1339248127/watcher-3736479-1339248127 -o /tmp/evaluation-result-3736479-1339248127/solver-3736479-1339248127 -C 1800 -W 1900 -M 15500 run HOME/instance-3736479-1339248127.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: 6.16 6.12 5.55 3/184 18749
/proc/meminfo: memFree=31296332/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0

[startup+0.0807519 s]
/proc/loadavg: 6.16 6.12 5.55 3/184 18749
/proc/meminfo: memFree=31296332/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100227 s]
/proc/loadavg: 6.16 6.12 5.55 3/184 18749
/proc/meminfo: memFree=31296332/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300191 s]
/proc/loadavg: 6.16 6.12 5.55 3/184 18749
/proc/meminfo: memFree=31296332/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70019 s]
/proc/loadavg: 6.16 6.12 5.55 3/184 18749
/proc/meminfo: memFree=31296332/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 6.16 6.12 5.55 9/193 18786
/proc/meminfo: memFree=31258440/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=126664 CPUtime=3.68 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) R 18749 18749 17566 0 -1 4202496 25330 0 0 0 350 18 0 0 20 0 8 0 390941204 129703936 11697 33554432000 134512640 146736320 4291650368 4291646656 136674344 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18750/statm: 31666 11697 971 2985 0 28600 0
[pid=18750/tid=18780] ppid=18749 vsize=126664 CPUtime=0.38 cores=1,3,5,7
/proc/18750/task/18780/stat : 18780 (pb_cplex) S 18749 18749 17566 0 -1 4202560 2058 0 0 0 38 0 0 0 20 0 8 0 390941230 129703936 11697 33554432000 134512640 146736320 4291650368 4130713060 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18781] ppid=18749 vsize=126664 CPUtime=0.41 cores=1,3,5,7
/proc/18750/task/18781/stat : 18781 (pb_cplex) S 18749 18749 17566 0 -1 4202560 1618 0 0 0 41 0 0 0 20 0 8 0 390941230 129703936 11697 33554432000 134512640 146736320 4291650368 4141198820 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18782] ppid=18749 vsize=126664 CPUtime=0.38 cores=1,3,5,7
/proc/18750/task/18782/stat : 18782 (pb_cplex) S 18749 18749 17566 0 -1 4202560 973 0 0 0 38 0 0 0 20 0 8 0 390941230 129703936 11697 33554432000 134512640 146736320 4291650368 4151684580 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18750/tid=18783] ppid=18749 vsize=126664 CPUtime=0.52 cores=1,3,5,7
/proc/18750/task/18783/stat : 18783 (pb_cplex) S 18749 18749 17566 0 -1 4202560 3045 0 0 0 50 2 0 0 20 0 8 0 390941230 129703936 11697 33554432000 134512640 146736320 4291650368 4120034788 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18784] ppid=18749 vsize=126664 CPUtime=0.41 cores=1,3,5,7
/proc/18750/task/18784/stat : 18784 (pb_cplex) S 18749 18749 17566 0 -1 4202560 2760 0 0 0 39 2 0 0 20 0 8 0 390941230 129703936 11697 33554432000 134512640 146736320 4291650368 4104121828 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18750/tid=18785] ppid=18749 vsize=126664 CPUtime=0.33 cores=1,3,5,7
/proc/18750/task/18785/stat : 18785 (pb_cplex) S 18749 18749 17566 0 -1 4202560 1683 0 0 0 31 2 0 0 20 0 8 0 390941230 129703936 11697 33554432000 134512640 146736320 4291650368 4093636068 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18750/tid=18786] ppid=18749 vsize=126664 CPUtime=0.39 cores=1,3,5,7
/proc/18750/task/18786/stat : 18786 (pb_cplex) R 18749 18749 17566 0 -1 4202560 3066 0 0 0 38 1 0 0 20 0 8 0 390941230 129703936 11697 33554432000 134512640 146736320 4291650368 4070567596 144580332 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 135812

[startup+3.10046 s]
/proc/loadavg: 6.16 6.12 5.55 11/193 18786
/proc/meminfo: memFree=31246164/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=143696 CPUtime=8.15 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) R 18749 18749 17566 0 -1 4202496 39459 0 0 0 789 26 0 0 20 0 8 0 390941204 147144704 16136 33554432000 134512640 146736320 4291650368 4291645160 136382573 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18750/statm: 35924 16136 971 2985 0 32858 0
[pid=18750/tid=18780] ppid=18749 vsize=143696 CPUtime=1.1 cores=1,3,5,7
/proc/18750/task/18780/stat : 18780 (pb_cplex) S 18749 18749 17566 0 -1 4202560 3662 0 0 0 108 2 0 0 20 0 8 0 390941230 147144704 16136 33554432000 134512640 146736320 4291650368 4130713232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18781] ppid=18749 vsize=143696 CPUtime=0.87 cores=1,3,5,7
/proc/18750/task/18781/stat : 18781 (pb_cplex) S 18749 18749 17566 0 -1 4202560 2115 0 0 0 85 2 0 0 20 0 8 0 390941230 147144704 16136 33554432000 134512640 146736320 4291650368 4141198992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18782] ppid=18749 vsize=143696 CPUtime=0.86 cores=1,3,5,7
/proc/18750/task/18782/stat : 18782 (pb_cplex) S 18749 18749 17566 0 -1 4202560 2617 0 0 0 84 2 0 0 20 0 8 0 390941230 147144704 16136 33554432000 134512640 146736320 4291650368 4151684752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18783] ppid=18749 vsize=143696 CPUtime=1.02 cores=1,3,5,7
/proc/18750/task/18783/stat : 18783 (pb_cplex) S 18749 18749 17566 0 -1 4202560 4293 0 0 0 99 3 0 0 20 0 8 0 390941230 147144704 16136 33554432000 134512640 146736320 4291650368 4120034960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18784] ppid=18749 vsize=143696 CPUtime=1.01 cores=1,3,5,7
/proc/18750/task/18784/stat : 18784 (pb_cplex) R 18749 18749 17566 0 -1 4202560 6656 0 0 0 99 2 0 0 20 0 8 0 390941230 147144704 16136 33554432000 134512640 146736320 4291650368 4104119832 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18785] ppid=18749 vsize=143696 CPUtime=0.79 cores=1,3,5,7
/proc/18750/task/18785/stat : 18785 (pb_cplex) R 18749 18749 17566 0 -1 4202560 3840 0 0 0 76 3 0 0 20 0 8 0 390941230 147144704 16136 33554432000 134512640 146736320 4291650368 4093632584 139042883 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18786] ppid=18749 vsize=143696 CPUtime=1.1 cores=1,3,5,7
/proc/18750/task/18786/stat : 18786 (pb_cplex) S 18749 18749 17566 0 -1 4202560 5703 0 0 0 108 2 0 0 20 0 8 0 390941230 147144704 16136 33554432000 134512640 146736320 4291650368 4070567568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 152844

[startup+6.30047 s]
/proc/loadavg: 5.83 6.06 5.53 8/193 18786
/proc/meminfo: memFree=31215784/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=169100 CPUtime=17.04 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) S 18749 18749 17566 0 -1 4202496 64936 0 0 0 1665 39 0 0 20 0 8 0 390941204 173158400 21288 33554432000 134512640 146736320 4291650368 4291646736 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18750/statm: 42275 21288 971 2985 0 39209 0
[pid=18750/tid=18780] ppid=18749 vsize=169100 CPUtime=2.5 cores=1,3,5,7
/proc/18750/task/18780/stat : 18780 (pb_cplex) S 18749 18749 17566 0 -1 4202560 7569 0 0 0 246 4 0 0 20 0 8 0 390941230 173158400 21288 33554432000 134512640 146736320 4291650368 4130713232 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18781] ppid=18749 vsize=169100 CPUtime=1.91 cores=1,3,5,7
/proc/18750/task/18781/stat : 18781 (pb_cplex) S 18749 18749 17566 0 -1 4202560 5045 0 0 0 188 3 0 0 20 0 8 0 390941230 173158400 21288 33554432000 134512640 146736320 4291650368 4141198992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18782] ppid=18749 vsize=169100 CPUtime=1.91 cores=1,3,5,7
/proc/18750/task/18782/stat : 18782 (pb_cplex) R 18749 18749 17566 0 -1 4202560 4229 0 0 0 188 3 0 0 20 0 8 0 390941230 173158400 21288 33554432000 134512640 146736320 4291650368 4151682584 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18783] ppid=18749 vsize=169100 CPUtime=2.06 cores=1,3,5,7
/proc/18750/task/18783/stat : 18783 (pb_cplex) S 18749 18749 17566 0 -1 4202560 7343 0 0 0 202 4 0 0 20 0 8 0 390941230 173158400 21288 33554432000 134512640 146736320 4291650368 4120034960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18784] ppid=18749 vsize=169100 CPUtime=1.99 cores=1,3,5,7
/proc/18750/task/18784/stat : 18784 (pb_cplex) R 18749 18749 17566 0 -1 4202560 9105 0 0 0 195 4 0 0 20 0 8 0 390941230 173158400 21288 33554432000 134512640 146736320 4291650368 4104118480 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18785] ppid=18749 vsize=169100 CPUtime=1.91 cores=1,3,5,7
/proc/18750/task/18785/stat : 18785 (pb_cplex) S 18749 18749 17566 0 -1 4202560 7586 0 0 0 187 4 0 0 20 0 8 0 390941230 173158400 21288 33554432000 134512640 146736320 4291650368 4093636240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18786] ppid=18749 vsize=169100 CPUtime=2.16 cores=1,3,5,7
/proc/18750/task/18786/stat : 18786 (pb_cplex) R 18749 18749 17566 0 -1 4202560 10591 0 0 0 211 5 0 0 20 0 8 0 390941230 173158400 21288 33554432000 134512640 146736320 4291650368 4070563836 135526785 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 17.04
Current children cumulated vsize (KiB) 178248

[startup+12.7005 s]
/proc/loadavg: 6.00 6.09 5.55 11/193 18786
/proc/meminfo: memFree=31199596/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=185568 CPUtime=37.64 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) R 18749 18749 17566 0 -1 4202496 106693 0 0 0 3709 55 0 0 20 0 8 0 390941204 190021632 25066 33554432000 134512640 146736320 4291650368 4291641840 144714890 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18750/statm: 46392 25066 1018 2985 0 43326 0
[pid=18750/tid=18780] ppid=18749 vsize=185568 CPUtime=4.99 cores=1,3,5,7
/proc/18750/task/18780/stat : 18780 (pb_cplex) R 18749 18749 17566 0 -1 4202560 10266 0 0 0 493 6 0 0 20 0 8 0 390941230 190021632 25066 33554432000 134512640 146736320 4291650368 4130710252 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18781] ppid=18749 vsize=185568 CPUtime=4.5 cores=1,3,5,7
/proc/18750/task/18781/stat : 18781 (pb_cplex) S 18749 18749 17566 0 -1 4202560 7358 0 0 0 445 5 0 0 20 0 8 0 390941230 190021632 25066 33554432000 134512640 146736320 4291650368 4141190132 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18782] ppid=18749 vsize=185568 CPUtime=4.33 cores=1,3,5,7
/proc/18750/task/18782/stat : 18782 (pb_cplex) R 18749 18749 17566 0 -1 4202560 9366 0 0 0 429 4 0 0 20 0 8 0 390941230 190021632 25066 33554432000 134512640 146736320 4291650368 4151677392 136364551 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18783] ppid=18749 vsize=185568 CPUtime=4.3 cores=1,3,5,7
/proc/18750/task/18783/stat : 18783 (pb_cplex) S 18749 18749 17566 0 -1 4202560 9757 0 0 0 424 6 0 0 20 0 8 0 390941230 190021632 25066 33554432000 134512640 146736320 4291650368 4120034960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18784] ppid=18749 vsize=185568 CPUtime=4.52 cores=1,3,5,7
/proc/18750/task/18784/stat : 18784 (pb_cplex) R 18749 18749 17566 0 -1 4202560 16756 0 0 0 446 6 0 0 20 0 8 0 390941230 190021632 25066 33554432000 134512640 146736320 4291650368 4104117320 137419490 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18785] ppid=18749 vsize=185568 CPUtime=4.4 cores=1,3,5,7
/proc/18750/task/18785/stat : 18785 (pb_cplex) R 18749 18749 17566 0 -1 4202560 8953 0 0 0 435 5 0 0 20 0 8 0 390941230 190021632 25066 33554432000 134512640 146736320 4291650368 4093627656 135999693 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18750/tid=18786] ppid=18749 vsize=185568 CPUtime=4.55 cores=1,3,5,7
/proc/18750/task/18786/stat : 18786 (pb_cplex) R 18749 18749 17566 0 -1 4202560 20099 0 0 0 447 8 0 0 20 0 8 0 390941230 190021632 25066 33554432000 134512640 146736320 4291650368 4070559880 136002914 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 37.64
Current children cumulated vsize (KiB) 194716

[startup+25.5005 s]
/proc/loadavg: 5.77 6.03 5.54 7/193 18821
/proc/meminfo: memFree=31225440/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=160992 CPUtime=72.56 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) S 18749 18749 17566 0 -1 4202496 194883 0 0 0 7147 109 0 0 20 0 8 0 390941204 164855808 18203 33554432000 134512640 146736320 4291650368 4291646736 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18750/statm: 40248 18203 1022 2985 0 37182 0
[pid=18750/tid=18815] ppid=18749 vsize=160992 CPUtime=2.26 cores=1,3,5,7
/proc/18750/task/18815/stat : 18815 (pb_cplex) R 18749 18749 17566 0 -1 4202560 6595 0 0 0 222 4 0 0 20 0 8 0 390943140 164855808 18203 33554432000 134512640 146736320 4291650368 4070564048 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18750/tid=18816] ppid=18749 vsize=160992 CPUtime=2.2 cores=1,3,5,7
/proc/18750/task/18816/stat : 18816 (pb_cplex) R 18749 18749 17566 0 -1 4202560 5280 0 0 0 216 4 0 0 20 0 8 0 390943140 164855808 18204 33554432000 134512640 146736320 4291650368 4099059400 139042974 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18817] ppid=18749 vsize=160992 CPUtime=2.36 cores=1,3,5,7
/proc/18750/task/18817/stat : 18817 (pb_cplex) R 18749 18749 17566 0 -1 4202560 5657 0 0 0 232 4 0 0 20 0 8 0 390943140 164855808 18204 33554432000 134512640 146736320 4291650368 4109544200 135525141 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18818] ppid=18749 vsize=160992 CPUtime=2.23 cores=1,3,5,7
/proc/18750/task/18818/stat : 18818 (pb_cplex) S 18749 18749 17566 0 -1 4202560 6047 0 0 0 220 3 0 0 20 0 8 0 390943140 164855808 18204 33554432000 134512640 146736320 4291650368 4120034960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18819] ppid=18749 vsize=160992 CPUtime=2.92 cores=1,3,5,7
/proc/18750/task/18819/stat : 18819 (pb_cplex) R 18749 18749 17566 0 -1 4202560 11746 0 0 0 287 5 0 0 20 0 8 0 390943140 164855808 18204 33554432000 134512640 146736320 4291650368 4052738088 139044542 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18820] ppid=18749 vsize=160992 CPUtime=2.16 cores=1,3,5,7
/proc/18750/task/18820/stat : 18820 (pb_cplex) S 18749 18749 17566 0 -1 4202560 3279 0 0 0 214 2 0 0 20 0 8 0 390943140 164855808 18204 33554432000 134512640 146736320 4291650368 4042256016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18821] ppid=18749 vsize=160992 CPUtime=1.99 cores=1,3,5,7
/proc/18750/task/18821/stat : 18821 (pb_cplex) R 18749 18749 17566 0 -1 4202560 10097 0 0 0 196 3 0 0 20 0 8 0 390943140 164855808 18204 33554432000 134512640 146736320 4291650368 4031768360 135983025 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 72.56
Current children cumulated vsize (KiB) 170140

[startup+51.1005 s]
/proc/loadavg: 5.03 5.84 5.48 15/193 18821
/proc/meminfo: memFree=31210060/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0

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

[pid=18750/tid=18920] ppid=18749 vsize=153308 CPUtime=82.09 cores=1,3,5,7
/proc/18750/task/18920/stat : 18920 (pb_cplex) S 18749 18749 17566 0 -1 4202560 87642 0 0 0 8068 141 0 0 20 0 8 0 390963968 156987392 17372 33554432000 134512640 146736320 4291650368 4052741776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18921] ppid=18749 vsize=153308 CPUtime=84.08 cores=1,3,5,7
/proc/18750/task/18921/stat : 18921 (pb_cplex) R 18749 18749 17566 0 -1 4202560 82498 0 0 0 8264 144 0 0 20 0 8 0 390963968 156987392 17372 33554432000 134512640 146736320 4291650368 4042253336 138685022 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18922] ppid=18749 vsize=153308 CPUtime=82.04 cores=1,3,5,7
/proc/18750/task/18922/stat : 18922 (pb_cplex) R 18749 18749 17566 0 -1 4202560 110766 0 0 0 8054 150 0 0 20 0 8 0 390963968 156987392 17372 33554432000 134512640 146736320 4291650368 4031767528 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1245.36
Current children cumulated vsize (KiB) 162456

[startup+582.3 s]
/proc/loadavg: 5.78 6.04 5.77 12/193 18941
/proc/meminfo: memFree=31163892/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=154328 CPUtime=1376.1 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) R 18749 18749 17566 0 -1 4202496 1404812 0 0 0 135554 2056 0 0 20 0 8 0 390941204 158031872 17519 33554432000 134512640 146736320 4291650368 4291645452 137015386 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18750/statm: 38582 17519 1025 2985 0 35516 0
[pid=18750/tid=18916] ppid=18749 vsize=154328 CPUtime=96.36 cores=1,3,5,7
/proc/18750/task/18916/stat : 18916 (pb_cplex) R 18749 18749 17566 0 -1 4202560 113944 0 0 0 9468 168 0 0 20 0 8 0 390963968 158031872 17519 33554432000 134512640 146736320 4291650368 4070567596 144580332 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18917] ppid=18749 vsize=154328 CPUtime=99.26 cores=1,3,5,7
/proc/18750/task/18917/stat : 18917 (pb_cplex) R 18749 18749 17566 0 -1 4202560 119406 0 0 0 9749 177 0 0 20 0 8 0 390963968 158031872 17519 33554432000 134512640 146736320 4291650368 4099060328 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18918] ppid=18749 vsize=154328 CPUtime=101.3 cores=1,3,5,7
/proc/18750/task/18918/stat : 18918 (pb_cplex) R 18749 18749 17566 0 -1 4202560 104243 0 0 0 9953 177 0 0 20 0 8 0 390963968 158031872 17519 33554432000 134512640 146736320 4291650368 4109546088 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 1 0 0
[pid=18750/tid=18919] ppid=18749 vsize=154328 CPUtime=98.92 cores=1,3,5,7
/proc/18750/task/18919/stat : 18919 (pb_cplex) R 18749 18749 17566 0 -1 4202560 60745 0 0 0 9723 169 0 0 20 0 8 0 390963968 158031872 17519 33554432000 134512640 146736320 4291650368 4120031848 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18920] ppid=18749 vsize=154328 CPUtime=97.76 cores=1,3,5,7
/proc/18750/task/18920/stat : 18920 (pb_cplex) R 18749 18749 17566 0 -1 4202560 93715 0 0 0 9611 165 0 0 20 0 8 0 390963968 158031872 17519 33554432000 134512640 146736320 4291650368 4052741776 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18921] ppid=18749 vsize=154328 CPUtime=101.19 cores=1,3,5,7
/proc/18750/task/18921/stat : 18921 (pb_cplex) S 18749 18749 17566 0 -1 4202560 90305 0 0 0 9946 173 0 0 20 0 8 0 390963968 158031872 17519 33554432000 134512640 146736320 4291650368 4042256016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18922] ppid=18749 vsize=154328 CPUtime=95.91 cores=1,3,5,7
/proc/18750/task/18922/stat : 18922 (pb_cplex) S 18749 18749 17566 0 -1 4202560 113202 0 0 0 9415 176 0 0 20 0 8 0 390963968 158031872 17519 33554432000 134512640 146736320 4291650368 4031770256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1376.1
Current children cumulated vsize (KiB) 163476

[startup+642.3 s]
/proc/loadavg: 5.84 5.93 5.74 6/193 18941
/proc/meminfo: memFree=31162156/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=154328 CPUtime=1515.98 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) R 18749 18749 17566 0 -1 4202496 1479207 0 0 0 149306 2292 0 0 20 0 8 0 390941204 158031872 17620 33554432000 134512640 146736320 4291650368 4291646764 144580332 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18750/statm: 38582 17620 1025 2985 0 35516 0
[pid=18750/tid=18916] ppid=18749 vsize=154328 CPUtime=113.91 cores=1,3,5,7
/proc/18750/task/18916/stat : 18916 (pb_cplex) R 18749 18749 17566 0 -1 4202560 129686 0 0 0 11191 200 0 0 20 0 8 0 390963968 158031872 17620 33554432000 134512640 146736320 4291650368 4070564840 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18917] ppid=18749 vsize=154328 CPUtime=115.85 cores=1,3,5,7
/proc/18750/task/18917/stat : 18917 (pb_cplex) R 18749 18749 17566 0 -1 4202560 122466 0 0 0 11380 205 0 0 20 0 8 0 390963968 158031872 17620 33554432000 134512640 146736320 4291650368 4099060712 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18918] ppid=18749 vsize=154328 CPUtime=118.57 cores=1,3,5,7
/proc/18750/task/18918/stat : 18918 (pb_cplex) R 18749 18749 17566 0 -1 4202560 110576 0 0 0 11652 205 0 0 20 0 8 0 390963968 158031872 17620 33554432000 134512640 146736320 4291650368 4109546648 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 1 0 0
[pid=18750/tid=18919] ppid=18749 vsize=154328 CPUtime=117.2 cores=1,3,5,7
/proc/18750/task/18919/stat : 18919 (pb_cplex) R 18749 18749 17566 0 -1 4202560 76571 0 0 0 11520 200 0 0 20 0 8 0 390963968 158031872 17620 33554432000 134512640 146736320 4291650368 4120034960 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18920] ppid=18749 vsize=154328 CPUtime=115.46 cores=1,3,5,7
/proc/18750/task/18920/stat : 18920 (pb_cplex) S 18749 18749 17566 0 -1 4202560 105508 0 0 0 11352 194 0 0 20 0 8 0 390963968 158031872 17620 33554432000 134512640 146736320 4291650368 4052741776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18921] ppid=18749 vsize=154328 CPUtime=117.39 cores=1,3,5,7
/proc/18750/task/18921/stat : 18921 (pb_cplex) S 18749 18749 17566 0 -1 4202560 95951 0 0 0 11538 201 0 0 20 0 8 0 390963968 158031872 17620 33554432000 134512640 146736320 4291650368 4042256016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18922] ppid=18749 vsize=154328 CPUtime=111.87 cores=1,3,5,7
/proc/18750/task/18922/stat : 18922 (pb_cplex) S 18749 18749 17566 0 -1 4202560 119682 0 0 0 10983 204 0 0 20 0 8 0 390963968 158031872 17620 33554432000 134512640 146736320 4291650368 4031770256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1515.98
Current children cumulated vsize (KiB) 163476

[startup+702.3 s]
/proc/loadavg: 5.97 5.98 5.77 8/193 18941
/proc/meminfo: memFree=31161164/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=156724 CPUtime=1656.76 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) S 18749 18749 17566 0 -1 4202496 1537451 0 0 0 163157 2519 0 0 20 0 8 0 390941204 160485376 18062 33554432000 134512640 146736320 4291650368 4291646736 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18750/statm: 39181 18062 1025 2985 0 36115 0
[pid=18750/tid=18916] ppid=18749 vsize=156724 CPUtime=132.09 cores=1,3,5,7
/proc/18750/task/18916/stat : 18916 (pb_cplex) R 18749 18749 17566 0 -1 4202560 137329 0 0 0 12981 228 0 0 20 0 8 0 390963968 160485376 18062 33554432000 134512640 146736320 4291650368 4070565032 136896915 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=18750/tid=18917] ppid=18749 vsize=156724 CPUtime=132.43 cores=1,3,5,7
/proc/18750/task/18917/stat : 18917 (pb_cplex) S 18749 18749 17566 0 -1 4202560 128253 0 0 0 13011 232 0 0 20 0 8 0 390963968 160485376 18062 33554432000 134512640 146736320 4291650368 4099063440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18918] ppid=18749 vsize=156724 CPUtime=135.46 cores=1,3,5,7
/proc/18750/task/18918/stat : 18918 (pb_cplex) R 18749 18749 17566 0 -1 4202560 117131 0 0 0 13311 235 0 0 20 0 8 0 390963968 160485376 18062 33554432000 134512640 146736320 4291650368 4109543964 144785853 0 2 4096 16387 0 0 0 -1 5 0 0 1 0 0
[pid=18750/tid=18919] ppid=18749 vsize=156724 CPUtime=134.05 cores=1,3,5,7
/proc/18750/task/18919/stat : 18919 (pb_cplex) S 18749 18749 17566 0 -1 4202560 79932 0 0 0 13178 227 0 0 20 0 8 0 390963968 160485376 18062 33554432000 134512640 146736320 4291650368 4120034960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18920] ppid=18749 vsize=156724 CPUtime=134.01 cores=1,3,5,7
/proc/18750/task/18920/stat : 18920 (pb_cplex) S 18749 18749 17566 0 -1 4202560 128177 0 0 0 13176 225 0 0 20 0 8 0 390963968 160485376 18062 33554432000 134512640 146736320 4291650368 4052741776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18921] ppid=18749 vsize=156724 CPUtime=134.3 cores=1,3,5,7
/proc/18750/task/18921/stat : 18921 (pb_cplex) R 18749 18749 17566 0 -1 4202560 101696 0 0 0 13201 229 0 0 20 0 8 0 390963968 160485376 18062 33554432000 134512640 146736320 4291650368 4042253464 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=18750/tid=18922] ppid=18749 vsize=156724 CPUtime=128.83 cores=1,3,5,7
/proc/18750/task/18922/stat : 18922 (pb_cplex) S 18749 18749 17566 0 -1 4202560 122009 0 0 0 12650 233 0 0 20 0 8 0 390963968 160485376 18062 33554432000 134512640 146736320 4291650368 4031770256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1656.76
Current children cumulated vsize (KiB) 165872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+755.5 s]
/proc/loadavg: 5.85 6.03 5.80 4/186 18991
/proc/meminfo: memFree=31212212/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=157748 CPUtime=1800.05 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) R 18749 18749 17566 0 -1 4202496 1561166 0 0 0 177269 2736 0 0 20 0 8 0 390941204 161533952 18224 33554432000 134512640 146736320 4291650368 4291644008 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18750/statm: 39437 18224 1025 2985 0 36371 0
[pid=18750/tid=18916] ppid=18749 vsize=157748 CPUtime=149.75 cores=1,3,5,7
/proc/18750/task/18916/stat : 18916 (pb_cplex) R 18749 18749 17566 0 -1 4202560 141726 0 0 0 14722 253 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4070564740 135851004 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18917] ppid=18749 vsize=157748 CPUtime=150 cores=1,3,5,7
/proc/18750/task/18917/stat : 18917 (pb_cplex) R 18749 18749 17566 0 -1 4202560 129735 0 0 0 14740 260 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4099060712 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18918] ppid=18749 vsize=157748 CPUtime=153.04 cores=1,3,5,7
/proc/18750/task/18918/stat : 18918 (pb_cplex) R 18749 18749 17566 0 -1 4202560 119026 0 0 0 15043 261 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4109549200 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 1 0 0
[pid=18750/tid=18919] ppid=18749 vsize=157748 CPUtime=151.42 cores=1,3,5,7
/proc/18750/task/18919/stat : 18919 (pb_cplex) S 18749 18749 17566 0 -1 4202560 81798 0 0 0 14886 256 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4120034960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18920] ppid=18749 vsize=157748 CPUtime=152.16 cores=1,3,5,7
/proc/18750/task/18920/stat : 18920 (pb_cplex) S 18749 18749 17566 0 -1 4202560 130629 0 0 0 14963 253 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4052741776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18921] ppid=18749 vsize=157748 CPUtime=151.76 cores=1,3,5,7
/proc/18750/task/18921/stat : 18921 (pb_cplex) S 18749 18749 17566 0 -1 4202560 102835 0 0 0 14921 255 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4042256016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18922] ppid=18749 vsize=157748 CPUtime=146.94 cores=1,3,5,7
/proc/18750/task/18922/stat : 18922 (pb_cplex) S 18749 18749 17566 0 -1 4202560 131776 0 0 0 14431 263 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4031770256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 166896

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

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

[startup+755.5 s]
/proc/loadavg: 5.85 6.03 5.80 4/186 18991
/proc/meminfo: memFree=31212212/32873844 swapFree=8656/8656
[pid=18749] ppid=18747 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18749/stat : 18749 (run) S 18747 18749 17566 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390941204 9367552 270 33554432000 4194304 5064252 140733723248576 140733723247488 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18749/statm: 2287 270 229 213 0 72 0
[pid=18750] ppid=18749 vsize=157748 CPUtime=1800.05 cores=1,3,5,7
/proc/18750/stat : 18750 (pb_cplex) R 18749 18749 17566 0 -1 4202496 1561166 0 0 0 177269 2736 0 0 20 0 8 0 390941204 161533952 18224 33554432000 134512640 146736320 4291650368 4291644008 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18750/statm: 39437 18224 1025 2985 0 36371 0
[pid=18750/tid=18916] ppid=18749 vsize=157748 CPUtime=149.75 cores=1,3,5,7
/proc/18750/task/18916/stat : 18916 (pb_cplex) R 18749 18749 17566 0 -1 4202560 141726 0 0 0 14722 253 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4070564740 135851004 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18917] ppid=18749 vsize=157748 CPUtime=150 cores=1,3,5,7
/proc/18750/task/18917/stat : 18917 (pb_cplex) R 18749 18749 17566 0 -1 4202560 129735 0 0 0 14740 260 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4099060712 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18918] ppid=18749 vsize=157748 CPUtime=153.04 cores=1,3,5,7
/proc/18750/task/18918/stat : 18918 (pb_cplex) R 18749 18749 17566 0 -1 4202560 119026 0 0 0 15043 261 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4109549200 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 1 0 0
[pid=18750/tid=18919] ppid=18749 vsize=157748 CPUtime=151.42 cores=1,3,5,7
/proc/18750/task/18919/stat : 18919 (pb_cplex) S 18749 18749 17566 0 -1 4202560 81798 0 0 0 14886 256 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4120034960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18920] ppid=18749 vsize=157748 CPUtime=152.16 cores=1,3,5,7
/proc/18750/task/18920/stat : 18920 (pb_cplex) S 18749 18749 17566 0 -1 4202560 130629 0 0 0 14963 253 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4052741776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18750/tid=18921] ppid=18749 vsize=157748 CPUtime=151.76 cores=1,3,5,7
/proc/18750/task/18921/stat : 18921 (pb_cplex) S 18749 18749 17566 0 -1 4202560 102835 0 0 0 14921 255 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4042256016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18750/tid=18922] ppid=18749 vsize=157748 CPUtime=146.94 cores=1,3,5,7
/proc/18750/task/18922/stat : 18922 (pb_cplex) S 18749 18749 17566 0 -1 4202560 131776 0 0 0 14431 263 0 0 20 0 8 0 390963968 161533952 18224 33554432000 134512640 146736320 4291650368 4031770256 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 166896

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18749 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.05
#
# 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.119934
#  lost CPU user time (s): 0.219971
#  lost CPU system time (s): -0.1

Real time (s): 755.517
CPU time (s): 1800.17
CPU user time (s): 1772.91
CPU system time (s): 27.26
CPU usage (%): 238.27
Max. virtual memory (cumulated for all children) (KiB): 196296

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

runsolver used 3.32349 second user time and 8.15176 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-09 15:22:07
IDJOB=3736479
IDBENCH=47926
IDSOLVER=2325
FILE ID=node102/3736479-1339248127
RUNJOBID= node102-1339246832-17583
PBS_JOBID= 14644379
Free space on /tmp= 71208 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=61-P1=127-P2=131-P3=107-P4=47-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736479-1339248127/watcher-3736479-1339248127 -o /tmp/evaluation-result-3736479-1339248127/solver-3736479-1339248127 -C 1800 -W 1900 -M 15500  run HOME/instance-3736479-1339248127.opb

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

MD5SUM BENCH= 4652b0e8f21fa4edb3d66fa3030eb917
RANDOM SEED=1727662999

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
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.178
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		: 2667.178
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:       32873844 kB
MemFree:        31297628 kB
Buffers:          402720 kB
Cached:           246216 kB
SwapCached:         2704 kB
Active:           586244 kB
Inactive:          99764 kB
Active(anon):      33232 kB
Inactive(anon):     5348 kB
Active(file):     553012 kB
Inactive(file):    94416 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099988 kB
Dirty:             16344 kB
Writeback:             0 kB
AnonPages:         42736 kB
Mapped:            12656 kB
Shmem:                 0 kB
Slab:             749736 kB
SReclaimable:     190700 kB
SUnreclaim:       559036 kB
KernelStack:        1520 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     234324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3736479-1339248127.opb

Free space on /tmp at the end= 71192 MiB
End job on node102 at 2012-06-09 15:34:42