Trace number 3742172

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.33 873.422

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K109.opb
MD5SUM3a5151d7fc286e1b50737dee685a4276
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 benchmark28.7146
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7412
Total number of constraints7632
Number of constraints which are clauses7523
Number of constraints which are cardinality constraints (but not clauses)109
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint109
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 110
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-3742172-1339250837.opb.
0.00/0.00	c Instance file HOME/instance-3742172-1339250837.opb
0.00/0.00	c File size is 475771 bytes.
0.00/0.23	c Highest Coefficient sum: 110
0.00/0.23	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.24	c ============================[ Problem Statistics ]=============================
0.00/0.24	c |                                                                             |
0.00/0.24	c |  Parsing time:          0.24         s                                      |
0.00/0.24	c |  Number Variables:      7412                                                |
0.00/0.24	c |  Number Constraints:    7632                                                |
0.00/0.24	c ===============================================================================
1800.33/873.41	c Remaining time 1799.76 sec.
1800.33/873.41	c 
1800.33/873.41	c *** INTERRUPTED ***
1800.33/873.41	s UNKNOWN
1800.33/873.41	c Total CPU time              : 1799.72 s
1800.33/873.41	c Memory used           : 227.78 MB
1800.33/873.41	c CPU time              : 1799.72 s
1800.33/873.41	c 
1800.33/873.41	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-3742172-1339250837/watcher-3742172-1339250837 -o /tmp/evaluation-result-3742172-1339250837/solver-3742172-1339250837 -C 1800 -W 1900 -M 15500 run HOME/instance-3742172-1339250837.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.44 3.30 3.13 3/179 2861
/proc/meminfo: memFree=30336276/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0

[startup+0.0989269 s]
/proc/loadavg: 6.44 3.30 3.13 3/179 2861
/proc/meminfo: memFree=30336276/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 6.44 3.30 3.13 3/179 2861
/proc/meminfo: memFree=30336276/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300216 s]
/proc/loadavg: 6.44 3.30 3.13 3/179 2861
/proc/meminfo: memFree=30336276/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700215 s]
/proc/loadavg: 6.44 3.30 3.13 3/179 2861
/proc/meminfo: memFree=30336276/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 6.44 3.30 3.13 3/181 2863
/proc/meminfo: memFree=30318312/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=38028 CPUtime=1.48 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 7031 0 0 0 148 0 0 0 20 0 1 0 35050655 38940672 5314 33554432000 134512640 146736320 4286958832 4286953584 135979146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 9507 5314 725 2985 0 6441 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47176

[startup+3.10025 s]
/proc/loadavg: 6.44 3.30 3.13 3/181 2863
/proc/meminfo: memFree=30317568/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=38028 CPUtime=3.08 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 7111 0 0 0 308 0 0 0 20 0 1 0 35050655 38940672 5394 33554432000 134512640 146736320 4286958832 4286953584 135978646 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 9507 5394 725 2985 0 6441 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 47176

[startup+6.30025 s]
/proc/loadavg: 6.08 3.28 3.12 3/181 2863
/proc/meminfo: memFree=30321228/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=38312 CPUtime=6.29 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 8072 0 0 0 628 1 0 0 20 0 1 0 35050655 39231488 5717 33554432000 134512640 146736320 4286958832 4286952924 135855174 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 9578 5717 780 2985 0 6512 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47460

[startup+12.7002 s]
/proc/loadavg: 5.75 3.25 3.12 3/181 2863
/proc/meminfo: memFree=30318032/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=38336 CPUtime=12.69 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 8079 0 0 0 1268 1 0 0 20 0 1 0 35050655 39256064 5724 33554432000 134512640 146736320 4286958832 4286952924 135855174 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 9584 5724 780 2985 0 6518 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47484

