Trace number 3742068

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.31 860.133

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K98.opb
MD5SUM0d56c20200c8726f988a44319a68d2e3
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 benchmark165.396
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6664
Total number of constraints6862
Number of constraints which are clauses6764
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
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 99
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-3742068-1339250744.opb.
0.00/0.00	c Instance file HOME/instance-3742068-1339250744.opb
0.00/0.00	c File size is 426862 bytes.
0.00/0.20	c Highest Coefficient sum: 99
0.00/0.20	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.21	c ============================[ Problem Statistics ]=============================
0.00/0.21	c |                                                                             |
0.00/0.21	c |  Parsing time:          0.21         s                                      |
0.00/0.21	c |  Number Variables:      6664                                                |
0.00/0.21	c |  Number Constraints:    6862                                                |
0.00/0.21	c ===============================================================================
1800.31/860.12	c Remaining time 1799.79 sec.
1800.31/860.12	c 
1800.31/860.12	c *** INTERRUPTED ***
1800.31/860.12	s UNKNOWN
1800.31/860.12	c Total CPU time              : 1799.88 s
1800.31/860.12	c Memory used           : 223.71 MB
1800.31/860.12	c CPU time              : 1799.88 s
1800.31/860.12	c 
1800.31/860.12	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-3742068-1339250744/watcher-3742068-1339250744 -o /tmp/evaluation-result-3742068-1339250744/solver-3742068-1339250744 -C 1800 -W 1900 -M 15500 run HOME/instance-3742068-1339250744.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.01 2.28 3/177 11738
/proc/meminfo: memFree=30608128/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0

[startup+0.0408181 s]
/proc/loadavg: 2.00 2.01 2.28 3/177 11738
/proc/meminfo: memFree=30608128/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.00 2.01 2.28 3/177 11738
/proc/meminfo: memFree=30608128/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 2.00 2.01 2.28 3/177 11738
/proc/meminfo: memFree=30608128/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 2.00 2.01 2.28 3/177 11738
/proc/meminfo: memFree=30608128/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 11740
/proc/meminfo: memFree=30591760/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=35112 CPUtime=1.48 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 6487 0 0 0 148 0 0 0 20 0 1 0 391198925 35954688 4894 33554432000 134512640 146736320 4288896880 4288892504 144757825 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 8778 4894 725 2985 0 5712 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44260

