Trace number 3741964

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.28 716.122

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K92.opb
MD5SUM21cc97db69195cd3dcf69a6d797764c1
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 benchmark900.986
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 93
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-3741964-1339250695.opb.
0.00/0.00	c Instance file HOME/instance-3741964-1339250695.opb
0.00/0.00	c File size is 400276 bytes.
0.00/0.18	c Highest Coefficient sum: 93
0.00/0.18	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.19	c ============================[ Problem Statistics ]=============================
0.00/0.19	c |                                                                             |
0.00/0.19	c |  Parsing time:          0.19         s                                      |
0.00/0.19	c |  Number Variables:      6256                                                |
0.00/0.19	c |  Number Constraints:    6442                                                |
0.00/0.19	c ===============================================================================
1800.28/716.11	c Remaining time 1799.81 sec.
1800.28/716.11	c 
1800.28/716.11	c *** INTERRUPTED ***
1800.28/716.11	s UNKNOWN
1800.28/716.11	c Total CPU time              : 1799.86 s
1800.28/716.11	c Memory used           : 209.81 MB
1800.28/716.11	c CPU time              : 1799.86 s
1800.28/716.11	c 
1800.28/716.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-3741964-1339250695/watcher-3741964-1339250695 -o /tmp/evaluation-result-3741964-1339250695/solver-3741964-1339250695 -C 1800 -W 1900 -M 15500 run HOME/instance-3741964-1339250695.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: 2.00 2.03 2.95 4/179 22927
/proc/meminfo: memFree=31217984/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0

[startup+0.097184 s]
/proc/loadavg: 2.00 2.03 2.95 4/179 22927
/proc/meminfo: memFree=31217984/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100322 s]
/proc/loadavg: 2.00 2.03 2.95 4/179 22927
/proc/meminfo: memFree=31217984/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300197 s]
/proc/loadavg: 2.00 2.03 2.95 4/179 22927
/proc/meminfo: memFree=31217984/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700186 s]
/proc/loadavg: 2.00 2.03 2.95 4/179 22927
/proc/meminfo: memFree=31217984/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.03 2.95 3/181 22929
/proc/meminfo: memFree=31201864/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=34040 CPUtime=1.48 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 5874 0 0 0 148 0 0 0 20 0 1 0 35036547 34856960 4713 33554432000 134512640 146736320 4291844400 4291839024 136384846 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/22928/statm: 8510 4713 725 2985 0 5444 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43188

[startup+3.1002 s]
/proc/loadavg: 2.00 2.03 2.95 3/181 22929
/proc/meminfo: memFree=31201508/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=33992 CPUtime=3.08 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 6974 0 0 0 308 0 0 0 20 0 1 0 35036547 34807808 4751 33554432000 134512640 146736320 4291844400 4291838400 136018931 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/22928/statm: 8498 4751 780 2985 0 5432 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43140

[startup+6.30026 s]
/proc/loadavg: 2.08 2.04 2.95 3/181 22929
/proc/meminfo: memFree=31200392/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=33992 CPUtime=6.28 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 7026 0 0 0 628 0 0 0 20 0 1 0 35036547 34807808 4803 33554432000 134512640 146736320 4291844400 4291838988 139028313 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 8498 4803 780 2985 0 5432 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43140

[startup+12.7003 s]
/proc/loadavg: 2.07 2.04 2.95 3/181 22929
/proc/meminfo: memFree=31200044/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=34416 CPUtime=12.68 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 7108 0 0 0 1268 0 0 0 20 0 1 0 35036547 35241984 4885 33554432000 134512640 146736320 4291844400 4291838992 136403116 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 8604 4885 780 2985 0 5538 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43564

[startup+25.5003 s]
/proc/loadavg: 2.06 2.04 2.93 3/181 22929
/proc/meminfo: memFree=31192240/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=46520 CPUtime=25.48 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 11439 0 0 0 2547 1 0 0 20 0 1 0 35036547 47636480 7053 33554432000 134512640 146736320 4291844400 4291838696 136015572 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 11630 7053 839 2985 0 8564 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55668

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.91 3/181 22929
/proc/meminfo: memFree=31187820/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=47864 CPUtime=51.08 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 14244 0 0 0 5106 2 0 0 20 0 1 0 35036547 49012736 7644 33554432000 134512640 146736320 4291844400 4291838024 135525908 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 11966 7644 840 2985 0 8900 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57012

