Trace number 3742918

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.11 785.718

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_20null0mast_rapportOE2.0_TMAX180_K67_cod1.opb
MD5SUM8afe476b50af46eea541bd7c9433564e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-590
Best CPU time to get the best result obtained on this benchmark1797.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 25674
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 94248
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 180
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 144192
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-3742918-1339251533.opb.
0.00/0.00	c Instance file HOME/instance-3742918-1339251533.opb
0.00/0.00	c File size is 2722028 bytes.
220.86/220.92	c Highest Coefficient sum: 144192
220.86/220.92	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
220.86/220.97	c ============================[ Problem Statistics ]=============================
220.86/220.97	c |                                                                             |
220.86/220.97	c |  Parsing time:          220.92       s                                      |
220.86/220.97	c |  Number Variables:      40451                                               |
220.86/220.98	c |  Number Constraints:    40950                                               |
220.86/220.98	c ===============================================================================
1800.11/785.71	c Remaining time 1579.07 sec.
1800.11/785.71	c 
1800.11/785.71	c *** INTERRUPTED ***
1800.11/785.71	s UNKNOWN
1800.11/785.71	c Total CPU time              : 1796.26 s
1800.11/785.71	c Memory used           : 657.18 MB
1800.11/785.71	c CPU time              : 1796.26 s
1800.11/785.71	c 
1800.11/785.71	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-3742918-1339251533/watcher-3742918-1339251533 -o /tmp/evaluation-result-3742918-1339251533/solver-3742918-1339251533 -C 1800 -W 1900 -M 15500 run HOME/instance-3742918-1339251533.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: 7.10 6.40 5.38 3/177 30785
/proc/meminfo: memFree=29127928/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0

[startup+0.035347 s]
/proc/loadavg: 7.10 6.40 5.38 3/177 30785
/proc/meminfo: memFree=29127928/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100296 s]
/proc/loadavg: 7.10 6.40 5.38 3/177 30785
/proc/meminfo: memFree=29127928/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 7.10 6.40 5.38 3/177 30785
/proc/meminfo: memFree=29127928/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 7.10 6.40 5.38 3/177 30785
/proc/meminfo: memFree=29127928/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 6.69 6.32 5.37 3/179 30787
/proc/meminfo: memFree=29122736/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=21168 CPUtime=1.49 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 1831 0 0 0 149 0 0 0 20 0 1 0 391277645 21676032 1787 33554432000 134512640 146736320 4288065904 4287961120 140681219 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 5292 1787 345 2985 0 1561 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30316

[startup+3.10027 s]
/proc/loadavg: 6.69 6.32 5.37 3/179 30787
/proc/meminfo: memFree=29122248/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=21300 CPUtime=3.09 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 1866 0 0 0 309 0 0 0 20 0 1 0 391277645 21811200 1822 33554432000 134512640 146736320 4288065904 4287961048 134814118 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 5325 1822 345 2985 0 1594 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30448

[startup+6.30027 s]
/proc/loadavg: 6.69 6.32 5.37 3/179 30787
/proc/meminfo: memFree=29122000/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=21604 CPUtime=6.29 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 1918 0 0 0 629 0 0 0 20 0 1 0 391277645 22122496 1874 33554432000 134512640 146736320 4288065904 4287961264 140714080 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 5401 1874 345 2985 0 1670 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30752

[startup+12.7003 s]
/proc/loadavg: 5.97 6.18 5.33 3/179 30837
/proc/meminfo: memFree=29420244/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=21736 CPUtime=12.69 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 1962 0 0 0 1269 0 0 0 20 0 1 0 391277645 22257664 1918 33554432000 134512640 146736320 4288065904 4287961052 141014053 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 5434 1918 345 2985 0 1703 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30884

[startup+25.5003 s]
/proc/loadavg: 5.36 6.04 5.29 3/179 30837
/proc/meminfo: memFree=29419468/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=22064 CPUtime=25.49 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 2050 0 0 0 2549 0 0 0 20 0 1 0 391277645 22593536 2007 33554432000 134512640 146736320 4288065904 4287961184 140684659 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 5516 2007 345 2985 0 1785 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31212

[startup+51.1003 s]
/proc/loadavg: 4.21 5.72 5.20 3/179 30837
/proc/meminfo: memFree=29418536/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=22592 CPUtime=51.08 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 2170 0 0 0 5108 0 0 0 20 0 1 0 391277645 23134208 2127 33554432000 134512640 146736320 4288065904 4287961004 140526545 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 5648 2127 345 2985 0 1917 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31740