[startup+3.10026 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 11740
/proc/meminfo: memFree=30591016/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=35700 CPUtime=3.08 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 6558 0 0 0 308 0 0 0 20 0 1 0 391198925 36556800 4965 33554432000 134512640 146736320 4288896880 4288891524 136385179 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 8925 4965 725 2985 0 5859 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44848

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 11740
/proc/meminfo: memFree=30589652/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=35340 CPUtime=6.28 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 7419 0 0 0 628 0 0 0 20 0 1 0 391198925 36188160 5123 33554432000 134512640 146736320 4288896880 4288891192 136015619 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 8835 5123 780 2985 0 5769 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44488

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 11740
/proc/meminfo: memFree=30589436/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=35364 CPUtime=12.68 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 7426 0 0 0 1268 0 0 0 20 0 1 0 391198925 36212736 5130 33554432000 134512640 146736320 4288896880 4288891192 136015592 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 8841 5130 780 2985 0 5775 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 44512

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.27 3/179 11740
/proc/meminfo: memFree=30576456/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=47668 CPUtime=25.48 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 12669 0 0 0 2547 1 0 0 20 0 1 0 391198925 48812032 8612 33554432000 134512640 146736320 4288896880 4288890788 136385080 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 11917 8612 836 2985 0 8851 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56816

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.26 3/179 11740
/proc/meminfo: memFree=30575464/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=48612 CPUtime=51.08 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 13749 0 0 0 5106 2 0 0 20 0 1 0 391198925 49778688 8842 33554432000 134512640 146736320 4288896880 4288891144 136463743 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 12153 8842 839 2985 0 9087 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57760

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.25 3/179 11741
/proc/meminfo: memFree=30573604/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=50192 CPUtime=102.27 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 17451 0 0 0 10225 2 0 0 20 0 1 0 391198925 51396608 9223 33554432000 134512640 146736320 4288896880 4288891144 136461520 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 12548 9223 842 2985 0 9482 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59340

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/179 11741
/proc/meminfo: memFree=30572736/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=49944 CPUtime=162.26 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 22086 0 0 0 16223 3 0 0 20 0 1 0 391198925 51142656 9185 33554432000 134512640 146736320 4288896880 4288889168 135459535 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 12486 9185 843 2985 0 9420 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 59092

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.21 3/179 11790
/proc/meminfo: memFree=30709756/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=44876 CPUtime=222.24 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 22251 0 0 0 22221 3 0 0 20 0 1 0 391198925 45953024 8239 33554432000 134512640 146736320 4288896880 4288890952 136000811 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 11219 8239 846 2985 0 8153 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 54024

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/180 11793
/proc/meminfo: memFree=30699188/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=44876 CPUtime=282.24 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 22251 0 0 0 28220 4 0 0 20 0 1 0 391198925 45953024 8239 33554432000 134512640 146736320 4288896880 4288890496 136018854 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 11219 8239 846 2985 0 8153 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 54024

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/179 11793
/proc/meminfo: memFree=30703852/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=44876 CPUtime=342.22 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 22251 0 0 0 34218 4 0 0 20 0 1 0 391198925 45953024 8239 33554432000 134512640 146736320 4288896880 4288890536 139044525 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 11219 8239 846 2985 0 8153 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 54024

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/186 11801
/proc/meminfo: memFree=30664224/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/11739/statm: 54922 31151 885 2985 0 51856 0
[pid=11739/tid=11794] ppid=11738 vsize=219688 CPUtime=71.85 cores=0,2,4,6
/proc/11739/task/11794/stat : 11794 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1416 0 0 0 7184 1 0 0 20 0 8 0 391236151 224960512 31151 33554432000 134512640 146736320 4288896880 4118966384 136384846 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11739/tid=11795] ppid=11738 vsize=219688 CPUtime=71.92 cores=0,2,4,6
/proc/11739/task/11795/stat : 11795 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1013 0 0 0 7190 2 0 0 20 0 8 0 391236151 224960512 31151 33554432000 134512640 146736320 4288896880 4108480604 135855167 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11739/tid=11796] ppid=11738 vsize=219688 CPUtime=72.23 cores=0,2,4,6
/proc/11739/task/11796/stat : 11796 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1363 0 0 0 7221 2 0 0 20 0 8 0 391236151 224960512 31151 33554432000 134512640 146736320 4288896880 4097994960 136008061 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11739/tid=11797] ppid=11738 vsize=219688 CPUtime=72.94 cores=0,2,4,6
/proc/11739/task/11797/stat : 11797 (pb_cplex) R 11738 11738 10702 0 -1 4202560 5998 0 0 0 7291 3 0 0 20 0 8 0 391236151 224960512 31151 33554432000 134512640 146736320 4288896880 4087508156 135526863 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11739/tid=11798] ppid=11738 vsize=219688 CPUtime=71.89 cores=0,2,4,6
/proc/11739/task/11798/stat : 11798 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1740 0 0 0 7188 1 0 0 20 0 8 0 391236151 224960512 31151 33554432000 134512640 146736320 4288896880 4077023324 135855165 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11739/tid=11799] ppid=11738 vsize=219688 CPUtime=71.78 cores=0,2,4,6
/proc/11739/task/11799/stat : 11799 (pb_cplex) R 11738 11738 10702 0 -1 4202560 7888 0 0 0 7174 4 0 0 20 0 8 0 391236151 224960512 31151 33554432000 134512640 146736320 4288896880 4066537928 136000416 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11800] ppid=11738 vsize=219688 CPUtime=72.36 cores=0,2,4,6
/proc/11739/task/11800/stat : 11800 (pb_cplex) R 11738 11738 10702 0 -1 4202560 12474 0 0 0 7231 5 0 0 20 0 8 0 391236151 224960512 31151 33554432000 134512640 146736320 4288896880 4056050876 135453275 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1076.39
Current children cumulated vsize (KiB) 228836

