Trace number 3728945

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.36 652.516

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
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-3728945-1339246834.opb.
0.00/0.00	c Instance file HOME/instance-3728945-1339246834.opb
0.00/0.00	c File size is 2240520 bytes.
4.18/4.21	c Highest Coefficient sum: 291
4.18/4.21	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
4.18/4.24	c ============================[ Problem Statistics ]=============================
4.18/4.24	c |                                                                             |
4.18/4.24	c |  Parsing time:          4.21         s                                      |
4.18/4.24	c |  Number Variables:      23409                                               |
4.18/4.25	c |  Number Constraints:    1386                                                |
4.18/4.25	c ===============================================================================
1800.36/652.51	c Remaining time 1795.78 sec.
1800.36/652.51	c 
1800.36/652.51	c *** INTERRUPTED ***
1800.36/652.51	s UNKNOWN
1800.36/652.51	c Total CPU time              : 1799.85 s
1800.36/652.51	c Memory used           : 297.46 MB
1800.36/652.51	c CPU time              : 1799.85 s
1800.36/652.51	c 
1800.36/652.51	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-3728945-1339246834/watcher-3728945-1339246834 -o /tmp/evaluation-result-3728945-1339246834/solver-3728945-1339246834 -C 1800 -W 1900 -M 15500 run HOME/instance-3728945-1339246834.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22502
/proc/meminfo: memFree=30292260/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0

