Trace number 3742614

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.04 638.116

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K65.opb
MD5SUMa4b90b74bc3d4958439bc17b9ac2ee03
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark312.531
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3575
Total number of constraints3707
Number of constraints which are clauses3642
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint65
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 66
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-3742614-1339251343.opb.
0.00/0.00	c Instance file HOME/instance-3742614-1339251343.opb
0.00/0.00	c File size is 219669 bytes.
0.00/0.09	c Highest Coefficient sum: 66
0.00/0.09	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.09	c ============================[ Problem Statistics ]=============================
0.00/0.09	c |                                                                             |
0.00/0.09	c |  Parsing time:          0.09         s                                      |
0.00/0.09	c |  Number Variables:      3575                                                |
0.00/0.09	c |  Number Constraints:    3707                                                |
0.00/0.09	c ===============================================================================
1799.54/638.11	c Remaining time 1799.91 sec.
1799.54/638.11	c 
1799.54/638.11	c *** INTERRUPTED ***
1799.54/638.11	s UNKNOWN
1799.54/638.11	c Total CPU time              : 1798.94 s
1799.54/638.11	c Memory used           : 408.12 MB
1799.54/638.11	c CPU time              : 1798.94 s
1799.54/638.11	c 
1799.54/638.11	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-3742614-1339251343/watcher-3742614-1339251343 -o /tmp/evaluation-result-3742614-1339251343/solver-3742614-1339251343 -C 1800 -W 1900 -M 15500 run HOME/instance-3742614-1339251343.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: 1.97 2.02 2.79 3/177 21269
/proc/meminfo: memFree=29808904/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0

[startup+0.023176 s]
/proc/loadavg: 1.97 2.02 2.79 3/177 21269
/proc/meminfo: memFree=29808904/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100141 s]
/proc/loadavg: 1.97 2.02 2.79 3/177 21269
/proc/meminfo: memFree=29808904/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300119 s]
/proc/loadavg: 1.97 2.02 2.79 3/177 21269
/proc/meminfo: memFree=29808904/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700202 s]
/proc/loadavg: 1.97 2.02 2.79 3/177 21269
/proc/meminfo: memFree=29808904/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50013 s]
/proc/loadavg: 1.97 2.02 2.79 3/179 21271
/proc/meminfo: memFree=29799432/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=24968 CPUtime=1.49 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 4476 0 0 0 149 0 0 0 20 0 1 0 391260291 25567232 3142 33554432000 134512640 146736320 4291163392 4291157792 136388288 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/21270/statm: 6242 3142 778 2985 0 3176 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34116

[startup+3.10013 s]
/proc/loadavg: 1.97 2.02 2.79 3/179 21271
/proc/meminfo: memFree=29798812/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=24968 CPUtime=3.09 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 4487 0 0 0 309 0 0 0 20 0 1 0 391260291 25567232 3153 33554432000 134512640 146736320 4291163392 4291157468 135855165 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/21270/statm: 6242 3153 778 2985 0 3176 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34116

[startup+6.30013 s]
/proc/loadavg: 1.98 2.02 2.78 3/179 21271
/proc/meminfo: memFree=29793728/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=28344 CPUtime=6.28 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 6900 0 0 0 628 0 0 0 20 0 1 0 391260291 29024256 4149 33554432000 134512640 146736320 4291163392 4291157444 136385172 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/21270/statm: 7086 4149 834 2985 0 4020 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37492

[startup+12.7002 s]
/proc/loadavg: 1.98 2.02 2.78 3/179 21271
/proc/meminfo: memFree=29794512/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=32520 CPUtime=12.68 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 7543 0 0 0 1268 0 0 0 20 0 1 0 391260291 33300480 4732 33554432000 134512640 146736320 4291163392 4291157232 136477546 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/21270/statm: 8130 4732 835 2985 0 5064 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41668

[startup+25.5003 s]
/proc/loadavg: 1.98 2.02 2.76 3/179 21271
/proc/meminfo: memFree=29793892/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=29060 CPUtime=25.48 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 8772 0 0 0 2548 0 0 0 20 0 1 0 391260291 29757440 4295 33554432000 134512640 146736320 4291163392 4291157832 136000406 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/21270/statm: 7265 4295 840 2985 0 4199 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38208

