Trace number 3745035

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.23 751.117

General information on the benchmark

NameOPT-SMALLINT-LIN/graca/
normalized-ped3.D.recomb10-0.20-15.opb
MD5SUM0873f191d5428e528a87fed4bd4a0589
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark689
Best CPU time to get the best result obtained on this benchmark34.7377
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62483
Total number of constraints274986
Number of constraints which are clauses274986
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 1880
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 525480
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 525480
Number of bits of the biggest sum of numbers20
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-3745035-1339252160.opb.
0.00/0.00	c Instance file HOME/instance-3745035-1339252160.opb
0.00/0.00	c File size is 8470015 bytes.
2.49/2.58	c Highest Coefficient sum: 676
2.49/2.58	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
2.69/2.78	c ============================[ Problem Statistics ]=============================
2.69/2.78	c |                                                                             |
2.69/2.78	c |  Parsing time:          2.72         s                                      |
2.69/2.78	c |  Number Variables:      62483                                               |
2.78/2.83	c |  Number Constraints:    274986                                              |
2.78/2.83	c ===============================================================================
1798.06/751.11	c Remaining time 1797.24 sec.
1798.06/751.11	c 
1798.06/751.11	c *** INTERRUPTED ***
1798.06/751.11	s UNKNOWN
1798.06/751.11	c Total CPU time              : 1783.65 s
1798.06/751.11	c Memory used           : 986.37 MB
1798.06/751.11	c CPU time              : 1783.65 s
1798.06/751.11	c 
1798.06/751.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-3745035-1339252160/watcher-3745035-1339252160 -o /tmp/evaluation-result-3745035-1339252160/solver-3745035-1339252160 -C 1800 -W 1900 -M 15500 run HOME/instance-3745035-1339252160.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: 8.67 8.56 6.43 10/183 2898
/proc/meminfo: memFree=30835548/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0

[startup+0.0666141 s]
/proc/loadavg: 8.67 8.56 6.43 10/183 2898
/proc/meminfo: memFree=30835548/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100221 s]
/proc/loadavg: 8.67 8.56 6.43 10/183 2898
/proc/meminfo: memFree=30835548/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300187 s]
/proc/loadavg: 8.67 8.56 6.43 10/183 2898
/proc/meminfo: memFree=30835548/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 8.67 8.56 6.43 10/183 2898
/proc/meminfo: memFree=30835548/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 8.67 8.56 6.43 10/185 2900
/proc/meminfo: memFree=30795000/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=83340 CPUtime=1.49 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 18173 0 0 0 145 4 0 0 20 0 1 0 391340944 85340160 17642 33554432000 134512640 146736320 4291764352 4291762672 134539396 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2899/statm: 20835 17642 2258 2985 0 15701 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92488

[startup+3.10043 s]
/proc/loadavg: 8.67 8.56 6.43 10/185 2900
/proc/meminfo: memFree=30773848/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=169232 CPUtime=3.09 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 41357 0 0 0 301 8 0 0 20 0 1 0 391340944 173293568 37085 33554432000 134512640 146736320 4291764352 4291762408 138680155 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2899/statm: 42308 37085 621 2985 0 39242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 178380

[startup+6.30036 s]
/proc/loadavg: 8.70 8.57 6.44 10/186 2901
/proc/meminfo: memFree=30688272/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=290280 CPUtime=6.28 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 92990 0 0 0 608 20 0 0 20 0 1 0 391340944 297246720 47610 33554432000 134512640 146736320 4291764352 4291758848 136403558 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2899/statm: 72570 47610 830 2985 0 69504 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 299428

[startup+12.7004 s]
/proc/loadavg: 8.72 8.58 6.45 10/186 2901
/proc/meminfo: memFree=30641948/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=293548 CPUtime=12.69 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 97915 0 0 0 1246 23 0 0 20 0 1 0 391340944 300593152 48690 33554432000 134512640 146736320 4291764352 4291758848 136403546 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2899/statm: 73387 48690 830 2985 0 70321 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 302696

[startup+25.5003 s]
/proc/loadavg: 8.63 8.56 6.48 8/186 2901
/proc/meminfo: memFree=30632972/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=290756 CPUtime=25.49 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 171880 0 0 0 2503 46 0 0 20 0 1 0 391340944 297734144 49305 33554432000 134512640 146736320 4291764352 4291757056 135468684 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2899/statm: 72689 49305 909 2985 0 69623 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 299904

