Trace number 3742185

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.39 772.818

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K103.opb
MD5SUM34d84c84a6977bf98000135522032f88
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 benchmark170.657
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7004
Total number of constraints7212
Number of constraints which are clauses7109
Number of constraints which are cardinality constraints (but not clauses)103
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint103
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 104
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-3742185-1339250843.opb.
0.00/0.00	c Instance file HOME/instance-3742185-1339250843.opb
0.00/0.00	c File size is 449071 bytes.
0.00/0.21	c Highest Coefficient sum: 104
0.00/0.21	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.22	c ============================[ Problem Statistics ]=============================
0.00/0.22	c |                                                                             |
0.00/0.22	c |  Parsing time:          0.22         s                                      |
0.00/0.22	c |  Number Variables:      7004                                                |
0.00/0.22	c |  Number Constraints:    7212                                                |
0.00/0.22	c ===============================================================================
1800.39/772.81	c Remaining time 1799.78 sec.
1800.39/772.81	c 
1800.39/772.81	c *** INTERRUPTED ***
1800.39/772.81	s UNKNOWN
1800.39/772.81	c Total CPU time              : 1799.24 s
1800.39/772.81	c Memory used           : 218.53 MB
1800.39/772.81	c CPU time              : 1799.24 s
1800.39/772.81	c 
1800.39/772.81	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742185-1339250843/watcher-3742185-1339250843 -o /tmp/evaluation-result-3742185-1339250843/solver-3742185-1339250843 -C 1800 -W 1900 -M 15500 run HOME/instance-3742185-1339250843.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: 5.18 6.47 5.73 3/177 27967
/proc/meminfo: memFree=30809716/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0

[startup+0.035656 s]
/proc/loadavg: 5.18 6.47 5.73 3/177 27967
/proc/meminfo: memFree=30809716/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 5.18 6.47 5.73 3/177 27967
/proc/meminfo: memFree=30809716/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/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: 5.18 6.47 5.73 3/177 27967
/proc/meminfo: memFree=30809716/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 5.18 6.47 5.73 3/177 27967
/proc/meminfo: memFree=30809716/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 5.18 6.47 5.73 3/179 27969
/proc/meminfo: memFree=30792604/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=36532 CPUtime=1.49 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 6835 0 0 0 148 1 0 0 20 0 1 0 391209941 37408768 5137 33554432000 134512640 146736320 4293952608 4293946088 138412937 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27968/statm: 9133 5137 725 2985 0 6067 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45680

[startup+3.10027 s]
/proc/loadavg: 5.18 6.47 5.73 3/179 27969
/proc/meminfo: memFree=30791984/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=36532 CPUtime=3.09 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 6853 0 0 0 308 1 0 0 20 0 1 0 391209941 37408768 5155 33554432000 134512640 146736320 4293952608 4293947376 135978701 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27968/statm: 9133 5155 725 2985 0 6067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45680

[startup+6.30028 s]
/proc/loadavg: 4.93 6.40 5.71 3/179 27969
/proc/meminfo: memFree=30791876/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=36444 CPUtime=6.29 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 7993 0 0 0 628 1 0 0 20 0 1 0 391209941 37318656 5045 33554432000 134512640 146736320 4293952608 4293947080 136001891 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27968/statm: 9111 5045 780 2985 0 6045 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45592

[startup+12.7003 s]
/proc/loadavg: 4.69 6.32 5.69 3/179 27969
/proc/meminfo: memFree=30788344/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=36464 CPUtime=12.68 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 8156 0 0 0 1267 1 0 0 20 0 1 0 391209941 37339136 6068 33554432000 134512640 146736320 4293952608 4293947264 139046528 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27968/statm: 9116 6068 780 2985 0 6050 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45612

[startup+25.5003 s]
/proc/loadavg: 4.10 6.11 5.63 3/179 27969
/proc/meminfo: memFree=30788608/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=36620 CPUtime=25.48 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 8166 0 0 0 2547 1 0 0 20 0 1 0 391209941 37498880 6078 33554432000 134512640 146736320 4293952608 4293946664 139044557 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27968/statm: 9155 6078 780 2985 0 6089 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45768

