Trace number 3742718

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.03 680.42

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K78.opb
MD5SUM27e32f10bb4e6a4bffc8a62c113afb72
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 benchmark0.502923
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4290
Total number of constraints4448
Number of constraints which are clauses4370
Number of constraints which are cardinality constraints (but not clauses)78
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint78
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 79
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-3742718-1339251412.opb.
0.00/0.00	c Instance file HOME/instance-3742718-1339251412.opb
0.00/0.00	c File size is 265071 bytes.
0.00/0.11	c Highest Coefficient sum: 79
0.00/0.11	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.11	c ============================[ Problem Statistics ]=============================
0.00/0.11	c |                                                                             |
0.00/0.11	c |  Parsing time:          0.11         s                                      |
0.00/0.11	c |  Number Variables:      4290                                                |
0.00/0.11	c |  Number Constraints:    4448                                                |
0.00/0.11	c ===============================================================================
1800.03/680.41	c Remaining time 1799.88 sec.
1800.03/680.41	c 
1800.03/680.41	c *** INTERRUPTED ***
1800.03/680.41	s UNKNOWN
1800.03/680.41	c Total CPU time              : 1799.2 s
1800.03/680.41	c Memory used           : 462.97 MB
1800.03/680.41	c CPU time              : 1799.2 s
1800.03/680.41	c 
1800.03/680.41	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742718-1339251412/watcher-3742718-1339251412 -o /tmp/evaluation-result-3742718-1339251412/solver-3742718-1339251412 -C 1800 -W 1900 -M 15500 run HOME/instance-3742718-1339251412.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: 8.66 6.49 4.52 3/179 22990
/proc/meminfo: memFree=31214280/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0

[startup+0.00953898 s]
/proc/loadavg: 8.66 6.49 4.52 3/179 22990
/proc/meminfo: memFree=31214280/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 8.66 6.49 4.52 3/179 22990
/proc/meminfo: memFree=31214280/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 8.66 6.49 4.52 3/179 22990
/proc/meminfo: memFree=31214280/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700223 s]
/proc/loadavg: 8.66 6.49 4.52 3/179 22990
/proc/meminfo: memFree=31214280/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 8.66 6.49 4.52 3/181 22992
/proc/meminfo: memFree=31203304/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=27504 CPUtime=1.49 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 5236 0 0 0 148 1 0 0 20 0 1 0 35108188 28164096 3515 33554432000 134512640 146736320 4292213680 4292208136 136000882 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 6876 3515 778 2985 0 3810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36652

[startup+3.10026 s]
/proc/loadavg: 8.66 6.49 4.52 3/181 22992
/proc/meminfo: memFree=31202940/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=27672 CPUtime=3.09 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 5304 0 0 0 308 1 0 0 20 0 1 0 35108188 28336128 3568 33554432000 134512640 146736320 4292213680 4292207752 139043570 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 6918 3568 778 2985 0 3852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36820

[startup+6.30023 s]
/proc/loadavg: 8.12 6.42 4.51 3/181 22992
/proc/meminfo: memFree=31202320/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=27672 CPUtime=6.29 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 5326 0 0 0 628 1 0 0 20 0 1 0 35108188 28336128 3588 33554432000 134512640 146736320 4292213680 4292207772 135855162 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 6918 3588 778 2985 0 3852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36820

[startup+12.7003 s]
/proc/loadavg: 7.63 6.34 4.50 3/181 22992
/proc/meminfo: memFree=31196276/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=35864 CPUtime=12.69 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 8668 0 0 0 1267 2 0 0 20 0 1 0 35108188 36724736 5108 33554432000 134512640 146736320 4292213680 4292207544 138768475 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 8966 5108 837 2985 0 5900 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45012

[startup+25.5003 s]
/proc/loadavg: 6.38 6.13 4.46 3/181 22992
/proc/meminfo: memFree=31197516/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=31580 CPUtime=25.48 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 9437 0 0 0 2545 3 0 0 20 0 1 0 35108188 32337920 4762 33554432000 134512640 146736320 4292213680 4292207720 139044555 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 7895 4762 840 2985 0 4829 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40728