[startup+0.057228 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22502
/proc/meminfo: memFree=30292260/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100487 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22502
/proc/meminfo: memFree=30292260/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300162 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22502
/proc/meminfo: memFree=30292260/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700988 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22502
/proc/meminfo: memFree=30292260/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50104 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 22560
/proc/meminfo: memFree=30285064/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=21624 CPUtime=1.49 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 2149 0 0 0 149 0 0 0 20 0 1 0 390809341 22142976 2105 33554432000 134512640 146736320 4291330992 4291328840 134814118 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 5406 2105 506 2985 0 1792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30772

[startup+3.10026 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 22560
/proc/meminfo: memFree=30283236/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=23208 CPUtime=3.08 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 2786 0 0 0 308 0 0 0 20 0 1 0 390809341 23764992 2742 33554432000 134512640 146736320 4291330992 4291328792 144716523 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 5802 2742 736 2985 0 2188 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32356

[startup+6.30027 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 22560
/proc/meminfo: memFree=30259440/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=52200 CPUtime=6.27 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 18294 0 0 0 625 2 0 0 20 0 1 0 390809341 53452800 8622 33554432000 134512640 146736320 4291330992 4291325660 135855174 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 13050 8622 718 2985 0 9984 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 61348

[startup+12.7002 s]
/proc/loadavg: 0.15 0.03 0.01 2/174 22560
/proc/meminfo: memFree=30236820/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=71400 CPUtime=12.66 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 29774 0 0 0 1263 3 0 0 20 0 1 0 390809341 73113600 14184 33554432000 134512640 146736320 4291330992 4291325288 136015509 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 17850 14184 823 2985 0 14784 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 80548

[startup+25.5003 s]
/proc/loadavg: 0.42 0.10 0.03 3/180 22631
/proc/meminfo: memFree=30181060/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=74284 CPUtime=25.46 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 36924 0 0 0 2541 5 0 0 20 0 1 0 390809341 76066816 15386 33554432000 134512640 146736320 4291330992 4291324744 135851853 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 18571 15386 829 2985 0 15505 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 83432

[startup+51.1003 s]
/proc/loadavg: 1.90 0.45 0.15 3/180 22766
/proc/meminfo: memFree=30199980/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=72844 CPUtime=51.06 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 61155 0 0 0 5097 9 0 0 20 0 1 0 390809341 74592256 15310 33554432000 134512640 146736320 4291330992 4291324444 136405667 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 18211 15310 829 2985 0 15145 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 81992

[startup+102.306 s]
/proc/loadavg: 4.64 1.41 0.49 9/186 22780
/proc/meminfo: memFree=30154400/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=55220 CPUtime=102.26 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 88104 0 0 0 10212 14 0 0 20 0 1 0 390809341 56545280 11246 33554432000 134512640 146736320 4291330992 4291324700 135855162 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 13805 11246 834 2985 0 10739 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 64368

[startup+162.3 s]
/proc/loadavg: 7.26 2.75 1.00 9/186 22780
/proc/meminfo: memFree=30129924/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=53896 CPUtime=162.24 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 88202 0 0 0 16210 14 0 0 20 0 1 0 390809341 55189504 10930 33554432000 134512640 146736320 4291330992 4291323880 138412937 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 13474 10930 840 2985 0 10408 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 63044

[startup+222.3 s]
/proc/loadavg: 6.20 3.22 1.27 10/193 22787
/proc/meminfo: memFree=30021760/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=293156 CPUtime=227.19 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 120912 0 0 0 22699 20 0 0 20 0 8 0 390809341 300191744 40138 33554432000 134512640 146736320 4291330992 4291323740 135855165 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22503/statm: 73289 40138 876 2985 0 70223 0
[pid=22503/tid=22781] ppid=22502 vsize=293156 CPUtime=0.76 cores=1,3,5,7
/proc/22503/task/22781/stat : 22781 (pb_cplex) R 22502 22502 22465 0 -1 4202560 1677 0 0 0 76 0 0 0 20 0 8 0 390827321 300191744 40138 33554432000 134512640 146736320 4291330992 4104474680 136475785 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22782] ppid=22502 vsize=293156 CPUtime=0.77 cores=1,3,5,7
/proc/22503/task/22782/stat : 22782 (pb_cplex) R 22502 22502 22465 0 -1 4202560 1789 0 0 0 77 0 0 0 20 0 8 0 390827321 300191744 40138 33554432000 134512640 146736320 4291330992 4093988956 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22783] ppid=22502 vsize=293156 CPUtime=0.76 cores=1,3,5,7
/proc/22503/task/22783/stat : 22783 (pb_cplex) R 22502 22502 22465 0 -1 4202560 1699 0 0 0 76 0 0 0 20 0 8 0 390827321 300191744 40138 33554432000 134512640 146736320 4291330992 4083503172 136385167 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22784] ppid=22502 vsize=293156 CPUtime=0.81 cores=1,3,5,7
/proc/22503/task/22784/stat : 22784 (pb_cplex) R 22502 22502 22465 0 -1 4202560 1667 0 0 0 81 0 0 0 20 0 8 0 390827321 300191744 40138 33554432000 134512640 146736320 4291330992 4073017436 135855165 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22785] ppid=22502 vsize=293156 CPUtime=0.54 cores=1,3,5,7
/proc/22503/task/22785/stat : 22785 (pb_cplex) R 22502 22502 22465 0 -1 4202560 1812 0 0 0 54 0 0 0 20 0 8 0 390827321 300191744 40138 33554432000 134512640 146736320 4291330992 4062531792 136008109 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22786] ppid=22502 vsize=293156 CPUtime=0.81 cores=1,3,5,7
/proc/22503/task/22786/stat : 22786 (pb_cplex) R 22502 22502 22465 0 -1 4202560 1927 0 0 0 81 0 0 0 20 0 8 0 390827321 300191744 40138 33554432000 134512640 146736320 4291330992 4052045880 136475780 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22787] ppid=22502 vsize=293156 CPUtime=1.06 cores=1,3,5,7
/proc/22503/task/22787/stat : 22787 (pb_cplex) R 22502 22502 22465 0 -1 4202560 1703 0 0 0 106 0 0 0 20 0 8 0 390827321 300191744 40138 33554432000 134512640 146736320 4291330992 4041560120 136475862 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 227.19
Current children cumulated vsize (KiB) 302304

[startup+282.3 s]
/proc/loadavg: 11.66 5.32 2.11 10/193 22788
/proc/meminfo: memFree=29995448/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=299840 CPUtime=466.28 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 122971 0 0 0 46603 25 0 0 20 0 8 0 390809341 307036160 44834 33554432000 134512640 146736320 4291330992 4291323696 136384883 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22503/statm: 74960 44834 876 2985 0 71894 0
[pid=22503/tid=22781] ppid=22502 vsize=299840 CPUtime=30.46 cores=1,3,5,7
/proc/22503/task/22781/stat : 22781 (pb_cplex) R 22502 22502 22465 0 -1 4202560 1868 0 0 0 3046 0 0 0 20 0 8 0 390827321 307036160 44834 33554432000 134512640 146736320 4291330992 4104474844 136009854 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22782] ppid=22502 vsize=299840 CPUtime=30.79 cores=1,3,5,7
/proc/22503/task/22782/stat : 22782 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2092 0 0 0 3078 1 0 0 20 0 8 0 390827321 307036160 44834 33554432000 134512640 146736320 4291330992 4093988920 136475822 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22783] ppid=22502 vsize=299840 CPUtime=30.67 cores=1,3,5,7

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

