Trace number 3737260

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.1 577.917

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
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-128
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -151
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3737260-1339248619.opb.
0.00/0.00	c Instance file HOME/instance-3737260-1339248619.opb
0.00/0.00	c File size is 1374244 bytes.
0.00/0.36	c Highest Coefficient sum: 50
0.00/0.36	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.39	c ============================[ Problem Statistics ]=============================
0.00/0.39	c |                                                                             |
0.00/0.39	c |  Parsing time:          0.39         s                                      |
0.00/0.39	c |  Number Variables:      16772                                               |
0.00/0.40	c |  Number Constraints:    32544                                               |
0.00/0.40	c ===============================================================================
1797.90/577.91	c Remaining time 1799.61 sec.
1797.90/577.91	c 
1797.90/577.91	c *** INTERRUPTED ***
1797.90/577.91	s UNKNOWN
1797.90/577.91	c Total CPU time              : 1794.1 s
1797.90/577.91	c Memory used           : 345.79 MB
1797.90/577.91	c CPU time              : 1794.1 s
1797.90/577.91	c 
1797.90/577.91	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3737260-1339248619/watcher-3737260-1339248619 -o /tmp/evaluation-result-3737260-1339248619/solver-3737260-1339248619 -C 1800 -W 1900 -M 15500 run HOME/instance-3737260-1339248619.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: 4.40 6.50 7.08 3/178 26972
/proc/meminfo: memFree=30750196/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0

[startup+0.100077 s]
/proc/loadavg: 4.40 6.50 7.08 3/178 26972
/proc/meminfo: memFree=30750196/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200257 s]
/proc/loadavg: 4.40 6.50 7.08 3/178 26972
/proc/meminfo: memFree=30750196/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 4.40 6.50 7.08 3/178 26972
/proc/meminfo: memFree=30750196/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700262 s]
/proc/loadavg: 4.40 6.50 7.08 3/178 26972
/proc/meminfo: memFree=30750196/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 4.21 6.43 7.05 3/180 26974
/proc/meminfo: memFree=30724032/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=48980 CPUtime=1.49 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 11716 0 0 0 147 2 0 0 20 0 1 0 390987577 50155520 7619 33554432000 134512640 146736320 4288959744 4288954064 138767235 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 12245 7619 793 2985 0 9179 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58128

[startup+3.1003 s]
/proc/loadavg: 4.21 6.43 7.05 3/180 26974
/proc/meminfo: memFree=30722916/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=55852 CPUtime=3.09 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 13480 0 0 0 306 3 0 0 20 0 1 0 390987577 57192448 8831 33554432000 134512640 146736320 4288959744 4288952824 136400570 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 13963 8831 855 2985 0 10897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65000

[startup+6.30028 s]
/proc/loadavg: 4.21 6.43 7.05 3/180 26974
/proc/meminfo: memFree=30712508/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=65168 CPUtime=6.29 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 22876 0 0 0 624 5 0 0 20 0 1 0 390987577 66732032 11463 33554432000 134512640 146736320 4288959744 4288955548 136406061 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 16292 11463 912 2985 0 13226 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74316

[startup+12.7003 s]
/proc/loadavg: 3.87 6.28 7.00 3/180 26974
/proc/meminfo: memFree=30709420/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=61404 CPUtime=12.69 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 26939 0 0 0 1260 9 0 0 20 0 1 0 390987577 62877696 10911 33554432000 134512640 146736320 4288959744 4288953936 136403112 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 15351 10911 914 2985 0 12285 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70552

[startup+25.5003 s]
/proc/loadavg: 3.58 6.14 6.94 3/180 26974
/proc/meminfo: memFree=30709932/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=61404 CPUtime=25.48 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 26940 0 0 0 2539 9 0 0 20 0 1 0 390987577 62877696 10912 33554432000 134512640 146736320 4288959744 4288953604 139028308 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 15351 10912 914 2985 0 12285 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70552