[startup+102.306 s]
/proc/loadavg: 2.09 2.04 2.86 3/181 22930
/proc/meminfo: memFree=31190856/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=40232 CPUtime=102.27 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 14708 0 0 0 10225 2 0 0 20 0 1 0 35036547 41197568 6545 33554432000 134512640 146736320 4291844400 4291838328 136015579 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 10058 6545 843 2985 0 6992 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 49380

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.81 3/181 22930
/proc/meminfo: memFree=31191228/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=40232 CPUtime=162.26 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 14708 0 0 0 16223 3 0 0 20 0 1 0 35036547 41197568 6545 33554432000 134512640 146736320 4291844400 4291838208 136470869 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 10058 6545 843 2985 0 6992 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 49380

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.75 3/181 22930
/proc/meminfo: memFree=31190608/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=40232 CPUtime=222.25 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 14708 0 0 0 22222 3 0 0 20 0 1 0 35036547 41197568 6545 33554432000 134512640 146736320 4291844400 4291838088 139043575 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 10058 6545 843 2985 0 6992 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 49380

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.70 3/188 22937
/proc/meminfo: memFree=31150848/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=165944 CPUtime=282.24 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 24970 0 0 0 28219 5 0 0 20 0 8 0 35036547 169926656 16781 33554432000 134512640 146736320 4291844400 4291837264 136008454 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 41486 16781 883 2985 0 38420 0
[pid=22928/tid=22931] ppid=22927 vsize=165944 CPUtime=0 cores=0,2,4,6
/proc/22928/task/22931/stat : 22931 (pb_cplex) S 22927 22927 21745 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 35060679 169926656 16781 33554432000 134512640 146736320 4291844400 4124290704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22932] ppid=22927 vsize=165944 CPUtime=0 cores=0,2,4,6
/proc/22928/task/22932/stat : 22932 (pb_cplex) S 22927 22927 21745 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 35060679 169926656 16781 33554432000 134512640 146736320 4291844400 4113804944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22933] ppid=22927 vsize=165944 CPUtime=0 cores=0,2,4,6
/proc/22928/task/22933/stat : 22933 (pb_cplex) S 22927 22927 21745 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 35060679 169926656 16781 33554432000 134512640 146736320 4291844400 4103319184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22928/tid=22934] ppid=22927 vsize=165944 CPUtime=0 cores=0,2,4,6
/proc/22928/task/22934/stat : 22934 (pb_cplex) S 22927 22927 21745 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 35060679 169926656 16781 33554432000 134512640 146736320 4291844400 4092833424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22935] ppid=22927 vsize=165944 CPUtime=0 cores=0,2,4,6
/proc/22928/task/22935/stat : 22935 (pb_cplex) S 22927 22927 21745 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 35060679 169926656 16781 33554432000 134512640 146736320 4291844400 4082347664 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22936] ppid=22927 vsize=165944 CPUtime=0 cores=0,2,4,6
/proc/22928/task/22936/stat : 22936 (pb_cplex) S 22927 22927 21745 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 35060679 169926656 16781 33554432000 134512640 146736320 4291844400 4071861904 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22937] ppid=22927 vsize=165944 CPUtime=0 cores=0,2,4,6
/proc/22928/task/22937/stat : 22937 (pb_cplex) S 22927 22927 21745 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 35060679 169926656 16781 33554432000 134512640 146736320 4291844400 4061376144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 175092

[startup+342.3 s]
/proc/loadavg: 2.56 2.13 2.69 10/189 22940

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