[startup+102.306 s]
/proc/loadavg: 2.88 5.09 5.02 3/180 30840
/proc/meminfo: memFree=29405372/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=34852 CPUtime=102.28 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 5999 0 0 0 10227 1 0 0 20 0 1 0 391277645 35688448 5784 33554432000 134512640 146736320 4288065904 4288063852 134814122 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 8713 5784 953 2985 0 4982 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 44000

[startup+162.3 s]
/proc/loadavg: 2.32 4.52 4.83 3/179 30840
/proc/meminfo: memFree=29394212/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=34984 CPUtime=162.27 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 6034 0 0 0 16226 1 0 0 20 0 1 0 391277645 35823616 5819 33554432000 134512640 146736320 4288065904 4288063792 141028063 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 8746 5819 953 2985 0 5015 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 44132

[startup+222.3 s]
/proc/loadavg: 2.12 4.06 4.65 3/179 30841
/proc/meminfo: memFree=29339216/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=126612 CPUtime=222.25 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 40934 0 0 0 22217 8 0 0 20 0 1 0 391277645 129650688 19793 33554432000 134512640 146736320 4288065904 4288060692 135846438 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 31653 19793 896 2985 0 28587 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 135760

[startup+282.3 s]
/proc/loadavg: 2.04 3.68 4.48 3/179 30897
/proc/meminfo: memFree=29288052/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=130120 CPUtime=282.24 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 137787 0 0 0 28192 32 0 0 20 0 1 0 391277645 133242880 24031 33554432000 134512640 146736320 4288065904 4288062016 137069116 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 32530 24031 925 2985 0 29464 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 139268

[startup+342.301 s]
/proc/loadavg: 2.01 3.37 4.32 3/186 30904
/proc/meminfo: memFree=29010408/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=399636 CPUtime=342.23 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 245288 0 0 0 34171 52 0 0 20 0 8 0 391277645 409227264 55321 33554432000 134512640 146736320 4288065904 4288058600 139044564 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30786/statm: 99909 55321 954 2985 0 96843 0
[pid=30786/tid=30898] ppid=30785 vsize=399636 CPUtime=0 cores=1,3,5,7
/proc/30786/task/30898/stat : 30898 (pb_cplex) S 30785 30785 29579 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391309426 409227264 55321 33554432000 134512640 146736320 4288065904 4026457744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30899] ppid=30785 vsize=399636 CPUtime=0 cores=1,3,5,7
/proc/30786/task/30899/stat : 30899 (pb_cplex) S 30785 30785 29579 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391309426 409227264 55321 33554432000 134512640 146736320 4288065904 4015971984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30786/tid=30900] ppid=30785 vsize=399636 CPUtime=0 cores=1,3,5,7
/proc/30786/task/30900/stat : 30900 (pb_cplex) S 30785 30785 29579 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391309426 409227264 55321 33554432000 134512640 146736320 4288065904 4005486224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30901] ppid=30785 vsize=399636 CPUtime=0 cores=1,3,5,7

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

