Trace number 3742627

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.02 648.219

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K69.opb
MD5SUMda1bb6c22345628ac4e1e426278657ed
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark20.3499
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3795
Total number of constraints3935
Number of constraints which are clauses3866
Number of constraints which are cardinality constraints (but not clauses)69
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint69
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 70
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-3742627-1339251363.opb.
0.00/0.00	c Instance file HOME/instance-3742627-1339251363.opb
0.00/0.00	c File size is 233650 bytes.
0.00/0.09	c Highest Coefficient sum: 70
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.10	c ============================[ Problem Statistics ]=============================
0.00/0.10	c |                                                                             |
0.00/0.10	c |  Parsing time:          0.10         s                                      |
0.00/0.10	c |  Number Variables:      3795                                                |
0.00/0.10	c |  Number Constraints:    3935                                                |
0.00/0.10	c ===============================================================================
1796.20/648.21	c Remaining time 1799.90 sec.
1796.20/648.21	c 
1796.20/648.21	c *** INTERRUPTED ***
1796.20/648.21	s UNKNOWN
1796.20/648.21	c Total CPU time              : 1794.71 s
1796.20/648.21	c Memory used           : 416.55 MB
1796.20/648.21	c CPU time              : 1794.71 s
1796.20/648.21	c 
1796.20/648.21	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742627-1339251363/watcher-3742627-1339251363 -o /tmp/evaluation-result-3742627-1339251363/solver-3742627-1339251363 -C 1800 -W 1900 -M 15500 run HOME/instance-3742627-1339251363.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: 14.57 9.34 6.25 9/184 9292
/proc/meminfo: memFree=30057052/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0

[startup+0.0751729 s]
/proc/loadavg: 14.57 9.34 6.25 9/184 9292
/proc/meminfo: memFree=30057052/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100227 s]
/proc/loadavg: 14.57 9.34 6.25 9/184 9292
/proc/meminfo: memFree=30057052/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 14.57 9.34 6.25 9/184 9292
/proc/meminfo: memFree=30057052/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700181 s]
/proc/loadavg: 14.57 9.34 6.25 9/184 9292
/proc/meminfo: memFree=30057052/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 14.05 9.32 6.26 9/186 9294
/proc/meminfo: memFree=30047324/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=25796 CPUtime=1.49 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 4766 0 0 0 149 0 0 0 20 0 1 0 391260680 26415104 3285 33554432000 134512640 146736320 4291331184 4291325276 135855165 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 6449 3285 778 2985 0 3383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34944

[startup+3.1002 s]
/proc/loadavg: 14.05 9.32 6.26 9/186 9294
/proc/meminfo: memFree=30046704/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=25796 CPUtime=3.09 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 4783 0 0 0 309 0 0 0 20 0 1 0 391260680 26415104 3302 33554432000 134512640 146736320 4291331184 4291325276 135855165 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 6449 3302 778 2985 0 3383 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34944

[startup+6.30022 s]
/proc/loadavg: 14.05 9.32 6.26 9/186 9294
/proc/meminfo: memFree=30041868/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=33016 CPUtime=6.28 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 6740 0 0 0 628 0 0 0 20 0 1 0 391260680 33808384 4690 33554432000 134512640 146736320 4291331184 4291325368 136015524 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 8254 4690 817 2985 0 5188 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42164

[startup+12.7002 s]
/proc/loadavg: 13.12 9.28 6.28 9/186 9294
/proc/meminfo: memFree=30041156/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=30468 CPUtime=12.69 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 7595 0 0 0 1268 1 0 0 20 0 1 0 391260680 31199232 4712 33554432000 134512640 146736320 4291331184 4291325496 136015689 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 7617 4712 841 2985 0 4551 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39616

[startup+25.5002 s]
/proc/loadavg: 12.25 9.22 6.29 8/186 9294
/proc/meminfo: memFree=30040408/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=29716 CPUtime=25.48 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 8848 0 0 0 2547 1 0 0 20 0 1 0 391260680 30429184 4884 33554432000 134512640 146736320 4291331184 4291325392 136403109 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 7429 4884 844 2985 0 4363 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38864

