Trace number 3743215

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.2 1241.22

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa1c8f87e33a217e9c288dbd99c4ff21b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4
Best CPU time to get the best result obtained on this benchmark1801.44
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 188920
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 188920
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3743215-1339251647.opb.
0.00/0.00	c Instance file HOME/instance-3743215-1339251647.opb
0.00/0.00	c File size is 28233021 bytes.
342.03/342.13	c Highest Coefficient sum: 63122
342.03/342.13	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
342.42/342.55	c ============================[ Problem Statistics ]=============================
342.42/342.55	c |                                                                             |
342.42/342.55	c |  Parsing time:          342.32       s                                      |
342.42/342.55	c |  Number Variables:      400896                                              |
342.62/342.72	c |  Number Constraints:    402763                                              |
342.62/342.72	c ===============================================================================
1800.20/1241.21	c Remaining time 1457.54 sec.
1800.20/1241.21	c 
1800.20/1241.21	c *** INTERRUPTED ***
1800.20/1241.21	s UNKNOWN
1800.20/1241.21	c Total CPU time              : 1793.48 s
1800.20/1241.21	c Memory used           : 3300.43 MB
1800.20/1241.21	c CPU time              : 1793.48 s
1800.20/1241.21	c 
1800.20/1241.21	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3743215-1339251647/watcher-3743215-1339251647 -o /tmp/evaluation-result-3743215-1339251647/solver-3743215-1339251647 -C 1800 -W 1900 -M 15500 run HOME/instance-3743215-1339251647.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.06 5.88 5.30 3/178 27051
/proc/meminfo: memFree=29633548/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0

[startup+0.0876901 s]
/proc/loadavg: 4.06 5.88 5.30 3/178 27051
/proc/meminfo: memFree=29633548/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 4.06 5.88 5.30 3/178 27051
/proc/meminfo: memFree=29633548/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 4.06 5.88 5.30 3/178 27051
/proc/meminfo: memFree=29633548/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 4.06 5.88 5.30 3/178 27051
/proc/meminfo: memFree=29633548/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 4.06 5.88 5.30 3/180 27053
/proc/meminfo: memFree=29612460/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=64744 CPUtime=1.49 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 7535 0 0 0 148 1 0 0 20 0 1 0 391289613 66297856 7141 33554432000 134512640 146736320 4289968208 4289966060 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 16186 7141 1090 2985 0 6227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73892

[startup+3.10027 s]
/proc/loadavg: 3.89 5.82 5.28 3/180 27053
/proc/meminfo: memFree=29612080/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=65668 CPUtime=3.09 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 7890 0 0 0 308 1 0 0 20 0 1 0 391289613 67244032 7496 33554432000 134512640 146736320 4289968208 4289966060 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 16417 7496 1232 2985 0 6458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74816

[startup+6.30037 s]
/proc/loadavg: 3.89 5.82 5.28 3/180 27053
/proc/meminfo: memFree=29549892/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=173328 CPUtime=6.29 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 36344 0 0 0 622 7 0 0 20 0 1 0 391289613 177487872 35801 33554432000 134512640 146736320 4289968208 4289966232 144716523 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 43332 35801 4272 2985 0 33373 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 182476

[startup+12.7003 s]
/proc/loadavg: 3.60 5.69 5.25 3/180 27053
/proc/meminfo: memFree=29470020/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=216132 CPUtime=12.68 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 48351 0 0 0 1258 10 0 0 20 0 1 0 391289613 221319168 47616 33554432000 134512640 146736320 4289968208 4289966124 140647808 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 54033 47616 5954 2985 0 44074 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 225280

[startup+25.5003 s]
/proc/loadavg: 3.35 5.57 5.21 3/179 27053
/proc/meminfo: memFree=29461588/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=223868 CPUtime=25.48 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 51526 0 0 0 2537 11 0 0 20 0 1 0 391289613 229240832 50784 33554432000 134512640 146736320 4289968208 4289966064 140528799 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 55967 50784 7181 2985 0 46008 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 233016