[startup+25.5003 s]
/proc/loadavg: 4.92 3.19 3.10 3/181 2863
/proc/meminfo: memFree=30317772/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=38368 CPUtime=25.48 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 8096 0 0 0 2547 1 0 0 20 0 1 0 35050655 39288832 5882 33554432000 134512640 146736320 4286958832 4286953288 136000164 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 9592 5882 780 2985 0 6526 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47516

[startup+51.1003 s]
/proc/loadavg: 3.92 3.10 3.07 3/181 2863
/proc/meminfo: memFree=30303316/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=52172 CPUtime=51.07 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 14052 0 0 0 5105 2 0 0 20 0 1 0 35050655 53424128 9586 33554432000 134512640 146736320 4286958832 4286952760 138657516 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 13043 9586 839 2985 0 9977 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 61320

[startup+102.306 s]
/proc/loadavg: 2.83 2.92 3.01 3/181 2864
/proc/meminfo: memFree=30300832/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=54536 CPUtime=102.27 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 19854 0 0 0 10224 3 0 0 20 0 1 0 35050655 55844864 10138 33554432000 134512640 146736320 4286958832 4286952632 136385172 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 13634 10138 842 2985 0 10568 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 63684

[startup+162.3 s]
/proc/loadavg: 2.30 2.75 2.94 3/181 2864
/proc/meminfo: memFree=30309572/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=43900 CPUtime=162.25 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 25092 0 0 0 16221 4 0 0 20 0 1 0 35050655 44953600 7915 33554432000 134512640 146736320 4286958832 4286952760 136015719 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 10975 7915 846 2985 0 7909 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 53048

[startup+222.3 s]
/proc/loadavg: 2.11 2.61 2.88 3/182 2867
/proc/meminfo: memFree=30309688/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=44060 CPUtime=222.24 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 25108 0 0 0 22220 4 0 0 20 0 1 0 35050655 45117440 7931 33554432000 134512640 146736320 4286958832 4286952760 136015567 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 11015 7931 846 2985 0 7949 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 53208

[startup+282.3 s]
/proc/loadavg: 2.04 2.50 2.82 3/188 2874
/proc/meminfo: memFree=30269156/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=44060 CPUtime=282.24 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 25108 0 0 0 28219 5 0 0 20 0 1 0 35050655 45117440 7931 33554432000 134512640 146736320 4286958832 4286953040 136403112 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 11015 7931 846 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 2.41 2.77 3/188 2874
/proc/meminfo: memFree=30260072/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=44060 CPUtime=342.23 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 25108 0 0 0 34218 5 0 0 20 0 1 0 35050655 45117440 7931 33554432000 134512640 146736320 4286958832 4286953040 136403103 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 11015 7931 846 2985 0 7949 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 53208