[startup+51.1005 s]
/proc/loadavg: 3.04 5.81 6.81 3/186 26982
/proc/meminfo: memFree=30661520/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=195628 CPUtime=51.08 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 46440 0 0 0 5095 13 0 0 20 0 8 0 390987577 200323072 22901 33554432000 134512640 146736320 4288959744 4288952976 136403109 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 48907 22901 946 2985 0 45841 0
[pid=26973/tid=26976] ppid=26972 vsize=195628 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26976/stat : 26976 (pb_cplex) S 26972 26972 26006 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 390991932 200323072 22901 33554432000 134512640 146736320 4288959744 4093570704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26977] ppid=26972 vsize=195628 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26977/stat : 26977 (pb_cplex) S 26972 26972 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390991932 200323072 22901 33554432000 134512640 146736320 4288959744 4083084944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26978] ppid=26972 vsize=195628 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26978/stat : 26978 (pb_cplex) S 26972 26972 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390991932 200323072 22901 33554432000 134512640 146736320 4288959744 4072599184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26979] ppid=26972 vsize=195628 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26979/stat : 26979 (pb_cplex) S 26972 26972 26006 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 390991932 200323072 22901 33554432000 134512640 146736320 4288959744 4062113424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26980] ppid=26972 vsize=195628 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26980/stat : 26980 (pb_cplex) S 26972 26972 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390991932 200323072 22901 33554432000 134512640 146736320 4288959744 4051627664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26981] ppid=26972 vsize=195628 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26981/stat : 26981 (pb_cplex) S 26972 26972 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390991932 200323072 22901 33554432000 134512640 146736320 4288959744 4041141904 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26982] ppid=26972 vsize=195628 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26982/stat : 26982 (pb_cplex) S 26972 26972 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390991932 200323072 22901 33554432000 134512640 146736320 4288959744 4030656144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 204776

[startup+102.301 s]
/proc/loadavg: 6.03 6.12 6.86 9/186 26982
/proc/meminfo: memFree=30622640/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=251064 CPUtime=226.11 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) S 26972 26972 26006 0 -1 4202496 141022 0 0 0 22557 54 0 0 20 0 8 0 390987577 257089536 33670 33554432000 134512640 146736320 4288959744 4288956112 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 62766 33670 948 2985 0 59700 0
[pid=26973/tid=26976] ppid=26972 vsize=251064 CPUtime=21.02 cores=1,3,5,7
/proc/26973/task/26976/stat : 26976 (pb_cplex) R 26972 26972 26006 0 -1 4202560 1645 0 0 0 2101 1 0 0 20 0 8 0 390991932 257089536 33670 33554432000 134512640 146736320 4288959744 4093567616 139046538 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26977] ppid=26972 vsize=251064 CPUtime=20.94 cores=1,3,5,7
/proc/26973/task/26977/stat : 26977 (pb_cplex) R 26972 26972 26006 0 -1 4202560 20355 0 0 0 2088 6 0 0 20 0 8 0 390991932 257089536 33670 33554432000 134512640 146736320 4288959744 4083081420 136388877 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26978] ppid=26972 vsize=251064 CPUtime=20.64 cores=1,3,5,7
/proc/26973/task/26978/stat : 26978 (pb_cplex) R 26972 26972 26006 0 -1 4202560 11856 0 0 0 2058 6 0 0 20 0 8 0 390991932 257089536 33670 33554432000 134512640 146736320 4288959744 4072595664 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=26973/tid=26979] ppid=26972 vsize=251064 CPUtime=20.92 cores=1,3,5,7
/proc/26973/task/26979/stat : 26979 (pb_cplex) R 26972 26972 26006 0 -1 4202560 7028 0 0 0 2086 6 0 0 20 0 8 0 390991932 257089536 33670 33554432000 134512640 146736320 4288959744 4062109788 135854509 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26980] ppid=26972 vsize=251064 CPUtime=20.8 cores=1,3,5,7
/proc/26973/task/26980/stat : 26980 (pb_cplex) R 26972 26972 26006 0 -1 4202560 7327 0 0 0 2078 2 0 0 20 0 8 0 390991932 257089536 33670 33554432000 134512640 146736320 4288959744 4051624144 136008309 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=26973/tid=26981] ppid=26972 vsize=251064 CPUtime=20.68 cores=1,3,5,7
/proc/26973/task/26981/stat : 26981 (pb_cplex) R 26972 26972 26006 0 -1 4202560 14117 0 0 0 2064 4 0 0 20 0 8 0 390991932 257089536 33670 33554432000 134512640 146736320 4288959744 4041137992 135526330 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26982] ppid=26972 vsize=251064 CPUtime=21.07 cores=1,3,5,7
/proc/26973/task/26982/stat : 26982 (pb_cplex) R 26972 26972 26006 0 -1 4202560 6304 0 0 0 2101 6 0 0 20 0 8 0 390991932 257089536 33670 33554432000 134512640 146736320 4288959744 4030652844 136400477 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 226.11
Current children cumulated vsize (KiB) 260212