[startup+51.1003 s]
/proc/loadavg: 2.95 5.30 5.13 3/179 27054
/proc/meminfo: memFree=29461540/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=224000 CPUtime=51.07 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 51560 0 0 0 5096 11 0 0 20 0 1 0 391289613 229376000 50817 33554432000 134512640 146736320 4289968208 4289966160 140681231 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 56000 50817 7181 2985 0 46041 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 233148

[startup+102.306 s]
/proc/loadavg: 2.38 4.74 4.95 3/179 27054
/proc/meminfo: memFree=29460736/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=224132 CPUtime=102.27 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 51596 0 0 0 10216 11 0 0 20 0 1 0 391289613 229511168 50987 33554432000 134512640 146736320 4289968208 4289966188 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 56033 50987 7181 2985 0 46074 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 233280

[startup+162.3 s]
/proc/loadavg: 2.14 4.24 4.76 3/179 27054
/proc/meminfo: memFree=29433684/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=224264 CPUtime=162.25 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 51623 0 0 0 16214 11 0 0 20 0 1 0 391289613 229646336 51014 33554432000 134512640 146736320 4289968208 4289966096 141028083 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 56066 51014 7181 2985 0 46107 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 233412

[startup+222.3 s]
/proc/loadavg: 2.05 3.83 4.58 3/179 27054
/proc/meminfo: memFree=29433312/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=224396 CPUtime=222.24 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 51646 0 0 0 22213 11 0 0 20 0 1 0 391289613 229781504 51037 33554432000 134512640 146736320 4289968208 4289966156 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 56099 51037 7181 2985 0 46140 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 233544

[startup+282.3 s]
/proc/loadavg: 2.02 3.49 4.42 3/179 27054
/proc/meminfo: memFree=29433120/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=224396 CPUtime=282.24 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 51664 0 0 0 28213 11 0 0 20 0 1 0 391289613 229781504 51055 33554432000 134512640 146736320 4289968208 4289966092 141014065 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 56099 51055 7181 2985 0 46140 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 233544

[startup+342.3 s]
/proc/loadavg: 2.00 3.22 4.27 3/179 27054
/proc/meminfo: memFree=29432748/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=272588 CPUtime=342.22 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 66376 0 0 0 34207 15 0 0 20 0 1 0 391289613 279130112 60906 33554432000 134512640 146736320 4289968208 4289966072 144716523 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 68147 60906 530 2985 0 65081 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 281736

[startup+402.3 s]
/proc/loadavg: 2.00 2.99 4.12 3/179 27055
/proc/meminfo: memFree=28835876/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/27052/statm: 604244 427959 944 2985 0 601178 0
[pid=27052/tid=27060] ppid=27051 vsize=2416976 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27060/stat : 27060 (pb_cplex) S 27051 27051 26012 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 8 0 391365563 2474983424 427959 33554432000 134512640 146736320 4289968208 2235473552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27061] ppid=27051 vsize=2416976 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27061/stat : 27061 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391365563 2474983424 427959 33554432000 134512640 146736320 4289968208 2224987792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27062] ppid=27051 vsize=2416976 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27062/stat : 27062 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391365563 2474983424 427959 33554432000 134512640 146736320 4289968208 2214502032 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27052/tid=27063] ppid=27051 vsize=2416976 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27063/stat : 27063 (pb_cplex) S 27051 27051 26012 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391365563 2474983424 427959 33554432000 134512640 146736320 4289968208 2204016272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27064] ppid=27051 vsize=2416976 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27064/stat : 27064 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391365563 2474983424 427959 33554432000 134512640 146736320 4289968208 2193530512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27065] ppid=27051 vsize=2416976 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27065/stat : 27065 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391365563 2474983424 427959 33554432000 134512640 146736320 4289968208 2183044752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27066] ppid=27051 vsize=2416976 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27066/stat : 27066 (pb_cplex) S 27051 27051 26012 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391365563 2474983424 427959 33554432000 134512640 146736320 4289968208 2172558992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 2426124