[startup+51.1003 s]
/proc/loadavg: 4.89 5.80 4.39 3/181 22992
/proc/meminfo: memFree=31197256/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=31640 CPUtime=51.07 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 11833 0 0 0 5102 5 0 0 20 0 1 0 35108188 32399360 4899 33554432000 134512640 146736320 4292213680 4292208320 139046501 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 7910 4899 859 2985 0 4844 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40788

[startup+102.306 s]
/proc/loadavg: 3.25 5.21 4.26 3/181 23041
/proc/meminfo: memFree=31484120/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=31580 CPUtime=102.27 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 15848 0 0 0 10218 9 0 0 20 0 1 0 35108188 32337920 5397 33554432000 134512640 146736320 4292213680 4292207608 136015592 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 7895 5397 862 2985 0 4829 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 40728

[startup+162.3 s]
/proc/loadavg: 3.53 4.85 4.19 10/188 23048
/proc/meminfo: memFree=31425340/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=174464 CPUtime=190.05 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 29974 0 0 0 18991 14 0 0 20 0 8 0 35108188 178651136 20106 33554432000 134512640 146736320 4292213680 4292206404 136385175 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22991/statm: 43616 20106 904 2985 0 40550 0
[pid=22991/tid=23042] ppid=22990 vsize=174464 CPUtime=4.53 cores=0,2,4,6
/proc/22991/task/23042/stat : 23042 (pb_cplex) R 22990 22990 21745 0 -1 4202560 959 0 0 0 453 0 0 0 20 0 8 0 35121382 178651136 20106 33554432000 134512640 146736320 4292213680 4137824368 136384857 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22991/tid=23043] ppid=22990 vsize=174464 CPUtime=4.67 cores=0,2,4,6
/proc/22991/task/23043/stat : 23043 (pb_cplex) R 22990 22990 21745 0 -1 4202560 904 0 0 0 467 0 0 0 20 0 8 0 35121382 178651136 20106 33554432000 134512640 146736320 4292213680 4127338552 136475800 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23044] ppid=22990 vsize=174464 CPUtime=4.71 cores=0,2,4,6
/proc/22991/task/23044/stat : 23044 (pb_cplex) R 22990 22990 21745 0 -1 4202560 782 0 0 0 471 0 0 0 20 0 8 0 35121382 178651136 20106 33554432000 134512640 146736320 4292213680 4116852828 135855201 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22991/tid=23045] ppid=22990 vsize=174464 CPUtime=4.64 cores=0,2,4,6
/proc/22991/task/23045/stat : 23045 (pb_cplex) R 22990 22990 21745 0 -1 4202560 946 0 0 0 464 0 0 0 20 0 8 0 35121382 178651136 20106 33554432000 134512640 146736320 4292213680 4106366096 136007982 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23046] ppid=22990 vsize=174464 CPUtime=4.68 cores=0,2,4,6
/proc/22991/task/23046/stat : 23046 (pb_cplex) R 22990 22990 21745 0 -1 4202560 939 0 0 0 468 0 0 0 20 0 8 0 35121382 178651136 20106 33554432000 134512640 146736320 4292213680 4095881308 135855127 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23047] ppid=22990 vsize=174464 CPUtime=4.62 cores=0,2,4,6
/proc/22991/task/23047/stat : 23047 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1446 0 0 0 462 0 0 0 20 0 8 0 35121382 178651136 20106 33554432000 134512640 146736320 4292213680 4085395524 136385183 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23048] ppid=22990 vsize=174464 CPUtime=4.85 cores=0,2,4,6
/proc/22991/task/23048/stat : 23048 (pb_cplex) R 22990 22990 21745 0 -1 4202560 856 0 0 0 485 0 0 0 20 0 8 0 35121382 178651136 20106 33554432000 134512640 146736320 4292213680 4074909904 136008061 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (KiB) 183612

