Trace number 3742042

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.12 857.117

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K107.opb
MD5SUMf523e4bc7acd98550e38ca37c8d9200b
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 benchmark100.583
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7276
Total number of constraints7492
Number of constraints which are clauses7385
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint107
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 108
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-3742042-1339250715.opb.
0.00/0.00	c Instance file HOME/instance-3742042-1339250715.opb
0.00/0.00	c File size is 466871 bytes.
0.00/0.22	c Highest Coefficient sum: 108
0.00/0.22	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.23	c ============================[ Problem Statistics ]=============================
0.00/0.23	c |                                                                             |
0.00/0.23	c |  Parsing time:          0.23         s                                      |
0.00/0.23	c |  Number Variables:      7276                                                |
0.00/0.23	c |  Number Constraints:    7492                                                |
0.00/0.23	c ===============================================================================
1800.12/857.11	c Remaining time 1799.77 sec.
1800.12/857.11	c 
1800.12/857.11	c *** INTERRUPTED ***
1800.12/857.11	s UNKNOWN
1800.12/857.11	c Total CPU time              : 1799.52 s
1800.12/857.11	c Memory used           : 225.31 MB
1800.12/857.11	c CPU time              : 1799.52 s
1800.12/857.11	c 
1800.12/857.11	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742042-1339250715/watcher-3742042-1339250715 -o /tmp/evaluation-result-3742042-1339250715/solver-3742042-1339250715 -C 1800 -W 1900 -M 15500 run HOME/instance-3742042-1339250715.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: 2.00 2.03 2.79 3/186 2811
/proc/meminfo: memFree=30125108/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0

[startup+0.0639079 s]
/proc/loadavg: 2.00 2.03 2.79 3/186 2811
/proc/meminfo: memFree=30125108/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.00 2.03 2.79 3/186 2811
/proc/meminfo: memFree=30125108/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300189 s]
/proc/loadavg: 2.00 2.03 2.79 3/186 2811
/proc/meminfo: memFree=30125108/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700209 s]
/proc/loadavg: 2.00 2.03 2.79 3/186 2811
/proc/meminfo: memFree=30125108/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.00 2.03 2.79 3/188 2813
/proc/meminfo: memFree=30107112/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=37812 CPUtime=1.49 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 7232 0 0 0 149 0 0 0 20 0 1 0 35038482 38719488 5397 33554432000 134512640 146736320 4294650096 4294644880 136008039 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 9453 5397 725 2985 0 6387 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46960

[startup+3.10026 s]
/proc/loadavg: 2.00 2.03 2.79 3/188 2813
/proc/meminfo: memFree=30105732/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=36652 CPUtime=3.09 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 7927 0 0 0 309 0 0 0 20 0 1 0 35038482 37531648 5274 33554432000 134512640 146736320 4294650096 4294643520 135655920 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 9163 5274 774 2985 0 6097 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45800

[startup+6.30025 s]
/proc/loadavg: 2.08 2.04 2.79 3/188 2813
/proc/meminfo: memFree=30105360/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=37412 CPUtime=6.29 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 8165 0 0 0 629 0 0 0 20 0 1 0 35038482 38309888 5512 33554432000 134512640 146736320 4294650096 4294644288 136471158 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 9353 5512 780 2985 0 6287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46560

[startup+12.7002 s]
/proc/loadavg: 2.07 2.04 2.78 3/188 2813
/proc/meminfo: memFree=30105144/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=37432 CPUtime=12.68 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 8174 0 0 0 1268 0 0 0 20 0 1 0 35038482 38330368 5521 33554432000 134512640 146736320 4294650096 4294644164 136385172 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 9358 5521 780 2985 0 6292 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46580

[startup+25.5003 s]
/proc/loadavg: 2.06 2.04 2.77 3/188 2813
/proc/meminfo: memFree=30090316/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=50028 CPUtime=25.48 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 13490 0 0 0 2548 0 0 0 20 0 1 0 35038482 51228672 8107 33554432000 134512640 146736320 4294650096 4294644392 136015681 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 12507 8107 836 2985 0 9441 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59176

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.75 3/188 2813
/proc/meminfo: memFree=30080136/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=51792 CPUtime=51.08 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 14394 0 0 0 5107 1 0 0 20 0 1 0 35038482 53035008 8564 33554432000 134512640 146736320 4294650096 4294643004 135446011 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 12948 8564 840 2985 0 9882 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60940