[startup+402.3 s]
/proc/loadavg: 2.00 2.33 2.72 3/187 2874
/proc/meminfo: memFree=30252120/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 57860 0 0 0 63826 14 0 0 20 0 8 0 35050655 236183552 31305 33554432000 134512640 146736320 4286958832 4286951556 136385179 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 57662 31305 884 2985 0 54596 0
[pid=2862/tid=2876] ppid=2861 vsize=230648 CPUtime=9.33 cores=0,2,4,6
/proc/2862/task/2876/stat : 2876 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1387 0 0 0 933 0 0 0 20 0 8 0 35095976 236183552 31305 33554432000 134512640 146736320 4286958832 4116099280 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2862/tid=2877] ppid=2861 vsize=230648 CPUtime=9.44 cores=0,2,4,6
/proc/2862/task/2877/stat : 2877 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1713 0 0 0 944 0 0 0 20 0 8 0 35095976 236183552 31305 33554432000 134512640 146736320 4286958832 4105613368 136475800 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2878] ppid=2861 vsize=230648 CPUtime=9.32 cores=0,2,4,6
/proc/2862/task/2878/stat : 2878 (pb_cplex) R 2861 2861 1671 0 -1 4202560 2280 0 0 0 932 0 0 0 20 0 8 0 35095976 236183552 31305 33554432000 134512640 146736320 4286958832 4095127768 136008653 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2862/tid=2879] ppid=2861 vsize=230648 CPUtime=9.22 cores=0,2,4,6
/proc/2862/task/2879/stat : 2879 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1428 0 0 0 922 0 0 0 20 0 8 0 35095976 236183552 31305 33554432000 134512640 146736320 4286958832 4084641884 135855162 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2862/tid=2880] ppid=2861 vsize=230648 CPUtime=9.33 cores=0,2,4,6
/proc/2862/task/2880/stat : 2880 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1290 0 0 0 933 0 0 0 20 0 8 0 35095976 236183552 31305 33554432000 134512640 146736320 4286958832 4074156124 135855165 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2862/tid=2881] ppid=2861 vsize=230648 CPUtime=9.35 cores=0,2,4,6
/proc/2862/task/2881/stat : 2881 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1353 0 0 0 935 0 0 0 20 0 8 0 35095976 236183552 31305 33554432000 134512640 146736320 4286958832 4063670480 136008065 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2882] ppid=2861 vsize=230648 CPUtime=9.35 cores=0,2,4,6
/proc/2862/task/2882/stat : 2882 (pb_cplex) R 2861 2861 1671 0 -1 4202560 8563 0 0 0 933 2 0 0 20 0 8 0 35095976 236183552 31305 33554432000 134512640 146736320 4286958832 4053184568 136475864 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 638.4
Current children cumulated vsize (KiB) 239796

[startup+642.3 s]
/proc/loadavg: 13.98 7.43 4.60 17/195 2882
/proc/meminfo: memFree=30107592/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=232796 CPUtime=877.89 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 63501 0 0 0 87768 21 0 0 20 0 8 0 35050655 238383104 32915 33554432000 134512640 146736320 4286958832 4286951696 136008003 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2862/statm: 58199 32915 884 2985 0 55133 0
[pid=2862/tid=2876] ppid=2861 vsize=232796 CPUtime=39.3 cores=0,2,4,6
/proc/2862/task/2876/stat : 2876 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1428 0 0 0 3929 1 0 0 20 0 8 0 35095976 238383104 32915 33554432000 134512640 146736320 4286958832 4116099164 135855178 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2862/tid=2877] ppid=2861 vsize=232796 CPUtime=39.24 cores=0,2,4,6
/proc/2862/task/2877/stat : 2877 (pb_cplex) R 2861 2861 1671 0 -1 4202560 2167 0 0 0 3923 1 0 0 20 0 8 0 35095976 238383104 32915 33554432000 134512640 146736320 4286958832 4105613376 136382627 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2878] ppid=2861 vsize=232796 CPUtime=38.88 cores=0,2,4,6
/proc/2862/task/2878/stat : 2878 (pb_cplex) R 2861 2861 1671 0 -1 4202560 2601 0 0 0 3887 1 0 0 20 0 8 0 35095976 238383104 32915 33554432000 134512640 146736320 4286958832 4095127552 136018931 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2879] ppid=2861 vsize=232796 CPUtime=39.32 cores=0,2,4,6
/proc/2862/task/2879/stat : 2879 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1647 0 0 0 3931 1 0 0 20 0 8 0 35095976 238383104 32915 33554432000 134512640 146736320 4286958832 4084642000 136008100 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2862/tid=2880] ppid=2861 vsize=232796 CPUtime=39.44 cores=0,2,4,6
/proc/2862/task/2880/stat : 2880 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1310 0 0 0 3944 0 0 0 20 0 8 0 35095976 238383104 32915 33554432000 134512640 146736320 4286958832 4074156088 136475800 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2862/tid=2881] ppid=2861 vsize=232796 CPUtime=39.39 cores=0,2,4,6
/proc/2862/task/2881/stat : 2881 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1359 0 0 0 3939 0 0 0 20 0 8 0 35095976 238383104 32915 33554432000 134512640 146736320 4286958832 4063669160 138412943 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2882] ppid=2861 vsize=232796 CPUtime=39.03 cores=0,2,4,6
/proc/2862/task/2882/stat : 2882 (pb_cplex) R 2861 2861 1671 0 -1 4202560 12665 0 0 0 3899 4 0 0 20 0 8 0 35095976 238383104 32915 33554432000 134512640 146736320 4286958832 4053184788 136003486 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 877.89
Current children cumulated vsize (KiB) 241944