[startup+222.3 s]
/proc/loadavg: 5.79 5.32 4.39 10/189 23051
/proc/meminfo: memFree=31406840/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=178040 CPUtime=408.1 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 35607 0 0 0 40788 22 0 0 20 0 8 0 35108188 182312960 21824 33554432000 134512640 146736320 4292213680 4292206428 135855165 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22991/statm: 44510 21824 904 2985 0 41444 0
[pid=22991/tid=23042] ppid=22990 vsize=178040 CPUtime=35.28 cores=0,2,4,6
/proc/22991/task/23042/stat : 23042 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1153 0 0 0 3528 0 0 0 20 0 8 0 35121382 182312960 21824 33554432000 134512640 146736320 4292213680 4137824324 136385175 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22991/tid=23043] ppid=22990 vsize=178040 CPUtime=27.22 cores=0,2,4,6
/proc/22991/task/23043/stat : 23043 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2516 0 0 0 2719 3 0 0 20 0 8 0 35121382 182312960 21824 33554432000 134512640 146736320 4292213680 4127338712 136008929 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23044] ppid=22990 vsize=178040 CPUtime=21.2 cores=0,2,4,6
/proc/22991/task/23044/stat : 23044 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1102 0 0 0 2118 2 0 0 20 0 8 0 35121382 182312960 21824 33554432000 134512640 146736320 4292213680 4116851836 135445996 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23045] ppid=22990 vsize=178040 CPUtime=24.77 cores=0,2,4,6
/proc/22991/task/23045/stat : 23045 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1574 0 0 0 2475 2 0 0 20 0 8 0 35121382 182312960 21824 33554432000 134512640 146736320 4292213680 4106367032 136475826 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23046] ppid=22990 vsize=178040 CPUtime=36.04 cores=0,2,4,6
/proc/22991/task/23046/stat : 23046 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1577 0 0 0 3604 0 0 0 20 0 8 0 35121382 182312960 21824 33554432000 134512640 146736320 4292213680 4095881264 136384852 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22991/tid=23047] ppid=22990 vsize=178040 CPUtime=39.1 cores=0,2,4,6
/proc/22991/task/23047/stat : 23047 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1906 0 0 0 3908 2 0 0 20 0 8 0 35121382 182312960 21824 33554432000 134512640 146736320 4292213680 4085395524 136385183 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23048] ppid=22990 vsize=178040 CPUtime=44.12 cores=0,2,4,6
/proc/22991/task/23048/stat : 23048 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1765 0 0 0 4410 2 0 0 20 0 8 0 35121382 182312960 21824 33554432000 134512640 146736320 4292213680 4074909752 136475775 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 408.1
Current children cumulated vsize (KiB) 187188


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

[pid=22991] ppid=22990 vsize=182120 CPUtime=866.67 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 42417 0 0 0 86632 35 0 0 20 0 8 0 35108188 186490880 23413 33554432000 134512640 146736320 4292213680 4292206544 136008042 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 45530 23413 911 2985 0 42464 0
[pid=22991/tid=23042] ppid=22990 vsize=182120 CPUtime=90.89 cores=0,2,4,6
/proc/22991/task/23042/stat : 23042 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2233 0 0 0 9085 4 0 0 20 0 8 0 35121382 186490880 23413 33554432000 134512640 146736320 4292213680 4137824312 136475859 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23043] ppid=22990 vsize=182120 CPUtime=82.93 cores=0,2,4,6
/proc/22991/task/23043/stat : 23043 (pb_cplex) R 22990 22990 21745 0 -1 4202560 3346 0 0 0 8287 6 0 0 20 0 8 0 35121382 186490880 23413 33554432000 134512640 146736320 4292213680 4127338704 136007975 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23044] ppid=22990 vsize=182120 CPUtime=75.49 cores=0,2,4,6
/proc/22991/task/23044/stat : 23044 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1552 0 0 0 7545 4 0 0 20 0 8 0 35121382 186490880 23413 33554432000 134512640 146736320 4292213680 4116852944 136007973 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22991/tid=23045] ppid=22990 vsize=182120 CPUtime=77.92 cores=0,2,4,6
/proc/22991/task/23045/stat : 23045 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2233 0 0 0 7787 5 0 0 20 0 8 0 35121382 186490880 23413 33554432000 134512640 146736320 4292213680 4106367564 139028288 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23046] ppid=22990 vsize=182120 CPUtime=95.88 cores=0,2,4,6
/proc/22991/task/23046/stat : 23046 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2641 0 0 0 9584 4 0 0 20 0 8 0 35121382 186490880 23413 33554432000 134512640 146736320 4292213680 4095881424 136008176 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22991/tid=23047] ppid=22990 vsize=182120 CPUtime=102.05 cores=0,2,4,6
/proc/22991/task/23047/stat : 23047 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2901 0 0 0 10201 4 0 0 20 0 8 0 35121382 186490880 23413 33554432000 134512640 146736320 4292213680 4085396048 136403114 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23048] ppid=22990 vsize=182120 CPUtime=105.14 cores=0,2,4,6
/proc/22991/task/23048/stat : 23048 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2684 0 0 0 10509 5 0 0 20 0 8 0 35121382 186490880 23413 33554432000 134512640 146736320 4292213680 4074909764 136385172 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 866.67
Current children cumulated vsize (KiB) 191268