[startup+162.3 s]
/proc/loadavg: 7.60 6.52 6.94 10/186 26982
/proc/meminfo: memFree=30619416/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=254868 CPUtime=459.77 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 203552 0 0 0 45879 98 0 0 20 0 8 0 390987577 260984832 34641 33554432000 134512640 146736320 4288959744 4288952592 136008167 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26973/statm: 63717 34641 948 2985 0 60651 0
[pid=26973/tid=26976] ppid=26972 vsize=254868 CPUtime=48.24 cores=1,3,5,7
/proc/26973/task/26976/stat : 26976 (pb_cplex) R 26972 26972 26006 0 -1 4202560 1970 0 0 0 4822 2 0 0 20 0 8 0 390991932 260984832 34641 33554432000 134512640 146736320 4288959744 4093567184 136008157 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26977] ppid=26972 vsize=254868 CPUtime=51.92 cores=1,3,5,7
/proc/26973/task/26977/stat : 26977 (pb_cplex) R 26972 26972 26006 0 -1 4202560 34092 0 0 0 5180 12 0 0 20 0 8 0 390991932 260984832 34641 33554432000 134512640 146736320 4288959744 4083081128 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26978] ppid=26972 vsize=254868 CPUtime=46.78 cores=1,3,5,7
/proc/26973/task/26978/stat : 26978 (pb_cplex) R 26972 26972 26006 0 -1 4202560 12264 0 0 0 4670 8 0 0 20 0 8 0 390991932 260984832 34641 33554432000 134512640 146736320 4288959744 4072593536 135468524 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=26973/tid=26979] ppid=26972 vsize=254868 CPUtime=51.4 cores=1,3,5,7
/proc/26973/task/26979/stat : 26979 (pb_cplex) R 26972 26972 26006 0 -1 4202560 7618 0 0 0 5132 8 0 0 20 0 8 0 390991932 260984832 34641 33554432000 134512640 146736320 4288959744 4062109904 136008446 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26980] ppid=26972 vsize=254868 CPUtime=53.32 cores=1,3,5,7
/proc/26973/task/26980/stat : 26980 (pb_cplex) R 26972 26972 26006 0 -1 4202560 14926 0 0 0 5321 11 0 0 20 0 8 0 390991932 260984832 34641 33554432000 134512640 146736320 4288959744 4051623848 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26981] ppid=26972 vsize=254868 CPUtime=50.63 cores=1,3,5,7
/proc/26973/task/26981/stat : 26981 (pb_cplex) R 26972 26972 26006 0 -1 4202560 38781 0 0 0 5044 19 0 0 20 0 8 0 390991932 260984832 34641 33554432000 134512640 146736320 4288959744 4041137304 136008682 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26982] ppid=26972 vsize=254868 CPUtime=51.93 cores=1,3,5,7
/proc/26973/task/26982/stat : 26982 (pb_cplex) R 26972 26972 26006 0 -1 4202560 6765 0 0 0 5186 7 0 0 20 0 8 0 390991932 260984832 34641 33554432000 134512640 146736320 4288959744 4030651920 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 459.77

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

[pid=26973] ppid=26972 vsize=161872 CPUtime=870.12 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 298698 0 0 0 86791 221 0 0 20 0 1 0 390987577 165756928 21740 33554432000 134512640 146736320 4288959744 4288956504 144757825 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 40468 21740 964 2985 0 37402 0
Current children cumulated CPU time (s) 870.12
Current children cumulated vsize (KiB) 171020
#
############