[startup+702.3 s]
/proc/loadavg: 15.26 8.99 5.31 17/195 2882
/proc/meminfo: memFree=30107096/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=232796 CPUtime=1117.34 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 76026 0 0 0 111704 30 0 0 20 0 8 0 35050655 238383104 32922 33554432000 134512640 146736320 4286958832 4286951544 136475795 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 58199 32922 884 2985 0 55133 0
[pid=2862/tid=2876] ppid=2861 vsize=232796 CPUtime=69.36 cores=0,2,4,6
/proc/2862/task/2876/stat : 2876 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1553 0 0 0 6933 3 0 0 20 0 8 0 35095976 238383104 32922 33554432000 134512640 146736320 4286958832 4116099288 136009203 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2862/tid=2877] ppid=2861 vsize=232796 CPUtime=69.14 cores=0,2,4,6
/proc/2862/task/2877/stat : 2877 (pb_cplex) R 2861 2861 1671 0 -1 4202560 4460 0 0 0 6911 3 0 0 20 0 8 0 35095976 238383104 32922 33554432000 134512640 146736320 4286958832 4105613380 136385183 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2862/tid=2878] ppid=2861 vsize=232796 CPUtime=69.07 cores=0,2,4,6
/proc/2862/task/2878/stat : 2878 (pb_cplex) R 2861 2861 1671 0 -1 4202560 4108 0 0 0 6904 3 0 0 20 0 8 0 35095976 238383104 32922 33554432000 134512640 146736320 4286958832 4095127608 136475800 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2862/tid=2879] ppid=2861 vsize=232796 CPUtime=68.77 cores=0,2,4,6
/proc/2862/task/2879/stat : 2879 (pb_cplex) R 2861 2861 1671 0 -1 4202560 3513 0 0 0 6874 3 0 0 20 0 8 0 35095976 238383104 32922 33554432000 134512640 146736320 4286958832 4084641700 136016691 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2862/tid=2880] ppid=2861 vsize=232796 CPUtime=69.24 cores=0,2,4,6
/proc/2862/task/2880/stat : 2880 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1703 0 0 0 6922 2 0 0 20 0 8 0 35095976 238383104 32922 33554432000 134512640 146736320 4286958832 4074156088 136475826 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2881] ppid=2861 vsize=232796 CPUtime=69.17 cores=0,2,4,6
/proc/2862/task/2881/stat : 2881 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1836 0 0 0 6914 3 0 0 20 0 8 0 35095976 238383104 32922 33554432000 134512640 146736320 4286958832 4063670488 136009170 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2862/tid=2882] ppid=2861 vsize=232796 CPUtime=68.88 cores=0,2,4,6
/proc/2862/task/2882/stat : 2882 (pb_cplex) R 2861 2861 1671 0 -1 4202560 16448 0 0 0 6882 6 0 0 20 0 8 0 35095976 238383104 32922 33554432000 134512640 146736320 4286958832 4053184720 136008065 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1117.34
Current children cumulated vsize (KiB) 241944