[startup+102.307 s]
/proc/loadavg: 5.42 2.90 3.00 10/188 2813
/proc/meminfo: memFree=30025204/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=53412 CPUtime=102.27 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 19988 0 0 0 10225 2 0 0 20 0 1 0 35038482 54693888 9282 33554432000 134512640 146736320 4294650096 4294644280 136015707 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 13353 9282 845 2985 0 10287 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 62560

[startup+162.3 s]
/proc/loadavg: 4.27 3.13 3.08 3/181 2863
/proc/meminfo: memFree=30303068/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=46928 CPUtime=162.25 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 22037 0 0 0 16222 3 0 0 20 0 1 0 35038482 48054272 8672 33554432000 134512640 146736320 4294650096 4294644024 136015584 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 11732 8672 848 2985 0 8666 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 56076

[startup+222.3 s]
/proc/loadavg: 2.83 2.92 3.01 3/181 2864
/proc/meminfo: memFree=30300832/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=46928 CPUtime=222.24 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 22037 0 0 0 22221 3 0 0 20 0 1 0 35038482 48054272 8672 33554432000 134512640 146736320 4294650096 4294642060 135465172 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 11732 8672 848 2985 0 8666 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 56076

[startup+282.3 s]
/proc/loadavg: 2.30 2.75 2.94 3/181 2864
/proc/meminfo: memFree=30309324/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=46928 CPUtime=282.23 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 22037 0 0 0 28220 3 0 0 20 0 1 0 35038482 48054272 8672 33554432000 134512640 146736320 4294650096 4294643784 139043558 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 11732 8672 848 2985 0 8666 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 56076

[startup+342.3 s]
/proc/loadavg: 2.11 2.61 2.88 3/182 2867
/proc/meminfo: memFree=30309688/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=46928 CPUtime=342.22 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 22037 0 0 0 34219 3 0 0 20 0 1 0 35038482 48054272 8672 33554432000 134512640 146736320 4294650096 4294644168 136000406 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 11732 8672 848 2985 0 8666 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 56076

[startup+402.3 s]
/proc/loadavg: 2.04 2.50 2.82 3/188 2874
/proc/meminfo: memFree=30269156/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/2812/statm: 57671 34155 886 2985 0 54605 0
[pid=2812/tid=2868] ppid=2811 vsize=230684 CPUtime=50.44 cores=1,3,5,7
/proc/2812/task/2868/stat : 2868 (pb_cplex) R 2811 2811 1671 0 -1 4202560 2308 0 0 0 5044 0 0 0 20 0 8 0 35077300 236220416 34155 33554432000 134512640 146736320 4294650096 4117323996 136009336 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2869] ppid=2811 vsize=230684 CPUtime=49.52 cores=1,3,5,7
/proc/2812/task/2869/stat : 2869 (pb_cplex) R 2811 2811 1671 0 -1 4202560 1451 0 0 0 4951 1 0 0 20 0 8 0 35077300 236220416 34155 33554432000 134512640 146736320 4294650096 4106836432 135459269 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2812/tid=2870] ppid=2811 vsize=230684 CPUtime=49.97 cores=1,3,5,7
/proc/2812/task/2870/stat : 2870 (pb_cplex) R 2811 2811 1671 0 -1 4202560 5586 0 0 0 4995 2 0 0 20 0 8 0 35077300 236220416 34155 33554432000 134512640 146736320 4294650096 4096352472 136009174 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2812/tid=2871] ppid=2811 vsize=230684 CPUtime=49.75 cores=1,3,5,7
/proc/2812/task/2871/stat : 2871 (pb_cplex) R 2811 2811 1671 0 -1 4202560 13032 0 0 0 4970 5 0 0 20 0 8 0 35077300 236220416 34155 33554432000 134512640 146736320 4294650096 4085867088 136403116 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2812/tid=2872] ppid=2811 vsize=230684 CPUtime=49.53 cores=1,3,5,7
/proc/2812/task/2872/stat : 2872 (pb_cplex) R 2811 2811 1671 0 -1 4202560 1840 0 0 0 4952 1 0 0 20 0 8 0 35077300 236220416 34155 33554432000 134512640 146736320 4294650096 4075381192 136000756 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2812/tid=2873] ppid=2811 vsize=230684 CPUtime=49.74 cores=1,3,5,7
/proc/2812/task/2873/stat : 2873 (pb_cplex) R 2811 2811 1671 0 -1 4202560 1436 0 0 0 4973 1 0 0 20 0 8 0 35077300 236220416 34155 33554432000 134512640 146736320 4294650096 4064895184 136008441 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2874] ppid=2811 vsize=230684 CPUtime=50.13 cores=1,3,5,7
/proc/2812/task/2874/stat : 2874 (pb_cplex) R 2811 2811 1671 0 -1 4202560 6496 0 0 0 5010 3 0 0 20 0 8 0 35077300 236220416 34155 33554432000 134512640 146736320 4294650096 4054409492 136003493 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 942.5
Current children cumulated vsize (KiB) 239832