[startup+51.1003 s]
/proc/loadavg: 3.38 5.78 5.53 3/179 27969
/proc/meminfo: memFree=30777136/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=49988 CPUtime=51.08 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 15161 0 0 0 5104 4 0 0 20 0 1 0 391209941 51187712 9072 33554432000 134512640 146736320 4293952608 4293946828 136016707 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/27968/statm: 12497 9072 839 2985 0 9431 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59136

[startup+102.306 s]
/proc/loadavg: 2.60 5.19 5.34 3/179 27969
/proc/meminfo: memFree=30780300/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=44060 CPUtime=102.27 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 17303 0 0 0 10223 4 0 0 20 0 1 0 391209941 45117440 8020 33554432000 134512640 146736320 4293952608 4293946312 139043566 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/27968/statm: 11015 8020 844 2985 0 7949 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 53208

[startup+162.3 s]
/proc/loadavg: 2.22 4.61 5.13 3/180 27972
/proc/meminfo: memFree=30779952/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=44060 CPUtime=162.26 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 17303 0 0 0 16222 4 0 0 20 0 1 0 391209941 45117440 8020 33554432000 134512640 146736320 4293952608 4293946832 136403112 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/27968/statm: 11015 8020 844 2985 0 7949 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 53208

[startup+222.3 s]
/proc/loadavg: 2.08 4.13 4.93 3/178 27972
/proc/meminfo: memFree=30780728/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=44060 CPUtime=222.25 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 17303 0 0 0 22220 5 0 0 20 0 1 0 391209941 45117440 8020 33554432000 134512640 146736320 4293952608 4293946308 136385184 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/27968/statm: 11015 8020 844 2985 0 7949 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 53208

[startup+282.3 s]
/proc/loadavg: 2.03 3.74 4.75 3/180 27975
/proc/meminfo: memFree=30780340/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=44060 CPUtime=282.24 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 17303 0 0 0 28219 5 0 0 20 0 1 0 391209941 45117440 8020 33554432000 134512640 146736320 4293952608 4293946832 136403109 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/27968/statm: 11015 8020 844 2985 0 7949 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 53208

[startup+342.3 s]
/proc/loadavg: 2.01 3.42 4.57 3/186 27982
/proc/meminfo: memFree=30777436/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=173920 CPUtime=342.23 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 33722 0 0 0 34215 8 0 0 20 0 8 0 391209941 178094080 18271 33554432000 134512640 146736320 4293952608 4293945328 136384861 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27968/statm: 43480 18271 884 2985 0 40414 0
[pid=27968/tid=27976] ppid=27967 vsize=173920 CPUtime=0 cores=1,3,5,7
/proc/27968/task/27976/stat : 27976 (pb_cplex) S 27967 27967 26006 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391241619 178094080 18271 33554432000 134512640 146736320 4293952608 4118040208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27977] ppid=27967 vsize=173920 CPUtime=0 cores=1,3,5,7
/proc/27968/task/27977/stat : 27977 (pb_cplex) S 27967 27967 26006 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391241619 178094080 18271 33554432000 134512640 146736320 4293952608 4107554448 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27968/tid=27978] ppid=27967 vsize=173920 CPUtime=0 cores=1,3,5,7
/proc/27968/task/27978/stat : 27978 (pb_cplex) S 27967 27967 26006 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391241619 178094080 18271 33554432000 134512640 146736320 4293952608 4097068688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27979] ppid=27967 vsize=173920 CPUtime=0 cores=1,3,5,7

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

