Trace number 3742120

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.1 899.823

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K100.opb
MD5SUM96708928b3148fdbe0ae701534d6c3d7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark200.867
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints7002
Number of constraints which are clauses6902
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
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-3742120-1339250789.opb.
0.00/0.00	c Instance file HOME/instance-3742120-1339250789.opb
0.00/0.00	c File size is 435721 bytes.
0.00/0.20	c Highest Coefficient sum: 101
0.00/0.20	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.21	c ============================[ Problem Statistics ]=============================
0.00/0.21	c |                                                                             |
0.00/0.21	c |  Parsing time:          0.21         s                                      |
0.00/0.21	c |  Number Variables:      6800                                                |
0.00/0.21	c |  Number Constraints:    7002                                                |
0.00/0.21	c ===============================================================================
1800.10/899.81	c Remaining time 1799.79 sec.
1800.10/899.81	c 
1800.10/899.81	c *** INTERRUPTED ***
1800.10/899.81	s UNKNOWN
1800.10/899.81	c Total CPU time              : 1799.76 s
1800.10/899.81	c Memory used           : 217.04 MB
1800.10/899.81	c CPU time              : 1799.76 s
1800.10/899.81	c 
1800.10/899.81	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-3742120-1339250789/watcher-3742120-1339250789 -o /tmp/evaluation-result-3742120-1339250789/solver-3742120-1339250789 -C 1800 -W 1900 -M 15500 run HOME/instance-3742120-1339250789.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.30 3/177 16589
/proc/meminfo: memFree=31162084/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0

[startup+0.061338 s]
/proc/loadavg: 2.01 2.01 2.30 3/177 16589
/proc/meminfo: memFree=31162084/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.01 2.01 2.30 3/177 16589
/proc/meminfo: memFree=31162084/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300177 s]
/proc/loadavg: 2.01 2.01 2.30 3/177 16589
/proc/meminfo: memFree=31162084/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.01 2.01 2.30 3/177 16589
/proc/meminfo: memFree=31162084/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.01 2.01 2.30 3/179 16640
/proc/meminfo: memFree=31186048/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=36248 CPUtime=1.49 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 6700 0 0 0 148 1 0 0 20 0 1 0 391205806 37117952 5115 33554432000 134512640 146736320 4294819088 4294814224 136403112 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/16590/statm: 9062 5115 725 2985 0 5996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45396

[startup+3.10022 s]
/proc/loadavg: 2.01 2.01 2.30 3/179 16640
/proc/meminfo: memFree=31178864/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=36248 CPUtime=3.09 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 6717 0 0 0 308 1 0 0 20 0 1 0 391205806 37117952 5132 33554432000 134512640 146736320 4294819088 4294813744 136384854 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/16590/statm: 9062 5132 725 2985 0 5996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45396

[startup+6.30026 s]
/proc/loadavg: 2.01 2.01 2.30 3/179 16640
/proc/meminfo: memFree=31177100/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=35780 CPUtime=6.29 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 7540 0 0 0 628 1 0 0 20 0 1 0 391205806 36638720 5194 33554432000 134512640 146736320 4294819088 4294813472 136388292 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 8945 5194 780 2985 0 5879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44928

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.30 3/179 16640
/proc/meminfo: memFree=31173924/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=35800 CPUtime=12.69 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 7551 0 0 0 1268 1 0 0 20 0 1 0 391205806 36659200 5936 33554432000 134512640 146736320 4294819088 4294813696 139046527 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 8950 5936 780 2985 0 5884 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44948

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.30 3/179 16640
/proc/meminfo: memFree=31155772/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=48772 CPUtime=25.48 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 11542 0 0 0 2547 1 0 0 20 0 1 0 391205806 49942528 8577 33554432000 134512640 146736320 4294819088 4294813020 135855174 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 12193 8577 819 2985 0 9127 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 57920

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.29 3/179 16641
/proc/meminfo: memFree=31160884/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=41748 CPUtime=51.08 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 13846 0 0 0 5107 1 0 0 20 0 1 0 391205806 42749952 7344 33554432000 134512640 146736320 4294819088 4294813120 136382627 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 10437 7344 841 2985 0 7371 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50896