/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 45327 0 0 0 107370 23 0 0 20 0 8 0 35036547 218836992 28510 33554432000 134512640 146736320 4291844400 4291837264 136008177 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22928/statm: 53427 28510 883 2985 0 50361 0
[pid=22928/tid=22931] ppid=22927 vsize=213708 CPUtime=93.11 cores=0,2,4,6
/proc/22928/task/22931/stat : 22931 (pb_cplex) R 22927 22927 21745 0 -1 4202560 2425 0 0 0 9308 3 0 0 20 0 8 0 35060679 218836992 28510 33554432000 134512640 146736320 4291844400 4124287068 135855165 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22932] ppid=22927 vsize=213708 CPUtime=91.84 cores=0,2,4,6
/proc/22928/task/22932/stat : 22932 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1293 0 0 0 9181 3 0 0 20 0 8 0 35060679 218836992 28510 33554432000 134512640 146736320 4291844400 4113801856 139046467 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22933] ppid=22927 vsize=213708 CPUtime=92 cores=0,2,4,6
/proc/22928/task/22933/stat : 22933 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1086 0 0 0 9198 2 0 0 20 0 8 0 35060679 218836992 28510 33554432000 134512640 146736320 4291844400 4103316048 136403112 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22934] ppid=22927 vsize=213708 CPUtime=91.46 cores=0,2,4,6
/proc/22928/task/22934/stat : 22934 (pb_cplex) S 22927 22927 21745 0 -1 4202560 9105 0 0 0 9141 5 0 0 20 0 8 0 35060679 218836992 28510 33554432000 134512640 146736320 4291844400 4092833424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22928/tid=22935] ppid=22927 vsize=213708 CPUtime=91.52 cores=0,2,4,6
/proc/22928/task/22935/stat : 22935 (pb_cplex) R 22927 22927 21745 0 -1 4202560 2033 0 0 0 9150 2 0 0 20 0 8 0 35060679 218836992 28510 33554432000 134512640 146736320 4291844400 4082344392 136000390 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22928/tid=22936] ppid=22927 vsize=213708 CPUtime=91.61 cores=0,2,4,6
/proc/22928/task/22936/stat : 22936 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1790 0 0 0 9159 2 0 0 20 0 8 0 35060679 218836992 28510 33554432000 134512640 146736320 4291844400 4071858632 136000406 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22937] ppid=22927 vsize=213708 CPUtime=92.4 cores=0,2,4,6
/proc/22928/task/22937/stat : 22937 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1803 0 0 0 9238 2 0 0 20 0 8 0 35060679 218836992 28510 33554432000 134512640 146736320 4291844400 4061371508 135450603 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1073.93
Current children cumulated vsize (KiB) 222856

[startup+582.3 s]
/proc/loadavg: 5.75 5.07 3.83 3/188 22941
/proc/meminfo: memFree=31098452/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=212928 CPUtime=1266.18 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 52002 0 0 0 126592 26 0 0 20 0 8 0 35036547 218038272 29670 33554432000 134512640 146736320 4291844400 4291837512 136000815 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22928/statm: 53232 29670 904 2985 0 50166 0
[pid=22928/tid=22931] ppid=22927 vsize=212928 CPUtime=134.85 cores=0,2,4,6
/proc/22928/task/22931/stat : 22931 (pb_cplex) R 22927 22927 21745 0 -1 4202560 6019 0 0 0 13480 5 0 0 20 0 8 0 35060679 218038272 29670 33554432000 134512640 146736320 4291844400 4124286976 136019024 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22932] ppid=22927 vsize=212928 CPUtime=100.18 cores=0,2,4,6
/proc/22928/task/22932/stat : 22932 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1293 0 0 0 10015 3 0 0 20 0 8 0 35060679 218038272 29670 33554432000 134512640 146736320 4291844400 4113801424 136008089 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22928/tid=22933] ppid=22927 vsize=212928 CPUtime=119.63 cores=0,2,4,6
/proc/22928/task/22933/stat : 22933 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1086 0 0 0 11960 3 0 0 20 0 8 0 35060679 218038272 29670 33554432000 134512640 146736320 4291844400 4103315680 139028313 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22934] ppid=22927 vsize=212928 CPUtime=91.68 cores=0,2,4,6
/proc/22928/task/22934/stat : 22934 (pb_cplex) R 22927 22927 21745 0 -1 4202560 9123 0 0 0 9163 5 0 0 20 0 8 0 35060679 218038272 29670 33554432000 134512640 146736320 4291844400 4092829788 135855165 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22935] ppid=22927 vsize=212928 CPUtime=96.06 cores=0,2,4,6
/proc/22928/task/22935/stat : 22935 (pb_cplex) R 22927 22927 21745 0 -1 4202560 2078 0 0 0 9604 2 0 0 20 0 8 0 35060679 218038272 29670 33554432000 134512640 146736320 4291844400 4082343992 136475773 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22936] ppid=22927 vsize=212928 CPUtime=91.98 cores=0,2,4,6
/proc/22928/task/22936/stat : 22936 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1790 0 0 0 9196 2 0 0 20 0 8 0 35060679 218038272 29670 33554432000 134512640 146736320 4291844400 4071858452 136003493 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22937] ppid=22927 vsize=212928 CPUtime=149.19 cores=0,2,4,6
/proc/22928/task/22937/stat : 22937 (pb_cplex) R 22927 22927 21745 0 -1 4202560 2025 0 0 0 14915 4 0 0 20 0 8 0 35060679 218038272 29670 33554432000 134512640 146736320 4291844400 4061373008 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1266.18
Current children cumulated vsize (KiB) 222076