[startup+51.1004 s]
/proc/loadavg: 10.46 9.04 6.31 8/193 9302
/proc/meminfo: memFree=30017660/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=134012 CPUtime=51.08 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 15137 0 0 0 5105 3 0 0 20 0 8 0 391260680 137228288 10625 33554432000 134512640 146736320 4291331184 4291323908 136385172 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 33503 10625 885 2985 0 30437 0
[pid=9293/tid=9296] ppid=9292 vsize=134012 CPUtime=0 cores=1,3,5,7
/proc/9293/task/9296/stat : 9296 (pb_cplex) S 9292 9292 8092 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391264776 137228288 10625 33554432000 134512640 146736320 4291331184 4140793488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9297] ppid=9292 vsize=134012 CPUtime=0 cores=1,3,5,7
/proc/9293/task/9297/stat : 9297 (pb_cplex) S 9292 9292 8092 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391264776 137228288 10625 33554432000 134512640 146736320 4291331184 4130307728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9293/tid=9298] ppid=9292 vsize=134012 CPUtime=0 cores=1,3,5,7
/proc/9293/task/9298/stat : 9298 (pb_cplex) S 9292 9292 8092 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391264776 137228288 10625 33554432000 134512640 146736320 4291331184 4119821968 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9293/tid=9299] ppid=9292 vsize=134012 CPUtime=0 cores=1,3,5,7
/proc/9293/task/9299/stat : 9299 (pb_cplex) S 9292 9292 8092 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391264776 137228288 10625 33554432000 134512640 146736320 4291331184 4109336208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9300] ppid=9292 vsize=134012 CPUtime=0 cores=1,3,5,7
/proc/9293/task/9300/stat : 9300 (pb_cplex) S 9292 9292 8092 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391264776 137228288 10625 33554432000 134512640 146736320 4291331184 4098850448 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9301] ppid=9292 vsize=134012 CPUtime=0 cores=1,3,5,7
/proc/9293/task/9301/stat : 9301 (pb_cplex) S 9292 9292 8092 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391264776 137228288 10625 33554432000 134512640 146736320 4291331184 4088364688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9293/tid=9302] ppid=9292 vsize=134012 CPUtime=0 cores=1,3,5,7
/proc/9293/task/9302/stat : 9302 (pb_cplex) S 9292 9292 8092 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391264776 137228288 10625 33554432000 134512640 146736320 4291331184 4077878928 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 143160

[startup+102.307 s]
/proc/loadavg: 11.14 9.36 6.57 15/192 9302
/proc/meminfo: memFree=29995160/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=163124 CPUtime=182.53 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 23328 0 0 0 18244 9 0 0 20 0 8 0 391260680 167038976 16304 33554432000 134512640 146736320 4291331184 4291324048 136008160 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 40781 16304 886 2985 0 37715 0
[pid=9293/tid=9296] ppid=9292 vsize=163124 CPUtime=13.6 cores=1,3,5,7
/proc/9293/task/9296/stat : 9296 (pb_cplex) R 9292 9292 8092 0 -1 4202560 891 0 0 0 1360 0 0 0 20 0 8 0 391264776 167038976 16304 33554432000 134512640 146736320 4291331184 4140789976 136009170 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=9293/tid=9297] ppid=9292 vsize=163124 CPUtime=13.14 cores=1,3,5,7
/proc/9293/task/9297/stat : 9297 (pb_cplex) R 9292 9292 8092 0 -1 4202560 1045 0 0 0 1314 0 0 0 20 0 8 0 391264776 167038976 16304 33554432000 134512640 146736320 4291331184 4130304092 135855170 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9298] ppid=9292 vsize=163124 CPUtime=13.35 cores=1,3,5,7
/proc/9293/task/9298/stat : 9298 (pb_cplex) R 9292 9292 8092 0 -1 4202560 1963 0 0 0 1334 1 0 0 20 0 8 0 391264776 167038976 16304 33554432000 134512640 146736320 4291331184 4119818696 136000401 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9293/tid=9299] ppid=9292 vsize=163124 CPUtime=13.1 cores=1,3,5,7
/proc/9293/task/9299/stat : 9299 (pb_cplex) R 9292 9292 8092 0 -1 4202560 942 0 0 0 1310 0 0 0 20 0 8 0 391264776 167038976 16304 33554432000 134512640 146736320 4291331184 4109332572 135855165 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9300] ppid=9292 vsize=163124 CPUtime=13.33 cores=1,3,5,7
/proc/9293/task/9300/stat : 9300 (pb_cplex) R 9292 9292 8092 0 -1 4202560 836 0 0 0 1333 0 0 0 20 0 8 0 391264776 167038976 16304 33554432000 134512640 146736320 4291331184 4098846776 136475800 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=9293/tid=9301] ppid=9292 vsize=163124 CPUtime=13.36 cores=1,3,5,7
/proc/9293/task/9301/stat : 9301 (pb_cplex) R 9292 9292 8092 0 -1 4202560 797 0 0 0 1336 0 0 0 20 0 8 0 391264776 167038976 16304 33554432000 134512640 146736320 4291331184 4088361052 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=9293/tid=9302] ppid=9292 vsize=163124 CPUtime=13.36 cores=1,3,5,7
/proc/9293/task/9302/stat : 9302 (pb_cplex) R 9292 9292 8092 0 -1 4202560 862 0 0 0 1336 0 0 0 20 0 8 0 391264776 167038976 16304 33554432000 134512640 146736320 4291331184 4077875656 136000176 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 182.53
Current children cumulated vsize (KiB) 172272