/proc/30786/statm: 154762 112304 979 2985 0 151696 0
[pid=30786/tid=30898] ppid=30785 vsize=619048 CPUtime=115.9 cores=1,3,5,7
/proc/30786/task/30898/stat : 30898 (pb_cplex) R 30785 30785 29579 0 -1 4202560 38886 0 0 0 11572 18 0 0 20 0 8 0 391309426 633905152 112304 33554432000 134512640 146736320 4288065904 4026454220 136388871 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30786/tid=30899] ppid=30785 vsize=619048 CPUtime=101.05 cores=1,3,5,7
/proc/30786/task/30899/stat : 30899 (pb_cplex) S 30785 30785 29579 0 -1 4202560 27404 0 0 0 10093 12 0 0 20 0 8 0 391309426 633905152 112304 33554432000 134512640 146736320 4288065904 4015971984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30900] ppid=30785 vsize=619048 CPUtime=105.78 cores=1,3,5,7
/proc/30786/task/30900/stat : 30900 (pb_cplex) S 30785 30785 29579 0 -1 4202560 35671 0 0 0 10560 18 0 0 20 0 8 0 391309426 633905152 112304 33554432000 134512640 146736320 4288065904 4005486224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30901] ppid=30785 vsize=619048 CPUtime=114.64 cores=1,3,5,7
/proc/30786/task/30901/stat : 30901 (pb_cplex) R 30785 30785 29579 0 -1 4202560 70266 0 0 0 11433 31 0 0 20 0 8 0 391309426 633905152 112304 33554432000 134512640 146736320 4288065904 3994996944 136008441 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30902] ppid=30785 vsize=619048 CPUtime=117.58 cores=1,3,5,7
/proc/30786/task/30902/stat : 30902 (pb_cplex) R 30785 30785 29579 0 -1 4202560 56250 0 0 0 11732 26 0 0 20 0 8 0 391309426 633905152 112304 33554432000 134512640 146736320 4288065904 3984511432 135999691 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30903] ppid=30785 vsize=619048 CPUtime=103.84 cores=1,3,5,7
/proc/30786/task/30903/stat : 30903 (pb_cplex) S 30785 30785 29579 0 -1 4202560 56949 0 0 0 10359 25 0 0 20 0 8 0 391309426 633905152 112304 33554432000 134512640 146736320 4288065904 3974028944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30904] ppid=30785 vsize=619048 CPUtime=1.77 cores=1,3,5,7
/proc/30786/task/30904/stat : 30904 (pb_cplex) S 30785 30785 29579 0 -1 4202560 5002 0 0 0 175 2 0 0 20 0 8 0 391309426 633905152 112304 33554432000 134512640 146736320 4288065904 3963543184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1136
Current children cumulated vsize (KiB) 628196

[startup+642.301 s]
/proc/loadavg: 4.15 4.77 4.69 3/186 30906
/proc/meminfo: memFree=28166764/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=625192 CPUtime=1253.86 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) S 30785 30785 29579 0 -1 4202496 724710 0 0 0 125146 240 0 0 20 0 8 0 391277645 640196608 114721 33554432000 134512640 146736320 4288065904 4288062288 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30786/statm: 156298 114721 979 2985 0 153232 0
[pid=30786/tid=30898] ppid=30785 vsize=625192 CPUtime=175.75 cores=1,3,5,7
/proc/30786/task/30898/stat : 30898 (pb_cplex) R 30785 30785 29579 0 -1 4202560 83623 0 0 0 17542 33 0 0 20 0 8 0 391309426 640196608 114721 33554432000 134512640 146736320 4288065904 4026453136 136008234 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30786/tid=30899] ppid=30785 vsize=625192 CPUtime=101.05 cores=1,3,5,7
/proc/30786/task/30899/stat : 30899 (pb_cplex) S 30785 30785 29579 0 -1 4202560 27404 0 0 0 10093 12 0 0 20 0 8 0 391309426 640196608 114721 33554432000 134512640 146736320 4288065904 4015971984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30900] ppid=30785 vsize=625192 CPUtime=105.78 cores=1,3,5,7
/proc/30786/task/30900/stat : 30900 (pb_cplex) S 30785 30785 29579 0 -1 4202560 35671 0 0 0 10560 18 0 0 20 0 8 0 391309426 640196608 114721 33554432000 134512640 146736320 4288065904 4005486224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30901] ppid=30785 vsize=625192 CPUtime=138.93 cores=1,3,5,7
/proc/30786/task/30901/stat : 30901 (pb_cplex) S 30785 30785 29579 0 -1 4202560 93474 0 0 0 13854 39 0 0 20 0 8 0 391309426 640196608 114721 33554432000 134512640 146736320 4288065904 3995000464 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30902] ppid=30785 vsize=625192 CPUtime=151.02 cores=1,3,5,7
/proc/30786/task/30902/stat : 30902 (pb_cplex) S 30785 30785 29579 0 -1 4202560 78361 0 0 0 15068 34 0 0 20 0 8 0 391309426 640196608 114721 33554432000 134512640 146736320 4288065904 3984514704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30903] ppid=30785 vsize=625192 CPUtime=103.84 cores=1,3,5,7
/proc/30786/task/30903/stat : 30903 (pb_cplex) S 30785 30785 29579 0 -1 4202560 56949 0 0 0 10359 25 0 0 20 0 8 0 391309426 640196608 114721 33554432000 134512640 146736320 4288065904 3974028944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30904] ppid=30785 vsize=625192 CPUtime=1.77 cores=1,3,5,7
/proc/30786/task/30904/stat : 30904 (pb_cplex) S 30785 30785 29579 0 -1 4202560 5002 0 0 0 175 2 0 0 20 0 8 0 391309426 640196608 114721 33554432000 134512640 146736320 4288065904 3963543184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1253.86
Current children cumulated vsize (KiB) 634340