[startup+51.1005 s]
/proc/loadavg: 8.71 8.58 6.54 7/194 2911
/proc/meminfo: memFree=30071364/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=1063180 CPUtime=102.75 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) S 2898 2898 1177 0 -1 4202496 434983 0 0 0 10117 158 0 0 20 0 8 0 391340944 1088696320 188420 33554432000 134512640 146736320 4291764352 4291760720 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2899/statm: 265795 188420 953 2985 0 262729 0
[pid=2899/tid=2902] ppid=2898 vsize=1063180 CPUtime=8.27 cores=1,3,5,7
/proc/2899/task/2902/stat : 2902 (pb_cplex) S 2898 2898 1177 0 -1 4202560 20252 0 0 0 816 11 0 0 20 0 8 0 391343831 1088696320 188420 33554432000 134512640 146736320 4291764352 3818036880 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2903] ppid=2898 vsize=1063180 CPUtime=9.07 cores=1,3,5,7
/proc/2899/task/2903/stat : 2903 (pb_cplex) R 2898 2898 1177 0 -1 4202560 21038 0 0 0 896 11 0 0 20 0 8 0 391343831 1088696320 188420 33554432000 134512640 146736320 4291764352 3807547544 136007053 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2899/tid=2904] ppid=2898 vsize=1063180 CPUtime=8.9 cores=1,3,5,7
/proc/2899/task/2904/stat : 2904 (pb_cplex) R 2898 2898 1177 0 -1 4202560 19701 0 0 0 881 9 0 0 20 0 8 0 391343831 1088696320 188420 33554432000 134512640 146736320 4291764352 3797061696 135443520 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2905] ppid=2898 vsize=1063180 CPUtime=7.7 cores=1,3,5,7
/proc/2899/task/2905/stat : 2905 (pb_cplex) S 2898 2898 1177 0 -1 4202560 21345 0 0 0 760 10 0 0 20 0 8 0 391343831 1088696320 188420 33554432000 134512640 146736320 4291764352 3786579600 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2899/tid=2906] ppid=2898 vsize=1063180 CPUtime=9.12 cores=1,3,5,7
/proc/2899/task/2906/stat : 2906 (pb_cplex) R 2898 2898 1177 0 -1 4202560 24414 0 0 0 899 13 0 0 20 0 8 0 391343831 1088696320 188420 33554432000 134512640 146736320 4291764352 3776089176 136007053 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2907] ppid=2898 vsize=1063180 CPUtime=9.43 cores=1,3,5,7
/proc/2899/task/2907/stat : 2907 (pb_cplex) R 2898 2898 1177 0 -1 4202560 19999 0 0 0 932 11 0 0 20 0 8 0 391343831 1088696320 188420 33554432000 134512640 146736320 4291764352 3765604944 136403132 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2908] ppid=2898 vsize=1063180 CPUtime=8.86 cores=1,3,5,7
/proc/2899/task/2908/stat : 2908 (pb_cplex) R 2898 2898 1177 0 -1 4202560 18476 0 0 0 876 10 0 0 20 0 8 0 391343831 1088696320 188420 33554432000 134512640 146736320 4291764352 3755118664 139042888 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.75
Current children cumulated vsize (KiB) 1072328