[startup+702.3 s]
/proc/loadavg: 10.50 5.53 3.84 17/195 2882
/proc/meminfo: memFree=30115116/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=230688 CPUtime=1182.03 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 89361 0 0 0 118170 33 0 0 20 0 8 0 35038482 236224512 34158 33554432000 134512640 146736320 4294650096 4294643344 136403117 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2812/statm: 57672 34158 886 2985 0 54606 0
[pid=2812/tid=2868] ppid=2811 vsize=230688 CPUtime=80.18 cores=1,3,5,7
/proc/2812/task/2868/stat : 2868 (pb_cplex) R 2811 2811 1671 0 -1 4202560 2328 0 0 0 8016 2 0 0 20 0 8 0 35077300 236224512 34158 33554432000 134512640 146736320 4294650096 4117323996 136009888 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2869] ppid=2811 vsize=230688 CPUtime=79.52 cores=1,3,5,7
/proc/2812/task/2869/stat : 2869 (pb_cplex) R 2811 2811 1671 0 -1 4202560 1453 0 0 0 7950 2 0 0 20 0 8 0 35077300 236224512 34158 33554432000 134512640 146736320 4294650096 4106838224 136008167 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2812/tid=2870] ppid=2811 vsize=230688 CPUtime=80.2 cores=1,3,5,7
/proc/2812/task/2870/stat : 2870 (pb_cplex) R 2811 2811 1671 0 -1 4202560 12253 0 0 0 8014 6 0 0 20 0 8 0 35077300 236224512 34158 33554432000 134512640 146736320 4294650096 4096352480 139028313 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2812/tid=2871] ppid=2811 vsize=230688 CPUtime=79.25 cores=1,3,5,7
/proc/2812/task/2871/stat : 2871 (pb_cplex) R 2811 2811 1671 0 -1 4202560 13032 0 0 0 7919 6 0 0 20 0 8 0 35077300 236224512 34158 33554432000 134512640 146736320 4294650096 4085867088 136403112 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2812/tid=2872] ppid=2811 vsize=230688 CPUtime=79.4 cores=1,3,5,7
/proc/2812/task/2872/stat : 2872 (pb_cplex) R 2811 2811 1671 0 -1 4202560 1840 0 0 0 7938 2 0 0 20 0 8 0 35077300 236224512 34158 33554432000 134512640 146736320 4294650096 4075380804 136385179 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2812/tid=2873] ppid=2811 vsize=230688 CPUtime=79.08 cores=1,3,5,7
/proc/2812/task/2873/stat : 2873 (pb_cplex) R 2811 2811 1671 0 -1 4202560 7723 0 0 0 7904 4 0 0 20 0 8 0 35077300 236224512 34158 33554432000 134512640 146736320 4294650096 4064895044 136385179 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2812/tid=2874] ppid=2811 vsize=230688 CPUtime=80.15 cores=1,3,5,7
/proc/2812/task/2874/stat : 2874 (pb_cplex) R 2811 2811 1671 0 -1 4202560 6593 0 0 0 8010 5 0 0 20 0 8 0 35077300 236224512 34158 33554432000 134512640 146736320 4294650096 4054409288 139042888 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 239836