[startup+102.306 s]
/proc/loadavg: 2.08 2.03 2.27 3/179 16641
/proc/meminfo: memFree=31151644/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=41748 CPUtime=102.27 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 17571 0 0 0 10225 2 0 0 20 0 1 0 391205806 42749952 7824 33554432000 134512640 146736320 4294819088 4294813368 136015703 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 10437 7824 843 2985 0 7371 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50896

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.26 3/179 16641
/proc/meminfo: memFree=31151548/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=41748 CPUtime=162.26 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 21352 0 0 0 16223 3 0 0 20 0 1 0 391205806 42749952 7848 33554432000 134512640 146736320 4294819088 4294813096 139044583 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 10437 7848 843 2985 0 7371 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 50896

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.24 3/180 16644
/proc/meminfo: memFree=31144832/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=50820 CPUtime=222.25 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 25697 0 0 0 22221 4 0 0 20 0 1 0 391205806 52039680 9499 33554432000 134512640 146736320 4294819088 4294812076 135454198 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 12705 9499 843 2985 0 9639 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 59968

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/179 16644
/proc/meminfo: memFree=31158308/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=41748 CPUtime=282.23 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 28645 0 0 0 28218 5 0 0 20 0 1 0 391205806 42749952 7851 33554432000 134512640 146736320 4294819088 4294812728 136475800 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 10437 7851 846 2985 0 7371 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 50896

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/179 16644
/proc/meminfo: memFree=31158192/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=41748 CPUtime=342.22 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 28645 0 0 0 34217 5 0 0 20 0 1 0 391205806 42749952 7851 33554432000 134512640 146736320 4294819088 4294811500 135456870 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 10437 7851 846 2985 0 7371 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 50896

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/179 16645
/proc/meminfo: memFree=31158192/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/16590/statm: 55140 30899 910 2985 0 52074 0
[pid=16590/tid=16653] ppid=16589 vsize=220560 CPUtime=21.49 cores=0,2,4,6
/proc/16590/task/16653/stat : 16653 (pb_cplex) R 16589 16589 15844 0 -1 4202560 2438 0 0 0 2148 1 0 0 20 0 8 0 391258764 225853440 30899 33554432000 134512640 146736320 4294819088 4119362132 136017787 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16654] ppid=16589 vsize=220560 CPUtime=21.62 cores=0,2,4,6
/proc/16590/task/16654/stat : 16654 (pb_cplex) R 16589 16589 15844 0 -1 4202560 4083 0 0 0 2161 1 0 0 20 0 8 0 391258764 225853440 30899 33554432000 134512640 146736320 4294819088 4108878040 136009170 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16655] ppid=16589 vsize=220560 CPUtime=21.68 cores=0,2,4,6
/proc/16590/task/16655/stat : 16655 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1877 0 0 0 2168 0 0 0 20 0 8 0 391258764 225853440 30899 33554432000 134512640 146736320 4294819088 4098391192 136008647 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16656] ppid=16589 vsize=220560 CPUtime=21.66 cores=0,2,4,6
/proc/16590/task/16656/stat : 16656 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1858 0 0 0 2166 0 0 0 20 0 8 0 391258764 225853440 30899 33554432000 134512640 146736320 4294819088 4087905284 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16657] ppid=16589 vsize=220560 CPUtime=21.58 cores=0,2,4,6
/proc/16590/task/16657/stat : 16657 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1640 0 0 0 2158 0 0 0 20 0 8 0 391258764 225853440 30899 33554432000 134512640 146736320 4294819088 4077420612 136385170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16590/tid=16658] ppid=16589 vsize=220560 CPUtime=21.73 cores=0,2,4,6
/proc/16590/task/16658/stat : 16658 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1261 0 0 0 2173 0 0 0 20 0 8 0 391258764 225853440 30899 33554432000 134512640 146736320 4294819088 4066935240 136000774 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16590/tid=16659] ppid=16589 vsize=220560 CPUtime=21.45 cores=0,2,4,6
/proc/16590/task/16659/stat : 16659 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1631 0 0 0 2145 0 0 0 20 0 8 0 391258764 225853440 30899 33554432000 134512640 146736320 4294819088 4056450072 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 772.16
Current children cumulated vsize (KiB) 229708