[startup+102.308 s]
/proc/loadavg: 8.13 8.43 6.60 5/186 2911
/proc/meminfo: memFree=30345692/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=1098708 CPUtime=295.95 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) S 2898 2898 1177 0 -1 4202496 790984 0 0 0 29254 341 0 0 20 0 8 0 391340944 1125076992 196731 33554432000 134512640 146736320 4291764352 4291760720 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2899/statm: 274677 196731 953 2985 0 271611 0
[pid=2899/tid=2902] ppid=2898 vsize=1098708 CPUtime=22.89 cores=1,3,5,7
/proc/2899/task/2902/stat : 2902 (pb_cplex) S 2898 2898 1177 0 -1 4202560 55835 0 0 0 2260 29 0 0 20 0 8 0 391343831 1125076992 196731 33554432000 134512640 146736320 4291764352 3818036880 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2903] ppid=2898 vsize=1098708 CPUtime=37.33 cores=1,3,5,7
/proc/2899/task/2903/stat : 2903 (pb_cplex) R 2898 2898 1177 0 -1 4202560 50546 0 0 0 3704 29 0 0 20 0 8 0 391343831 1125076992 196731 33554432000 134512640 146736320 4291764352 3807547544 136007643 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2904] ppid=2898 vsize=1098708 CPUtime=33.75 cores=1,3,5,7
/proc/2899/task/2904/stat : 2904 (pb_cplex) S 2898 2898 1177 0 -1 4202560 65188 0 0 0 3342 33 0 0 20 0 8 0 391343831 1125076992 196731 33554432000 134512640 146736320 4291764352 3797065360 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2905] ppid=2898 vsize=1098708 CPUtime=32.12 cores=1,3,5,7
/proc/2899/task/2905/stat : 2905 (pb_cplex) R 2898 2898 1177 0 -1 4202560 50528 0 0 0 3186 26 0 0 20 0 8 0 391343831 1125076992 196731 33554432000 134512640 146736320 4291764352 3786576024 136007654 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2906] ppid=2898 vsize=1098708 CPUtime=37.55 cores=1,3,5,7
/proc/2899/task/2906/stat : 2906 (pb_cplex) S 2898 2898 1177 0 -1 4202560 105169 0 0 0 3701 54 0 0 20 0 8 0 391343831 1125076992 196731 33554432000 134512640 146736320 4291764352 3776093840 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2899/tid=2907] ppid=2898 vsize=1098708 CPUtime=32.86 cores=1,3,5,7
/proc/2899/task/2907/stat : 2907 (pb_cplex) S 2898 2898 1177 0 -1 4202560 73421 0 0 0 3250 36 0 0 20 0 8 0 391343831 1125076992 196731 33554432000 134512640 146736320 4291764352 3765608080 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2908] ppid=2898 vsize=1098708 CPUtime=36.26 cores=1,3,5,7
/proc/2899/task/2908/stat : 2908 (pb_cplex) R 2898 2898 1177 0 -1 4202560 53083 0 0 0 3599 27 0 0 20 0 8 0 391343831 1125076992 196731 33554432000 134512640 146736320 4291764352 3755119592 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 295.95
Current children cumulated vsize (KiB) 1107856

[startup+162.301 s]
/proc/loadavg: 8.10 8.21 6.62 15/193 2919
/proc/meminfo: memFree=30145496/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=1078824 CPUtime=486.12 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 993122 0 0 0 48147 465 0 0 20 0 8 0 391340944 1104715776 197823 33554432000 134512640 146736320 4291764352 4291757144 136007065 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2899/statm: 269706 197823 957 2985 0 266640 0
[pid=2899/tid=2902] ppid=2898 vsize=1078824 CPUtime=34.29 cores=1,3,5,7
/proc/2899/task/2902/stat : 2902 (pb_cplex) S 2898 2898 1177 0 -1 4202560 77038 0 0 0 3388 41 0 0 20 0 8 0 391343831 1104715776 197823 33554432000 134512640 146736320 4291764352 3818036880 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2903] ppid=2898 vsize=1078824 CPUtime=84 cores=1,3,5,7
/proc/2899/task/2903/stat : 2903 (pb_cplex) R 2898 2898 1177 0 -1 4202560 84140 0 0 0 8353 47 0 0 20 0 8 0 391343831 1104715776 197823 33554432000 134512640 146736320 4291764352 3807547544 136007277 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2904] ppid=2898 vsize=1078824 CPUtime=46.96 cores=1,3,5,7
/proc/2899/task/2904/stat : 2904 (pb_cplex) R 2898 2898 1177 0 -1 4202560 91690 0 0 0 4642 54 0 0 20 0 8 0 391343831 1104715776 197823 33554432000 134512640 146736320 4291764352 3797061820 135526874 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2899/tid=2905] ppid=2898 vsize=1078824 CPUtime=68.25 cores=1,3,5,7
/proc/2899/task/2905/stat : 2905 (pb_cplex) R 2898 2898 1177 0 -1 4202560 84216 0 0 0 6782 43 0 0 20 0 8 0 391343831 1104715776 197823 33554432000 134512640 146736320 4291764352 3786576024 136007605 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2906] ppid=2898 vsize=1078824 CPUtime=50.64 cores=1,3,5,7
/proc/2899/task/2906/stat : 2906 (pb_cplex) R 2898 2898 1177 0 -1 4202560 123899 0 0 0 4998 66 0 0 20 0 8 0 391343831 1104715776 197823 33554432000 134512640 146736320 4291764352 3776090264 136007643 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2907] ppid=2898 vsize=1078824 CPUtime=46.12 cores=1,3,5,7
/proc/2899/task/2907/stat : 2907 (pb_cplex) R 2898 2898 1177 0 -1 4202560 109609 0 0 0 4556 56 0 0 20 0 8 0 391343831 1104715776 197823 33554432000 134512640 146736320 4291764352 3765604504 136007037 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2908] ppid=2898 vsize=1078824 CPUtime=78.94 cores=1,3,5,7
/proc/2899/task/2908/stat : 2908 (pb_cplex) R 2898 2898 1177 0 -1 4202560 77449 0 0 0 7848 46 0 0 20 0 8 0 391343831 1104715776 197823 33554432000 134512640 146736320 4291764352 3755118632 139044572 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 486.12

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