[startup+51.1002 s]
/proc/loadavg: 1.99 2.01 2.74 3/178 21271
/proc/meminfo: memFree=29793644/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=28344 CPUtime=51.07 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 11538 0 0 0 5106 1 0 0 20 0 1 0 391260291 29024256 4189 33554432000 134512640 146736320 4291163392 4291156900 136016733 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/21270/statm: 7086 4189 843 2985 0 4020 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37492

[startup+102.307 s]
/proc/loadavg: 3.54 2.35 2.81 10/185 21328
/proc/meminfo: memFree=31165312/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=157640 CPUtime=144.24 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 24408 0 0 0 14419 5 0 0 20 0 8 0 391260291 161423360 15206 33554432000 134512640 146736320 4291163392 4291156088 136475775 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21270/statm: 39410 15206 902 2985 0 36344 0
[pid=21270/tid=21322] ppid=21269 vsize=157640 CPUtime=6.99 cores=0,2,4,6
/proc/21270/task/21322/stat : 21322 (pb_cplex) R 21269 21269 20024 0 -1 4202560 870 0 0 0 699 0 0 0 20 0 8 0 391267448 161423360 15206 33554432000 134512640 146736320 4291163392 4141690948 136385172 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21270/tid=21323] ppid=21269 vsize=157640 CPUtime=6.99 cores=0,2,4,6
/proc/21270/task/21323/stat : 21323 (pb_cplex) R 21269 21269 20024 0 -1 4202560 771 0 0 0 699 0 0 0 20 0 8 0 391267448 161423360 15206 33554432000 134512640 146736320 4291163392 4131205188 136385170 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21324] ppid=21269 vsize=157640 CPUtime=6.99 cores=0,2,4,6
/proc/21270/task/21324/stat : 21324 (pb_cplex) R 21269 21269 20024 0 -1 4202560 908 0 0 0 699 0 0 0 20 0 8 0 391267448 161423360 15206 33554432000 134512640 146736320 4291163392 4120719428 136385179 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21325] ppid=21269 vsize=157640 CPUtime=7.22 cores=0,2,4,6
/proc/21270/task/21325/stat : 21325 (pb_cplex) R 21269 21269 20024 0 -1 4202560 1154 0 0 0 722 0 0 0 20 0 8 0 391267448 161423360 15206 33554432000 134512640 146736320 4291163392 4110233816 136008653 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21270/tid=21326] ppid=21269 vsize=157640 CPUtime=6.82 cores=0,2,4,6
/proc/21270/task/21326/stat : 21326 (pb_cplex) R 21269 21269 20024 0 -1 4202560 1255 0 0 0 682 0 0 0 20 0 8 0 391267448 161423360 15206 33554432000 134512640 146736320 4291163392 4099747656 135525921 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21270/tid=21327] ppid=21269 vsize=157640 CPUtime=6.84 cores=0,2,4,6
/proc/21270/task/21327/stat : 21327 (pb_cplex) R 21269 21269 20024 0 -1 4202560 855 0 0 0 684 0 0 0 20 0 8 0 391267448 161423360 15206 33554432000 134512640 146736320 4291163392 4089262288 136008042 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21328] ppid=21269 vsize=157640 CPUtime=6.97 cores=0,2,4,6
/proc/21270/task/21328/stat : 21328 (pb_cplex) R 21269 21269 20024 0 -1 4202560 926 0 0 0 697 0 0 0 20 0 8 0 391267448 161423360 15206 33554432000 134512640 146736320 4291163392 4078776776 136000412 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 144.24
Current children cumulated vsize (KiB) 166788