[startup+702.3 s]
/proc/loadavg: 13.87 6.40 3.73 17/193 16660
/proc/meminfo: memFree=30967916/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=221204 CPUtime=1011.66 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 87424 0 0 0 101140 26 0 0 20 0 8 0 391205806 226512896 31151 33554432000 134512640 146736320 4294819088 4294811920 136008020 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16590/statm: 55301 31151 910 2985 0 52235 0
[pid=16590/tid=16653] ppid=16589 vsize=221204 CPUtime=51.43 cores=0,2,4,6
/proc/16590/task/16653/stat : 16653 (pb_cplex) R 16589 16589 15844 0 -1 4202560 2579 0 0 0 5142 1 0 0 20 0 8 0 391258764 226512896 31151 33554432000 134512640 146736320 4294819088 4119363584 136018893 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16590/tid=16654] ppid=16589 vsize=221204 CPUtime=51.5 cores=0,2,4,6
/proc/16590/task/16654/stat : 16654 (pb_cplex) R 16589 16589 15844 0 -1 4202560 9740 0 0 0 5147 3 0 0 20 0 8 0 391258764 226512896 31151 33554432000 134512640 146736320 4294819088 4108877880 136475822 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16590/tid=16655] ppid=16589 vsize=221204 CPUtime=51.63 cores=0,2,4,6
/proc/16590/task/16655/stat : 16655 (pb_cplex) R 16589 16589 15844 0 -1 4202560 5121 0 0 0 5161 2 0 0 20 0 8 0 391258764 226512896 31151 33554432000 134512640 146736320 4294819088 4098392268 136388866 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16590/tid=16656] ppid=16589 vsize=221204 CPUtime=51.34 cores=0,2,4,6
/proc/16590/task/16656/stat : 16656 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1950 0 0 0 5134 0 0 0 20 0 8 0 391258764 226512896 31151 33554432000 134512640 146736320 4294819088 4087906512 136007982 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16657] ppid=16589 vsize=221204 CPUtime=51.26 cores=0,2,4,6
/proc/16590/task/16657/stat : 16657 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1647 0 0 0 5125 1 0 0 20 0 8 0 391258764 226512896 31151 33554432000 134512640 146736320 4294819088 4077420592 136384861 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16658] ppid=16589 vsize=221204 CPUtime=51.39 cores=0,2,4,6
/proc/16590/task/16658/stat : 16658 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1264 0 0 0 5139 0 0 0 20 0 8 0 391258764 226512896 31151 33554432000 134512640 146736320 4294819088 4066934992 136008047 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16659] ppid=16589 vsize=221204 CPUtime=51.39 cores=0,2,4,6
/proc/16590/task/16659/stat : 16659 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1675 0 0 0 5139 0 0 0 20 0 8 0 391258764 226512896 31151 33554432000 134512640 146736320 4294819088 4056449232 136008024 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1011.66
Current children cumulated vsize (KiB) 230352

[startup+762.307 s]
/proc/loadavg: 15.06 8.12 4.49 15/193 16660
/proc/meminfo: memFree=30967300/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=221764 CPUtime=1251.2 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 88249 0 0 0 125091 29 0 0 20 0 8 0 391205806 227086336 31384 33554432000 134512640 146736320 4294819088 4294811780 136385172 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16590/statm: 55441 31384 910 2985 0 52375 0
[pid=16590/tid=16653] ppid=16589 vsize=221764 CPUtime=81.22 cores=0,2,4,6
/proc/16590/task/16653/stat : 16653 (pb_cplex) R 16589 16589 15844 0 -1 4202560 2579 0 0 0 8119 3 0 0 20 0 8 0 391258764 227086336 31384 33554432000 134512640 146736320 4294819088 4119363788 136388874 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16654] ppid=16589 vsize=221764 CPUtime=81.46 cores=0,2,4,6
/proc/16590/task/16654/stat : 16654 (pb_cplex) R 16589 16589 15844 0 -1 4202560 9788 0 0 0 8141 5 0 0 20 0 8 0 391258764 227086336 31384 33554432000 134512640 146736320 4294819088 4108877916 135855170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16590/tid=16655] ppid=16589 vsize=221764 CPUtime=81.81 cores=0,2,4,6
/proc/16590/task/16655/stat : 16655 (pb_cplex) R 16589 16589 15844 0 -1 4202560 5402 0 0 0 8178 3 0 0 20 0 8 0 391258764 227086336 31384 33554432000 134512640 146736320 4294819088 4098392104 139044557 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16590/tid=16656] ppid=16589 vsize=221764 CPUtime=81.27 cores=0,2,4,6
/proc/16590/task/16656/stat : 16656 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1952 0 0 0 8125 2 0 0 20 0 8 0 391258764 227086336 31384 33554432000 134512640 146736320 4294819088 4087906580 136003486 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16657] ppid=16589 vsize=221764 CPUtime=81.16 cores=0,2,4,6
/proc/16590/task/16657/stat : 16657 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1934 0 0 0 8114 2 0 0 20 0 8 0 391258764 227086336 31384 33554432000 134512640 146736320 4294819088 4077420600 136475800 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16658] ppid=16589 vsize=221764 CPUtime=80.74 cores=0,2,4,6
/proc/16590/task/16658/stat : 16658 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1286 0 0 0 8073 1 0 0 20 0 8 0 391258764 227086336 31384 33554432000 134512640 146736320 4294819088 4066935240 136000401 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16590/tid=16659] ppid=16589 vsize=221764 CPUtime=81.19 cores=0,2,4,6
/proc/16590/task/16659/stat : 16659 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1860 0 0 0 8117 2 0 0 20 0 8 0 391258764 227086336 31384 33554432000 134512640 146736320 4294819088 4056449232 136007975 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1251.2
Current children cumulated vsize (KiB) 230912