/proc/22503/statm: 75809 50679 876 2985 0 72743 0
[pid=22503/tid=22781] ppid=22502 vsize=303236 CPUtime=116.33 cores=1,3,5,7
/proc/22503/task/22781/stat : 22781 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2155 0 0 0 11630 3 0 0 20 0 8 0 390827321 310513664 50679 33554432000 134512640 146736320 4291330992 4104474680 136475822 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22782] ppid=22502 vsize=303236 CPUtime=107.28 cores=1,3,5,7
/proc/22503/task/22782/stat : 22782 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2097 0 0 0 10725 3 0 0 20 0 8 0 390827321 310513664 50679 33554432000 134512640 146736320 4291330992 4093988932 136385175 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22783] ppid=22502 vsize=303236 CPUtime=119.77 cores=1,3,5,7
/proc/22503/task/22783/stat : 22783 (pb_cplex) R 22502 22502 22465 0 -1 4202560 3675 0 0 0 11973 4 0 0 20 0 8 0 390827321 310513664 50679 33554432000 134512640 146736320 4291330992 4083503104 136018931 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22784] ppid=22502 vsize=303236 CPUtime=122.97 cores=1,3,5,7
/proc/22503/task/22784/stat : 22784 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2498 0 0 0 12293 4 0 0 20 0 8 0 390827321 310513664 50679 33554432000 134512640 146736320 4291330992 4073017436 135855162 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22785] ppid=22502 vsize=303236 CPUtime=121.53 cores=1,3,5,7
/proc/22503/task/22785/stat : 22785 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2462 0 0 0 12149 4 0 0 20 0 8 0 390827321 310513664 50679 33554432000 134512640 146736320 4291330992 4062531804 136389131 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22786] ppid=22502 vsize=303236 CPUtime=122.54 cores=1,3,5,7
/proc/22503/task/22786/stat : 22786 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2165 0 0 0 12251 3 0 0 20 0 8 0 390827321 310513664 50679 33554432000 134512640 146736320 4291330992 4052045916 135855170 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22787] ppid=22502 vsize=303236 CPUtime=129.17 cores=1,3,5,7
/proc/22503/task/22787/stat : 22787 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2034 0 0 0 12914 3 0 0 20 0 8 0 390827321 310513664 50679 33554432000 134512640 146736320 4291330992 4041560120 136475859 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1164.39
Current children cumulated vsize (KiB) 312384

[startup+522.3 s]
/proc/loadavg: 9.98 8.73 4.30 17/193 22788
/proc/meminfo: memFree=29949432/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=303768 CPUtime=1281.56 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 125998 0 0 0 128113 43 0 0 20 0 8 0 390809341 311058432 50712 33554432000 134512640 146736320 4291330992 4291323696 136384895 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22503/statm: 75942 50712 876 2985 0 72876 0
[pid=22503/tid=22781] ppid=22502 vsize=303768 CPUtime=128.44 cores=1,3,5,7
/proc/22503/task/22781/stat : 22781 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2158 0 0 0 12841 3 0 0 20 0 8 0 390827321 311058432 50712 33554432000 134512640 146736320 4291330992 4104474692 136385185 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22782] ppid=22502 vsize=303768 CPUtime=117.72 cores=1,3,5,7
/proc/22503/task/22782/stat : 22782 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2097 0 0 0 11768 4 0 0 20 0 8 0 390827321 311058432 50712 33554432000 134512640 146736320 4291330992 4093989072 136008017 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22783] ppid=22502 vsize=303768 CPUtime=133.05 cores=1,3,5,7
/proc/22503/task/22783/stat : 22783 (pb_cplex) R 22502 22502 22465 0 -1 4202560 3675 0 0 0 13300 5 0 0 20 0 8 0 390827321 311058432 50712 33554432000 134512640 146736320 4291330992 4083503560 136001668 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22784] ppid=22502 vsize=303768 CPUtime=129.06 cores=1,3,5,7
/proc/22503/task/22784/stat : 22784 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2527 0 0 0 12902 4 0 0 20 0 8 0 390827321 311058432 50712 33554432000 134512640 146736320 4291330992 4073017564 136009844 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22785] ppid=22502 vsize=303768 CPUtime=129.76 cores=1,3,5,7
/proc/22503/task/22785/stat : 22785 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2528 0 0 0 12972 4 0 0 20 0 8 0 390827321 311058432 50712 33554432000 134512640 146736320 4291330992 4062530000 135460550 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22786] ppid=22502 vsize=303768 CPUtime=131.65 cores=1,3,5,7
/proc/22503/task/22786/stat : 22786 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2165 0 0 0 13161 4 0 0 20 0 8 0 390827321 311058432 50712 33554432000 134512640 146736320 4291330992 4052046032 136008039 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22787] ppid=22502 vsize=303768 CPUtime=182.5 cores=1,3,5,7
/proc/22503/task/22787/stat : 22787 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2064 0 0 0 18246 4 0 0 20 0 8 0 390827321 311058432 50712 33554432000 134512640 146736320 4291330992 4041560156 135855174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1281.56
Current children cumulated vsize (KiB) 312916