[startup+162.3 s]
/proc/loadavg: 5.48 3.16 3.06 10/193 21336
/proc/meminfo: memFree=31114460/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=160984 CPUtime=326.39 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) S 21269 21269 20024 0 -1 4202496 33151 0 0 0 32630 9 0 0 20 0 8 0 391260291 164847616 17601 33554432000 134512640 146736320 4291163392 4291159760 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21270/statm: 40246 17601 907 2985 0 37180 0
[pid=21270/tid=21322] ppid=21269 vsize=160984 CPUtime=19.75 cores=0,2,4,6
/proc/21270/task/21322/stat : 21322 (pb_cplex) S 21269 21269 20024 0 -1 4202560 876 0 0 0 1975 0 0 0 20 0 8 0 391267448 164847616 17601 33554432000 134512640 146736320 4291163392 4141694608 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21323] ppid=21269 vsize=160984 CPUtime=25.26 cores=0,2,4,6
/proc/21270/task/21323/stat : 21323 (pb_cplex) S 21269 21269 20024 0 -1 4202560 1579 0 0 0 2526 0 0 0 20 0 8 0 391267448 164847616 17601 33554432000 134512640 146736320 4291163392 4131208848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21324] ppid=21269 vsize=160984 CPUtime=53.57 cores=0,2,4,6
/proc/21270/task/21324/stat : 21324 (pb_cplex) R 21269 21269 20024 0 -1 4202560 5097 0 0 0 5355 2 0 0 20 0 8 0 391267448 164847616 17601 33554432000 134512640 146736320 4291163392 4120718460 135446012 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21325] ppid=21269 vsize=160984 CPUtime=42.56 cores=0,2,4,6
/proc/21270/task/21325/stat : 21325 (pb_cplex) S 21269 21269 20024 0 -1 4202560 1711 0 0 0 4256 0 0 0 20 0 8 0 391267448 164847616 17601 33554432000 134512640 146736320 4291163392 4110237328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21326] ppid=21269 vsize=160984 CPUtime=20.29 cores=0,2,4,6
/proc/21270/task/21326/stat : 21326 (pb_cplex) S 21269 21269 20024 0 -1 4202560 1766 0 0 0 2029 0 0 0 20 0 8 0 391267448 164847616 17601 33554432000 134512640 146736320 4291163392 4099751568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21327] ppid=21269 vsize=160984 CPUtime=27.24 cores=0,2,4,6
/proc/21270/task/21327/stat : 21327 (pb_cplex) S 21269 21269 20024 0 -1 4202560 1449 0 0 0 2724 0 0 0 20 0 8 0 391267448 164847616 17601 33554432000 134512640 146736320 4291163392 4089265808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21328] ppid=21269 vsize=160984 CPUtime=15.24 cores=0,2,4,6
/proc/21270/task/21328/stat : 21328 (pb_cplex) S 21269 21269 20024 0 -1 4202560 1848 0 0 0 1524 0 0 0 20 0 8 0 391267448 164847616 17601 33554432000 134512640 146736320 4291163392 4078780048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 326.39
Current children cumulated vsize (KiB) 170132

[startup+222.3 s]
/proc/loadavg: 8.67 4.45 3.51 11/193 21336
/proc/meminfo: memFree=31092604/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=172468 CPUtime=465.26 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 40684 0 0 0 46514 12 0 0 20 0 8 0 391260291 176607232 20803 33554432000 134512640 146736320 4291163392 4291155240 135467739 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21270/statm: 43117 20803 907 2985 0 40051 0
[pid=21270/tid=21322] ppid=21269 vsize=172468 CPUtime=32.72 cores=0,2,4,6
/proc/21270/task/21322/stat : 21322 (pb_cplex) R 21269 21269 20024 0 -1 4202560 1513 0 0 0 3272 0 0 0 20 0 8 0 391267448 176607232 20803 33554432000 134512640 146736320 4291163392 4141691088 136008170 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21270/tid=21323] ppid=21269 vsize=172468 CPUtime=38.26 cores=0,2,4,6

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