[startup+702.301 s]
/proc/loadavg: 6.99 5.44 4.93 10/187 30909
/proc/meminfo: memFree=28141452/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=662560 CPUtime=1467.85 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 901277 0 0 0 146469 316 0 0 20 0 8 0 391277645 678461440 120082 33554432000 134512640 146736320 4288065904 4288058768 136008450 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30786/statm: 165640 120082 1000 2985 0 162574 0
[pid=30786/tid=30898] ppid=30785 vsize=662560 CPUtime=209.96 cores=1,3,5,7
/proc/30786/task/30898/stat : 30898 (pb_cplex) R 30785 30785 29579 0 -1 4202560 115843 0 0 0 20950 46 0 0 20 0 8 0 391309426 678461440 120082 33554432000 134512640 146736320 4288065904 4026454108 135855170 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30899] ppid=30785 vsize=662560 CPUtime=127.06 cores=1,3,5,7
/proc/30786/task/30899/stat : 30899 (pb_cplex) R 30785 30785 29579 0 -1 4202560 43915 0 0 0 12688 18 0 0 20 0 8 0 391309426 678461440 120082 33554432000 134512640 146736320 4288065904 4015968712 136000176 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30900] ppid=30785 vsize=662560 CPUtime=131.53 cores=1,3,5,7
/proc/30786/task/30900/stat : 30900 (pb_cplex) R 30785 30785 29579 0 -1 4202560 57922 0 0 0 13126 27 0 0 20 0 8 0 391309426 678461440 120082 33554432000 134512640 146736320 4288065904 4005482544 136384852 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30786/tid=30901] ppid=30785 vsize=662560 CPUtime=164.48 cores=1,3,5,7
/proc/30786/task/30901/stat : 30901 (pb_cplex) R 30785 30785 29579 0 -1 4202560 110876 0 0 0 16402 46 0 0 20 0 8 0 391309426 678461440 120082 33554432000 134512640 146736320 4288065904 3994996908 135454131 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30902] ppid=30785 vsize=662560 CPUtime=176.6 cores=1,3,5,7
/proc/30786/task/30902/stat : 30902 (pb_cplex) R 30785 30785 29579 0 -1 4202560 96279 0 0 0 17618 42 0 0 20 0 8 0 391309426 678461440 120082 33554432000 134512640 146736320 4288065904 3984511180 136388877 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30786/tid=30903] ppid=30785 vsize=662560 CPUtime=128.98 cores=1,3,5,7
/proc/30786/task/30903/stat : 30903 (pb_cplex) R 30785 30785 29579 0 -1 4202560 94735 0 0 0 12856 42 0 0 20 0 8 0 391309426 678461440 120082 33554432000 134512640 146736320 4288065904 3974024220 135853173 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30904] ppid=30785 vsize=662560 CPUtime=27.66 cores=1,3,5,7
/proc/30786/task/30904/stat : 30904 (pb_cplex) R 30785 30785 29579 0 -1 4202560 19150 0 0 0 2759 7 0 0 20 0 8 0 391309426 678461440 120082 33554432000 134512640 146736320 4288065904 3963539512 136475784 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1467.85
Current children cumulated vsize (KiB) 671708