[startup+162.3 s]
/proc/loadavg: 11.58 9.89 6.93 9/193 9303
/proc/meminfo: memFree=29985260/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=165312 CPUtime=412.61 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 28419 0 0 0 41247 14 0 0 20 0 8 0 391260680 169279488 18629 33554432000 134512640 146736320 4291331184 4291323932 135855165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9293/statm: 41328 18629 909 2985 0 38262 0
[pid=9293/tid=9296] ppid=9292 vsize=165312 CPUtime=33.68 cores=1,3,5,7
/proc/9293/task/9296/stat : 9296 (pb_cplex) S 9292 9292 8092 0 -1 4202560 953 0 0 0 3368 0 0 0 20 0 8 0 391264776 169279488 18629 33554432000 134512640 146736320 4291331184 4140793488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9293/tid=9297] ppid=9292 vsize=165312 CPUtime=51.41 cores=1,3,5,7
/proc/9293/task/9297/stat : 9297 (pb_cplex) R 9292 9292 8092 0 -1 4202560 2587 0 0 0 5140 1 0 0 20 0 8 0 391264776 169279488 18629 33554432000 134512640 146736320 4291331184 4130304208 136007982 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=9293/tid=9298] ppid=9292 vsize=165312 CPUtime=45.18 cores=1,3,5,7
/proc/9293/task/9298/stat : 9298 (pb_cplex) S 9292 9292 8092 0 -1 4202560 2649 0 0 0 4516 2 0 0 20 0 8 0 391264776 169279488 18629 33554432000 134512640 146736320 4291331184 4119821968 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9293/tid=9299] ppid=9292 vsize=165312 CPUtime=49.53 cores=1,3,5,7
/proc/9293/task/9299/stat : 9299 (pb_cplex) S 9292 9292 8092 0 -1 4202560 1193 0 0 0 4952 1 0 0 20 0 8 0 391264776 169279488 18629 33554432000 134512640 146736320 4291331184 4109336208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9300] ppid=9292 vsize=165312 CPUtime=35.46 cores=1,3,5,7
/proc/9293/task/9300/stat : 9300 (pb_cplex) S 9292 9292 8092 0 -1 4202560 1373 0 0 0 3546 0 0 0 20 0 8 0 391264776 169279488 18629 33554432000 134512640 146736320 4291331184 4098850448 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9301] ppid=9292 vsize=165312 CPUtime=30.51 cores=1,3,5,7
/proc/9293/task/9301/stat : 9301 (pb_cplex) S 9292 9292 8092 0 -1 4202560 1038 0 0 0 3051 0 0 0 20 0 8 0 391264776 169279488 18629 33554432000 134512640 146736320 4291331184 4088364688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9302] ppid=9292 vsize=165312 CPUtime=38.07 cores=1,3,5,7
/proc/9293/task/9302/stat : 9302 (pb_cplex) S 9292 9292 8092 0 -1 4202560 1369 0 0 0 3806 1 0 0 20 0 8 0 391264776 169279488 18629 33554432000 134512640 146736320 4291331184 4077878928 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 412.61

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