[startup+582.3 s]
/proc/loadavg: 11.06 9.36 4.80 10/187 22842
/proc/meminfo: memFree=30002976/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=303768 CPUtime=1520.64 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 126184 0 0 0 152016 48 0 0 20 0 8 0 390809341 311058432 50724 33554432000 134512640 146736320 4291330992 4291322616 136475777 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22503/statm: 75942 50724 876 2985 0 72876 0
[pid=22503/tid=22781] ppid=22502 vsize=303768 CPUtime=157.65 cores=1,3,5,7
/proc/22503/task/22781/stat : 22781 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2158 0 0 0 15760 5 0 0 20 0 8 0 390827321 311058432 50724 33554432000 134512640 146736320 4291330992 4104474532 136016725 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22782] ppid=22502 vsize=303768 CPUtime=147.61 cores=1,3,5,7
/proc/22503/task/22782/stat : 22782 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2097 0 0 0 14756 5 0 0 20 0 8 0 390827321 311058432 50724 33554432000 134512640 146736320 4291330992 4093988864 136018493 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22783] ppid=22502 vsize=303768 CPUtime=162.83 cores=1,3,5,7
/proc/22503/task/22783/stat : 22783 (pb_cplex) R 22502 22502 22465 0 -1 4202560 3675 0 0 0 16277 6 0 0 20 0 8 0 390827321 311058432 50724 33554432000 134512640 146736320 4291330992 4083503196 135855174 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22784] ppid=22502 vsize=303768 CPUtime=158.87 cores=1,3,5,7
/proc/22503/task/22784/stat : 22784 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2643 0 0 0 15881 6 0 0 20 0 8 0 390827321 311058432 50724 33554432000 134512640 146736320 4291330992 4073017436 135855174 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22785] ppid=22502 vsize=303768 CPUtime=160.25 cores=1,3,5,7
/proc/22503/task/22785/stat : 22785 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2586 0 0 0 16019 6 0 0 20 0 8 0 390827321 311058432 50724 33554432000 134512640 146736320 4291330992 4062531640 136475777 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22786] ppid=22502 vsize=303768 CPUtime=162.04 cores=1,3,5,7
/proc/22503/task/22786/stat : 22786 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2165 0 0 0 16199 5 0 0 20 0 8 0 390827321 311058432 50724 33554432000 134512640 146736320 4291330992 4052045916 135855165 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22787] ppid=22502 vsize=303768 CPUtime=211.68 cores=1,3,5,7
/proc/22503/task/22787/stat : 22787 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2064 0 0 0 21162 6 0 0 20 0 8 0 390827321 311058432 50724 33554432000 134512640 146736320 4291330992 4041560112 136384895 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1520.64
Current children cumulated vsize (KiB) 312916