/proc/27968/statm: 55811 28481 884 2985 0 52745 0
[pid=27968/tid=27976] ppid=27967 vsize=223244 CPUtime=45.87 cores=1,3,5,7
/proc/27968/task/27976/stat : 27976 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1638 0 0 0 4586 1 0 0 20 0 8 0 391241619 228601856 28481 33554432000 134512640 146736320 4293952608 4118036936 136001863 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27977] ppid=27967 vsize=223244 CPUtime=46.38 cores=1,3,5,7
/proc/27968/task/27977/stat : 27977 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2159 0 0 0 4637 1 0 0 20 0 8 0 391241619 228601856 28481 33554432000 134512640 146736320 4293952608 4107549136 135461677 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27968/tid=27978] ppid=27967 vsize=223244 CPUtime=46.21 cores=1,3,5,7
/proc/27968/task/27978/stat : 27978 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1578 0 0 0 4617 4 0 0 20 0 8 0 391241619 228601856 28481 33554432000 134512640 146736320 4293952608 4097063376 135459456 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27979] ppid=27967 vsize=223244 CPUtime=46.7 cores=1,3,5,7
/proc/27968/task/27979/stat : 27979 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1531 0 0 0 4669 1 0 0 20 0 8 0 391241619 228601856 28481 33554432000 134512640 146736320 4293952608 4086579240 139044550 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27968/tid=27980] ppid=27967 vsize=223244 CPUtime=45.87 cores=1,3,5,7
/proc/27968/task/27980/stat : 27980 (pb_cplex) R 27967 27967 26006 0 -1 4202560 6718 0 0 0 4580 7 0 0 20 0 8 0 391241619 228601856 28481 33554432000 134512640 146736320 4293952608 4076093648 136008392 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27981] ppid=27967 vsize=223244 CPUtime=46.15 cores=1,3,5,7
/proc/27968/task/27981/stat : 27981 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1767 0 0 0 4613 2 0 0 20 0 8 0 391241619 228601856 28481 33554432000 134512640 146736320 4293952608 4065607772 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27968/tid=27982] ppid=27967 vsize=223244 CPUtime=46.17 cores=1,3,5,7
/proc/27968/task/27982/stat : 27982 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2712 0 0 0 4614 3 0 0 20 0 8 0 391241619 228601856 28481 33554432000 134512640 146736320 4293952608 4055121988 136385175 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 800.35
Current children cumulated vsize (KiB) 232392

[startup+582.3 s]
/proc/loadavg: 8.43 5.40 5.02 10/186 27983
/proc/meminfo: memFree=30720656/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=223252 CPUtime=1039.93 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 118355 0 0 0 103927 66 0 0 20 0 8 0 391209941 228610048 30794 33554432000 134512640 146736320 4293952608 4293945500 136009755 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27968/statm: 55813 30794 884 2985 0 52747 0
[pid=27968/tid=27976] ppid=27967 vsize=223252 CPUtime=75.36 cores=1,3,5,7
/proc/27968/task/27976/stat : 27976 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1639 0 0 0 7533 3 0 0 20 0 8 0 391241619 228610048 30794 33554432000 134512640 146736320 4293952608 4118036688 136008168 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27968/tid=27977] ppid=27967 vsize=223252 CPUtime=76.43 cores=1,3,5,7
/proc/27968/task/27977/stat : 27977 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2233 0 0 0 7640 3 0 0 20 0 8 0 391241619 228610048 30794 33554432000 134512640 146736320 4293952608 4107550928 136008450 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27968/tid=27978] ppid=27967 vsize=223252 CPUtime=76.07 cores=1,3,5,7
/proc/27968/task/27978/stat : 27978 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1578 0 0 0 7598 9 0 0 20 0 8 0 391241619 228610048 30794 33554432000 134512640 146736320 4293952608 4097065168 136008042 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27979] ppid=27967 vsize=223252 CPUtime=76.27 cores=1,3,5,7
/proc/27968/task/27979/stat : 27979 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1534 0 0 0 7625 2 0 0 20 0 8 0 391241619 228610048 30794 33554432000 134512640 146736320 4293952608 4086579268 136385179 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27968/tid=27980] ppid=27967 vsize=223252 CPUtime=75.87 cores=1,3,5,7
/proc/27968/task/27980/stat : 27980 (pb_cplex) R 27967 27967 26006 0 -1 4202560 15625 0 0 0 7572 15 0 0 20 0 8 0 391241619 228610048 30794 33554432000 134512640 146736320 4293952608 4076093512 139042981 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27981] ppid=27967 vsize=223252 CPUtime=76.57 cores=1,3,5,7
/proc/27968/task/27981/stat : 27981 (pb_cplex) R 27967 27967 26006 0 -1 4202560 5936 0 0 0 7651 6 0 0 20 0 8 0 391241619 228610048 30794 33554432000 134512640 146736320 4293952608 4065606836 138462910 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27982] ppid=27967 vsize=223252 CPUtime=75.76 cores=1,3,5,7
/proc/27968/task/27982/stat : 27982 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2714 0 0 0 7570 6 0 0 20 0 8 0 391241619 228610048 30794 33554432000 134512640 146736320 4293952608 4055122012 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1039.93
Current children cumulated vsize (KiB) 232400