############
# WARNING:
# current cumulated CPU time (1465.68 s) is less than in the last sample (1469.5 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (3.81995 s) to the 'lost time'.

[startup+498.5 s]
/proc/loadavg: 13.75 10.11 7.63 10/193 9378
/proc/meminfo: memFree=29604680/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=184084 CPUtime=1469.5 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) S 9292 9292 8092 0 -1 4202496 45418 0 0 0 146869 81 0 0 20 0 8 0 391260680 188502016 24243 33554432000 134512640 146736320 4291331184 4291327568 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 46021 24243 909 2985 0 42955 0
[pid=9293/tid=9296] ppid=9292 vsize=184084 CPUtime=159.95 cores=1,3,5,7
/proc/9293/task/9296/stat : 9296 (pb_cplex) S 9292 9292 8092 0 -1 4202560 3158 0 0 0 15989 6 0 0 20 0 8 0 391264776 188502016 24243 33554432000 134512640 146736320 4291331184 4140793488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9293/tid=9297] ppid=9292 vsize=184084 CPUtime=253.38 cores=1,3,5,7
/proc/9293/task/9297/stat : 9297 (pb_cplex) S 9292 9292 8092 0 -1 4202560 4466 0 0 0 25318 20 0 0 20 0 8 0 391264776 188502016 24243 33554432000 134512640 146736320 4291331184 4130307728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9293/tid=9298] ppid=9292 vsize=184084 CPUtime=164 cores=1,3,5,7
/proc/9293/task/9298/stat : 9298 (pb_cplex) S 9292 9292 8092 0 -1 4202560 5159 0 0 0 16388 12 0 0 20 0 8 0 391264776 188502016 24243 33554432000 134512640 146736320 4291331184 4119821968 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9293/tid=9299] ppid=9292 vsize=184084 CPUtime=164.36 cores=1,3,5,7
/proc/9293/task/9299/stat : 9299 (pb_cplex) S 9292 9292 8092 0 -1 4202560 2653 0 0 0 16430 6 0 0 20 0 8 0 391264776 188502016 24243 33554432000 134512640 146736320 4291331184 4109336208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9300] ppid=9292 vsize=184084 CPUtime=157.37 cores=1,3,5,7
/proc/9293/task/9300/stat : 9300 (pb_cplex) S 9292 9292 8092 0 -1 4202560 2193 0 0 0 15726 11 0 0 20 0 8 0 391264776 188502016 24243 33554432000 134512640 146736320 4291331184 4098850448 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9293/tid=9301] ppid=9292 vsize=184084 CPUtime=147.5 cores=1,3,5,7
/proc/9293/task/9301/stat : 9301 (pb_cplex) S 9292 9292 8092 0 -1 4202560 3070 0 0 0 14739 11 0 0 20 0 8 0 391264776 188502016 24243 33554432000 134512640 146736320 4291331184 4088364688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9302] ppid=9292 vsize=184084 CPUtime=161.35 cores=1,3,5,7
/proc/9293/task/9302/stat : 9302 (pb_cplex) R 9292 9292 8092 0 -1 4202560 4013 0 0 0 16124 11 0 0 20 0 8 0 391264776 188502016 24243 33554432000 134512640 146736320 4291331184 4077875292 135854046 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1469.5
Current children cumulated vsize (KiB) 193232

[startup+498.6 s]
/proc/loadavg: 13.75 10.11 7.63 10/193 9378
/proc/meminfo: memFree=29604680/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=141964 CPUtime=1465.68 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 45420 0 0 0 146467 101 0 0 20 0 1 0 391260680 145371136 21395 33554432000 134512640 146736320 4291331184 4291327168 137341949 0 0 4096 16387 0 0 0 17 7 0 0 0 0 0
/proc/9293/statm: 35491 21395 910 2985 0 32425 0
Current children cumulated CPU time (s) 1465.68
Current children cumulated vsize (KiB) 151112
#
############