[startup+642.3 s]
/proc/loadavg: 7.81 5.78 4.15 10/188 22941
/proc/meminfo: memFree=31097708/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=214340 CPUtime=1505.7 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 68621 0 0 0 150536 34 0 0 20 0 8 0 35036547 219484160 29942 33554432000 134512640 146736320 4291844400 4291837280 139028323 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22928/statm: 53585 29942 905 2985 0 50519 0
[pid=22928/tid=22931] ppid=22927 vsize=214340 CPUtime=164.85 cores=0,2,4,6
/proc/22928/task/22931/stat : 22931 (pb_cplex) R 22927 22927 21745 0 -1 4202560 8227 0 0 0 16479 6 0 0 20 0 8 0 35060679 219484160 29942 33554432000 134512640 146736320 4291844400 4124287184 136008115 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22932] ppid=22927 vsize=214340 CPUtime=130.03 cores=0,2,4,6
/proc/22928/task/22932/stat : 22932 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1407 0 0 0 12999 4 0 0 20 0 8 0 35060679 219484160 29942 33554432000 134512640 146736320 4291844400 4113801804 139028298 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22933] ppid=22927 vsize=214340 CPUtime=149.48 cores=0,2,4,6
/proc/22928/task/22933/stat : 22933 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1087 0 0 0 14944 4 0 0 20 0 8 0 35060679 219484160 29942 33554432000 134512640 146736320 4291844400 4103315236 135857530 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22934] ppid=22927 vsize=214340 CPUtime=121.46 cores=0,2,4,6
/proc/22928/task/22934/stat : 22934 (pb_cplex) R 22927 22927 21745 0 -1 4202560 15676 0 0 0 12139 7 0 0 20 0 8 0 35060679 219484160 29942 33554432000 134512640 146736320 4291844400 4092830152 136000316 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22935] ppid=22927 vsize=214340 CPUtime=126.09 cores=0,2,4,6
/proc/22928/task/22935/stat : 22935 (pb_cplex) R 22927 22927 21745 0 -1 4202560 3732 0 0 0 12606 3 0 0 20 0 8 0 35060679 219484160 29942 33554432000 134512640 146736320 4291844400 4082343992 136475798 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22936] ppid=22927 vsize=214340 CPUtime=121.99 cores=0,2,4,6
/proc/22928/task/22936/stat : 22936 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1910 0 0 0 12197 2 0 0 20 0 8 0 35060679 219484160 29942 33554432000 134512640 146736320 4291844400 4071858632 136000401 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22937] ppid=22927 vsize=214340 CPUtime=179.12 cores=0,2,4,6
/proc/22928/task/22937/stat : 22937 (pb_cplex) R 22927 22927 21745 0 -1 4202560 2525 0 0 0 17907 5 0 0 20 0 8 0 35060679 219484160 29942 33554432000 134512640 146736320 4291844400 4061372484 136385170 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1505.7
Current children cumulated vsize (KiB) 223488