[startup+762.308 s]
/proc/loadavg: 8.26 6.09 5.18 10/186 30909
/proc/meminfo: memFree=28101468/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=672916 CPUtime=1706.89 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 1016790 0 0 0 170309 380 0 0 20 0 8 0 391277645 689065984 123059 33554432000 134512640 146736320 4288065904 4288059152 136403106 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30786/statm: 168229 123059 1000 2985 0 165163 0
[pid=30786/tid=30898] ppid=30785 vsize=672916 CPUtime=239.61 cores=1,3,5,7
/proc/30786/task/30898/stat : 30898 (pb_cplex) R 30785 30785 29579 0 -1 4202560 117342 0 0 0 23914 47 0 0 20 0 8 0 391309426 689065984 123059 33554432000 134512640 146736320 4288065904 4026454228 135846438 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30899] ppid=30785 vsize=672916 CPUtime=157.28 cores=1,3,5,7
/proc/30786/task/30899/stat : 30899 (pb_cplex) R 30785 30785 29579 0 -1 4202560 70012 0 0 0 15693 35 0 0 20 0 8 0 391309426 689065984 123059 33554432000 134512640 146736320 4288065904 4015968844 139028313 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30900] ppid=30785 vsize=672916 CPUtime=161.1 cores=1,3,5,7
/proc/30786/task/30900/stat : 30900 (pb_cplex) R 30785 30785 29579 0 -1 4202560 65489 0 0 0 16075 35 0 0 20 0 8 0 391309426 689065984 123059 33554432000 134512640 146736320 4288065904 4005482756 136385265 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30786/tid=30901] ppid=30785 vsize=672916 CPUtime=194.59 cores=1,3,5,7
/proc/30786/task/30901/stat : 30901 (pb_cplex) R 30785 30785 29579 0 -1 4202560 139420 0 0 0 19401 58 0 0 20 0 8 0 391309426 689065984 123059 33554432000 134512640 146736320 4288065904 3994997192 136000409 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30902] ppid=30785 vsize=672916 CPUtime=206.69 cores=1,3,5,7
/proc/30786/task/30902/stat : 30902 (pb_cplex) R 30785 30785 29579 0 -1 4202560 111327 0 0 0 20618 51 0 0 20 0 8 0 391309426 689065984 123059 33554432000 134512640 146736320 4288065904 3984511564 139028294 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30903] ppid=30785 vsize=672916 CPUtime=158.71 cores=1,3,5,7
/proc/30786/task/30903/stat : 30903 (pb_cplex) R 30785 30785 29579 0 -1 4202560 115069 0 0 0 15819 52 0 0 20 0 8 0 391309426 689065984 123059 33554432000 134512640 146736320 4288065904 3974025424 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30904] ppid=30785 vsize=672916 CPUtime=57.18 cores=1,3,5,7
/proc/30786/task/30904/stat : 30904 (pb_cplex) R 30785 30785 29579 0 -1 4202560 20171 0 0 0 5710 8 0 0 20 0 8 0 391309426 689065984 123059 33554432000 134512640 146736320 4288065904 3963539512 136475791 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1706.89
Current children cumulated vsize (KiB) 682064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+785.701 s]
/proc/loadavg: 8.47 6.27 5.26 9/185 30909
/proc/meminfo: memFree=28097172/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=672948 CPUtime=1800.11 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 1029321 0 0 0 179623 388 0 0 20 0 8 0 391277645 689098752 123207 33554432000 134512640 146736320 4288065904 4288058632 139042888 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30786/statm: 168237 123207 1000 2985 0 165171 0
[pid=30786/tid=30898] ppid=30785 vsize=672948 CPUtime=251.53 cores=1,3,5,7
/proc/30786/task/30898/stat : 30898 (pb_cplex) R 30785 30785 29579 0 -1 4202560 117355 0 0 0 25106 47 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 4026454088 139042888 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30899] ppid=30785 vsize=672948 CPUtime=168.04 cores=1,3,5,7
/proc/30786/task/30899/stat : 30899 (pb_cplex) S 30785 30785 29579 0 -1 4202560 74092 0 0 0 16767 37 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 4015971984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30900] ppid=30785 vsize=672948 CPUtime=173.15 cores=1,3,5,7
/proc/30786/task/30900/stat : 30900 (pb_cplex) R 30785 30785 29579 0 -1 4202560 65492 0 0 0 17279 36 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 4005482664 135983309 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30901] ppid=30785 vsize=672948 CPUtime=206.14 cores=1,3,5,7
/proc/30786/task/30901/stat : 30901 (pb_cplex) R 30785 30785 29579 0 -1 4202560 143601 0 0 0 20554 60 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 3994997128 136388081 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30902] ppid=30785 vsize=672948 CPUtime=218.44 cores=1,3,5,7
/proc/30786/task/30902/stat : 30902 (pb_cplex) R 30785 30785 29579 0 -1 4202560 111327 0 0 0 21793 51 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 3984511032 136475868 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30903] ppid=30785 vsize=672948 CPUtime=170.4 cores=1,3,5,7
/proc/30786/task/30903/stat : 30903 (pb_cplex) R 30785 30785 29579 0 -1 4202560 119303 0 0 0 16986 54 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 3974025272 136475798 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30904] ppid=30785 vsize=672948 CPUtime=68.88 cores=1,3,5,7
/proc/30786/task/30904/stat : 30904 (pb_cplex) R 30785 30785 29579 0 -1 4202560 20191 0 0 0 6879 9 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 3963539328 136400570 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 682096

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

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