[startup+642.301 s]
/proc/loadavg: 8.79 6.05 5.27 10/186 27983
/proc/meminfo: memFree=30715860/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=223252 CPUtime=1279.52 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 144068 0 0 0 127863 89 0 0 20 0 8 0 391209941 228610048 31735 33554432000 134512640 146736320 4293952608 4293945320 139044554 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27968/statm: 55813 31735 884 2985 0 52747 0
[pid=27968/tid=27976] ppid=27967 vsize=223252 CPUtime=105.3 cores=1,3,5,7
/proc/27968/task/27976/stat : 27976 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1642 0 0 0 10526 4 0 0 20 0 8 0 391241619 228610048 31735 33554432000 134512640 146736320 4293952608 4118036536 136475800 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27968/tid=27977] ppid=27967 vsize=223252 CPUtime=106.1 cores=1,3,5,7
/proc/27968/task/27977/stat : 27977 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2234 0 0 0 10606 4 0 0 20 0 8 0 391241619 228610048 31735 33554432000 134512640 146736320 4293952608 4107550928 136008168 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27978] ppid=27967 vsize=223252 CPUtime=105.88 cores=1,3,5,7
/proc/27968/task/27978/stat : 27978 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1578 0 0 0 10578 10 0 0 20 0 8 0 391241619 228610048 31735 33554432000 134512640 146736320 4293952608 4097065052 135855179 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27968/tid=27979] ppid=27967 vsize=223252 CPUtime=105.93 cores=1,3,5,7
/proc/27968/task/27979/stat : 27979 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1534 0 0 0 10590 3 0 0 20 0 8 0 391241619 228610048 31735 33554432000 134512640 146736320 4293952608 4086579408 136008160 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27980] ppid=27967 vsize=223252 CPUtime=105.7 cores=1,3,5,7
/proc/27968/task/27980/stat : 27980 (pb_cplex) R 27967 27967 26006 0 -1 4202560 24708 0 0 0 10548 22 0 0 20 0 8 0 391241619 228610048 31735 33554432000 134512640 146736320 4293952608 4076093656 136008645 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27981] ppid=27967 vsize=223252 CPUtime=106.36 cores=1,3,5,7
/proc/27968/task/27981/stat : 27981 (pb_cplex) R 27967 27967 26006 0 -1 4202560 14141 0 0 0 10623 13 0 0 20 0 8 0 391241619 228610048 31735 33554432000 134512640 146736320 4293952608 4065607888 136008109 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27982] ppid=27967 vsize=223252 CPUtime=105.57 cores=1,3,5,7
/proc/27968/task/27982/stat : 27982 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2715 0 0 0 10551 6 0 0 20 0 8 0 391241619 228610048 31735 33554432000 134512640 146736320 4293952608 4055122376 136000360 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1279.52
Current children cumulated vsize (KiB) 232400