/proc/loadavg: 1.33 4.85 5.73 2/172 2949
/proc/meminfo: memFree=31112580/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=352652 CPUtime=1122.93 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 1467723 0 0 0 111361 932 0 0 20 0 1 0 391340944 361115648 73425 33554432000 134512640 146736320 4291764352 4291759064 136007517 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2899/statm: 88163 73425 960 2985 0 85097 0
Current children cumulated CPU time (s) 1122.93
Current children cumulated vsize (KiB) 361800

[startup+522.3 s]
/proc/loadavg: 1.12 4.14 5.43 2/172 2949
/proc/meminfo: memFree=31112456/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=352936 CPUtime=1182.92 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 1471543 0 0 0 117351 941 0 0 20 0 1 0 391340944 361406464 73507 33554432000 134512640 146736320 4291764352 4291760320 137469642 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2899/statm: 88234 73507 971 2985 0 85168 0
Current children cumulated CPU time (s) 1182.92
Current children cumulated vsize (KiB) 362084

[startup+582.3 s]
/proc/loadavg: 1.10 3.58 5.16 2/172 2949
/proc/meminfo: memFree=31112456/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=352936 CPUtime=1242.92 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 1471543 0 0 0 123344 948 0 0 20 0 1 0 391340944 361406464 73507 33554432000 134512640 146736320 4291764352 4291758544 136008050 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2899/statm: 88234 73507 971 2985 0 85168 0
Current children cumulated CPU time (s) 1242.92
Current children cumulated vsize (KiB) 362084

[startup+642.301 s]
/proc/loadavg: 3.54 3.72 5.10 9/180 2966
/proc/meminfo: memFree=30488428/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=1150232 CPUtime=1386.46 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 1835160 0 0 0 137523 1123 0 0 20 0 8 0 391340944 1177837568 229528 33554432000 134512640 146736320 4291764352 4291756056 136007605 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2899/statm: 287558 229528 990 2985 0 284492 0
[pid=2899/tid=2957] ppid=2898 vsize=1150232 CPUtime=12.13 cores=1,3,5,7
/proc/2899/task/2957/stat : 2957 (pb_cplex) R 2898 2898 1177 0 -1 4202560 11930 0 0 0 1207 6 0 0 20 0 8 0 391400844 1177837568 229528 33554432000 134512640 146736320 4291764352 4054475344 136403112 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2958] ppid=2898 vsize=1150232 CPUtime=12 cores=1,3,5,7
/proc/2899/task/2958/stat : 2958 (pb_cplex) R 2898 2898 1177 0 -1 4202560 17395 0 0 0 1191 9 0 0 20 0 8 0 391400844 1177837568 229528 33554432000 134512640 146736320 4291764352 4064960848 139023039 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2959] ppid=2898 vsize=1150232 CPUtime=12.36 cores=1,3,5,7
/proc/2899/task/2959/stat : 2959 (pb_cplex) R 2898 2898 1177 0 -1 4202560 39449 0 0 0 1215 21 0 0 20 0 8 0 391400844 1177837568 229528 33554432000 134512640 146736320 4291764352 4075445344 136006074 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2960] ppid=2898 vsize=1150232 CPUtime=12.01 cores=1,3,5,7
/proc/2899/task/2960/stat : 2960 (pb_cplex) R 2898 2898 1177 0 -1 4202560 29069 0 0 0 1187 14 0 0 20 0 8 0 391400844 1177837568 229528 33554432000 134512640 146736320 4291764352 3786576252 139023078 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2961] ppid=2898 vsize=1150232 CPUtime=12.01 cores=1,3,5,7
/proc/2899/task/2961/stat : 2961 (pb_cplex) R 2898 2898 1177 0 -1 4202560 46958 0 0 0 1178 23 0 0 20 0 8 0 391400844 1177837568 229528 33554432000 134512640 146736320 4291764352 3756454188 139023034 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2899/tid=2962] ppid=2898 vsize=1150232 CPUtime=12.02 cores=1,3,5,7
/proc/2899/task/2962/stat : 2962 (pb_cplex) R 2898 2898 1177 0 -1 4202560 22383 0 0 0 1192 10 0 0 20 0 8 0 391400844 1177837568 229528 33554432000 134512640 146736320 4291764352 3740262024 136002823 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2963] ppid=2898 vsize=1150232 CPUtime=12.25 cores=1,3,5,7
/proc/2899/task/2963/stat : 2963 (pb_cplex) R 2898 2898 1177 0 -1 4202560 30793 0 0 0 1207 18 0 0 20 0 8 0 391400844 1177837568 229528 33554432000 134512640 146736320 4291764352 3729775552 136413792 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1386.46
Current children cumulated vsize (KiB) 1159380