[startup+702.3 s]
/proc/loadavg: 8.56 6.36 4.45 10/188 22941
/proc/meminfo: memFree=31096716/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=214844 CPUtime=1745.16 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 80507 0 0 0 174473 43 0 0 20 0 8 0 35036547 220000256 30074 33554432000 134512640 146736320 4291844400 4291837112 136475822 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22928/statm: 53711 30074 905 2985 0 50645 0
[pid=22928/tid=22931] ppid=22927 vsize=214844 CPUtime=194.7 cores=0,2,4,6
/proc/22928/task/22931/stat : 22931 (pb_cplex) R 22927 22927 21745 0 -1 4202560 8227 0 0 0 19464 6 0 0 20 0 8 0 35060679 220000256 30074 33554432000 134512640 146736320 4291844400 4124287048 139042876 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22932] ppid=22927 vsize=214844 CPUtime=160.17 cores=0,2,4,6
/proc/22928/task/22932/stat : 22932 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1486 0 0 0 16012 5 0 0 20 0 8 0 35060679 220000256 30074 33554432000 134512640 146736320 4291844400 4113801484 136004470 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22933] ppid=22927 vsize=214844 CPUtime=179.28 cores=0,2,4,6
/proc/22928/task/22933/stat : 22933 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1107 0 0 0 17923 5 0 0 20 0 8 0 35060679 220000256 30074 33554432000 134512640 146736320 4291844400 4103315548 135855162 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22934] ppid=22927 vsize=214844 CPUtime=151.5 cores=0,2,4,6
/proc/22928/task/22934/stat : 22934 (pb_cplex) R 22927 22927 21745 0 -1 4202560 21355 0 0 0 15140 10 0 0 20 0 8 0 35060679 220000256 30074 33554432000 134512640 146736320 4291844400 4092829764 136385172 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22935] ppid=22927 vsize=214844 CPUtime=155.91 cores=0,2,4,6
/proc/22928/task/22935/stat : 22935 (pb_cplex) R 22927 22927 21745 0 -1 4202560 3732 0 0 0 15586 5 0 0 20 0 8 0 35060679 220000256 30074 33554432000 134512640 146736320 4291844400 4082344144 136007970 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22928/tid=22936] ppid=22927 vsize=214844 CPUtime=151.89 cores=0,2,4,6
/proc/22928/task/22936/stat : 22936 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1910 0 0 0 15185 4 0 0 20 0 8 0 35060679 220000256 30074 33554432000 134512640 146736320 4291844400 4071858232 136475862 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22937] ppid=22927 vsize=214844 CPUtime=209.12 cores=0,2,4,6
/proc/22928/task/22937/stat : 22937 (pb_cplex) R 22927 22927 21745 0 -1 4202560 2560 0 0 0 20906 6 0 0 20 0 8 0 35060679 220000256 30074 33554432000 134512640 146736320 4291844400 4061373008 136403117 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1745.16
Current children cumulated vsize (KiB) 223992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+716.107 s]
/proc/loadavg: 8.66 6.49 4.52 10/188 22942
/proc/meminfo: memFree=31096220/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=214844 CPUtime=1800.28 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 81066 0 0 0 179984 44 0 0 20 0 8 0 35036547 220000256 30093 33554432000 134512640 146736320 4291844400 4291837112 136475862 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 53711 30093 905 2985 0 50645 0
[pid=22928/tid=22931] ppid=22927 vsize=214844 CPUtime=201.61 cores=0,2,4,6
/proc/22928/task/22931/stat : 22931 (pb_cplex) R 22927 22927 21745 0 -1 4202560 8227 0 0 0 20154 7 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4124287184 136008020 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22928/tid=22932] ppid=22927 vsize=214844 CPUtime=167.22 cores=0,2,4,6
/proc/22928/task/22932/stat : 22932 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1486 0 0 0 16717 5 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4113801424 136008177 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22933] ppid=22927 vsize=214844 CPUtime=186.11 cores=0,2,4,6
/proc/22928/task/22933/stat : 22933 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1108 0 0 0 18606 5 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4103315512 136475780 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22934] ppid=22927 vsize=214844 CPUtime=158.28 cores=0,2,4,6
/proc/22928/task/22934/stat : 22934 (pb_cplex) R 22927 22927 21745 0 -1 4202560 21632 0 0 0 15818 10 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4092829788 135855165 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22935] ppid=22927 vsize=214844 CPUtime=162.8 cores=0,2,4,6
/proc/22928/task/22935/stat : 22935 (pb_cplex) R 22927 22927 21745 0 -1 4202560 3732 0 0 0 16275 5 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4082343992 136475849 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22936] ppid=22927 vsize=214844 CPUtime=158.92 cores=0,2,4,6
/proc/22928/task/22936/stat : 22936 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1910 0 0 0 15888 4 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4071858268 135855174 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22937] ppid=22927 vsize=214844 CPUtime=216 cores=0,2,4,6
/proc/22928/task/22937/stat : 22937 (pb_cplex) R 22927 22927 21745 0 -1 4202560 2560 0 0 0 21593 7 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4061372508 135855165 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 223992

Sending SIGTERM to process tree (bottom up)

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