[startup+1002.3 s]
/proc/loadavg: 2.00 2.12 3.09 3/186 27067
/proc/meminfo: memFree=27910120/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=2416456 CPUtime=1002.16 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 1111876 0 0 0 99875 341 0 0 20 0 8 0 391289613 2474450944 427754 33554432000 134512640 146736320 4289968208 4289961288 135999699 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27052/statm: 604114 427754 944 2985 0 601048 0
[pid=27052/tid=27060] ppid=27051 vsize=2416456 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27060/stat : 27060 (pb_cplex) S 27051 27051 26012 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 8 0 391365563 2474450944 427754 33554432000 134512640 146736320 4289968208 2235473552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27061] ppid=27051 vsize=2416456 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27061/stat : 27061 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391365563 2474450944 427754 33554432000 134512640 146736320 4289968208 2224987792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27062] ppid=27051 vsize=2416456 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27062/stat : 27062 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391365563 2474450944 427754 33554432000 134512640 146736320 4289968208 2214502032 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27052/tid=27063] ppid=27051 vsize=2416456 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27063/stat : 27063 (pb_cplex) S 27051 27051 26012 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391365563 2474450944 427754 33554432000 134512640 146736320 4289968208 2204016272 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27064] ppid=27051 vsize=2416456 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27064/stat : 27064 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391365563 2474450944 427754 33554432000 134512640 146736320 4289968208 2193530512 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27065] ppid=27051 vsize=2416456 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27065/stat : 27065 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391365563 2474450944 427754 33554432000 134512640 146736320 4289968208 2183044752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27066] ppid=27051 vsize=2416456 CPUtime=0 cores=1,3,5,7
/proc/27052/task/27066/stat : 27066 (pb_cplex) S 27051 27051 26012 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391365563 2474450944 427754 33554432000 134512640 146736320 4289968208 2172558992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1002.16
Current children cumulated vsize (KiB) 2425604

[startup+1062.3 s]
/proc/loadavg: 2.40 2.18 3.06 8/186 27067
/proc/meminfo: memFree=27180836/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=3276152 CPUtime=1086.21 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 1245389 0 0 0 108196 425 0 0 20 0 8 0 391289613 3354779648 609932 33554432000 134512640 146736320 4289968208 4289960900 136385167 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27052/statm: 819038 609932 944 2985 0 815972 0
[pid=27052/tid=27060] ppid=27051 vsize=3276152 CPUtime=5.44 cores=1,3,5,7
/proc/27052/task/27060/stat : 27060 (pb_cplex) R 27051 27051 26012 0 -1 4202560 12677 0 0 0 533 11 0 0 20 0 8 0 391365563 3354779648 609932 33554432000 134512640 146736320 4289968208 2235469916 135855162 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27052/tid=27061] ppid=27051 vsize=3276152 CPUtime=5.4 cores=1,3,5,7
/proc/27052/task/27061/stat : 27061 (pb_cplex) R 27051 27051 26012 0 -1 4202560 13450 0 0 0 529 11 0 0 20 0 8 0 391365563 3354779648 609932 33554432000 134512640 146736320 4289968208 2224984132 136385174 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27062] ppid=27051 vsize=3276152 CPUtime=5.36 cores=1,3,5,7
/proc/27052/task/27062/stat : 27062 (pb_cplex) R 27051 27051 26012 0 -1 4202560 15429 0 0 0 524 12 0 0 20 0 8 0 391365563 3354779648 609932 33554432000 134512640 146736320 4289968208 2214498516 135846438 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27052/tid=27063] ppid=27051 vsize=3276152 CPUtime=5.28 cores=1,3,5,7
/proc/27052/task/27063/stat : 27063 (pb_cplex) R 27051 27051 26012 0 -1 4202560 14200 0 0 0 518 10 0 0 20 0 8 0 391365563 3354779648 609932 33554432000 134512640 146736320 4289968208 2204012592 136384857 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27064] ppid=27051 vsize=3276152 CPUtime=4.97 cores=1,3,5,7
/proc/27052/task/27064/stat : 27064 (pb_cplex) R 27051 27051 26012 0 -1 4202560 30320 0 0 0 481 16 0 0 20 0 8 0 391365563 3354779648 609932 33554432000 134512640 146736320 4289968208 2193526876 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27065] ppid=27051 vsize=3276152 CPUtime=0.12 cores=1,3,5,7
/proc/27052/task/27065/stat : 27065 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3440 0 0 0 12 0 0 0 20 0 8 0 391365563 3354779648 609932 33554432000 134512640 146736320 4289968208 2183044752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27066] ppid=27051 vsize=3276152 CPUtime=0.12 cores=1,3,5,7
/proc/27052/task/27066/stat : 27066 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3754 0 0 0 11 1 0 0 20 0 8 0 391365563 3354779648 609932 33554432000 134512640 146736320 4289968208 2172558992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1086.21
Current children cumulated vsize (KiB) 3285300