[startup+342.301 s]
/proc/loadavg: 3.63 5.74 6.60 3/186 26997
/proc/meminfo: memFree=30569928/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=281040 CPUtime=919.17 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 354471 0 0 0 91675 242 0 0 20 0 8 0 390987577 287784960 44113 33554432000 134512640 146736320 4288959744 4288952828 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 70260 44113 976 2985 0 67194 0
[pid=26973/tid=26990] ppid=26972 vsize=281040 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26990/stat : 26990 (pb_cplex) S 26972 26972 26006 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391019711 287784960 44113 33554432000 134512640 146736320 4288959744 4092362384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26991] ppid=26972 vsize=281040 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26991/stat : 26991 (pb_cplex) S 26972 26972 26006 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391019711 287784960 44113 33554432000 134512640 146736320 4288959744 4102848144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26992] ppid=26972 vsize=281040 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26992/stat : 26992 (pb_cplex) S 26972 26972 26006 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391019711 287784960 44113 33554432000 134512640 146736320 4288959744 4113333904 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26993] ppid=26972 vsize=281040 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26993/stat : 26993 (pb_cplex) S 26972 26972 26006 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391019711 287784960 44113 33554432000 134512640 146736320 4288959744 4062113424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26994] ppid=26972 vsize=281040 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26994/stat : 26994 (pb_cplex) S 26972 26972 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391019711 287784960 44113 33554432000 134512640 146736320 4288959744 3960467088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26995] ppid=26972 vsize=281040 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26995/stat : 26995 (pb_cplex) S 26972 26972 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391019711 287784960 44113 33554432000 134512640 146736320 4288959744 3949981328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26996] ppid=26972 vsize=281040 CPUtime=0 cores=1,3,5,7
/proc/26973/task/26996/stat : 26996 (pb_cplex) S 26972 26972 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391019711 287784960 44113 33554432000 134512640 146736320 4288959744 3939495568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 919.17
Current children cumulated vsize (KiB) 290188

[startup+402.3 s]
/proc/loadavg: 6.29 6.03 6.64 10/186 26997
/proc/meminfo: memFree=30510172/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=346472 CPUtime=1112.97 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 430027 0 0 0 111005 292 0 0 20 0 8 0 390987577 354787328 57668 33554432000 134512640 146736320 4288959744 4288952592 136008450 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26973/statm: 86618 57668 977 2985 0 83552 0
[pid=26973/tid=26990] ppid=26972 vsize=346472 CPUtime=22.28 cores=1,3,5,7
/proc/26973/task/26990/stat : 26990 (pb_cplex) R 26972 26972 26006 0 -1 4202560 13490 0 0 0 2219 9 0 0 20 0 8 0 391019711 354787328 57668 33554432000 134512640 146736320 4288959744 4092359280 136385265 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26991] ppid=26972 vsize=346472 CPUtime=22.26 cores=1,3,5,7
/proc/26973/task/26991/stat : 26991 (pb_cplex) R 26972 26972 26006 0 -1 4202560 5314 0 0 0 2223 3 0 0 20 0 8 0 391019711 354787328 57668 33554432000 134512640 146736320 4288959744 4102844624 136008252 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26992] ppid=26972 vsize=346472 CPUtime=22.04 cores=1,3,5,7
/proc/26973/task/26992/stat : 26992 (pb_cplex) R 26972 26972 26006 0 -1 4202560 4234 0 0 0 2201 3 0 0 20 0 8 0 391019711 354787328 57668 33554432000 134512640 146736320 4288959744 4113329544 136000480 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=26973/tid=26993] ppid=26972 vsize=346472 CPUtime=22.1 cores=1,3,5,7
/proc/26973/task/26993/stat : 26993 (pb_cplex) R 26972 26972 26006 0 -1 4202560 6828 0 0 0 2207 3 0 0 20 0 8 0 391019711 354787328 57668 33554432000 134512640 146736320 4288959744 4062109904 136008050 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26994] ppid=26972 vsize=346472 CPUtime=22.24 cores=1,3,5,7
/proc/26973/task/26994/stat : 26994 (pb_cplex) R 26972 26972 26006 0 -1 4202560 13445 0 0 0 2217 7 0 0 20 0 8 0 391019711 354787328 57668 33554432000 134512640 146736320 4288959744 3960463568 136008450 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26995] ppid=26972 vsize=346472 CPUtime=22.29 cores=1,3,5,7
/proc/26973/task/26995/stat : 26995 (pb_cplex) R 26972 26972 26006 0 -1 4202560 10996 0 0 0 2219 10 0 0 20 0 8 0 391019711 354787328 57668 33554432000 134512640 146736320 4288959744 3949978192 136403116 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26996] ppid=26972 vsize=346472 CPUtime=22.56 cores=1,3,5,7
/proc/26973/task/26996/stat : 26996 (pb_cplex) R 26972 26972 26006 0 -1 4202560 6995 0 0 0 2253 3 0 0 20 0 8 0 391019711 354787328 57668 33554432000 134512640 146736320 4288959744 3939492432 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1112.97
Current children cumulated vsize (KiB) 355620