[startup+402.3 s]
/proc/loadavg: 11.00 7.43 5.34 15/195 23059
/proc/meminfo: memFree=31007100/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=183144 CPUtime=1101.16 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 43699 0 0 0 110075 41 0 0 20 0 8 0 35108188 187539456 23754 33554432000 134512640 146736320 4292213680 4292206428 135855162 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22991/statm: 45786 23754 911 2985 0 42720 0
[pid=22991/tid=23042] ppid=22990 vsize=183144 CPUtime=118.88 cores=0,2,4,6
/proc/22991/task/23042/stat : 23042 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2236 0 0 0 11884 4 0 0 20 0 8 0 35121382 187539456 23754 33554432000 134512640 146736320 4292213680 4137824480 139028303 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23043] ppid=22990 vsize=183144 CPUtime=112.52 cores=0,2,4,6
/proc/22991/task/23043/stat : 23043 (pb_cplex) R 22990 22990 21745 0 -1 4202560 3842 0 0 0 11245 7 0 0 20 0 8 0 35121382 187539456 23754 33554432000 134512640 146736320 4292213680 4127338704 136008356 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=22991/tid=23044] ppid=22990 vsize=183144 CPUtime=105.91 cores=0,2,4,6
/proc/22991/task/23044/stat : 23044 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1552 0 0 0 10587 4 0 0 20 0 8 0 35121382 187539456 23754 33554432000 134512640 146736320 4292213680 4116853192 136001936 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23045] ppid=22990 vsize=183144 CPUtime=105.82 cores=0,2,4,6
/proc/22991/task/23045/stat : 23045 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2289 0 0 0 10576 6 0 0 20 0 8 0 35121382 187539456 23754 33554432000 134512640 146736320 4292213680 4106367432 136000326 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23046] ppid=22990 vsize=183144 CPUtime=123.92 cores=0,2,4,6
/proc/22991/task/23046/stat : 23046 (pb_cplex) R 22990 22990 21745 0 -1 4202560 3247 0 0 0 12387 5 0 0 20 0 8 0 35121382 187539456 23754 33554432000 134512640 146736320 4292213680 4095881424 136007973 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23047] ppid=22990 vsize=183144 CPUtime=133.99 cores=0,2,4,6
/proc/22991/task/23047/stat : 23047 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2907 0 0 0 13392 7 0 0 20 0 8 0 35121382 187539456 23754 33554432000 134512640 146736320 4292213680 4085395664 136007975 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23048] ppid=22990 vsize=183144 CPUtime=135.5 cores=0,2,4,6
/proc/22991/task/23048/stat : 23048 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2685 0 0 0 13544 6 0 0 20 0 8 0 35121382 187539456 23754 33554432000 134512640 146736320 4292213680 4074909764 136385175 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1101.16
Current children cumulated vsize (KiB) 192292