[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=116176 CPUtime=1068.77 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 52346 0 0 0 106843 34 0 0 20 0 1 0 391260291 118964224 14410 33554432000 134512640 146736320 4291163392 4291157864 136015233 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 29044 14410 912 2985 0 25978 0
Current children cumulated CPU time (s) 1068.77
Current children cumulated vsize (KiB) 125324

[startup+462.3 s]
/proc/loadavg: 12.07 8.35 5.30 10/186 21354
/proc/meminfo: memFree=30934068/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=403956 CPUtime=1222.69 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 77553 0 0 0 122220 49 0 0 20 0 8 0 391260291 413650944 64512 33554432000 134512640 146736320 4291163392 4291155160 136009182 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21270/statm: 100989 64512 920 2985 0 97923 0
[pid=21270/tid=21348] ppid=21269 vsize=403956 CPUtime=15.52 cores=0,2,4,6
/proc/21270/task/21348/stat : 21348 (pb_cplex) R 21269 21269 20024 0 -1 4202560 774 0 0 0 1552 0 0 0 20 0 8 0 391301257 413650944 64512 33554432000 134512640 146736320 4291163392 4045398072 136475785 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21270/tid=21349] ppid=21269 vsize=403956 CPUtime=15.61 cores=0,2,4,6
/proc/21270/task/21349/stat : 21349 (pb_cplex) R 21269 21269 20024 0 -1 4202560 2306 0 0 0 1561 0 0 0 20 0 8 0 391301257 413650944 64512 33554432000 134512640 146736320 4291163392 4055883776 136018931 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21350] ppid=21269 vsize=403956 CPUtime=15.79 cores=0,2,4,6
/proc/21270/task/21350/stat : 21350 (pb_cplex) R 21269 21269 20024 0 -1 4202560 1352 0 0 0 1579 0 0 0 20 0 8 0 391301257 413650944 64512 33554432000 134512640 146736320 4291163392 4123163720 144714890 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21270/tid=21351] ppid=21269 vsize=403956 CPUtime=15.32 cores=0,2,4,6
/proc/21270/task/21351/stat : 21351 (pb_cplex) R 21269 21269 20024 0 -1 4202560 1813 0 0 0 1532 0 0 0 20 0 8 0 391301257 413650944 64512 33554432000 134512640 146736320 4291163392 4110234240 139046528 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21352] ppid=21269 vsize=403956 CPUtime=15.12 cores=0,2,4,6
/proc/21270/task/21352/stat : 21352 (pb_cplex) R 21269 21269 20024 0 -1 4202560 2009 0 0 0 1512 0 0 0 20 0 8 0 391301257 413650944 64512 33554432000 134512640 146736320 4291163392 3835297792 136018876 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21353] ppid=21269 vsize=403956 CPUtime=15.95 cores=0,2,4,6
/proc/21270/task/21353/stat : 21353 (pb_cplex) R 21269 21269 20024 0 -1 4202560 2288 0 0 0 1595 0 0 0 20 0 8 0 391301257 413650944 64512 33554432000 134512640 146736320 4291163392 3824812072 139044581 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21270/tid=21354] ppid=21269 vsize=403956 CPUtime=15.69 cores=0,2,4,6
/proc/21270/task/21354/stat : 21354 (pb_cplex) R 21269 21269 20024 0 -1 4202560 2461 0 0 0 1569 0 0 0 20 0 8 0 391301257 413650944 64512 33554432000 134512640 146736320 4291163392 3814326364 135855174 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1222.69
Current children cumulated vsize (KiB) 413104