[startup+762.307 s]
/proc/loadavg: 13.34 9.70 5.79 10/188 2933
/proc/meminfo: memFree=30157568/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=232800 CPUtime=1356.84 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 95995 0 0 0 135642 42 0 0 20 0 8 0 35050655 238387200 33748 33554432000 134512640 146736320 4286958832 4286951944 136000404 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2862/statm: 58200 33748 884 2985 0 55134 0
[pid=2862/tid=2876] ppid=2861 vsize=232800 CPUtime=98.74 cores=0,2,4,6
/proc/2862/task/2876/stat : 2876 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1554 0 0 0 9871 3 0 0 20 0 8 0 35095976 238387200 33748 33554432000 134512640 146736320 4286958832 4116099280 136008427 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2877] ppid=2861 vsize=232800 CPUtime=99.47 cores=0,2,4,6
/proc/2862/task/2877/stat : 2877 (pb_cplex) R 2861 2861 1671 0 -1 4202560 4465 0 0 0 9944 3 0 0 20 0 8 0 35095976 238387200 33748 33554432000 134512640 146736320 4286958832 4105613520 136008017 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2862/tid=2878] ppid=2861 vsize=232800 CPUtime=98.74 cores=0,2,4,6
/proc/2862/task/2878/stat : 2878 (pb_cplex) R 2861 2861 1671 0 -1 4202560 11277 0 0 0 9868 6 0 0 20 0 8 0 35095976 238387200 33748 33554432000 134512640 146736320 4286958832 4095127620 136385179 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2862/tid=2879] ppid=2861 vsize=232800 CPUtime=98.54 cores=0,2,4,6
/proc/2862/task/2879/stat : 2879 (pb_cplex) R 2861 2861 1671 0 -1 4202560 10094 0 0 0 9849 5 0 0 20 0 8 0 35095976 238387200 33748 33554432000 134512640 146736320 4286958832 4084642000 136008042 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2862/tid=2880] ppid=2861 vsize=232800 CPUtime=99 cores=0,2,4,6
/proc/2862/task/2880/stat : 2880 (pb_cplex) R 2861 2861 1671 0 -1 4202560 7289 0 0 0 9895 5 0 0 20 0 8 0 35095976 238387200 33748 33554432000 134512640 146736320 4286958832 4074156240 136008481 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2862/tid=2881] ppid=2861 vsize=232800 CPUtime=98.8 cores=0,2,4,6
/proc/2862/task/2881/stat : 2881 (pb_cplex) R 2861 2861 1671 0 -1 4202560 2226 0 0 0 9875 5 0 0 20 0 8 0 35095976 238387200 33748 33554432000 134512640 146736320 4286958832 4063670480 136008017 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2882] ppid=2861 vsize=232800 CPUtime=99.16 cores=0,2,4,6
/proc/2862/task/2882/stat : 2882 (pb_cplex) R 2861 2861 1671 0 -1 4202560 16684 0 0 0 9909 7 0 0 20 0 8 0 35095976 238387200 33748 33554432000 134512640 146736320 4286958832 4053184568 136475827 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1356.84
Current children cumulated vsize (KiB) 241948