[startup+522.3 s]
/proc/loadavg: 12.13 10.02 7.66 10/186 9378
/proc/meminfo: memFree=29619012/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=132604 CPUtime=1489.37 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 46420 0 0 0 148834 103 0 0 20 0 1 0 391260680 135786496 17903 33554432000 134512640 146736320 4291331184 4291325392 136008065 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/9293/statm: 33151 17903 913 2985 0 30085 0
Current children cumulated CPU time (s) 1489.37
Current children cumulated vsize (KiB) 141752

[startup+582.3 s]
/proc/loadavg: 8.62 9.39 7.59 12/193 9392
/proc/meminfo: memFree=29394344/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=424296 CPUtime=1561.39 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 67972 0 0 0 156019 120 0 0 20 0 8 0 391260680 434479104 68404 33554432000 134512640 146736320 4291331184 4291323904 136382632 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9293/statm: 106074 68404 921 2985 0 103008 0
[pid=9293/tid=9386] ppid=9292 vsize=424296 CPUtime=1.88 cores=1,3,5,7
/proc/9293/task/9386/stat : 9386 (pb_cplex) R 9292 9292 8092 0 -1 4202560 930 0 0 0 188 0 0 0 20 0 8 0 391316218 434479104 68404 33554432000 134512640 146736320 4291331184 4042252732 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9293/tid=9387] ppid=9292 vsize=424296 CPUtime=1.93 cores=1,3,5,7
/proc/9293/task/9387/stat : 9387 (pb_cplex) R 9292 9292 8092 0 -1 4202560 689 0 0 0 193 0 0 0 20 0 8 0 391316218 434479104 68404 33554432000 134512640 146736320 4291331184 4052736396 135465099 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9293/tid=9388] ppid=9292 vsize=424296 CPUtime=1.96 cores=1,3,5,7
/proc/9293/task/9388/stat : 9388 (pb_cplex) R 9292 9292 8092 0 -1 4202560 1353 0 0 0 196 0 0 0 20 0 8 0 391316218 434479104 68404 33554432000 134512640 146736320 4291331184 4121578524 135855179 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9389] ppid=9292 vsize=424296 CPUtime=1.87 cores=1,3,5,7
/proc/9293/task/9389/stat : 9389 (pb_cplex) R 9292 9292 8092 0 -1 4202560 825 0 0 0 187 0 0 0 20 0 8 0 391316218 434479104 68404 33554432000 134512640 146736320 4291331184 4109331668 136003539 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=9293/tid=9390] ppid=9292 vsize=424296 CPUtime=1.97 cores=1,3,5,7
/proc/9293/task/9390/stat : 9390 (pb_cplex) R 9292 9292 8092 0 -1 4202560 1524 0 0 0 197 0 0 0 20 0 8 0 391316218 434479104 68404 33554432000 134512640 146736320 4291331184 3833273352 139042910 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=9293/tid=9391] ppid=9292 vsize=424296 CPUtime=1.88 cores=1,3,5,7
/proc/9293/task/9391/stat : 9391 (pb_cplex) R 9292 9292 8092 0 -1 4202560 847 0 0 0 188 0 0 0 20 0 8 0 391316218 434479104 68404 33554432000 134512640 146736320 4291331184 3822788500 136414091 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9392] ppid=9292 vsize=424296 CPUtime=1.76 cores=1,3,5,7
/proc/9293/task/9392/stat : 9392 (pb_cplex) R 9292 9292 8092 0 -1 4202560 1302 0 0 0 176 0 0 0 20 0 8 0 391316218 434479104 68404 33554432000 134512640 146736320 4291331184 3812301976 136009011 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1561.39
Current children cumulated vsize (KiB) 433444