[startup+1122.3 s]
/proc/loadavg: 5.44 3.12 3.32 8/186 27067
/proc/meminfo: memFree=27095744/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=3339700 CPUtime=1325.66 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 1356986 0 0 0 132040 526 0 0 20 0 8 0 391289613 3419852800 630635 33554432000 134512640 146736320 4289968208 4289961832 144757825 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27052/statm: 834925 630635 945 2985 0 831859 0
[pid=27052/tid=27060] ppid=27051 vsize=3339700 CPUtime=44.37 cores=1,3,5,7
/proc/27052/task/27060/stat : 27060 (pb_cplex) R 27051 27051 26012 0 -1 4202560 39039 0 0 0 4407 30 0 0 20 0 8 0 391365563 3419852800 630635 33554432000 134512640 146736320 4289968208 2235469892 136385170 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27061] ppid=27051 vsize=3339700 CPUtime=46.34 cores=1,3,5,7
/proc/27052/task/27061/stat : 27061 (pb_cplex) R 27051 27051 26012 0 -1 4202560 56385 0 0 0 4595 39 0 0 20 0 8 0 391365563 3419852800 630635 33554432000 134512640 146736320 4289968208 2224984120 136475800 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27062] ppid=27051 vsize=3339700 CPUtime=44.5 cores=1,3,5,7
/proc/27052/task/27062/stat : 27062 (pb_cplex) R 27051 27051 26012 0 -1 4202560 43466 0 0 0 4417 33 0 0 20 0 8 0 391365563 3419852800 630635 33554432000 134512640 146736320 4289968208 2214498372 136385174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27052/tid=27063] ppid=27051 vsize=3339700 CPUtime=45.64 cores=1,3,5,7
/proc/27052/task/27063/stat : 27063 (pb_cplex) R 27051 27051 26012 0 -1 4202560 16851 0 0 0 4548 16 0 0 20 0 8 0 391365563 3419852800 630635 33554432000 134512640 146736320 4289968208 2204012600 136475798 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27064] ppid=27051 vsize=3339700 CPUtime=44.52 cores=1,3,5,7
/proc/27052/task/27064/stat : 27064 (pb_cplex) R 27051 27051 26012 0 -1 4202560 35964 0 0 0 4426 26 0 0 20 0 8 0 391365563 3419852800 630635 33554432000 134512640 146736320 4289968208 2193526840 136475773 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27052/tid=27065] ppid=27051 vsize=3339700 CPUtime=0.12 cores=1,3,5,7
/proc/27052/task/27065/stat : 27065 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3440 0 0 0 12 0 0 0 20 0 8 0 391365563 3419852800 630635 33554432000 134512640 146736320 4289968208 2183044752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27066] ppid=27051 vsize=3339700 CPUtime=0.12 cores=1,3,5,7
/proc/27052/task/27066/stat : 27066 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3754 0 0 0 11 1 0 0 20 0 8 0 391365563 3419852800 630635 33554432000 134512640 146736320 4289968208 2172558992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1325.66
Current children cumulated vsize (KiB) 3348848