[startup+822.3 s]
/proc/loadavg: 10.59 9.57 5.99 10/189 2936
/proc/meminfo: memFree=30153020/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=233244 CPUtime=1596.32 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) R 2861 2861 1671 0 -1 4202496 120739 0 0 0 159577 55 0 0 20 0 8 0 35050655 238841856 33865 33554432000 134512640 146736320 4286958832 4286951704 136008653 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2862/statm: 58311 33865 884 2985 0 55245 0
[pid=2862/tid=2876] ppid=2861 vsize=233244 CPUtime=128.72 cores=0,2,4,6
/proc/2862/task/2876/stat : 2876 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1575 0 0 0 12868 4 0 0 20 0 8 0 35095976 238841856 33865 33554432000 134512640 146736320 4286958832 4116099288 136009170 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2862/tid=2877] ppid=2861 vsize=233244 CPUtime=129.38 cores=0,2,4,6
/proc/2862/task/2877/stat : 2877 (pb_cplex) R 2861 2861 1671 0 -1 4202560 4501 0 0 0 12934 4 0 0 20 0 8 0 35095976 238841856 33865 33554432000 134512640 146736320 4286958832 4105613360 136384846 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2862/tid=2878] ppid=2861 vsize=233244 CPUtime=128.66 cores=0,2,4,6
/proc/2862/task/2878/stat : 2878 (pb_cplex) R 2861 2861 1671 0 -1 4202560 19569 0 0 0 12856 10 0 0 20 0 8 0 35095976 238841856 33865 33554432000 134512640 146736320 4286958832 4095128008 136001929 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2862/tid=2879] ppid=2861 vsize=233244 CPUtime=128.47 cores=0,2,4,6
/proc/2862/task/2879/stat : 2879 (pb_cplex) R 2861 2861 1671 0 -1 4202560 18173 0 0 0 12839 8 0 0 20 0 8 0 35095976 238841856 33865 33554432000 134512640 146736320 4286958832 4084641884 135855165 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2862/tid=2880] ppid=2861 vsize=233244 CPUtime=128.9 cores=0,2,4,6
/proc/2862/task/2880/stat : 2880 (pb_cplex) R 2861 2861 1671 0 -1 4202560 15176 0 0 0 12882 8 0 0 20 0 8 0 35095976 238841856 33865 33554432000 134512640 146736320 4286958832 4074156100 136385184 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2881] ppid=2861 vsize=233244 CPUtime=128.45 cores=0,2,4,6
/proc/2862/task/2881/stat : 2881 (pb_cplex) R 2861 2861 1671 0 -1 4202560 2577 0 0 0 12838 7 0 0 20 0 8 0 35095976 238841856 33865 33554432000 134512640 146736320 4286958832 4063670328 136475827 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2862/tid=2882] ppid=2861 vsize=233244 CPUtime=129.08 cores=0,2,4,6
/proc/2862/task/2882/stat : 2882 (pb_cplex) R 2861 2861 1671 0 -1 4202560 16704 0 0 0 12901 7 0 0 20 0 8 0 35095976 238841856 33865 33554432000 134512640 146736320 4286958832 4053184580 136385183 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1596.32
Current children cumulated vsize (KiB) 242392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+873.407 s]
/proc/loadavg: 9.69 9.48 6.14 9/188 2936
/proc/meminfo: memFree=30138464/32873844 swapFree=7124/7124
[pid=2861] ppid=2859 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2861/stat : 2861 (run) S 2859 2861 1671 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35050655 9367552 269 33554432000 4194304 5064252 140735030272480 140735030271392 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2861/statm: 2287 269 229 213 0 72 0
[pid=2862] ppid=2861 vsize=233244 CPUtime=1800.33 cores=0,2,4,6
/proc/2862/stat : 2862 (pb_cplex) S 2861 2861 1671 0 -1 4202496 132575 0 0 0 179969 64 0 0 20 0 8 0 35050655 238841856 33939 33554432000 134512640 146736320 4286958832 4286955216 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2862/statm: 58311 33939 884 2985 0 55245 0
[pid=2862/tid=2876] ppid=2861 vsize=233244 CPUtime=154.19 cores=0,2,4,6
/proc/2862/task/2876/stat : 2876 (pb_cplex) R 2861 2861 1671 0 -1 4202560 1576 0 0 0 15414 5 0 0 20 0 8 0 35095976 238841856 33939 33554432000 134512640 146736320 4286958832 4116099140 136385175 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2862/tid=2877] ppid=2861 vsize=233244 CPUtime=154.65 cores=0,2,4,6
/proc/2862/task/2877/stat : 2877 (pb_cplex) R 2861 2861 1671 0 -1 4202560 4501 0 0 0 15460 5 0 0 20 0 8 0 35095976 238841856 33939 33554432000 134512640 146736320 4286958832 4105613404 135855162 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2862/tid=2878] ppid=2861 vsize=233244 CPUtime=154.62 cores=0,2,4,6
/proc/2862/task/2878/stat : 2878 (pb_cplex) R 2861 2861 1671 0 -1 4202560 23331 0 0 0 15448 14 0 0 20 0 8 0 35095976 238841856 33939 33554432000 134512640 146736320 4286958832 4095126644 135450603 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2879] ppid=2861 vsize=233244 CPUtime=154.23 cores=0,2,4,6
/proc/2862/task/2879/stat : 2879 (pb_cplex) R 2861 2861 1671 0 -1 4202560 21827 0 0 0 15412 11 0 0 20 0 8 0 35095976 238841856 33939 33554432000 134512640 146736320 4286958832 4084642068 136003539 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2862/tid=2880] ppid=2861 vsize=233244 CPUtime=154.78 cores=0,2,4,6
/proc/2862/task/2880/stat : 2880 (pb_cplex) R 2861 2861 1671 0 -1 4202560 17933 0 0 0 15467 11 0 0 20 0 8 0 35095976 238841856 33939 33554432000 134512640 146736320 4286958832 4074156100 136385183 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2862/tid=2881] ppid=2861 vsize=233244 CPUtime=154.37 cores=0,2,4,6
/proc/2862/task/2881/stat : 2881 (pb_cplex) R 2861 2861 1671 0 -1 4202560 2578 0 0 0 15429 8 0 0 20 0 8 0 35095976 238841856 33939 33554432000 134512640 146736320 4286958832 4063670728 136000412 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2862/tid=2882] ppid=2861 vsize=233244 CPUtime=155.04 cores=0,2,4,6
/proc/2862/task/2882/stat : 2882 (pb_cplex) R 2861 2861 1671 0 -1 4202560 16890 0 0 0 15495 9 0 0 20 0 8 0 35095976 238841856 33939 33554432000 134512640 146736320 4286958832 4053184720 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 242392

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2861 and gives
#  childrusage.ru_utime.tv_sec=1796
#  childrusage.ru_utime.tv_usec=540884
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=828873
# CPU time returned by wait4() is 1797.37
# while last known CPU time is 1800.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 873.422
CPU time (s): 1800.33
CPU user time (s): 1799.69
CPU system time (s): 0.64
CPU usage (%): 206.124
Max. virtual memory (cumulated for all children) (KiB): 243416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.54
system time used= 0.828873
maximum resident set size= 136240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132940
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= 1834
involuntary context switches= 78069