[startup+702.3 s]
/proc/loadavg: 8.32 5.34 3.45 8/185 11801
/proc/meminfo: memFree=30609736/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=219700 CPUtime=1315.88 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 81792 0 0 0 131555 33 0 0 20 0 8 0 391198925 224972800 31156 33554432000 134512640 146736320 4288896880 4288889744 136008450 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11739/statm: 54925 31156 885 2985 0 51859 0
[pid=11739/tid=11794] ppid=11738 vsize=219700 CPUtime=104.09 cores=0,2,4,6
/proc/11739/task/11794/stat : 11794 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1417 0 0 0 10407 2 0 0 20 0 8 0 391236151 224972800 31156 33554432000 134512640 146736320 4288896880 4118966728 136000488 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11739/tid=11795] ppid=11738 vsize=219700 CPUtime=104.3 cores=0,2,4,6
/proc/11739/task/11795/stat : 11795 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1017 0 0 0 10428 2 0 0 20 0 8 0 391236151 224972800 31156 33554432000 134512640 146736320 4288896880 4108480720 136008044 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11739/tid=11796] ppid=11738 vsize=219700 CPUtime=104.98 cores=0,2,4,6
/proc/11739/task/11796/stat : 11796 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1363 0 0 0 10496 2 0 0 20 0 8 0 391236151 224972800 31156 33554432000 134512640 146736320 4288896880 4097994960 136008017 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11739/tid=11797] ppid=11738 vsize=219700 CPUtime=105.16 cores=0,2,4,6
/proc/11739/task/11797/stat : 11797 (pb_cplex) R 11738 11738 10702 0 -1 4202560 6026 0 0 0 10512 4 0 0 20 0 8 0 391236151 224972800 31156 33554432000 134512640 146736320 4288896880 4087509200 136008230 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11739/tid=11798] ppid=11738 vsize=219700 CPUtime=103.38 cores=0,2,4,6
/proc/11739/task/11798/stat : 11798 (pb_cplex) S 11738 11738 10702 0 -1 4202560 1740 0 0 0 10337 1 0 0 20 0 8 0 391236151 224972800 31156 33554432000 134512640 146736320 4288896880 4077026960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11799] ppid=11738 vsize=219700 CPUtime=84.7 cores=0,2,4,6
/proc/11739/task/11799/stat : 11799 (pb_cplex) S 11738 11738 10702 0 -1 4202560 7888 0 0 0 8466 4 0 0 20 0 8 0 391236151 224972800 31156 33554432000 134512640 146736320 4288896880 4066541200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11800] ppid=11738 vsize=219700 CPUtime=104.92 cores=0,2,4,6
/proc/11739/task/11800/stat : 11800 (pb_cplex) R 11738 11738 10702 0 -1 4202560 21274 0 0 0 10484 8 0 0 20 0 8 0 391236151 224972800 31156 33554432000 134512640 146736320 4288896880 4056051712 136018896 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1315.88
Current children cumulated vsize (KiB) 228848