[startup+785.701 s]
/proc/loadavg: 8.47 6.27 5.26 9/185 30909
/proc/meminfo: memFree=28097172/32873844 swapFree=7628/7628
[pid=30785] ppid=30783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30785/stat : 30785 (run) S 30783 30785 29579 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 391277645 9367552 269 33554432000 4194304 5064252 140735726158112 140735726157024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30785/statm: 2287 269 229 213 0 72 0
[pid=30786] ppid=30785 vsize=672948 CPUtime=1800.11 cores=1,3,5,7
/proc/30786/stat : 30786 (pb_cplex) R 30785 30785 29579 0 -1 4202496 1029321 0 0 0 179623 388 0 0 20 0 8 0 391277645 689098752 123207 33554432000 134512640 146736320 4288065904 4288058632 139042888 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30786/statm: 168237 123207 1000 2985 0 165171 0
[pid=30786/tid=30898] ppid=30785 vsize=672948 CPUtime=251.53 cores=1,3,5,7
/proc/30786/task/30898/stat : 30898 (pb_cplex) R 30785 30785 29579 0 -1 4202560 117355 0 0 0 25106 47 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 4026454088 139042888 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30899] ppid=30785 vsize=672948 CPUtime=168.04 cores=1,3,5,7
/proc/30786/task/30899/stat : 30899 (pb_cplex) S 30785 30785 29579 0 -1 4202560 74092 0 0 0 16767 37 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 4015971984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30900] ppid=30785 vsize=672948 CPUtime=173.15 cores=1,3,5,7
/proc/30786/task/30900/stat : 30900 (pb_cplex) R 30785 30785 29579 0 -1 4202560 65492 0 0 0 17279 36 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 4005482664 135983309 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30786/tid=30901] ppid=30785 vsize=672948 CPUtime=206.14 cores=1,3,5,7
/proc/30786/task/30901/stat : 30901 (pb_cplex) R 30785 30785 29579 0 -1 4202560 143601 0 0 0 20554 60 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 3994997128 136388081 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30902] ppid=30785 vsize=672948 CPUtime=218.44 cores=1,3,5,7
/proc/30786/task/30902/stat : 30902 (pb_cplex) R 30785 30785 29579 0 -1 4202560 111327 0 0 0 21793 51 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 3984511032 136475868 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30786/tid=30903] ppid=30785 vsize=672948 CPUtime=170.4 cores=1,3,5,7
/proc/30786/task/30903/stat : 30903 (pb_cplex) R 30785 30785 29579 0 -1 4202560 119303 0 0 0 16986 54 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 3974025272 136475798 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30786/tid=30904] ppid=30785 vsize=672948 CPUtime=68.88 cores=1,3,5,7
/proc/30786/task/30904/stat : 30904 (pb_cplex) R 30785 30785 29579 0 -1 4202560 20191 0 0 0 6879 9 0 0 20 0 8 0 391309426 689098752 123207 33554432000 134512640 146736320 4288065904 3963539328 136400570 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 682096

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 785.718
CPU time (s): 1800.11
CPU user time (s): 1796.23
CPU system time (s): 3.88
CPU usage (%): 229.104
Max. virtual memory (cumulated for all children) (KiB): 688144

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

runsolver used 1.9927 second user time and 5.38318 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-09 16:18:53
IDJOB=3742918
IDBENCH=90464
IDSOLVER=2325
FILE ID=node143/3742918-1339251533
RUNJOBID= node143-1339246834-29597
PBS_JOBID= 14644338
Free space on /tmp= 70076 MiB

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

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

MD5SUM BENCH= 8afe476b50af46eea541bd7c9433564e
RANDOM SEED=1866017329

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.787
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.787
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	: 5298.57
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.787
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.787
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:        29128636 kB
Buffers:         1931604 kB
Cached:           451884 kB
SwapCached:          196 kB
Active:          2506744 kB
Inactive:         191536 kB
Active(anon):     302868 kB
Inactive(anon):    11452 kB
Active(file):    2203876 kB
Inactive(file):   180084 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108460 kB
Dirty:             19060 kB
Writeback:             0 kB
AnonPages:        319052 kB
Mapped:            12204 kB
Shmem:               160 kB
Slab:             904592 kB
SReclaimable:     346380 kB
SUnreclaim:       558212 kB
KernelStack:        1472 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     575484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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-3742918-1339251533.opb

Free space on /tmp at the end= 70044 MiB
End job on node143 at 2012-06-09 16:32:01