[startup+462.3 s]
/proc/loadavg: 10.50 8.06 5.69 4/188 23059
/proc/meminfo: memFree=31025196/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=104304 CPUtime=1305.43 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 44844 0 0 0 130474 69 0 0 20 0 1 0 35108188 106807296 12741 33554432000 134512640 146736320 4292213680 4292207760 136008266 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/22991/statm: 26076 12741 914 2985 0 23010 0
Current children cumulated CPU time (s) 1305.43
Current children cumulated vsize (KiB) 113452

[startup+522.3 s]
/proc/loadavg: 6.90 7.47 5.64 10/188 23059
/proc/meminfo: memFree=30909380/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=138452 CPUtime=1365.42 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 46479 0 0 0 136472 70 0 0 20 0 1 0 35108188 141774848 19488 33554432000 134512640 146736320 4292213680 4292206096 135460530 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22991/statm: 34613 19488 916 2985 0 31547 0
Current children cumulated CPU time (s) 1365.42
Current children cumulated vsize (KiB) 147600

[startup+582.3 s]
/proc/loadavg: 9.23 8.05 5.95 10/188 23066
/proc/meminfo: memFree=30897848/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=467652 CPUtime=1548.81 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 61265 0 0 0 154801 80 0 0 20 0 8 0 35108188 478875648 72807 33554432000 134512640 146736320 4292213680 4292206792 136000401 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22991/statm: 116913 72807 919 2985 0 113847 0
[pid=22991/tid=23060] ppid=22990 vsize=467652 CPUtime=20.46 cores=0,2,4,6
/proc/22991/task/23060/stat : 23060 (pb_cplex) R 22990 22990 21745 0 -1 4202560 783 0 0 0 2046 0 0 0 20 0 8 0 35160601 478875648 72807 33554432000 134512640 146736320 4292213680 4074909904 136008356 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23061] ppid=22990 vsize=467652 CPUtime=20.49 cores=0,2,4,6
/proc/22991/task/23061/stat : 23061 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1008 0 0 0 2049 0 0 0 20 0 8 0 35160601 478875648 72807 33554432000 134512640 146736320 4292213680 4085395512 136476106 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23062] ppid=22990 vsize=467652 CPUtime=20.88 cores=0,2,4,6
/proc/22991/task/23062/stat : 23062 (pb_cplex) R 22990 22990 21745 0 -1 4202560 754 0 0 0 2088 0 0 0 20 0 8 0 35160601 478875648 72807 33554432000 134512640 146736320 4292213680 4095881328 136384846 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23063] ppid=22990 vsize=467652 CPUtime=21.56 cores=0,2,4,6
/proc/22991/task/23063/stat : 23063 (pb_cplex) R 22990 22990 21745 0 -1 4202560 770 0 0 0 2154 2 0 0 20 0 8 0 35160601 478875648 72807 33554432000 134512640 146736320 4292213680 4106367568 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23064] ppid=22990 vsize=467652 CPUtime=20.05 cores=0,2,4,6
/proc/22991/task/23064/stat : 23064 (pb_cplex) R 22990 22990 21745 0 -1 4202560 3158 0 0 0 2003 2 0 0 20 0 8 0 35160601 478875648 72807 33554432000 134512640 146736320 4292213680 3763441732 136385183 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23065] ppid=22990 vsize=467652 CPUtime=20.54 cores=0,2,4,6
/proc/22991/task/23065/stat : 23065 (pb_cplex) R 22990 22990 21745 0 -1 4202560 868 0 0 0 2054 0 0 0 20 0 8 0 35160601 478875648 72807 33554432000 134512640 146736320 4292213680 3752955972 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23066] ppid=22990 vsize=467652 CPUtime=20.76 cores=0,2,4,6
/proc/22991/task/23066/stat : 23066 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1681 0 0 0 2076 0 0 0 20 0 8 0 35160601 478875648 72807 33554432000 134512640 146736320 4292213680 3742470144 136019067 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1548.81
Current children cumulated vsize (KiB) 476800