[startup+642.3 s]
/proc/loadavg: 7.61 9.07 7.60 4/193 9393
/proc/meminfo: memFree=29373780/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=424496 CPUtime=1784.39 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 83813 0 0 0 178292 147 0 0 20 0 8 0 391260680 434683904 69297 33554432000 134512640 146736320 4291331184 4291324048 136007973 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 106124 69297 921 2985 0 103058 0
[pid=9293/tid=9386] ppid=9292 vsize=424496 CPUtime=19.81 cores=1,3,5,7
/proc/9293/task/9386/stat : 9386 (pb_cplex) S 9292 9292 8092 0 -1 4202560 942 0 0 0 1979 2 0 0 20 0 8 0 391316218 434683904 69297 33554432000 134512640 146736320 4291331184 4042256016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9293/tid=9387] ppid=9292 vsize=424496 CPUtime=22.29 cores=1,3,5,7
/proc/9293/task/9387/stat : 9387 (pb_cplex) S 9292 9292 8092 0 -1 4202560 2939 0 0 0 2226 3 0 0 20 0 8 0 391316218 434683904 69297 33554432000 134512640 146736320 4291331184 4052741776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9388] ppid=9292 vsize=424496 CPUtime=22.23 cores=1,3,5,7
/proc/9293/task/9388/stat : 9388 (pb_cplex) S 9292 9292 8092 0 -1 4202560 4760 0 0 0 2221 2 0 0 20 0 8 0 391316218 434683904 69297 33554432000 134512640 146736320 4291331184 4121583248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9389] ppid=9292 vsize=424496 CPUtime=21.94 cores=1,3,5,7
/proc/9293/task/9389/stat : 9389 (pb_cplex) S 9292 9292 8092 0 -1 4202560 2590 0 0 0 2190 4 0 0 20 0 8 0 391316218 434683904 69297 33554432000 134512640 146736320 4291331184 4109336208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9293/tid=9390] ppid=9292 vsize=424496 CPUtime=42.06 cores=1,3,5,7
/proc/9293/task/9390/stat : 9390 (pb_cplex) R 9292 9292 8092 0 -1 4202560 5357 0 0 0 4204 2 0 0 20 0 8 0 391316218 434683904 69297 33554432000 134512640 146736320 4291331184 3833274440 139042881 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9293/tid=9391] ppid=9292 vsize=424496 CPUtime=40.06 cores=1,3,5,7
/proc/9293/task/9391/stat : 9391 (pb_cplex) S 9292 9292 8092 0 -1 4202560 1205 0 0 0 4005 1 0 0 20 0 8 0 391316218 434683904 69297 33554432000 134512640 146736320 4291331184 3822792336 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9392] ppid=9292 vsize=424496 CPUtime=27.26 cores=1,3,5,7
/proc/9293/task/9392/stat : 9392 (pb_cplex) S 9292 9292 8092 0 -1 4202560 4742 0 0 0 2722 4 0 0 20 0 8 0 391316218 434683904 69297 33554432000 134512640 146736320 4291331184 3812306576 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.39
Current children cumulated vsize (KiB) 433644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+648.201 s]
/proc/loadavg: 7.25 8.97 7.58 4/193 9393
/proc/meminfo: memFree=29370608/32873844 swapFree=7644/7644
[pid=9292] ppid=9290 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9292/stat : 9292 (run) S 9290 9292 8092 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391260680 9367552 270 33554432000 4194304 5064252 140737016810080 140737016808992 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9292/statm: 2287 270 229 213 0 72 0
[pid=9293] ppid=9292 vsize=426544 CPUtime=1796.2 cores=1,3,5,7
/proc/9293/stat : 9293 (pb_cplex) R 9292 9292 8092 0 -1 4202496 84686 0 0 0 179470 150 0 0 20 0 8 0 391260680 436781056 69697 33554432000 134512640 146736320 4291331184 4291322996 138462965 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9293/statm: 106636 69697 921 2985 0 103570 0
[pid=9293/tid=9386] ppid=9292 vsize=426544 CPUtime=19.81 cores=1,3,5,7
/proc/9293/task/9386/stat : 9386 (pb_cplex) S 9292 9292 8092 0 -1 4202560 942 0 0 0 1979 2 0 0 20 0 8 0 391316218 436781056 69697 33554432000 134512640 146736320 4291331184 4042256016 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9293/tid=9387] ppid=9292 vsize=426544 CPUtime=22.29 cores=1,3,5,7
/proc/9293/task/9387/stat : 9387 (pb_cplex) S 9292 9292 8092 0 -1 4202560 2939 0 0 0 2226 3 0 0 20 0 8 0 391316218 436781056 69697 33554432000 134512640 146736320 4291331184 4052741776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9388] ppid=9292 vsize=426544 CPUtime=22.23 cores=1,3,5,7
/proc/9293/task/9388/stat : 9388 (pb_cplex) S 9292 9292 8092 0 -1 4202560 4760 0 0 0 2221 2 0 0 20 0 8 0 391316218 436781056 69697 33554432000 134512640 146736320 4291331184 4121583248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9389] ppid=9292 vsize=426544 CPUtime=21.94 cores=1,3,5,7
/proc/9293/task/9389/stat : 9389 (pb_cplex) S 9292 9292 8092 0 -1 4202560 2590 0 0 0 2190 4 0 0 20 0 8 0 391316218 436781056 69697 33554432000 134512640 146736320 4291331184 4109336208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9293/tid=9390] ppid=9292 vsize=426544 CPUtime=47.95 cores=1,3,5,7
/proc/9293/task/9390/stat : 9390 (pb_cplex) R 9292 9292 8092 0 -1 4202560 6210 0 0 0 4793 2 0 0 20 0 8 0 391316218 436781056 69697 33554432000 134512640 146736320 4291331184 3833273488 136008039 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=9293/tid=9391] ppid=9292 vsize=426544 CPUtime=40.06 cores=1,3,5,7
/proc/9293/task/9391/stat : 9391 (pb_cplex) S 9292 9292 8092 0 -1 4202560 1205 0 0 0 4005 1 0 0 20 0 8 0 391316218 436781056 69697 33554432000 134512640 146736320 4291331184 3822792336 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9293/tid=9392] ppid=9292 vsize=426544 CPUtime=27.26 cores=1,3,5,7
/proc/9293/task/9392/stat : 9392 (pb_cplex) S 9292 9292 8092 0 -1 4202560 4742 0 0 0 2722 4 0 0 20 0 8 0 391316218 436781056 69697 33554432000 134512640 146736320 4291331184 3812306576 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.2
Current children cumulated vsize (KiB) 435692

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9292 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=86257
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=548764
# CPU time returned by wait4() is 1795.64
# while last known CPU time is 1796.2
#
# 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): 3.81995
#  lost CPU user time (s): 4.0199
#  lost CPU system time (s): -0.2