[startup+462.3 s]
/proc/loadavg: 7.31 6.36 6.71 10/186 26997
/proc/meminfo: memFree=30507776/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=349544 CPUtime=1341.18 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 480356 0 0 0 133788 330 0 0 20 0 8 0 390987577 357933056 60201 33554432000 134512640 146736320 4288959744 4288952588 136388881 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26973/statm: 87386 60201 977 2985 0 84320 0
[pid=26973/tid=26990] ppid=26972 vsize=349544 CPUtime=57.3 cores=1,3,5,7
/proc/26973/task/26990/stat : 26990 (pb_cplex) R 26972 26972 26006 0 -1 4202560 25297 0 0 0 5714 16 0 0 20 0 8 0 391019711 357933056 60201 33554432000 134512640 146736320 4288959744 4092358344 136002908 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=26973/tid=26991] ppid=26972 vsize=349544 CPUtime=53.41 cores=1,3,5,7
/proc/26973/task/26991/stat : 26991 (pb_cplex) R 26972 26972 26006 0 -1 4202560 8954 0 0 0 5335 6 0 0 20 0 8 0 391019711 357933056 60201 33554432000 134512640 146736320 4288959744 4102844232 135525914 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=26973/tid=26992] ppid=26972 vsize=349544 CPUtime=54.42 cores=1,3,5,7
/proc/26973/task/26992/stat : 26992 (pb_cplex) R 26972 26972 26006 0 -1 4202560 7810 0 0 0 5436 6 0 0 20 0 8 0 391019711 357933056 60201 33554432000 134512640 146736320 4288959744 4113328592 135460550 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26993] ppid=26972 vsize=349544 CPUtime=50.64 cores=1,3,5,7
/proc/26973/task/26993/stat : 26993 (pb_cplex) R 26972 26972 26006 0 -1 4202560 12020 0 0 0 5058 6 0 0 20 0 8 0 391019711 357933056 60201 33554432000 134512640 146736320 4288959744 4062108844 135454067 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26994] ppid=26972 vsize=349544 CPUtime=45.81 cores=1,3,5,7
/proc/26973/task/26994/stat : 26994 (pb_cplex) R 26972 26972 26006 0 -1 4202560 22509 0 0 0 4571 10 0 0 20 0 8 0 391019711 357933056 60201 33554432000 134512640 146736320 4288959744 3960463816 136000488 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26995] ppid=26972 vsize=349544 CPUtime=51.61 cores=1,3,5,7
/proc/26973/task/26995/stat : 26995 (pb_cplex) R 26972 26972 26006 0 -1 4202560 20685 0 0 0 5140 21 0 0 20 0 8 0 391019711 357933056 60201 33554432000 134512640 146736320 4288959744 3949978056 135999691 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26996] ppid=26972 vsize=349544 CPUtime=47.83 cores=1,3,5,7
/proc/26973/task/26996/stat : 26996 (pb_cplex) R 26972 26972 26006 0 -1 4202560 11377 0 0 0 4774 9 0 0 20 0 8 0 391019711 357933056 60201 33554432000 134512640 146736320 4288959744 3939492048 136008450 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1341.18
Current children cumulated vsize (KiB) 358692