[startup+702.3 s]
/proc/loadavg: 8.92 6.59 5.50 10/186 27983
/proc/meminfo: memFree=30714992/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=223392 CPUtime=1519.07 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) R 27967 27967 26006 0 -1 4202496 151491 0 0 0 151802 105 0 0 20 0 8 0 391209941 228753408 31761 33554432000 134512640 146736320 4293952608 4293945348 136385184 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27968/statm: 55848 31761 884 2985 0 52782 0
[pid=27968/tid=27976] ppid=27967 vsize=223392 CPUtime=135.27 cores=1,3,5,7
/proc/27968/task/27976/stat : 27976 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1642 0 0 0 13522 5 0 0 20 0 8 0 391241619 228753408 31761 33554432000 134512640 146736320 4293952608 4118036688 136008047 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27968/tid=27977] ppid=27967 vsize=223392 CPUtime=135.99 cores=1,3,5,7
/proc/27968/task/27977/stat : 27977 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2234 0 0 0 13592 7 0 0 20 0 8 0 391241619 228753408 31761 33554432000 134512640 146736320 4293952608 4107550788 136385174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27968/tid=27978] ppid=27967 vsize=223392 CPUtime=135.49 cores=1,3,5,7
/proc/27968/task/27978/stat : 27978 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1578 0 0 0 13537 12 0 0 20 0 8 0 391241619 228753408 31761 33554432000 134512640 146736320 4293952608 4097065052 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27979] ppid=27967 vsize=223392 CPUtime=135.72 cores=1,3,5,7
/proc/27968/task/27979/stat : 27979 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1534 0 0 0 13565 7 0 0 20 0 8 0 391241619 228753408 31761 33554432000 134512640 146736320 4293952608 4086578368 135468697 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27980] ppid=27967 vsize=223392 CPUtime=135.56 cores=1,3,5,7
/proc/27968/task/27980/stat : 27980 (pb_cplex) R 27967 27967 26006 0 -1 4202560 27256 0 0 0 13530 26 0 0 20 0 8 0 391241619 228753408 31761 33554432000 134512640 146736320 4293952608 4076093496 136475785 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27981] ppid=27967 vsize=223392 CPUtime=136.32 cores=1,3,5,7
/proc/27968/task/27981/stat : 27981 (pb_cplex) R 27967 27967 26006 0 -1 4202560 16739 0 0 0 13616 16 0 0 20 0 8 0 391241619 228753408 31761 33554432000 134512640 146736320 4293952608 4065608272 136403116 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27968/tid=27982] ppid=27967 vsize=223392 CPUtime=135.53 cores=1,3,5,7
/proc/27968/task/27982/stat : 27982 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2740 0 0 0 13545 8 0 0 20 0 8 0 391241619 228753408 31761 33554432000 134512640 146736320 4293952608 4055122012 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1519.07
Current children cumulated vsize (KiB) 232540