[startup+762.307 s]
/proc/loadavg: 13.98 7.43 4.60 17/195 2882
/proc/meminfo: memFree=30107592/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=230704 CPUtime=1421.63 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 102552 0 0 0 142120 43 0 0 20 0 8 0 35038482 236240896 34195 33554432000 134512640 146736320 4294650096 4294642792 139044510 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2812/statm: 57676 34195 886 2985 0 54610 0
[pid=2812/tid=2868] ppid=2811 vsize=230704 CPUtime=109.99 cores=1,3,5,7
/proc/2812/task/2868/stat : 2868 (pb_cplex) R 2811 2811 1671 0 -1 4202560 2504 0 0 0 10997 2 0 0 20 0 8 0 35077300 236240896 34195 33554432000 134512640 146736320 4294650096 4117323868 135855170 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2869] ppid=2811 vsize=230704 CPUtime=109.14 cores=1,3,5,7
/proc/2812/task/2869/stat : 2869 (pb_cplex) R 2811 2811 1671 0 -1 4202560 1453 0 0 0 10911 3 0 0 20 0 8 0 35077300 236240896 34195 33554432000 134512640 146736320 4294650096 4106838224 136008387 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2812/tid=2870] ppid=2811 vsize=230704 CPUtime=109.64 cores=1,3,5,7
/proc/2812/task/2870/stat : 2870 (pb_cplex) R 2811 2811 1671 0 -1 4202560 15801 0 0 0 10956 8 0 0 20 0 8 0 35077300 236240896 34195 33554432000 134512640 146736320 4294650096 4096352464 136008481 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2812/tid=2871] ppid=2811 vsize=230704 CPUtime=109.58 cores=1,3,5,7
/proc/2812/task/2871/stat : 2871 (pb_cplex) R 2811 2811 1671 0 -1 4202560 13032 0 0 0 10951 7 0 0 20 0 8 0 35077300 236240896 34195 33554432000 134512640 146736320 4294650096 4085866564 136385184 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2812/tid=2872] ppid=2811 vsize=230704 CPUtime=109.3 cores=1,3,5,7
/proc/2812/task/2872/stat : 2872 (pb_cplex) R 2811 2811 1671 0 -1 4202560 2046 0 0 0 10927 3 0 0 20 0 8 0 35077300 236240896 34195 33554432000 134512640 146736320 4294650096 4075380792 136475784 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2812/tid=2873] ppid=2811 vsize=230704 CPUtime=108.85 cores=1,3,5,7
/proc/2812/task/2873/stat : 2873 (pb_cplex) R 2811 2811 1671 0 -1 4202560 16984 0 0 0 10877 8 0 0 20 0 8 0 35077300 236240896 34195 33554432000 134512640 146736320 4294650096 4064894132 138462910 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2812/tid=2874] ppid=2811 vsize=230704 CPUtime=109.93 cores=1,3,5,7
/proc/2812/task/2874/stat : 2874 (pb_cplex) R 2811 2811 1671 0 -1 4202560 6593 0 0 0 10988 5 0 0 20 0 8 0 35077300 236240896 34195 33554432000 134512640 146736320 4294650096 4054409308 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 239852