[startup+702.301 s]
/proc/loadavg: 6.36 4.49 5.28 9/179 2966
/proc/meminfo: memFree=30494060/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=1131072 CPUtime=1625.91 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 2043858 0 0 0 161341 1250 0 0 20 0 8 0 391340944 1158217728 227937 33554432000 134512640 146736320 4291764352 4291756496 136403109 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2899/statm: 282768 227937 990 2985 0 279702 0
[pid=2899/tid=2957] ppid=2898 vsize=1131072 CPUtime=41.84 cores=1,3,5,7
/proc/2899/task/2957/stat : 2957 (pb_cplex) R 2898 2898 1177 0 -1 4202560 32001 0 0 0 4164 20 0 0 20 0 8 0 391400844 1158217728 227937 33554432000 134512640 146736320 4291764352 4054475168 139023098 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2958] ppid=2898 vsize=1131072 CPUtime=42.14 cores=1,3,5,7
/proc/2899/task/2958/stat : 2958 (pb_cplex) R 2898 2898 1177 0 -1 4202560 50232 0 0 0 4187 27 0 0 20 0 8 0 391400844 1158217728 227937 33554432000 134512640 146736320 4291764352 4064959576 136007605 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2959] ppid=2898 vsize=1131072 CPUtime=42.28 cores=1,3,5,7
/proc/2899/task/2959/stat : 2959 (pb_cplex) R 2898 2898 1177 0 -1 4202560 76962 0 0 0 4181 47 0 0 20 0 8 0 391400844 1158217728 227937 33554432000 134512640 146736320 4291764352 4075445256 139042977 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2960] ppid=2898 vsize=1131072 CPUtime=41.54 cores=1,3,5,7
/proc/2899/task/2960/stat : 2960 (pb_cplex) R 2898 2898 1177 0 -1 4202560 59946 0 0 0 4121 33 0 0 20 0 8 0 391400844 1158217728 227937 33554432000 134512640 146736320 4291764352 3786574684 136405757 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2961] ppid=2898 vsize=1131072 CPUtime=41.78 cores=1,3,5,7
/proc/2899/task/2961/stat : 2961 (pb_cplex) R 2898 2898 1177 0 -1 4202560 65198 0 0 0 4147 31 0 0 20 0 8 0 391400844 1158217728 227937 33554432000 134512640 146736320 4291764352 3756453652 135983024 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2962] ppid=2898 vsize=1131072 CPUtime=41.91 cores=1,3,5,7
/proc/2899/task/2962/stat : 2962 (pb_cplex) R 2898 2898 1177 0 -1 4202560 51708 0 0 0 4164 27 0 0 20 0 8 0 391400844 1158217728 227937 33554432000 134512640 146736320 4291764352 3740261580 136004470 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2963] ppid=2898 vsize=1131072 CPUtime=41.9 cores=1,3,5,7
/proc/2899/task/2963/stat : 2963 (pb_cplex) R 2898 2898 1177 0 -1 4202560 62288 0 0 0 4152 38 0 0 20 0 8 0 391400844 1158217728 227937 33554432000 134512640 146736320 4291764352 3729777024 139023078 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1625.91
Current children cumulated vsize (KiB) 1140220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+751.1 s]
/proc/loadavg: 5.89 4.66 5.29 9/179 2966
/proc/meminfo: memFree=30601784/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=1010036 CPUtime=1798.06 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 2391694 0 0 0 178362 1444 0 0 20 0 8 0 391340944 1034276864 200358 33554432000 134512640 146736320 4291764352 4291757144 136007616 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 252509 200359 990 2985 0 249443 0
[pid=2899/tid=2957] ppid=2898 vsize=1010036 CPUtime=71.28 cores=1,3,5,7
/proc/2899/task/2957/stat : 2957 (pb_cplex) R 2898 2898 1177 0 -1 4202560 78012 0 0 0 7081 47 0 0 20 0 8 0 391400844 1034276864 200365 33554432000 134512640 146736320 4291764352 4054474864 136384857 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2958] ppid=2898 vsize=1010036 CPUtime=53.53 cores=1,3,5,7
/proc/2899/task/2958/stat : 2958 (pb_cplex) R 2898 2898 1177 0 -1 4202560 65323 0 0 0 5316 37 0 0 20 0 8 0 391400844 1034276864 200366 33554432000 134512640 146736320 4291764352 4064959648 139028313 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2959] ppid=2898 vsize=1010036 CPUtime=58.98 cores=1,3,5,7
/proc/2899/task/2959/stat : 2959 (pb_cplex) R 2898 2898 1177 0 -1 4202560 107523 0 0 0 5835 63 0 0 20 0 8 0 391400844 1034276864 200367 33554432000 134512640 146736320 4291764352 4075446864 136403129 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2960] ppid=2898 vsize=1010036 CPUtime=69.59 cores=1,3,5,7
/proc/2899/task/2960/stat : 2960 (pb_cplex) R 2898 2898 1177 0 -1 4202560 114397 0 0 0 6895 64 0 0 20 0 8 0 391400844 1034276864 200368 33554432000 134512640 146736320 4291764352 3786574936 136007677 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2961] ppid=2898 vsize=1010036 CPUtime=76.05 cores=1,3,5,7
/proc/2899/task/2961/stat : 2961 (pb_cplex) R 2898 2898 1177 0 -1 4202560 128693 0 0 0 7539 66 0 0 20 0 8 0 391400844 1034276864 200369 33554432000 134512640 146736320 4291764352 3756454040 136007605 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2962] ppid=2898 vsize=1010036 CPUtime=48.14 cores=1,3,5,7
/proc/2899/task/2962/stat : 2962 (pb_cplex) R 2898 2898 1177 0 -1 4202560 71820 0 0 0 4774 40 0 0 20 0 8 0 391400844 1034276864 200370 33554432000 134512640 146736320 4291764352 3740261520 136008242 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2963] ppid=2898 vsize=1010036 CPUtime=66.96 cores=1,3,5,7
/proc/2899/task/2963/stat : 2963 (pb_cplex) R 2898 2898 1177 0 -1 4202560 133597 0 0 0 6617 79 0 0 20 0 8 0 391400844 1034276864 200371 33554432000 134512640 146736320 4291764352 3729778236 137366975 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.06
Current children cumulated vsize (KiB) 1019184

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

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