[startup+522.3 s]
/proc/loadavg: 7.92 7.88 5.33 5/193 21361
/proc/meminfo: memFree=30751996/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=403956 CPUtime=1456.11 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) S 21269 21269 20024 0 -1 4202496 85567 0 0 0 145558 53 0 0 20 0 8 0 391260291 413650944 66416 33554432000 134512640 146736320 4291163392 4291159760 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21270/statm: 100989 66416 920 2985 0 97923 0
[pid=21270/tid=21348] ppid=21269 vsize=403956 CPUtime=21.2 cores=0,2,4,6
/proc/21270/task/21348/stat : 21348 (pb_cplex) S 21269 21269 20024 0 -1 4202560 822 0 0 0 2120 0 0 0 20 0 8 0 391301257 413650944 66416 33554432000 134512640 146736320 4291163392 4045401744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21270/tid=21349] ppid=21269 vsize=403956 CPUtime=21.58 cores=0,2,4,6
/proc/21270/task/21349/stat : 21349 (pb_cplex) S 21269 21269 20024 0 -1 4202560 2881 0 0 0 2157 1 0 0 20 0 8 0 391301257 413650944 66416 33554432000 134512640 146736320 4291163392 4055887504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21270/tid=21350] ppid=21269 vsize=403956 CPUtime=61.03 cores=0,2,4,6
/proc/21270/task/21350/stat : 21350 (pb_cplex) S 21269 21269 20024 0 -1 4202560 2046 0 0 0 6102 1 0 0 20 0 8 0 391301257 413650944 66416 33554432000 134512640 146736320 4291163392 4123168400 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21351] ppid=21269 vsize=403956 CPUtime=66.44 cores=0,2,4,6
/proc/21270/task/21351/stat : 21351 (pb_cplex) R 21269 21269 20024 0 -1 4202560 2228 0 0 0 6641 3 0 0 20 0 8 0 391301257 413650944 66416 33554432000 134512640 146736320 4291163392 4110233668 136385172 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21352] ppid=21269 vsize=403956 CPUtime=66 cores=0,2,4,6
/proc/21270/task/21352/stat : 21352 (pb_cplex) R 21269 21269 20024 0 -1 4202560 3195 0 0 0 6598 2 0 0 20 0 8 0 391301257 413650944 66416 33554432000 134512640 146736320 4291163392 3835297848 136475773 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21353] ppid=21269 vsize=403956 CPUtime=66.17 cores=0,2,4,6
/proc/21270/task/21353/stat : 21353 (pb_cplex) R 21269 21269 20024 0 -1 4202560 6141 0 0 0 6615 2 0 0 20 0 8 0 391301257 413650944 66416 33554432000 134512640 146736320 4291163392 3824812240 136008017 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21270/tid=21354] ppid=21269 vsize=403956 CPUtime=36.23 cores=0,2,4,6
/proc/21270/task/21354/stat : 21354 (pb_cplex) S 21269 21269 20024 0 -1 4202560 3703 0 0 0 3622 1 0 0 20 0 8 0 391301257 413650944 66416 33554432000 134512640 146736320 4291163392 3814330000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1456.11
Current children cumulated vsize (KiB) 413104