[startup+822.3 s]
/proc/loadavg: 15.26 8.99 5.31 17/195 2882
/proc/meminfo: memFree=30107220/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=230704 CPUtime=1661.16 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 126908 0 0 0 166060 56 0 0 20 0 8 0 35038482 236240896 34226 33554432000 134512640 146736320 4294650096 4294642808 136475822 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2812/statm: 57676 34226 886 2985 0 54610 0
[pid=2812/tid=2868] ppid=2811 vsize=230704 CPUtime=140 cores=1,3,5,7
/proc/2812/task/2868/stat : 2868 (pb_cplex) R 2811 2811 1671 0 -1 4202560 6431 0 0 0 13996 4 0 0 20 0 8 0 35077300 236240896 34226 33554432000 134512640 146736320 4294650096 4117324000 139028313 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2812/tid=2869] ppid=2811 vsize=230704 CPUtime=139.06 cores=1,3,5,7
/proc/2812/task/2869/stat : 2869 (pb_cplex) R 2811 2811 1671 0 -1 4202560 1453 0 0 0 13902 4 0 0 20 0 8 0 35077300 236240896 34226 33554432000 134512640 146736320 4294650096 4106838108 135855174 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2812/tid=2870] ppid=2811 vsize=230704 CPUtime=139.31 cores=1,3,5,7
/proc/2812/task/2870/stat : 2870 (pb_cplex) R 2811 2811 1671 0 -1 4202560 15801 0 0 0 13922 9 0 0 20 0 8 0 35077300 236240896 34226 33554432000 134512640 146736320 4294650096 4096352296 139044509 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=2812/tid=2871] ppid=2811 vsize=230704 CPUtime=139.5 cores=1,3,5,7
/proc/2812/task/2871/stat : 2871 (pb_cplex) R 2811 2811 1671 0 -1 4202560 20803 0 0 0 13939 11 0 0 20 0 8 0 35077300 236240896 34226 33554432000 134512640 146736320 4294650096 4085866952 136001480 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2812/tid=2872] ppid=2811 vsize=230704 CPUtime=139.14 cores=1,3,5,7
/proc/2812/task/2872/stat : 2872 (pb_cplex) R 2811 2811 1671 0 -1 4202560 6336 0 0 0 13908 6 0 0 20 0 8 0 35077300 236240896 34226 33554432000 134512640 146736320 4294650096 4075381192 136000316 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2873] ppid=2811 vsize=230704 CPUtime=138.65 cores=1,3,5,7
/proc/2812/task/2873/stat : 2873 (pb_cplex) R 2811 2811 1671 0 -1 4202560 25337 0 0 0 13852 13 0 0 20 0 8 0 35077300 236240896 34226 33554432000 134512640 146736320 4294650096 4064894756 135857532 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2874] ppid=2811 vsize=230704 CPUtime=139.55 cores=1,3,5,7
/proc/2812/task/2874/stat : 2874 (pb_cplex) R 2811 2811 1671 0 -1 4202560 6608 0 0 0 13948 7 0 0 20 0 8 0 35077300 236240896 34226 33554432000 134512640 146736320 4294650096 4054409308 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.16
Current children cumulated vsize (KiB) 239852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+857.101 s]
/proc/loadavg: 15.58 9.76 5.70 17/195 2883
/proc/meminfo: memFree=30106972/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=230716 CPUtime=1800.12 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 142565 0 0 0 179949 63 0 0 20 0 8 0 35038482 236253184 34235 33554432000 134512640 146736320 4294650096 4294642844 135855174 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2812/statm: 57679 34235 886 2985 0 54613 0
[pid=2812/tid=2868] ppid=2811 vsize=230716 CPUtime=157.3 cores=1,3,5,7
/proc/2812/task/2868/stat : 2868 (pb_cplex) R 2811 2811 1671 0 -1 4202560 11433 0 0 0 15724 6 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4117324416 139046528 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2812/tid=2869] ppid=2811 vsize=230716 CPUtime=156.34 cores=1,3,5,7
/proc/2812/task/2869/stat : 2869 (pb_cplex) R 2811 2811 1671 0 -1 4202560 1453 0 0 0 15630 4 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4106837164 135454093 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2870] ppid=2811 vsize=230716 CPUtime=156.35 cores=1,3,5,7
/proc/2812/task/2870/stat : 2870 (pb_cplex) R 2811 2811 1671 0 -1 4202560 15801 0 0 0 15626 9 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4096352712 136000315 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2812/tid=2871] ppid=2811 vsize=230716 CPUtime=156.83 cores=1,3,5,7
/proc/2812/task/2871/stat : 2871 (pb_cplex) R 2811 2811 1671 0 -1 4202560 26178 0 0 0 15670 13 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4085866704 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2812/tid=2872] ppid=2811 vsize=230716 CPUtime=156.49 cores=1,3,5,7
/proc/2812/task/2872/stat : 2872 (pb_cplex) R 2811 2811 1671 0 -1 4202560 11611 0 0 0 15641 8 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4075381192 136000409 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2873] ppid=2811 vsize=230716 CPUtime=156.11 cores=1,3,5,7
/proc/2812/task/2873/stat : 2873 (pb_cplex) R 2811 2811 1671 0 -1 4202560 25338 0 0 0 15597 14 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4064895196 136009314 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2874] ppid=2811 vsize=230716 CPUtime=156.98 cores=1,3,5,7
/proc/2812/task/2874/stat : 2874 (pb_cplex) R 2811 2811 1671 0 -1 4202560 6612 0 0 0 15691 7 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4054409808 136403117 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 239864

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

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