[startup+751.1 s]
/proc/loadavg: 5.89 4.66 5.29 9/179 2966
/proc/meminfo: memFree=30601784/32873844 swapFree=7120/7120
[pid=2898] ppid=2896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (run) S 2896 2898 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391340944 9367552 270 33554432000 4194304 5064252 140737337952608 140737337951520 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2898/statm: 2287 270 229 213 0 72 0
[pid=2899] ppid=2898 vsize=1010036 CPUtime=1798.06 cores=1,3,5,7
/proc/2899/stat : 2899 (pb_cplex) R 2898 2898 1177 0 -1 4202496 2391694 0 0 0 178362 1444 0 0 20 0 8 0 391340944 1034276864 200358 33554432000 134512640 146736320 4291764352 4291757144 136007616 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 252509 200359 990 2985 0 249443 0
[pid=2899/tid=2957] ppid=2898 vsize=1010036 CPUtime=71.28 cores=1,3,5,7
/proc/2899/task/2957/stat : 2957 (pb_cplex) R 2898 2898 1177 0 -1 4202560 78012 0 0 0 7081 47 0 0 20 0 8 0 391400844 1034276864 200365 33554432000 134512640 146736320 4291764352 4054474864 136384857 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2899/tid=2958] ppid=2898 vsize=1010036 CPUtime=53.53 cores=1,3,5,7
/proc/2899/task/2958/stat : 2958 (pb_cplex) R 2898 2898 1177 0 -1 4202560 65323 0 0 0 5316 37 0 0 20 0 8 0 391400844 1034276864 200366 33554432000 134512640 146736320 4291764352 4064959648 139028313 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2959] ppid=2898 vsize=1010036 CPUtime=58.98 cores=1,3,5,7
/proc/2899/task/2959/stat : 2959 (pb_cplex) R 2898 2898 1177 0 -1 4202560 107523 0 0 0 5835 63 0 0 20 0 8 0 391400844 1034276864 200367 33554432000 134512640 146736320 4291764352 4075446864 136403129 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2899/tid=2960] ppid=2898 vsize=1010036 CPUtime=69.59 cores=1,3,5,7
/proc/2899/task/2960/stat : 2960 (pb_cplex) R 2898 2898 1177 0 -1 4202560 114397 0 0 0 6895 64 0 0 20 0 8 0 391400844 1034276864 200368 33554432000 134512640 146736320 4291764352 3786574936 136007677 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2961] ppid=2898 vsize=1010036 CPUtime=76.05 cores=1,3,5,7
/proc/2899/task/2961/stat : 2961 (pb_cplex) R 2898 2898 1177 0 -1 4202560 128693 0 0 0 7539 66 0 0 20 0 8 0 391400844 1034276864 200369 33554432000 134512640 146736320 4291764352 3756454040 136007605 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2962] ppid=2898 vsize=1010036 CPUtime=48.14 cores=1,3,5,7
/proc/2899/task/2962/stat : 2962 (pb_cplex) R 2898 2898 1177 0 -1 4202560 71820 0 0 0 4774 40 0 0 20 0 8 0 391400844 1034276864 200370 33554432000 134512640 146736320 4291764352 3740261520 136008242 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2899/tid=2963] ppid=2898 vsize=1010036 CPUtime=66.96 cores=1,3,5,7
/proc/2899/task/2963/stat : 2963 (pb_cplex) R 2898 2898 1177 0 -1 4202560 133597 0 0 0 6617 79 0 0 20 0 8 0 391400844 1034276864 200371 33554432000 134512640 146736320 4291764352 3729778236 137366975 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.06
Current children cumulated vsize (KiB) 1019184

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2898 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1798.06
#
# 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): 2.17004
#  lost CPU user time (s): 2.34003
#  lost CPU system time (s): -0.17