[startup+642.3 s]
/proc/loadavg: 9.45 9.23 5.04 6/186 22842
/proc/meminfo: memFree=30005984/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=304220 CPUtime=1759.72 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 127533 0 0 0 175919 53 0 0 20 0 8 0 390809341 311521280 51049 33554432000 134512640 146736320 4291330992 4291323704 136475849 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22503/statm: 76055 51049 876 2985 0 72989 0
[pid=22503/tid=22781] ppid=22502 vsize=304220 CPUtime=189.66 cores=1,3,5,7
/proc/22503/task/22781/stat : 22781 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2285 0 0 0 18961 5 0 0 20 0 8 0 390827321 311521280 51049 33554432000 134512640 146736320 4291330992 4104473628 135855162 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22782] ppid=22502 vsize=304220 CPUtime=169.99 cores=1,3,5,7
/proc/22503/task/22782/stat : 22782 (pb_cplex) S 22502 22502 22465 0 -1 4202560 2228 0 0 0 16993 6 0 0 20 0 8 0 390827321 311521280 51049 33554432000 134512640 146736320 4291330992 4093992592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22783] ppid=22502 vsize=304220 CPUtime=194.76 cores=1,3,5,7
/proc/22503/task/22783/stat : 22783 (pb_cplex) R 22502 22502 22465 0 -1 4202560 3952 0 0 0 19469 7 0 0 20 0 8 0 390827321 311521280 51049 33554432000 134512640 146736320 4291330992 4083500364 135465333 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22784] ppid=22502 vsize=304220 CPUtime=191.37 cores=1,3,5,7
/proc/22503/task/22784/stat : 22784 (pb_cplex) S 22502 22502 22465 0 -1 4202560 3003 0 0 0 19130 7 0 0 20 0 8 0 390827321 311521280 51049 33554432000 134512640 146736320 4291330992 4073021072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22785] ppid=22502 vsize=304220 CPUtime=192.39 cores=1,3,5,7
/proc/22503/task/22785/stat : 22785 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2616 0 0 0 19232 7 0 0 20 0 8 0 390827321 311521280 51049 33554432000 134512640 146736320 4291330992 4062530588 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22786] ppid=22502 vsize=304220 CPUtime=192.59 cores=1,3,5,7
/proc/22503/task/22786/stat : 22786 (pb_cplex) S 22502 22502 22465 0 -1 4202560 2309 0 0 0 19253 6 0 0 20 0 8 0 390827321 311521280 51049 33554432000 134512640 146736320 4291330992 4052049552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22787] ppid=22502 vsize=304220 CPUtime=236.17 cores=1,3,5,7
/proc/22503/task/22787/stat : 22787 (pb_cplex) S 22502 22502 22465 0 -1 4202560 2071 0 0 0 23611 6 0 0 20 0 8 0 390827321 311521280 51049 33554432000 134512640 146736320 4291330992 4041563792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1759.72
Current children cumulated vsize (KiB) 313368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+652.5 s]
/proc/loadavg: 8.76 9.09 5.04 6/186 22842
/proc/meminfo: memFree=30003876/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=304596 CPUtime=1800.36 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 128082 0 0 0 179982 54 0 0 20 0 8 0 390809341 311906304 51098 33554432000 134512640 146736320 4291330992 4291323740 135855174 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22503/statm: 76149 51098 876 2985 0 73083 0
[pid=22503/tid=22781] ppid=22502 vsize=304596 CPUtime=199.83 cores=1,3,5,7
/proc/22503/task/22781/stat : 22781 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2310 0 0 0 19976 7 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4104473604 136385170 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22782] ppid=22502 vsize=304596 CPUtime=169.99 cores=1,3,5,7
/proc/22503/task/22782/stat : 22782 (pb_cplex) S 22502 22502 22465 0 -1 4202560 2228 0 0 0 16993 6 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4093992592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22783] ppid=22502 vsize=304596 CPUtime=204.91 cores=1,3,5,7
/proc/22503/task/22783/stat : 22783 (pb_cplex) R 22502 22502 22465 0 -1 4202560 4351 0 0 0 20483 8 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4083502224 136008427 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22784] ppid=22502 vsize=304596 CPUtime=191.37 cores=1,3,5,7
/proc/22503/task/22784/stat : 22784 (pb_cplex) S 22502 22502 22465 0 -1 4202560 3003 0 0 0 19130 7 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4073021072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22785] ppid=22502 vsize=304596 CPUtime=202.56 cores=1,3,5,7
/proc/22503/task/22785/stat : 22785 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2691 0 0 0 20248 8 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4062530568 136474230 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22786] ppid=22502 vsize=304596 CPUtime=192.59 cores=1,3,5,7
/proc/22503/task/22786/stat : 22786 (pb_cplex) S 22502 22502 22465 0 -1 4202560 2309 0 0 0 19253 6 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4052049552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22787] ppid=22502 vsize=304596 CPUtime=236.17 cores=1,3,5,7
/proc/22503/task/22787/stat : 22787 (pb_cplex) S 22502 22502 22465 0 -1 4202560 2071 0 0 0 23611 6 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4041563792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 313744

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

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