[startup+716.107 s]
/proc/loadavg: 8.66 6.49 4.52 10/188 22942
/proc/meminfo: memFree=31096220/32873844 swapFree=7132/7132
[pid=22927] ppid=22925 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (run) S 22925 22927 21745 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 35036547 9367552 270 33554432000 4194304 5064252 140736578029920 140736578028832 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 270 229 213 0 72 0
[pid=22928] ppid=22927 vsize=214844 CPUtime=1800.28 cores=0,2,4,6
/proc/22928/stat : 22928 (pb_cplex) R 22927 22927 21745 0 -1 4202496 81066 0 0 0 179984 44 0 0 20 0 8 0 35036547 220000256 30093 33554432000 134512640 146736320 4291844400 4291837112 136475862 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 53711 30093 905 2985 0 50645 0
[pid=22928/tid=22931] ppid=22927 vsize=214844 CPUtime=201.61 cores=0,2,4,6
/proc/22928/task/22931/stat : 22931 (pb_cplex) R 22927 22927 21745 0 -1 4202560 8227 0 0 0 20154 7 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4124287184 136008020 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22928/tid=22932] ppid=22927 vsize=214844 CPUtime=167.22 cores=0,2,4,6
/proc/22928/task/22932/stat : 22932 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1486 0 0 0 16717 5 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4113801424 136008177 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22928/tid=22933] ppid=22927 vsize=214844 CPUtime=186.11 cores=0,2,4,6
/proc/22928/task/22933/stat : 22933 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1108 0 0 0 18606 5 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4103315512 136475780 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22934] ppid=22927 vsize=214844 CPUtime=158.28 cores=0,2,4,6
/proc/22928/task/22934/stat : 22934 (pb_cplex) R 22927 22927 21745 0 -1 4202560 21632 0 0 0 15818 10 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4092829788 135855165 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22935] ppid=22927 vsize=214844 CPUtime=162.8 cores=0,2,4,6
/proc/22928/task/22935/stat : 22935 (pb_cplex) R 22927 22927 21745 0 -1 4202560 3732 0 0 0 16275 5 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4082343992 136475849 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22928/tid=22936] ppid=22927 vsize=214844 CPUtime=158.92 cores=0,2,4,6
/proc/22928/task/22936/stat : 22936 (pb_cplex) R 22927 22927 21745 0 -1 4202560 1910 0 0 0 15888 4 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4071858268 135855174 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22928/tid=22937] ppid=22927 vsize=214844 CPUtime=216 cores=0,2,4,6
/proc/22928/task/22937/stat : 22937 (pb_cplex) R 22927 22927 21745 0 -1 4202560 2560 0 0 0 21593 7 0 0 20 0 8 0 35060679 220000256 30093 33554432000 134512640 146736320 4291844400 4061372508 135855165 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 223992

Child status: 0

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

Real time (s): 716.122
CPU time (s): 1800.28
CPU user time (s): 1799.84
CPU system time (s): 0.44
CPU usage (%): 251.393
Max. virtual memory (cumulated for all children) (KiB): 225188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.647901
maximum resident set size= 121472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81431
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= 1803
involuntary context switches= 90180

runsolver used 1.63275 second user time and 4.39333 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-09 16:04:55
IDJOB=3741964
IDBENCH=90121
IDSOLVER=2325
FILE ID=node132/3741964-1339250695
RUNJOBID= node132-1339246833-21762
PBS_JOBID= 14644349
Free space on /tmp= 71144 MiB

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

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

MD5SUM BENCH= 21cc97db69195cd3dcf69a6d797764c1
RANDOM SEED=196511355

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.213
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	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.213
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:        31218140 kB
Buffers:          350772 kB
Cached:           139352 kB
SwapCached:         1248 kB
Active:           687252 kB
Inactive:         103036 kB
Active(anon):     290676 kB
Inactive(anon):     4340 kB
Active(file):     396576 kB
Inactive(file):    98696 kB
Unevictable:        7132 kB
Mlocked:            7132 kB
SwapTotal:      67108856 kB
SwapFree:       67100784 kB
Dirty:             17124 kB
Writeback:             0 kB
AnonPages:        298608 kB
Mapped:            14116 kB
Shmem:                 8 kB
Slab:             724816 kB
SReclaimable:     167088 kB
SUnreclaim:       557728 kB
KernelStack:        1472 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     556160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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-3741964-1339250695.opb

Free space on /tmp at the end= 71128 MiB
End job on node132 at 2012-06-09 16:16:52