[startup+522.3 s]
/proc/loadavg: 8.25 6.80 6.84 10/186 26997
/proc/meminfo: memFree=30500380/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=357296 CPUtime=1575.92 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) R 26972 26972 26006 0 -1 4202496 508262 0 0 0 157234 358 0 0 20 0 8 0 390987577 365871104 62863 33554432000 134512640 146736320 4288959744 4288952592 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26973/statm: 89324 62863 977 2985 0 86258 0
[pid=26973/tid=26990] ppid=26972 vsize=357296 CPUtime=87.29 cores=1,3,5,7
/proc/26973/task/26990/stat : 26990 (pb_cplex) R 26972 26972 26006 0 -1 4202560 29879 0 0 0 8709 20 0 0 20 0 8 0 391019711 365871104 62863 33554432000 134512640 146736320 4288959744 4092358872 136008928 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26991] ppid=26972 vsize=357296 CPUtime=81.43 cores=1,3,5,7
/proc/26973/task/26991/stat : 26991 (pb_cplex) R 26972 26972 26006 0 -1 4202560 10954 0 0 0 8135 8 0 0 20 0 8 0 391019711 365871104 62863 33554432000 134512640 146736320 4288959744 4102844232 135525908 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26992] ppid=26972 vsize=357296 CPUtime=80.7 cores=1,3,5,7
/proc/26973/task/26992/stat : 26992 (pb_cplex) R 26972 26972 26006 0 -1 4202560 10190 0 0 0 8062 8 0 0 20 0 8 0 391019711 365871104 62863 33554432000 134512640 146736320 4288959744 4113330288 136384895 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26993] ppid=26972 vsize=357296 CPUtime=79.58 cores=1,3,5,7
/proc/26973/task/26993/stat : 26993 (pb_cplex) R 26972 26972 26006 0 -1 4202560 16343 0 0 0 7946 12 0 0 20 0 8 0 391019711 365871104 62863 33554432000 134512640 146736320 4288959744 4062108860 135526884 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26994] ppid=26972 vsize=357296 CPUtime=73.78 cores=1,3,5,7
/proc/26973/task/26994/stat : 26994 (pb_cplex) R 26972 26972 26006 0 -1 4202560 27383 0 0 0 7362 16 0 0 20 0 8 0 391019711 365871104 62863 33554432000 134512640 146736320 4288959744 3960463232 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26995] ppid=26972 vsize=357296 CPUtime=80.95 cores=1,3,5,7
/proc/26973/task/26995/stat : 26995 (pb_cplex) R 26972 26972 26006 0 -1 4202560 25305 0 0 0 8067 28 0 0 20 0 8 0 391019711 365871104 62863 33554432000 134512640 146736320 4288959744 3949977104 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=26973/tid=26996] ppid=26972 vsize=357296 CPUtime=79.54 cores=1,3,5,7
/proc/26973/task/26996/stat : 26996 (pb_cplex) R 26972 26972 26006 0 -1 4202560 12859 0 0 0 7939 15 0 0 20 0 8 0 391019711 365871104 62863 33554432000 134512640 146736320 4288959744 3939492048 136008042 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1575.92
Current children cumulated vsize (KiB) 366444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+577.901 s]
/proc/loadavg: 8.62 7.16 6.96 9/186 26997
/proc/meminfo: memFree=30499512/32873844 swapFree=7632/7632
[pid=26972] ppid=26970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26972/stat : 26972 (run) S 26970 26972 26006 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390987577 9367552 270 33554432000 4194304 5064252 140733680761488 140733680760400 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26972/statm: 2287 270 229 213 0 72 0
[pid=26973] ppid=26972 vsize=354080 CPUtime=1797.9 cores=1,3,5,7
/proc/26973/stat : 26973 (pb_cplex) S 26972 26972 26006 0 -1 4202496 524870 0 0 0 179408 382 0 0 20 0 8 0 390987577 362577920 62389 33554432000 134512640 146736320 4288959744 4288956112 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26973/statm: 88520 62389 977 2985 0 85454 0
[pid=26973/tid=26990] ppid=26972 vsize=354080 CPUtime=115.5 cores=1,3,5,7
/proc/26973/task/26990/stat : 26990 (pb_cplex) R 26972 26972 26006 0 -1 4202560 31339 0 0 0 11528 22 0 0 20 0 8 0 391019711 362577920 62389 33554432000 134512640 146736320 4288959744 4092357776 136008234 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26991] ppid=26972 vsize=354080 CPUtime=108.89 cores=1,3,5,7
/proc/26973/task/26991/stat : 26991 (pb_cplex) R 26972 26972 26006 0 -1 4202560 12002 0 0 0 10879 10 0 0 20 0 8 0 391019711 362577920 62389 33554432000 134512640 146736320 4288959744 4102843536 136008176 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=26973/tid=26992] ppid=26972 vsize=354080 CPUtime=108.77 cores=1,3,5,7
/proc/26973/task/26992/stat : 26992 (pb_cplex) R 26972 26972 26006 0 -1 4202560 11879 0 0 0 10868 9 0 0 20 0 8 0 391019711 362577920 62389 33554432000 134512640 146736320 4288959744 4113329544 136000506 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=26973/tid=26993] ppid=26972 vsize=354080 CPUtime=107.18 cores=1,3,5,7
/proc/26973/task/26993/stat : 26993 (pb_cplex) R 26972 26972 26006 0 -1 4202560 18417 0 0 0 10700 18 0 0 20 0 8 0 391019711 362577920 62389 33554432000 134512640 146736320 4288959744 4062109200 136403112 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26994] ppid=26972 vsize=354080 CPUtime=101.75 cores=1,3,5,7
/proc/26973/task/26994/stat : 26994 (pb_cplex) R 26972 26972 26006 0 -1 4202560 30749 0 0 0 10157 18 0 0 20 0 8 0 391019711 362577920 62389 33554432000 134512640 146736320 4288959744 3960462312 139044591 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=26973/tid=26995] ppid=26972 vsize=354080 CPUtime=108.99 cores=1,3,5,7
/proc/26973/task/26995/stat : 26995 (pb_cplex) R 26972 26972 26006 0 -1 4202560 27033 0 0 0 10869 30 0 0 20 0 8 0 391019711 362577920 62389 33554432000 134512640 146736320 4288959744 3949976552 139044499 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=26973/tid=26996] ppid=26972 vsize=354080 CPUtime=107.72 cores=1,3,5,7
/proc/26973/task/26996/stat : 26996 (pb_cplex) R 26972 26972 26006 0 -1 4202560 15353 0 0 0 10750 22 0 0 20 0 8 0 391019711 362577920 62389 33554432000 134512640 146736320 4288959744 3939490960 136008446 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 363228

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26972 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 1797.9
#
# 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): 2.20001
#  lost CPU user time (s): 2.30005
#  lost CPU system time (s): -0.1