[startup+857.101 s]
/proc/loadavg: 15.58 9.76 5.70 17/195 2883
/proc/meminfo: memFree=30106972/32873844 swapFree=7124/7124
[pid=2811] ppid=2809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2811/stat : 2811 (run) S 2809 2811 1671 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 35038482 9367552 270 33554432000 4194304 5064252 140733205112176 140733205111088 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2811/statm: 2287 270 229 213 0 72 0
[pid=2812] ppid=2811 vsize=230716 CPUtime=1800.12 cores=1,3,5,7
/proc/2812/stat : 2812 (pb_cplex) R 2811 2811 1671 0 -1 4202496 142565 0 0 0 179949 63 0 0 20 0 8 0 35038482 236253184 34235 33554432000 134512640 146736320 4294650096 4294642844 135855174 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2812/statm: 57679 34235 886 2985 0 54613 0
[pid=2812/tid=2868] ppid=2811 vsize=230716 CPUtime=157.3 cores=1,3,5,7
/proc/2812/task/2868/stat : 2868 (pb_cplex) R 2811 2811 1671 0 -1 4202560 11433 0 0 0 15724 6 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4117324416 139046528 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2812/tid=2869] ppid=2811 vsize=230716 CPUtime=156.34 cores=1,3,5,7
/proc/2812/task/2869/stat : 2869 (pb_cplex) R 2811 2811 1671 0 -1 4202560 1453 0 0 0 15630 4 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4106837164 135454093 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2870] ppid=2811 vsize=230716 CPUtime=156.35 cores=1,3,5,7
/proc/2812/task/2870/stat : 2870 (pb_cplex) R 2811 2811 1671 0 -1 4202560 15801 0 0 0 15626 9 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4096352712 136000315 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2812/tid=2871] ppid=2811 vsize=230716 CPUtime=156.83 cores=1,3,5,7
/proc/2812/task/2871/stat : 2871 (pb_cplex) R 2811 2811 1671 0 -1 4202560 26178 0 0 0 15670 13 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4085866704 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2812/tid=2872] ppid=2811 vsize=230716 CPUtime=156.49 cores=1,3,5,7
/proc/2812/task/2872/stat : 2872 (pb_cplex) R 2811 2811 1671 0 -1 4202560 11611 0 0 0 15641 8 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4075381192 136000409 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2873] ppid=2811 vsize=230716 CPUtime=156.11 cores=1,3,5,7
/proc/2812/task/2873/stat : 2873 (pb_cplex) R 2811 2811 1671 0 -1 4202560 25338 0 0 0 15597 14 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4064895196 136009314 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=2812/tid=2874] ppid=2811 vsize=230716 CPUtime=156.98 cores=1,3,5,7
/proc/2812/task/2874/stat : 2874 (pb_cplex) R 2811 2811 1671 0 -1 4202560 6612 0 0 0 15691 7 0 0 20 0 8 0 35077300 236253184 34235 33554432000 134512640 146736320 4294650096 4054409808 136403117 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 239864

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 857.117
CPU time (s): 1800.12
CPU user time (s): 1799.49
CPU system time (s): 0.63
CPU usage (%): 210.02
Max. virtual memory (cumulated for all children) (KiB): 241636

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

The end

Launcher Data

Begin job on node133 at 2012-06-09 16:05:15
IDJOB=3742042
IDBENCH=90127
IDSOLVER=2325
FILE ID=node133/3742042-1339250715
RUNJOBID= node133-1339246833-1689
PBS_JOBID= 14644348
Free space on /tmp= 68376 MiB

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

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

MD5SUM BENCH= f523e4bc7acd98550e38ca37c8d9200b
RANDOM SEED=823654895

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:        30125264 kB
Buffers:          117228 kB
Cached:          1531620 kB
SwapCached:         2212 kB
Active:          1862944 kB
Inactive:          33724 kB
Active(anon):     246732 kB
Inactive(anon):     3488 kB
Active(file):    1616212 kB
Inactive(file):    30236 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100208 kB
Dirty:             17064 kB
Writeback:             0 kB
AnonPages:        253528 kB
Mapped:            11624 kB
Shmem:                 0 kB
Slab:             712912 kB
SReclaimable:     154756 kB
SUnreclaim:       558156 kB
KernelStack:        1512 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     530244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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-3742042-1339250715.opb

Free space on /tmp at the end= 68364 MiB
End job on node133 at 2012-06-09 16:19:35