[startup+822.3 s]
/proc/loadavg: 13.29 8.93 4.99 11/194 16663
/proc/meminfo: memFree=30962488/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=222208 CPUtime=1490.68 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 91472 0 0 0 149036 32 0 0 20 0 8 0 391205806 227540992 32371 33554432000 134512640 146736320 4294819088 4294811920 136008299 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 55552 32371 910 2985 0 52486 0
[pid=16590/tid=16653] ppid=16589 vsize=222208 CPUtime=111.14 cores=0,2,4,6
/proc/16590/task/16653/stat : 16653 (pb_cplex) R 16589 16589 15844 0 -1 4202560 2583 0 0 0 11111 3 0 0 20 0 8 0 391258764 227540992 32371 33554432000 134512640 146736320 4294819088 4119363792 136008093 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16654] ppid=16589 vsize=222208 CPUtime=111.37 cores=0,2,4,6
/proc/16590/task/16654/stat : 16654 (pb_cplex) R 16589 16589 15844 0 -1 4202560 9814 0 0 0 11132 5 0 0 20 0 8 0 391258764 227540992 32371 33554432000 134512640 146736320 4294819088 4108876916 135451307 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16590/tid=16655] ppid=16589 vsize=222208 CPUtime=111.72 cores=0,2,4,6
/proc/16590/task/16655/stat : 16655 (pb_cplex) R 16589 16589 15844 0 -1 4202560 8500 0 0 0 11168 4 0 0 20 0 8 0 391258764 227540992 32371 33554432000 134512640 146736320 4294819088 4098392132 136385175 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16590/tid=16656] ppid=16589 vsize=222208 CPUtime=111.08 cores=0,2,4,6
/proc/16590/task/16656/stat : 16656 (pb_cplex) R 16589 16589 15844 0 -1 4202560 2011 0 0 0 11106 2 0 0 20 0 8 0 391258764 227540992 32371 33554432000 134512640 146736320 4294819088 4087906304 136019024 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16657] ppid=16589 vsize=222208 CPUtime=110.75 cores=0,2,4,6
/proc/16590/task/16657/stat : 16657 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1948 0 0 0 11073 2 0 0 20 0 8 0 391258764 227540992 32371 33554432000 134512640 146736320 4294819088 4077420600 136475826 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16658] ppid=16589 vsize=222208 CPUtime=111 cores=0,2,4,6
/proc/16590/task/16658/stat : 16658 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1288 0 0 0 11098 2 0 0 20 0 8 0 391258764 227540992 32371 33554432000 134512640 146736320 4294819088 4066934992 136008446 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16659] ppid=16589 vsize=222208 CPUtime=111.11 cores=0,2,4,6
/proc/16590/task/16659/stat : 16659 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1862 0 0 0 11109 2 0 0 20 0 8 0 391258764 227540992 32371 33554432000 134512640 146736320 4294819088 4056449116 135855130 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1490.68
Current children cumulated vsize (KiB) 231356