Real time (s): 577.917
CPU time (s): 1800.1
CPU user time (s): 1796.38
CPU system time (s): 3.72
CPU usage (%): 311.481
Max. virtual memory (cumulated for all children) (KiB): 376728

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

runsolver used 1.45978 second user time and 4.09738 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-09 15:30:19
IDJOB=3737260
IDBENCH=48209
IDSOLVER=2325
FILE ID=node130/3737260-1339248619
RUNJOBID= node130-1339246834-26024
PBS_JOBID= 14644351
Free space on /tmp= 70936 MiB

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

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=1256609011

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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		: 2666.875
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30752732 kB
Buffers:          273200 kB
Cached:           313960 kB
SwapCached:         2728 kB
Active:          1113604 kB
Inactive:         121972 kB
Active(anon):     646204 kB
Inactive(anon):     3064 kB
Active(file):     467400 kB
Inactive(file):   118908 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097000 kB
Dirty:             16696 kB
Writeback:             0 kB
AnonPages:        705564 kB
Mapped:            12456 kB
Shmem:                 0 kB
Slab:             742996 kB
SReclaimable:     183468 kB
SUnreclaim:       559528 kB
KernelStack:        1552 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     891684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    634880 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-3737260-1339248619.opb

Free space on /tmp at the end= 70920 MiB
End job on node130 at 2012-06-09 15:40:00