[startup+762.306 s]
/proc/loadavg: 5.76 5.21 3.53 3/186 11802
/proc/meminfo: memFree=30609728/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=219704 CPUtime=1498.87 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) S 11738 11738 10702 0 -1 4202496 88397 0 0 0 149850 37 0 0 20 0 8 0 391198925 224976896 31157 33554432000 134512640 146736320 4288896880 4288893264 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 54926 31157 885 2985 0 51860 0
[pid=11739/tid=11794] ppid=11738 vsize=219704 CPUtime=132.53 cores=0,2,4,6
/proc/11739/task/11794/stat : 11794 (pb_cplex) S 11738 11738 10702 0 -1 4202560 1417 0 0 0 13250 3 0 0 20 0 8 0 391236151 224976896 31157 33554432000 134512640 146736320 4288896880 4118970000 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11795] ppid=11738 vsize=219704 CPUtime=152.71 cores=0,2,4,6
/proc/11739/task/11795/stat : 11795 (pb_cplex) S 11738 11738 10702 0 -1 4202560 1017 0 0 0 15268 3 0 0 20 0 8 0 391236151 224976896 31157 33554432000 134512640 146736320 4288896880 4108484240 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11796] ppid=11738 vsize=219704 CPUtime=131.6 cores=0,2,4,6
/proc/11739/task/11796/stat : 11796 (pb_cplex) S 11738 11738 10702 0 -1 4202560 1364 0 0 0 13156 4 0 0 20 0 8 0 391236151 224976896 31157 33554432000 134512640 146736320 4288896880 4097998480 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11739/tid=11797] ppid=11738 vsize=219704 CPUtime=157.95 cores=0,2,4,6
/proc/11739/task/11797/stat : 11797 (pb_cplex) R 11738 11738 10702 0 -1 4202560 6074 0 0 0 15789 6 0 0 20 0 8 0 391236151 224976896 31157 33554432000 134512640 146736320 4288896880 4087509200 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11739/tid=11798] ppid=11738 vsize=219704 CPUtime=103.38 cores=0,2,4,6
/proc/11739/task/11798/stat : 11798 (pb_cplex) S 11738 11738 10702 0 -1 4202560 1740 0 0 0 10337 1 0 0 20 0 8 0 391236151 224976896 31157 33554432000 134512640 146736320 4288896880 4077026960 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11799] ppid=11738 vsize=219704 CPUtime=84.7 cores=0,2,4,6
/proc/11739/task/11799/stat : 11799 (pb_cplex) S 11738 11738 10702 0 -1 4202560 7888 0 0 0 8466 4 0 0 20 0 8 0 391236151 224976896 31157 33554432000 134512640 146736320 4288896880 4066541200 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11800] ppid=11738 vsize=219704 CPUtime=109.06 cores=0,2,4,6
/proc/11739/task/11800/stat : 11800 (pb_cplex) S 11738 11738 10702 0 -1 4202560 21274 0 0 0 10898 8 0 0 20 0 8 0 391236151 224976896 31157 33554432000 134512640 146736320 4288896880 4056055440 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1498.87
Current children cumulated vsize (KiB) 228852