Real time (s): 751.117
CPU time (s): 1800.23
CPU user time (s): 1785.96
CPU system time (s): 14.27
CPU usage (%): 239.674
Max. virtual memory (cumulated for all children) (KiB): 1223544

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

runsolver used 2.01969 second user time and 6.26305 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-09 16:29:21
IDJOB=3745035
IDBENCH=92889
IDSOLVER=2325
FILE ID=node142/3745035-1339252160
RUNJOBID= node142-1339247525-1194
PBS_JOBID= 14644380
Free space on /tmp= 71436 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/graca/normalized-ped3.D.recomb10-0.20-15.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3745035-1339252160/watcher-3745035-1339252160 -o /tmp/evaluation-result-3745035-1339252160/solver-3745035-1339252160 -C 1800 -W 1900 -M 15500  run HOME/instance-3745035-1339252160.opb

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

MD5SUM BENCH= 0873f191d5428e528a87fed4bd4a0589
RANDOM SEED=1277939584

node142.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.776
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.55
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.776
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.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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.776
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:        30835828 kB
Buffers:          336672 kB
Cached:           245896 kB
SwapCached:         1676 kB
Active:          1078148 kB
Inactive:          56592 kB
Active(anon):     550592 kB
Inactive(anon):     2184 kB
Active(file):     527556 kB
Inactive(file):    54408 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67100604 kB
Dirty:             24636 kB
Writeback:             0 kB
AnonPages:        557624 kB
Mapped:            12176 kB
Shmem:                 4 kB
Slab:             759204 kB
SReclaimable:     200316 kB
SUnreclaim:       558888 kB
KernelStack:        1504 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     692236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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-3745035-1339252160.opb

Free space on /tmp at the end= 71440 MiB
End job on node142 at 2012-06-09 16:41:52