[startup+642.3 s]
/proc/loadavg: 6.06 7.45 5.88 3/195 23081
/proc/meminfo: memFree=30655548/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=467976 CPUtime=1698.72 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 63485 0 0 0 169788 84 0 0 20 0 8 0 35108188 479207424 73527 33554432000 134512640 146736320 4292213680 4292206392 136475859 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22991/statm: 116994 73527 919 2985 0 113928 0
[pid=22991/tid=23060] ppid=22990 vsize=467976 CPUtime=38.51 cores=0,2,4,6
/proc/22991/task/23060/stat : 23060 (pb_cplex) S 22990 22990 21745 0 -1 4202560 821 0 0 0 3849 2 0 0 20 0 8 0 35160601 479207424 73527 33554432000 134512640 146736320 4292213680 4074913424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23061] ppid=22990 vsize=467976 CPUtime=50.28 cores=0,2,4,6
/proc/22991/task/23061/stat : 23061 (pb_cplex) S 22990 22990 21745 0 -1 4202560 1030 0 0 0 5028 0 0 0 20 0 8 0 35160601 479207424 73527 33554432000 134512640 146736320 4292213680 4085399184 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23062] ppid=22990 vsize=467976 CPUtime=25.21 cores=0,2,4,6
/proc/22991/task/23062/stat : 23062 (pb_cplex) S 22990 22990 21745 0 -1 4202560 764 0 0 0 2521 0 0 0 20 0 8 0 35160601 479207424 73527 33554432000 134512640 146736320 4292213680 4095884944 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22991/tid=23063] ppid=22990 vsize=467976 CPUtime=29.51 cores=0,2,4,6
/proc/22991/task/23063/stat : 23063 (pb_cplex) S 22990 22990 21745 0 -1 4202560 2416 0 0 0 2949 2 0 0 20 0 8 0 35160601 479207424 73527 33554432000 134512640 146736320 4292213680 4106370704 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23064] ppid=22990 vsize=467976 CPUtime=32.14 cores=0,2,4,6
/proc/22991/task/23064/stat : 23064 (pb_cplex) S 22990 22990 21745 0 -1 4202560 3158 0 0 0 3212 2 0 0 20 0 8 0 35160601 479207424 73527 33554432000 134512640 146736320 4292213680 3763445392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23065] ppid=22990 vsize=467976 CPUtime=32.53 cores=0,2,4,6
/proc/22991/task/23065/stat : 23065 (pb_cplex) S 22990 22990 21745 0 -1 4202560 916 0 0 0 3253 0 0 0 20 0 8 0 35160601 479207424 73527 33554432000 134512640 146736320 4292213680 3752959632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23066] ppid=22990 vsize=467976 CPUtime=35.55 cores=0,2,4,6
/proc/22991/task/23066/stat : 23066 (pb_cplex) S 22990 22990 21745 0 -1 4202560 1702 0 0 0 3555 0 0 0 20 0 8 0 35160601 479207424 73527 33554432000 134512640 146736320 4292213680 3742473872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1698.72
Current children cumulated vsize (KiB) 477124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+680.4 s]
/proc/loadavg: 8.83 7.91 6.10 16/195 23081
/proc/meminfo: memFree=30297916/32873844 swapFree=7132/7132
[pid=22990] ppid=22988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22990/stat : 22990 (run) S 22988 22990 21745 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 35108188 9367552 270 33554432000 4194304 5064252 140735897614640 140735897613552 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22990/statm: 2287 270 229 213 0 72 0
[pid=22991] ppid=22990 vsize=474076 CPUtime=1800.03 cores=0,2,4,6
/proc/22991/stat : 22991 (pb_cplex) R 22990 22990 21745 0 -1 4202496 67714 0 0 0 179916 87 0 0 20 0 8 0 35108188 485453824 75607 33554432000 134512640 146736320 4292213680 4292206404 136385167 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22991/statm: 118519 75607 919 2985 0 115453 0
[pid=22991/tid=23060] ppid=22990 vsize=474076 CPUtime=49.1 cores=0,2,4,6
/proc/22991/task/23060/stat : 23060 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1620 0 0 0 4907 3 0 0 20 0 8 0 35160601 485453824 75607 33554432000 134512640 146736320 4292213680 4074909904 136008007 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=22991/tid=23061] ppid=22990 vsize=474076 CPUtime=60.87 cores=0,2,4,6
/proc/22991/task/23061/stat : 23061 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1770 0 0 0 6087 0 0 0 20 0 8 0 35160601 485453824 75607 33554432000 134512640 146736320 4292213680 4085396096 139046508 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23062] ppid=22990 vsize=474076 CPUtime=35.58 cores=0,2,4,6
/proc/22991/task/23062/stat : 23062 (pb_cplex) R 22990 22990 21745 0 -1 4202560 946 0 0 0 3556 2 0 0 20 0 8 0 35160601 485453824 75607 33554432000 134512640 146736320 4292213680 4095881808 136403117 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23063] ppid=22990 vsize=474076 CPUtime=40.11 cores=0,2,4,6
/proc/22991/task/23063/stat : 23063 (pb_cplex) R 22990 22990 21745 0 -1 4202560 2765 0 0 0 4008 3 0 0 20 0 8 0 35160601 485453824 75607 33554432000 134512640 146736320 4292213680 4106367192 136008653 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=22991/tid=23064] ppid=22990 vsize=474076 CPUtime=42.65 cores=0,2,4,6
/proc/22991/task/23064/stat : 23064 (pb_cplex) R 22990 22990 21745 0 -1 4202560 3828 0 0 0 4263 2 0 0 20 0 8 0 35160601 485453824 75607 33554432000 134512640 146736320 4292213680 3763441720 136475822 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23065] ppid=22990 vsize=474076 CPUtime=43.17 cores=0,2,4,6
/proc/22991/task/23065/stat : 23065 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1792 0 0 0 4315 2 0 0 20 0 8 0 35160601 485453824 75607 33554432000 134512640 146736320 4292213680 3752955972 136385179 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=22991/tid=23066] ppid=22990 vsize=474076 CPUtime=46.14 cores=0,2,4,6
/proc/22991/task/23066/stat : 23066 (pb_cplex) R 22990 22990 21745 0 -1 4202560 1853 0 0 0 4612 2 0 0 20 0 8 0 35160601 485453824 75607 33554432000 134512640 146736320 4292213680 3742470236 135855167 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 483224

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 680.42
CPU time (s): 1800.03
CPU user time (s): 1799.16
CPU system time (s): 0.87
CPU usage (%): 264.547
Max. virtual memory (cumulated for all children) (KiB): 484248

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