[startup+1182.3 s]
/proc/loadavg: 6.38 3.77 3.53 8/187 27070
/proc/meminfo: memFree=27067696/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=3360028 CPUtime=1565.08 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 1421639 0 0 0 155903 605 0 0 20 0 8 0 391289613 3440668672 638160 33554432000 134512640 146736320 4289968208 4289960888 136475773 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27052/statm: 840007 638160 945 2985 0 836941 0
[pid=27052/tid=27060] ppid=27051 vsize=3360028 CPUtime=84.1 cores=1,3,5,7
/proc/27052/task/27060/stat : 27060 (pb_cplex) R 27051 27051 26012 0 -1 4202560 56355 0 0 0 8358 52 0 0 20 0 8 0 391365563 3440668672 638160 33554432000 134512640 146736320 4289968208 2235469916 135854509 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27061] ppid=27051 vsize=3360028 CPUtime=86.78 cores=1,3,5,7
/proc/27052/task/27061/stat : 27061 (pb_cplex) R 27051 27051 26012 0 -1 4202560 66961 0 0 0 8624 54 0 0 20 0 8 0 391365563 3440668672 638160 33554432000 134512640 146736320 4289968208 2224984156 135854509 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27052/tid=27062] ppid=27051 vsize=3360028 CPUtime=83.45 cores=1,3,5,7
/proc/27052/task/27062/stat : 27062 (pb_cplex) R 27051 27051 26012 0 -1 4202560 54716 0 0 0 8297 48 0 0 20 0 8 0 391365563 3440668672 638160 33554432000 134512640 146736320 4289968208 2214498396 135854459 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27063] ppid=27051 vsize=3360028 CPUtime=86.22 cores=1,3,5,7
/proc/27052/task/27063/stat : 27063 (pb_cplex) R 27051 27051 26012 0 -1 4202560 20269 0 0 0 8599 23 0 0 20 0 8 0 391365563 3440668672 638160 33554432000 134512640 146736320 4289968208 2204012612 136385170 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27052/tid=27064] ppid=27051 vsize=3360028 CPUtime=84.2 cores=1,3,5,7
/proc/27052/task/27064/stat : 27064 (pb_cplex) R 27051 27051 26012 0 -1 4202560 51148 0 0 0 8376 44 0 0 20 0 8 0 391365563 3440668672 638160 33554432000 134512640 146736320 4289968208 2193526840 136475798 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27052/tid=27065] ppid=27051 vsize=3360028 CPUtime=0.12 cores=1,3,5,7
/proc/27052/task/27065/stat : 27065 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3440 0 0 0 12 0 0 0 20 0 8 0 391365563 3440668672 638160 33554432000 134512640 146736320 4289968208 2183044752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27066] ppid=27051 vsize=3360028 CPUtime=0.12 cores=1,3,5,7
/proc/27052/task/27066/stat : 27066 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3754 0 0 0 11 1 0 0 20 0 8 0 391365563 3440668672 638160 33554432000 134512640 146736320 4289968208 2172558992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1565.08
Current children cumulated vsize (KiB) 3369176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1241.2 s]
/proc/loadavg: 6.17 4.19 3.68 7/178 27097
/proc/meminfo: memFree=27105152/32873844 swapFree=7632/7632
[pid=27051] ppid=27049 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27051/stat : 27051 (run) S 27049 27051 26012 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391289613 9367552 270 33554432000 4194304 5064252 140733664154848 140733664153760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27051/statm: 2287 270 229 213 0 72 0
[pid=27052] ppid=27051 vsize=3379636 CPUtime=1800.2 cores=1,3,5,7
/proc/27052/stat : 27052 (pb_cplex) R 27051 27051 26012 0 -1 4202496 1486458 0 0 0 179344 676 0 0 20 0 8 0 391289613 3460747264 648403 33554432000 134512640 146736320 4289968208 4289961288 135999691 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27052/statm: 844909 648403 945 2985 0 841843 0
[pid=27052/tid=27060] ppid=27051 vsize=3379636 CPUtime=124.29 cores=1,3,5,7
/proc/27052/task/27060/stat : 27060 (pb_cplex) R 27051 27051 26012 0 -1 4202560 70453 0 0 0 12363 66 0 0 20 0 8 0 391365563 3460747264 648403 33554432000 134512640 146736320 4289968208 2235469916 135854535 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27052/tid=27061] ppid=27051 vsize=3379636 CPUtime=125.77 cores=1,3,5,7
/proc/27052/task/27061/stat : 27061 (pb_cplex) R 27051 27051 26012 0 -1 4202560 72620 0 0 0 12514 63 0 0 20 0 8 0 391365563 3460747264 648403 33554432000 134512640 146736320 4289968208 2224984520 136000412 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27052/tid=27062] ppid=27051 vsize=3379636 CPUtime=122.94 cores=1,3,5,7
/proc/27052/task/27062/stat : 27062 (pb_cplex) R 27051 27051 26012 0 -1 4202560 57358 0 0 0 12240 54 0 0 20 0 8 0 391365563 3460747264 648403 33554432000 134512640 146736320 4289968208 2214498360 136475800 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27052/tid=27063] ppid=27051 vsize=3379636 CPUtime=125.59 cores=1,3,5,7
/proc/27052/task/27063/stat : 27063 (pb_cplex) R 27051 27051 26012 0 -1 4202560 40270 0 0 0 12521 38 0 0 20 0 8 0 391365563 3460747264 648403 33554432000 134512640 146736320 4289968208 2204012600 136475773 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27052/tid=27064] ppid=27051 vsize=3379636 CPUtime=122.48 cores=1,3,5,7
/proc/27052/task/27064/stat : 27064 (pb_cplex) R 27051 27051 26012 0 -1 4202560 70731 0 0 0 12182 66 0 0 20 0 8 0 391365563 3460747264 648403 33554432000 134512640 146736320 4289968208 2193527240 135999699 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27065] ppid=27051 vsize=3379636 CPUtime=0.12 cores=1,3,5,7
/proc/27052/task/27065/stat : 27065 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3440 0 0 0 12 0 0 0 20 0 8 0 391365563 3460747264 648403 33554432000 134512640 146736320 4289968208 2183044752 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27052/tid=27066] ppid=27051 vsize=3379636 CPUtime=0.12 cores=1,3,5,7
/proc/27052/task/27066/stat : 27066 (pb_cplex) S 27051 27051 26012 0 -1 4202560 3754 0 0 0 11 1 0 0 20 0 8 0 391365563 3460747264 648403 33554432000 134512640 146736320 4289968208 2172558992 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 3388784

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 27051 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1241.22
CPU time (s): 1800.2
CPU user time (s): 1793.44
CPU system time (s): 6.76
CPU usage (%): 145.035
Max. virtual memory (cumulated for all children) (KiB): 3408308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
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.67144 second user time and 7.04493 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-09 16:20:47
IDJOB=3743215
IDBENCH=90912
IDSOLVER=2325
FILE ID=node144/3743215-1339251647
RUNJOBID= node144-1339246834-26030
PBS_JOBID= 14644337
Free space on /tmp= 68376 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743215-1339251647/watcher-3743215-1339251647 -o /tmp/evaluation-result-3743215-1339251647/solver-3743215-1339251647 -C 1800 -W 1900 -M 15500  run HOME/instance-3743215-1339251647.opb

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

MD5SUM BENCH= a1c8f87e33a217e9c288dbd99c4ff21b
RANDOM SEED=806659204

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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.196
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:        29633704 kB
Buffers:         1132660 kB
Cached:          1108044 kB
SwapCached:          460 kB
Active:          2180140 kB
Inactive:         125124 kB
Active(anon):      49120 kB
Inactive(anon):    11384 kB
Active(file):    2131020 kB
Inactive(file):   113740 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108396 kB
Dirty:             44368 kB
Writeback:             0 kB
AnonPages:         67108 kB
Mapped:            13724 kB
Shmem:               172 kB
Slab:             793692 kB
SReclaimable:     232924 kB
SUnreclaim:       560768 kB
KernelStack:        1464 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     182640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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-3743215-1339251647.opb

Free space on /tmp at the end= 68380 MiB
End job on node144 at 2012-06-09 16:41:31