runsolver used 1.9837 second user time and 4.80227 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-09 16:07:17
IDJOB=3742172
IDBENCH=90137
IDSOLVER=2325
FILE ID=node133/3742172-1339250837
RUNJOBID= node133-1339246833-1688
PBS_JOBID= 14644348
Free space on /tmp= 68380 MiB

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

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

MD5SUM BENCH= 3a5151d7fc286e1b50737dee685a4276
RANDOM SEED=1052724472

node133.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		: 2667.139
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	: 5334.27
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		: 2667.139
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	: 5332.55
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		: 2667.139
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	: 5332.55
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		: 2667.139
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	: 5332.55
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		: 2667.139
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	: 5332.56
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		: 2667.139
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	: 5332.56
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		: 2667.139
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	: 5332.52
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		: 2667.139
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30336920 kB
Buffers:          117384 kB
Cached:          1528512 kB
SwapCached:         2212 kB
Active:          1651804 kB
Inactive:          33832 kB
Active(anon):      38928 kB
Inactive(anon):     3488 kB
Active(file):    1612876 kB
Inactive(file):    30344 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100208 kB
Dirty:             17104 kB
Writeback:             0 kB
AnonPages:         66232 kB
Mapped:            11124 kB
Shmem:                 0 kB
Slab:             712368 kB
SReclaimable:     154488 kB
SUnreclaim:       557880 kB
KernelStack:        1560 kB
PageTables:         3808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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-3742172-1339250837.opb

Free space on /tmp at the end= 68360 MiB
End job on node133 at 2012-06-09 16:21:51