[startup+582.3 s]
/proc/loadavg: 8.85 8.16 5.58 9/193 21361
/proc/meminfo: memFree=30722688/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=407916 CPUtime=1580.61 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 91073 0 0 0 158005 56 0 0 20 0 8 0 391260291 417705984 69112 33554432000 134512640 146736320 4291163392 4291156100 136385185 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21270/statm: 101979 69112 920 2985 0 98913 0
[pid=21270/tid=21348] ppid=21269 vsize=407916 CPUtime=21.24 cores=0,2,4,6
/proc/21270/task/21348/stat : 21348 (pb_cplex) R 21269 21269 20024 0 -1 4202560 842 0 0 0 2124 0 0 0 20 0 8 0 391301257 417705984 69112 33554432000 134512640 146736320 4291163392 4045398224 136008078 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21349] ppid=21269 vsize=407916 CPUtime=21.61 cores=0,2,4,6
/proc/21270/task/21349/stat : 21349 (pb_cplex) R 21269 21269 20024 0 -1 4202560 3011 0 0 0 2160 1 0 0 20 0 8 0 391301257 417705984 69112 33554432000 134512640 146736320 4291163392 4055882932 138462910 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21270/tid=21350] ppid=21269 vsize=407916 CPUtime=61.05 cores=0,2,4,6
/proc/21270/task/21350/stat : 21350 (pb_cplex) R 21269 21269 20024 0 -1 4202560 2055 0 0 0 6104 1 0 0 20 0 8 0 391301257 417705984 69112 33554432000 134512640 146736320 4291163392 4123164744 136474955 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21351] ppid=21269 vsize=407916 CPUtime=126.4 cores=0,2,4,6
/proc/21270/task/21351/stat : 21351 (pb_cplex) R 21269 21269 20024 0 -1 4202560 3726 0 0 0 12636 4 0 0 20 0 8 0 391301257 417705984 69112 33554432000 134512640 146736320 4291163392 4110234180 136382487 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21352] ppid=21269 vsize=407916 CPUtime=111.5 cores=0,2,4,6
/proc/21270/task/21352/stat : 21352 (pb_cplex) R 21269 21269 20024 0 -1 4202560 6580 0 0 0 11147 3 0 0 20 0 8 0 391301257 417705984 69113 33554432000 134512640 146736320 4291163392 3835297864 139042902 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21270/tid=21353] ppid=21269 vsize=407916 CPUtime=85.11 cores=0,2,4,6
/proc/21270/task/21353/stat : 21353 (pb_cplex) R 21269 21269 20024 0 -1 4202560 6144 0 0 0 8509 2 0 0 20 0 8 0 391301257 417705984 69113 33554432000 134512640 146736320 4291163392 3824812240 136008160 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21270/tid=21354] ppid=21269 vsize=407916 CPUtime=36.24 cores=0,2,4,6
/proc/21270/task/21354/stat : 21354 (pb_cplex) R 21269 21269 20024 0 -1 4202560 4044 0 0 0 3623 1 0 0 20 0 8 0 391301257 417705984 69113 33554432000 134512640 146736320 4291163392 3814327272 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1580.61
Current children cumulated vsize (KiB) 417064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+638.1 s]
/proc/loadavg: 10.50 8.82 5.96 10/193 21361
/proc/meminfo: memFree=30707860/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=417912 CPUtime=1799.54 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 103129 0 0 0 179891 63 0 0 20 0 8 0 391260291 427941888 72073 33554432000 134512640 146736320 4291163392 4291156088 136475826 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21270/statm: 104478 72073 920 2985 0 101412 0
[pid=21270/tid=21348] ppid=21269 vsize=417912 CPUtime=47.64 cores=0,2,4,6
/proc/21270/task/21348/stat : 21348 (pb_cplex) R 21269 21269 20024 0 -1 4202560 2409 0 0 0 4763 1 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 4045398084 136385179 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21270/tid=21349] ppid=21269 vsize=417912 CPUtime=47.47 cores=0,2,4,6
/proc/21270/task/21349/stat : 21349 (pb_cplex) R 21269 21269 20024 0 -1 4202560 4899 0 0 0 4745 2 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 4055883868 135855174 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21350] ppid=21269 vsize=417912 CPUtime=88.51 cores=0,2,4,6
/proc/21270/task/21350/stat : 21350 (pb_cplex) R 21269 21269 20024 0 -1 4202560 3121 0 0 0 8848 3 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 4123164880 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21351] ppid=21269 vsize=417912 CPUtime=152.84 cores=0,2,4,6
/proc/21270/task/21351/stat : 21351 (pb_cplex) R 21269 21269 20024 0 -1 4202560 4244 0 0 0 15278 6 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 4110234056 136000490 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21270/tid=21352] ppid=21269 vsize=417912 CPUtime=140.61 cores=0,2,4,6
/proc/21270/task/21352/stat : 21352 (pb_cplex) R 21269 21269 20024 0 -1 4202560 7607 0 0 0 14056 5 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 3835297832 139044591 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21353] ppid=21269 vsize=417912 CPUtime=110.89 cores=0,2,4,6
/proc/21270/task/21353/stat : 21353 (pb_cplex) R 21269 21269 20024 0 -1 4202560 7143 0 0 0 11086 3 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 3824812488 136000404 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21354] ppid=21269 vsize=417912 CPUtime=65.74 cores=0,2,4,6
/proc/21270/task/21354/stat : 21354 (pb_cplex) R 21269 21269 20024 0 -1 4202560 7509 0 0 0 6572 2 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 3814326480 136008259 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 427060

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

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