[startup+762.308 s]
/proc/loadavg: 9.98 7.24 5.79 14/194 28042
/proc/meminfo: memFree=30871300/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=223772 CPUtime=1758.55 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) S 27967 27967 26006 0 -1 4202496 163517 0 0 0 175738 117 0 0 20 0 8 0 391209941 229142528 31858 33554432000 134512640 146736320 4293952608 4293949008 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27968/statm: 55943 31858 884 2985 0 52877 0
[pid=27968/tid=27976] ppid=27967 vsize=223772 CPUtime=166.37 cores=1,3,5,7
/proc/27968/task/27976/stat : 27976 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1676 0 0 0 16632 5 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4118036688 136008020 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27968/tid=27977] ppid=27967 vsize=223772 CPUtime=167.75 cores=1,3,5,7
/proc/27968/task/27977/stat : 27977 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2235 0 0 0 16767 8 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4107550812 135855170 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27978] ppid=27967 vsize=223772 CPUtime=167.08 cores=1,3,5,7
/proc/27968/task/27978/stat : 27978 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1637 0 0 0 16694 14 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4097065168 136008042 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27979] ppid=27967 vsize=223772 CPUtime=157.59 cores=1,3,5,7
/proc/27968/task/27979/stat : 27979 (pb_cplex) S 27967 27967 26006 0 -1 4202560 1534 0 0 0 15751 8 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4086582928 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27980] ppid=27967 vsize=223772 CPUtime=164.05 cores=1,3,5,7
/proc/27968/task/27980/stat : 27980 (pb_cplex) S 27967 27967 26006 0 -1 4202560 31389 0 0 0 16376 29 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4076097168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27968/tid=27981] ppid=27967 vsize=223772 CPUtime=167.39 cores=1,3,5,7
/proc/27968/task/27981/stat : 27981 (pb_cplex) R 27967 27967 26006 0 -1 4202560 20834 0 0 0 16721 18 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4065607772 135855165 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27982] ppid=27967 vsize=223772 CPUtime=167.17 cores=1,3,5,7
/proc/27968/task/27982/stat : 27982 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2756 0 0 0 16709 8 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4055121976 136475780 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1758.55
Current children cumulated vsize (KiB) 232920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+772.801 s]
/proc/loadavg: 10.45 7.43 5.86 14/194 28042
/proc/meminfo: memFree=30868456/32873844 swapFree=7632/7632
[pid=27967] ppid=27965 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (run) S 27965 27967 26006 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391209941 9367552 270 33554432000 4194304 5064252 140733399717248 140733399716160 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27967/statm: 2287 270 229 213 0 72 0
[pid=27968] ppid=27967 vsize=223772 CPUtime=1800.39 cores=1,3,5,7
/proc/27968/stat : 27968 (pb_cplex) S 27967 27967 26006 0 -1 4202496 163517 0 0 0 179921 118 0 0 20 0 8 0 391209941 229142528 31858 33554432000 134512640 146736320 4293952608 4293949008 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27968/statm: 55943 31858 884 2985 0 52877 0
[pid=27968/tid=27976] ppid=27967 vsize=223772 CPUtime=176.02 cores=1,3,5,7
/proc/27968/task/27976/stat : 27976 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1676 0 0 0 17597 5 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4118036756 136003529 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=27968/tid=27977] ppid=27967 vsize=223772 CPUtime=176.63 cores=1,3,5,7
/proc/27968/task/27977/stat : 27977 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2235 0 0 0 17655 8 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4107550812 135855165 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=27968/tid=27978] ppid=27967 vsize=223772 CPUtime=174.42 cores=1,3,5,7
/proc/27968/task/27978/stat : 27978 (pb_cplex) R 27967 27967 26006 0 -1 4202560 1637 0 0 0 17428 14 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4097065052 135855170 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27979] ppid=27967 vsize=223772 CPUtime=157.59 cores=1,3,5,7
/proc/27968/task/27979/stat : 27979 (pb_cplex) S 27967 27967 26006 0 -1 4202560 1534 0 0 0 15751 8 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4086582928 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27968/tid=27980] ppid=27967 vsize=223772 CPUtime=164.05 cores=1,3,5,7
/proc/27968/task/27980/stat : 27980 (pb_cplex) S 27967 27967 26006 0 -1 4202560 31389 0 0 0 16376 29 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4076097168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27968/tid=27981] ppid=27967 vsize=223772 CPUtime=175.68 cores=1,3,5,7
/proc/27968/task/27981/stat : 27981 (pb_cplex) R 27967 27967 26006 0 -1 4202560 20834 0 0 0 17549 19 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4065607772 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=27968/tid=27982] ppid=27967 vsize=223772 CPUtime=174.77 cores=1,3,5,7
/proc/27968/task/27982/stat : 27982 (pb_cplex) R 27967 27967 26006 0 -1 4202560 2756 0 0 0 17468 9 0 0 20 0 8 0 391241619 229142528 31858 33554432000 134512640 146736320 4293952608 4055121968 136384857 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 232920

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 27967 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 772.818
CPU time (s): 1800.39
CPU user time (s): 1799.21
CPU system time (s): 1.18
CPU usage (%): 232.964
Max. virtual memory (cumulated for all children) (KiB): 233764

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

runsolver used 1.88071 second user time and 4.79627 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-09 16:07:23
IDJOB=3742185
IDBENCH=90138
IDSOLVER=2325
FILE ID=node130/3742185-1339250843
RUNJOBID= node130-1339246834-26024
PBS_JOBID= 14644351
Free space on /tmp= 70960 MiB

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

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

MD5SUM BENCH= 34d84c84a6977bf98000135522032f88
RANDOM SEED=704832231

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30810152 kB
Buffers:          275076 kB
Cached:           295352 kB
SwapCached:         2728 kB
Active:          1043968 kB
Inactive:         131832 kB
Active(anon):     600984 kB
Inactive(anon):     5108 kB
Active(file):     442984 kB
Inactive(file):   126724 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097000 kB
Dirty:             16708 kB
Writeback:             0 kB
AnonPages:        611892 kB
Mapped:            12088 kB
Shmem:                 0 kB
Slab:             743188 kB
SReclaimable:     183676 kB
SUnreclaim:       559512 kB
KernelStack:        1472 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     999292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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-3742185-1339250843.opb

Free space on /tmp at the end= 70968 MiB
End job on node130 at 2012-06-09 16:20:18