The end

Launcher Data

Begin job on node132 at 2012-06-09 16:16:52
IDJOB=3742718
IDBENCH=90225
IDSOLVER=2325
FILE ID=node132/3742718-1339251412
RUNJOBID= node132-1339246833-21762
PBS_JOBID= 14644349
Free space on /tmp= 71144 MiB

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

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

MD5SUM BENCH= 27e32f10bb4e6a4bffc8a62c113afb72
RANDOM SEED=1052724472

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31215032 kB
Buffers:          351124 kB
Cached:           139372 kB
SwapCached:         1248 kB
Active:           685776 kB
Inactive:         107536 kB
Active(anon):     289404 kB
Inactive(anon):     8428 kB
Active(file):     396372 kB
Inactive(file):    99108 kB
Unevictable:        7132 kB
Mlocked:            7132 kB
SwapTotal:      67108856 kB
SwapFree:       67100784 kB
Dirty:             17080 kB
Writeback:             0 kB
AnonPages:        301664 kB
Mapped:            14020 kB
Shmem:                 8 kB
Slab:             724964 kB
SReclaimable:     167120 kB
SUnreclaim:       557844 kB
KernelStack:        1456 kB
PageTables:         4600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     557700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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-3742718-1339251412.opb

Free space on /tmp at the end= 71132 MiB
End job on node132 at 2012-06-09 16:28:12