[startup+882.3 s]
/proc/loadavg: 10.68 8.98 5.26 10/193 16663
/proc/meminfo: memFree=30963688/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=222244 CPUtime=1730.2 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 95754 0 0 0 172984 36 0 0 20 0 8 0 391205806 227577856 32325 33554432000 134512640 146736320 4294819088 4294811760 136384857 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16590/statm: 55561 32325 910 2985 0 52495 0
[pid=16590/tid=16653] ppid=16589 vsize=222244 CPUtime=140.7 cores=0,2,4,6
/proc/16590/task/16653/stat : 16653 (pb_cplex) R 16589 16589 15844 0 -1 4202560 2586 0 0 0 14065 5 0 0 20 0 8 0 391258764 227577856 32325 33554432000 134512640 146736320 4294819088 4119363676 135855189 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16654] ppid=16589 vsize=222244 CPUtime=141.02 cores=0,2,4,6
/proc/16590/task/16654/stat : 16654 (pb_cplex) R 16589 16589 15844 0 -1 4202560 9867 0 0 0 14096 6 0 0 20 0 8 0 391258764 227577856 32325 33554432000 134512640 146736320 4294819088 4108877824 136019043 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16655] ppid=16589 vsize=222244 CPUtime=141.65 cores=0,2,4,6
/proc/16590/task/16655/stat : 16655 (pb_cplex) R 16589 16589 15844 0 -1 4202560 12455 0 0 0 14159 6 0 0 20 0 8 0 391258764 227577856 32325 33554432000 134512640 146736320 4294819088 4098391880 135526401 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16590/tid=16656] ppid=16589 vsize=222244 CPUtime=141.02 cores=0,2,4,6
/proc/16590/task/16656/stat : 16656 (pb_cplex) R 16589 16589 15844 0 -1 4202560 2011 0 0 0 14099 3 0 0 20 0 8 0 391258764 227577856 32325 33554432000 134512640 146736320 4294819088 4087907304 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16590/tid=16657] ppid=16589 vsize=222244 CPUtime=140.23 cores=0,2,4,6
/proc/16590/task/16657/stat : 16657 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1976 0 0 0 14019 4 0 0 20 0 8 0 391258764 227577856 32325 33554432000 134512640 146736320 4294819088 4077420820 136003493 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16658] ppid=16589 vsize=222244 CPUtime=141.24 cores=0,2,4,6
/proc/16590/task/16658/stat : 16658 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1432 0 0 0 14121 3 0 0 20 0 8 0 391258764 227577856 32325 33554432000 134512640 146736320 4294819088 4066934992 136008017 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16659] ppid=16589 vsize=222244 CPUtime=141.19 cores=0,2,4,6
/proc/16590/task/16659/stat : 16659 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1943 0 0 0 14115 4 0 0 20 0 8 0 391258764 227577856 32325 33554432000 134512640 146736320 4294819088 4056449092 136385170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1730.2
Current children cumulated vsize (KiB) 231392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.807 s]
/proc/loadavg: 10.20 8.98 5.34 10/193 16663
/proc/meminfo: memFree=30963444/32873648 swapFree=7376/7376
[pid=16589] ppid=16587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16589/stat : 16589 (run) S 16587 16589 15844 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391205806 9367552 270 33554432000 4194304 5064252 140736242357984 140736242356896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16589/statm: 2287 270 229 213 0 72 0
[pid=16590] ppid=16589 vsize=222248 CPUtime=1800.1 cores=0,2,4,6
/proc/16590/stat : 16590 (pb_cplex) R 16589 16589 15844 0 -1 4202496 96538 0 0 0 179974 36 0 0 20 0 8 0 391205806 227581952 32327 33554432000 134512640 146736320 4294819088 4294812168 136000404 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16590/statm: 55562 32327 910 2985 0 52496 0
[pid=16590/tid=16653] ppid=16589 vsize=222248 CPUtime=149.43 cores=0,2,4,6
/proc/16590/task/16653/stat : 16653 (pb_cplex) R 16589 16589 15844 0 -1 4202560 2587 0 0 0 14938 5 0 0 20 0 8 0 391258764 227581952 32327 33554432000 134512640 146736320 4294819088 4119363800 136008653 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16654] ppid=16589 vsize=222248 CPUtime=149.75 cores=0,2,4,6
/proc/16590/task/16654/stat : 16654 (pb_cplex) R 16589 16589 15844 0 -1 4202560 9867 0 0 0 14969 6 0 0 20 0 8 0 391258764 227581952 32327 33554432000 134512640 146736320 4294819088 4108878032 136007963 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=16590/tid=16655] ppid=16589 vsize=222248 CPUtime=150.43 cores=0,2,4,6
/proc/16590/task/16655/stat : 16655 (pb_cplex) R 16589 16589 15844 0 -1 4202560 13220 0 0 0 15037 6 0 0 20 0 8 0 391258764 227581952 32327 33554432000 134512640 146736320 4294819088 4098392656 136403109 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16590/tid=16656] ppid=16589 vsize=222248 CPUtime=149.75 cores=0,2,4,6
/proc/16590/task/16656/stat : 16656 (pb_cplex) R 16589 16589 15844 0 -1 4202560 2011 0 0 0 14972 3 0 0 20 0 8 0 391258764 227581952 32327 33554432000 134512640 146736320 4294819088 4087906084 135857487 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=16590/tid=16657] ppid=16589 vsize=222248 CPUtime=148.77 cores=0,2,4,6
/proc/16590/task/16657/stat : 16657 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1976 0 0 0 14873 4 0 0 20 0 8 0 391258764 227581952 32327 33554432000 134512640 146736320 4294819088 4077420612 136385179 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=16590/tid=16658] ppid=16589 vsize=222248 CPUtime=149.83 cores=0,2,4,6
/proc/16590/task/16658/stat : 16658 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1449 0 0 0 14980 3 0 0 20 0 8 0 391258764 227581952 32327 33554432000 134512640 146736320 4294819088 4066934876 135855138 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=16590/tid=16659] ppid=16589 vsize=222248 CPUtime=149.93 cores=0,2,4,6
/proc/16590/task/16659/stat : 16659 (pb_cplex) R 16589 16589 15844 0 -1 4202560 1943 0 0 0 14989 4 0 0 20 0 8 0 391258764 227581952 32327 33554432000 134512640 146736320 4294819088 4056449116 135855167 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 231396

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16589 and gives
#  childrusage.ru_utime.tv_sec=1796
#  childrusage.ru_utime.tv_usec=372909
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=542917
# CPU time returned by wait4() is 1796.92
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.823
CPU time (s): 1800.1
CPU user time (s): 1799.74
CPU system time (s): 0.36
CPU usage (%): 200.05
Max. virtual memory (cumulated for all children) (KiB): 231396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.37
system time used= 0.542917
maximum resident set size= 129576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96903
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= 1424
involuntary context switches= 76117