[startup+638.1 s]
/proc/loadavg: 10.50 8.82 5.96 10/193 21361
/proc/meminfo: memFree=30707860/32873648 swapFree=7376/7376
[pid=21269] ppid=21267 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21269/stat : 21269 (run) S 21267 21269 20024 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260290 9367552 269 33554432000 4194304 5064252 140737445604688 140737445603600 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21269/statm: 2287 269 229 213 0 72 0
[pid=21270] ppid=21269 vsize=417912 CPUtime=1799.54 cores=0,2,4,6
/proc/21270/stat : 21270 (pb_cplex) R 21269 21269 20024 0 -1 4202496 103129 0 0 0 179891 63 0 0 20 0 8 0 391260291 427941888 72073 33554432000 134512640 146736320 4291163392 4291156088 136475826 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21270/statm: 104478 72073 920 2985 0 101412 0
[pid=21270/tid=21348] ppid=21269 vsize=417912 CPUtime=47.64 cores=0,2,4,6
/proc/21270/task/21348/stat : 21348 (pb_cplex) R 21269 21269 20024 0 -1 4202560 2409 0 0 0 4763 1 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 4045398084 136385179 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=21270/tid=21349] ppid=21269 vsize=417912 CPUtime=47.47 cores=0,2,4,6
/proc/21270/task/21349/stat : 21349 (pb_cplex) R 21269 21269 20024 0 -1 4202560 4899 0 0 0 4745 2 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 4055883868 135855174 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21350] ppid=21269 vsize=417912 CPUtime=88.51 cores=0,2,4,6
/proc/21270/task/21350/stat : 21350 (pb_cplex) R 21269 21269 20024 0 -1 4202560 3121 0 0 0 8848 3 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 4123164880 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21351] ppid=21269 vsize=417912 CPUtime=152.84 cores=0,2,4,6
/proc/21270/task/21351/stat : 21351 (pb_cplex) R 21269 21269 20024 0 -1 4202560 4244 0 0 0 15278 6 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 4110234056 136000490 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21270/tid=21352] ppid=21269 vsize=417912 CPUtime=140.61 cores=0,2,4,6
/proc/21270/task/21352/stat : 21352 (pb_cplex) R 21269 21269 20024 0 -1 4202560 7607 0 0 0 14056 5 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 3835297832 139044591 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21270/tid=21353] ppid=21269 vsize=417912 CPUtime=110.89 cores=0,2,4,6
/proc/21270/task/21353/stat : 21353 (pb_cplex) R 21269 21269 20024 0 -1 4202560 7143 0 0 0 11086 3 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 3824812488 136000404 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21270/tid=21354] ppid=21269 vsize=417912 CPUtime=65.74 cores=0,2,4,6
/proc/21270/task/21354/stat : 21354 (pb_cplex) R 21269 21269 20024 0 -1 4202560 7509 0 0 0 6572 2 0 0 20 0 8 0 391301257 427941888 72073 33554432000 134512640 146736320 4291163392 3814326480 136008259 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 427060

Child ended because it received signal 15 (SIGTERM)

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.5
#  lost CPU user time (s): 0.609985
#  lost CPU system time (s): -0.11

Real time (s): 638.116
CPU time (s): 1800.04
CPU user time (s): 1799.52
CPU system time (s): 0.52
CPU usage (%): 282.087
Max. virtual memory (cumulated for all children) (KiB): 429552

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

runsolver used 1.47078 second user time and 3.85441 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-09 16:15:43
IDJOB=3742614
IDBENCH=90217
IDSOLVER=2325
FILE ID=node120/3742614-1339251343
RUNJOBID= node120-1339246833-20041
PBS_JOBID= 14644361
Free space on /tmp= 70780 MiB

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

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

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=196511355

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.83
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.456
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.456
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:        29809184 kB
Buffers:          441032 kB
Cached:           400664 kB
SwapCached:         5856 kB
Active:          1903448 kB
Inactive:         338544 kB
Active(anon):    1383920 kB
Inactive(anon):    10444 kB
Active(file):     519528 kB
Inactive(file):   328100 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67096152 kB
Dirty:             16444 kB
Writeback:             4 kB
AnonPages:       1393264 kB
Mapped:            12060 kB
Shmem:                 0 kB
Slab:             683400 kB
SReclaimable:     127652 kB
SUnreclaim:       555748 kB
KernelStack:        1464 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2425572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1263616 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-3742614-1339251343.opb

Free space on /tmp at the end= 70812 MiB
End job on node120 at 2012-06-09 16:26:23