[startup+822.3 s]
/proc/loadavg: 6.14 5.29 3.65 10/186 11802
/proc/meminfo: memFree=30602908/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=228720 CPUtime=1649.34 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 95701 0 0 0 164893 41 0 0 20 0 8 0 391198925 234209280 32988 33554432000 134512640 146736320 4288896880 4288889604 136385174 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11739/statm: 57180 32988 886 2985 0 54114 0
[pid=11739/tid=11794] ppid=11738 vsize=228720 CPUtime=147.69 cores=0,2,4,6
/proc/11739/task/11794/stat : 11794 (pb_cplex) R 11738 11738 10702 0 -1 4202560 2049 0 0 0 14766 3 0 0 20 0 8 0 391236151 234209280 32988 33554432000 134512640 146736320 4288896880 4118966484 135846432 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11739/tid=11795] ppid=11738 vsize=228720 CPUtime=167.57 cores=0,2,4,6
/proc/11739/task/11795/stat : 11795 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1683 0 0 0 16753 4 0 0 20 0 8 0 391236151 234209280 32988 33554432000 134512640 146736320 4288896880 4108479632 136008109 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11739/tid=11796] ppid=11738 vsize=228720 CPUtime=146.62 cores=0,2,4,6
/proc/11739/task/11796/stat : 11796 (pb_cplex) R 11738 11738 10702 0 -1 4202560 2380 0 0 0 14658 4 0 0 20 0 8 0 391236151 234209280 32988 33554432000 134512640 146736320 4288896880 4097994808 136475808 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=11739/tid=11797] ppid=11738 vsize=228720 CPUtime=202.53 cores=0,2,4,6
/proc/11739/task/11797/stat : 11797 (pb_cplex) R 11738 11738 10702 0 -1 4202560 7367 0 0 0 20246 7 0 0 20 0 8 0 391236151 234209280 32988 33554432000 134512640 146736320 4288896880 4087509084 135855170 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11798] ppid=11738 vsize=228720 CPUtime=118.49 cores=0,2,4,6
/proc/11739/task/11798/stat : 11798 (pb_cplex) R 11738 11738 10702 0 -1 4202560 2769 0 0 0 11847 2 0 0 20 0 8 0 391236151 234209280 32988 33554432000 134512640 146736320 4288896880 4077023344 136384857 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11739/tid=11799] ppid=11738 vsize=228720 CPUtime=99.77 cores=0,2,4,6
/proc/11739/task/11799/stat : 11799 (pb_cplex) R 11738 11738 10702 0 -1 4202560 8746 0 0 0 9972 5 0 0 20 0 8 0 391236151 234209280 32988 33554432000 134512640 146736320 4288896880 4066537928 136000412 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11800] ppid=11738 vsize=228720 CPUtime=124.22 cores=0,2,4,6
/proc/11739/task/11800/stat : 11800 (pb_cplex) R 11738 11738 10702 0 -1 4202560 22526 0 0 0 12413 9 0 0 20 0 8 0 391236151 234209280 32988 33554432000 134512640 146736320 4288896880 4056051804 135855167 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1649.34
Current children cumulated vsize (KiB) 237868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+860.1 s]
/proc/loadavg: 7.53 5.76 3.88 10/187 11805
/proc/meminfo: memFree=30598728/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=229080 CPUtime=1800.31 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 107140 0 0 0 179985 46 0 0 20 0 8 0 391198925 234577920 33713 33554432000 134512640 146736320 4288896880 4288889752 136009162 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11739/statm: 57270 33713 886 2985 0 54204 0
[pid=11739/tid=11794] ppid=11738 vsize=229080 CPUtime=166.44 cores=0,2,4,6
/proc/11739/task/11794/stat : 11794 (pb_cplex) R 11738 11738 10702 0 -1 4202560 2049 0 0 0 16640 4 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4118966464 136471165 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11739/tid=11795] ppid=11738 vsize=229080 CPUtime=186.18 cores=0,2,4,6
/proc/11739/task/11795/stat : 11795 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1683 0 0 0 18614 4 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4108480628 135450948 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11739/tid=11796] ppid=11738 vsize=229080 CPUtime=165.56 cores=0,2,4,6
/proc/11739/task/11796/stat : 11796 (pb_cplex) R 11738 11738 10702 0 -1 4202560 7002 0 0 0 16550 6 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4097994824 139042876 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11739/tid=11797] ppid=11738 vsize=229080 CPUtime=221.37 cores=0,2,4,6
/proc/11739/task/11797/stat : 11797 (pb_cplex) R 11738 11738 10702 0 -1 4202560 10535 0 0 0 22128 9 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4087509048 136475812 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11798] ppid=11738 vsize=229080 CPUtime=137.59 cores=0,2,4,6
/proc/11739/task/11798/stat : 11798 (pb_cplex) R 11738 11738 10702 0 -1 4202560 6333 0 0 0 13755 4 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4077023288 136475826 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11739/tid=11799] ppid=11738 vsize=229080 CPUtime=118.36 cores=0,2,4,6
/proc/11739/task/11799/stat : 11799 (pb_cplex) R 11738 11738 10702 0 -1 4202560 8751 0 0 0 11831 5 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4066537528 136475795 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11800] ppid=11738 vsize=229080 CPUtime=143.02 cores=0,2,4,6
/proc/11739/task/11800/stat : 11800 (pb_cplex) R 11738 11738 10702 0 -1 4202560 22528 0 0 0 14292 10 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4056051920 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 238228

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

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