Real time (s): 648.219
CPU time (s): 1800.02
CPU user time (s): 1798.72
CPU system time (s): 1.3
CPU usage (%): 277.687
Max. virtual memory (cumulated for all children) (KiB): 437504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.54876
maximum resident set size= 279912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85043
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= 4209
involuntary context switches= 86980

runsolver used 1.73174 second user time and 4.27335 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-09 16:16:03
IDJOB=3742627
IDBENCH=90218
IDSOLVER=2325
FILE ID=node147/3742627-1339251363
RUNJOBID= node147-1339246835-8110
PBS_JOBID= 14644334
Free space on /tmp= 70528 MiB

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

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

MD5SUM BENCH= da1bb6c22345628ac4e1e426278657ed
RANDOM SEED=992692255

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.951
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:        30057696 kB
Buffers:          599064 kB
Cached:          1138264 kB
SwapCached:         2864 kB
Active:          1349092 kB
Inactive:         530204 kB
Active(anon):     139008 kB
Inactive(anon):     2768 kB
Active(file):    1210084 kB
Inactive(file):   527436 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:             16588 kB
Writeback:             0 kB
AnonPages:        144660 kB
Mapped:            12560 kB
Shmem:                 0 kB
Slab:             797084 kB
SReclaimable:     237980 kB
SUnreclaim:       559104 kB
KernelStack:        1512 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     309248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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-3742627-1339251363.opb

Free space on /tmp at the end= 70508 MiB
End job on node147 at 2012-06-09 16:26:53