[startup+652.5 s]
/proc/loadavg: 8.76 9.09 5.04 6/186 22842
/proc/meminfo: memFree=30003876/32873648 swapFree=7372/7372
[pid=22502] ppid=22500 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22502/stat : 22502 (run) S 22500 22502 22465 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390809340 9367552 269 33554432000 4194304 5064252 140736359463680 140736359462592 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22502/statm: 2287 269 229 213 0 72 0
[pid=22503] ppid=22502 vsize=304596 CPUtime=1800.36 cores=1,3,5,7
/proc/22503/stat : 22503 (pb_cplex) R 22502 22502 22465 0 -1 4202496 128082 0 0 0 179982 54 0 0 20 0 8 0 390809341 311906304 51098 33554432000 134512640 146736320 4291330992 4291323740 135855174 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22503/statm: 76149 51098 876 2985 0 73083 0
[pid=22503/tid=22781] ppid=22502 vsize=304596 CPUtime=199.83 cores=1,3,5,7
/proc/22503/task/22781/stat : 22781 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2310 0 0 0 19976 7 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4104473604 136385170 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22782] ppid=22502 vsize=304596 CPUtime=169.99 cores=1,3,5,7
/proc/22503/task/22782/stat : 22782 (pb_cplex) S 22502 22502 22465 0 -1 4202560 2228 0 0 0 16993 6 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4093992592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22783] ppid=22502 vsize=304596 CPUtime=204.91 cores=1,3,5,7
/proc/22503/task/22783/stat : 22783 (pb_cplex) R 22502 22502 22465 0 -1 4202560 4351 0 0 0 20483 8 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4083502224 136008427 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22503/tid=22784] ppid=22502 vsize=304596 CPUtime=191.37 cores=1,3,5,7
/proc/22503/task/22784/stat : 22784 (pb_cplex) S 22502 22502 22465 0 -1 4202560 3003 0 0 0 19130 7 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4073021072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22503/tid=22785] ppid=22502 vsize=304596 CPUtime=202.56 cores=1,3,5,7
/proc/22503/task/22785/stat : 22785 (pb_cplex) R 22502 22502 22465 0 -1 4202560 2691 0 0 0 20248 8 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4062530568 136474230 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=22503/tid=22786] ppid=22502 vsize=304596 CPUtime=192.59 cores=1,3,5,7
/proc/22503/task/22786/stat : 22786 (pb_cplex) S 22502 22502 22465 0 -1 4202560 2309 0 0 0 19253 6 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4052049552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22503/tid=22787] ppid=22502 vsize=304596 CPUtime=236.17 cores=1,3,5,7
/proc/22503/task/22787/stat : 22787 (pb_cplex) S 22502 22502 22465 0 -1 4202560 2071 0 0 0 23611 6 0 0 20 0 8 0 390827321 311906304 51098 33554432000 134512640 146736320 4291330992 4041563792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 313744

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 652.516
CPU time (s): 1800.36
CPU user time (s): 1799.82
CPU system time (s): 0.54
CPU usage (%): 275.91
Max. virtual memory (cumulated for all children) (KiB): 315444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 1076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353
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= 3
involuntary context switches= 1

runsolver used 1.49377 second user time and 4.28135 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-09 15:00:34
IDJOB=3728945
IDBENCH=1155
IDSOLVER=2325
FILE ID=node124/3728945-1339246834
RUNJOBID= node124-1339246831-22482
PBS_JOBID= 14644357
Free space on /tmp= 70600 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728945-1339246834/watcher-3728945-1339246834 -o /tmp/evaluation-result-3728945-1339246834/solver-3728945-1339246834 -C 1800 -W 1900 -M 15500  run HOME/instance-3728945-1339246834.opb

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

MD5SUM BENCH= f17e31cb6762bd0e8d3e659d7bd1050c
RANDOM SEED=1506873139

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30293308 kB
Buffers:          451860 kB
Cached:          1240708 kB
SwapCached:         8612 kB
Active:          1613984 kB
Inactive:          95744 kB
Active(anon):       1828 kB
Inactive(anon):    11320 kB
Active(file):    1612156 kB
Inactive(file):    84424 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:             18728 kB
Writeback:             0 kB
AnonPages:         10280 kB
Mapped:             8336 kB
Shmem:                 0 kB
Slab:             732504 kB
SReclaimable:     176936 kB
SUnreclaim:       555568 kB
KernelStack:        1408 kB
PageTables:         3736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3728945-1339246834.opb

Free space on /tmp at the end= 70564 MiB
End job on node124 at 2012-06-09 15:11:29