[startup+860.1 s]
/proc/loadavg: 7.53 5.76 3.88 10/187 11805
/proc/meminfo: memFree=30598728/32873844 swapFree=9160/9160
[pid=11738] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (run) S 11736 11738 10702 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391198925 9367552 270 33554432000 4194304 5064252 140733641087008 140733641085920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11738/statm: 2287 270 229 213 0 72 0
[pid=11739] ppid=11738 vsize=229080 CPUtime=1800.31 cores=0,2,4,6
/proc/11739/stat : 11739 (pb_cplex) R 11738 11738 10702 0 -1 4202496 107140 0 0 0 179985 46 0 0 20 0 8 0 391198925 234577920 33713 33554432000 134512640 146736320 4288896880 4288889752 136009162 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/11739/statm: 57270 33713 886 2985 0 54204 0
[pid=11739/tid=11794] ppid=11738 vsize=229080 CPUtime=166.44 cores=0,2,4,6
/proc/11739/task/11794/stat : 11794 (pb_cplex) R 11738 11738 10702 0 -1 4202560 2049 0 0 0 16640 4 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4118966464 136471165 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11739/tid=11795] ppid=11738 vsize=229080 CPUtime=186.18 cores=0,2,4,6
/proc/11739/task/11795/stat : 11795 (pb_cplex) R 11738 11738 10702 0 -1 4202560 1683 0 0 0 18614 4 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4108480628 135450948 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11739/tid=11796] ppid=11738 vsize=229080 CPUtime=165.56 cores=0,2,4,6
/proc/11739/task/11796/stat : 11796 (pb_cplex) R 11738 11738 10702 0 -1 4202560 7002 0 0 0 16550 6 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4097994824 139042876 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=11739/tid=11797] ppid=11738 vsize=229080 CPUtime=221.37 cores=0,2,4,6
/proc/11739/task/11797/stat : 11797 (pb_cplex) R 11738 11738 10702 0 -1 4202560 10535 0 0 0 22128 9 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4087509048 136475812 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11798] ppid=11738 vsize=229080 CPUtime=137.59 cores=0,2,4,6
/proc/11739/task/11798/stat : 11798 (pb_cplex) R 11738 11738 10702 0 -1 4202560 6333 0 0 0 13755 4 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4077023288 136475826 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=11739/tid=11799] ppid=11738 vsize=229080 CPUtime=118.36 cores=0,2,4,6
/proc/11739/task/11799/stat : 11799 (pb_cplex) R 11738 11738 10702 0 -1 4202560 8751 0 0 0 11831 5 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4066537528 136475795 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=11739/tid=11800] ppid=11738 vsize=229080 CPUtime=143.02 cores=0,2,4,6
/proc/11739/task/11800/stat : 11800 (pb_cplex) R 11738 11738 10702 0 -1 4202560 22528 0 0 0 14292 10 0 0 20 0 8 0 391236151 234577920 33713 33554432000 134512640 146736320 4288896880 4056051920 136008065 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 238228

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 860.133
CPU time (s): 1800.31
CPU user time (s): 1799.85
CPU system time (s): 0.46
CPU usage (%): 209.306
Max. virtual memory (cumulated for all children) (KiB): 238228

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

runsolver used 1.9697 second user time and 4.72628 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-09 16:05:44
IDJOB=3742068
IDBENCH=90129
IDSOLVER=2325
FILE ID=node139/3742068-1339250744
RUNJOBID= node139-1339246835-10718
PBS_JOBID= 14644342
Free space on /tmp= 70804 MiB

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

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

MD5SUM BENCH= 0d56c20200c8726f988a44319a68d2e3
RANDOM SEED=1834452469

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30608408 kB
Buffers:          763768 kB
Cached:           357268 kB
SwapCached:          584 kB
Active:          1210524 kB
Inactive:         102664 kB
Active(anon):     182764 kB
Inactive(anon):     7284 kB
Active(file):    1027760 kB
Inactive(file):    95380 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104292 kB
Dirty:             17128 kB
Writeback:             0 kB
AnonPages:        195380 kB
Mapped:            13796 kB
Shmem:                 8 kB
Slab:             810548 kB
SReclaimable:     252620 kB
SUnreclaim:       557928 kB
KernelStack:        1480 kB
PageTables:         4128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     368764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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-3742068-1339250744.opb

Free space on /tmp at the end= 70792 MiB
End job on node139 at 2012-06-09 16:20:06