runsolver used 1.9807 second user time and 5.08523 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-09 16:06:30
IDJOB=3742120
IDBENCH=90133
IDSOLVER=2325
FILE ID=node113/3742120-1339250789
RUNJOBID= node113-1339246836-15860
PBS_JOBID= 14644368
Free space on /tmp= 71176 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K100.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742120-1339250789/watcher-3742120-1339250789 -o /tmp/evaluation-result-3742120-1339250789/solver-3742120-1339250789 -C 1800 -W 1900 -M 15500  run HOME/instance-3742120-1339250789.opb

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

MD5SUM BENCH= 96708928b3148fdbe0ae701534d6c3d7
RANDOM SEED=1547753327

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31162992 kB
Buffers:          480408 kB
Cached:           240488 kB
SwapCached:         1340 kB
Active:           662632 kB
Inactive:         120476 kB
Active(anon):      54464 kB
Inactive(anon):     3928 kB
Active(file):     608168 kB
Inactive(file):   116548 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099948 kB
Dirty:             17144 kB
Writeback:             4 kB
AnonPages:         62372 kB
Mapped:            13228 kB
Shmem:                 0 kB
Slab:             789380 kB
SReclaimable:     233636 kB
SUnreclaim:       555744 kB
KernelStack:        1480 kB
PageTables:         4096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     198624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3742120-1339250789.opb

Free space on /tmp at the end= 71160 MiB
End job on node113 at 2012-06-09 16:21:30