Trace number 3741977

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.23 828.325

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K97.opb
MD5SUM43f0e9fb1c8ca4724fdfde37689b9cda
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 benchmark650.612
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6596
Total number of constraints6792
Number of constraints which are clauses6695
Number of constraints which are cardinality constraints (but not clauses)97
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint97
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 98
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-3741977-1339250702.opb.
0.00/0.00	c Instance file HOME/instance-3741977-1339250702.opb
0.00/0.00	c File size is 422431 bytes.
0.00/0.20	c Highest Coefficient sum: 98
0.00/0.20	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.20	c ============================[ Problem Statistics ]=============================
0.00/0.20	c |                                                                             |
0.00/0.20	c |  Parsing time:          0.20         s                                      |
0.00/0.20	c |  Number Variables:      6596                                                |
0.00/0.21	c |  Number Constraints:    6792                                                |
0.00/0.21	c ===============================================================================
1800.23/828.31	c Remaining time 1799.80 sec.
1800.23/828.31	c 
1800.23/828.31	c *** INTERRUPTED ***
1800.23/828.31	s UNKNOWN
1800.23/828.31	c Total CPU time              : 1799.01 s
1800.23/828.32	c Memory used           : 212.84 MB
1800.23/828.32	c CPU time              : 1799.01 s
1800.23/828.32	c 
1800.23/828.32	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-3741977-1339250702/watcher-3741977-1339250702 -o /tmp/evaluation-result-3741977-1339250702/solver-3741977-1339250702 -C 1800 -W 1900 -M 15500 run HOME/instance-3741977-1339250702.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: 6.87 6.55 5.70 4/177 30722
/proc/meminfo: memFree=28985808/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0

[startup+0.0832519 s]
/proc/loadavg: 6.87 6.55 5.70 4/177 30722
/proc/meminfo: memFree=28985808/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 6.87 6.55 5.70 4/177 30722
/proc/meminfo: memFree=28985808/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 6.87 6.55 5.70 4/177 30722
/proc/meminfo: memFree=28985808/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 6.87 6.55 5.70 4/177 30722
/proc/meminfo: memFree=28985808/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 6.87 6.55 5.70 3/179 30724
/proc/meminfo: memFree=28969904/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=34888 CPUtime=1.49 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 6443 0 0 0 148 1 0 0 20 0 1 0 391194580 35725312 4846 33554432000 134512640 146736320 4287978992 4287973844 136003825 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 8722 4846 725 2985 0 5656 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44036

[startup+3.10027 s]
/proc/loadavg: 6.48 6.47 5.68 3/179 30724
/proc/meminfo: memFree=28969052/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=35080 CPUtime=3.09 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 7653 0 0 0 308 1 0 0 20 0 1 0 391194580 35921920 4919 33554432000 134512640 146736320 4287978992 4287973060 136385170 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 8770 4919 780 2985 0 5704 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44228

[startup+6.30027 s]
/proc/loadavg: 6.48 6.47 5.68 3/179 30724
/proc/meminfo: memFree=28968060/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=35080 CPUtime=6.29 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 7700 0 0 0 627 2 0 0 20 0 1 0 391194580 35921920 4966 33554432000 134512640 146736320 4287978992 4287972992 136018919 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 8770 4966 780 2985 0 5704 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44228

[startup+12.7003 s]
/proc/loadavg: 5.79 6.32 5.64 3/179 30724
/proc/meminfo: memFree=28967604/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=35616 CPUtime=12.69 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 7837 0 0 0 1267 2 0 0 20 0 1 0 391194580 36470784 5103 33554432000 134512640 146736320 4287978992 4287973408 136388288 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 8904 5103 780 2985 0 5838 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44764

[startup+25.5003 s]
/proc/loadavg: 5.20 6.18 5.60 3/179 30724
/proc/meminfo: memFree=28958988/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=47112 CPUtime=25.48 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 12177 0 0 0 2546 2 0 0 20 0 1 0 391194580 48242688 7374 33554432000 134512640 146736320 4287978992 4287972956 135855178 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 11778 7374 820 2985 0 8712 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56260

[startup+51.1003 s]
/proc/loadavg: 4.17 5.86 5.51 3/179 30724
/proc/meminfo: memFree=28963632/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=40056 CPUtime=51.08 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 14216 0 0 0 5104 4 0 0 20 0 1 0 391194580 41017344 6440 33554432000 134512640 146736320 4287978992 4287973304 136015681 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 10014 6440 842 2985 0 6948 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49204

[startup+102.307 s]
/proc/loadavg: 2.93 5.22 5.31 3/179 30725
/proc/meminfo: memFree=28958716/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=40604 CPUtime=102.28 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 18536 0 0 0 10223 5 0 0 20 0 1 0 391194580 41578496 6577 33554432000 134512640 146736320 4287978992 4287973084 135855165 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 10151 6577 842 2985 0 7085 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 49752

[startup+162.3 s]
/proc/loadavg: 2.34 4.63 5.10 3/179 30725
/proc/meminfo: memFree=29119380/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=49096 CPUtime=162.27 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 26182 0 0 0 16220 7 0 0 20 0 1 0 391194580 50274304 8395 33554432000 134512640 146736320 4287978992 4287972864 136019045 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 12274 8395 843 2985 0 9208 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 58244

[startup+222.3 s]
/proc/loadavg: 2.12 4.15 4.90 3/179 30725
/proc/meminfo: memFree=29119552/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=40452 CPUtime=222.25 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 26505 0 0 0 22218 7 0 0 20 0 1 0 391194580 41422848 6543 33554432000 134512640 146736320 4287978992 4287972700 135855127 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 10113 6543 846 2985 0 7047 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 49600

[startup+282.3 s]
/proc/loadavg: 2.04 3.76 4.72 3/179 30725
/proc/meminfo: memFree=29118684/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=40452 CPUtime=282.24 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 26505 0 0 0 28217 7 0 0 20 0 1 0 391194580 41422848 6543 33554432000 134512640 146736320 4287978992 4287973000 136388115 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 10113 6543 846 2985 0 7047 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 49600

[startup+342.3 s]
/proc/loadavg: 2.09 3.45 4.55 3/180 30728
/proc/meminfo: memFree=29114316/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=40452 CPUtime=342.22 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 26850 0 0 0 34214 8 0 0 20 0 1 0 391194580 41422848 7163 33554432000 134512640 146736320 4287978992 4287973648 136403129 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/30723/statm: 10113 7163 852 2985 0 7047 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 49600

[startup+402.3 s]
/proc/loadavg: 2.03 3.21 4.40 3/186 30736
/proc/meminfo: memFree=29068996/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/30723/statm: 54444 29001 884 2985 0 51378 0
[pid=30723/tid=30729] ppid=30722 vsize=217776 CPUtime=69.95 cores=1,3,5,7
/proc/30723/task/30729/stat : 30729 (pb_cplex) R 30722 30722 29579 0 -1 4202560 5049 0 0 0 6991 4 0 0 20 0 8 0 391233212 223002624 29001 33554432000 134512640 146736320 4287978992 4121084016 136384857 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30723/tid=30730] ppid=30722 vsize=217776 CPUtime=69.7 cores=1,3,5,7
/proc/30723/task/30730/stat : 30730 (pb_cplex) R 30722 30722 29579 0 -1 4202560 3928 0 0 0 6964 6 0 0 20 0 8 0 391233212 223002624 29001 33554432000 134512640 146736320 4287978992 4110598600 136000532 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30731] ppid=30722 vsize=217776 CPUtime=69.71 cores=1,3,5,7
/proc/30723/task/30731/stat : 30731 (pb_cplex) R 30722 30722 29579 0 -1 4202560 12933 0 0 0 6960 11 0 0 20 0 8 0 391233212 223002624 29001 33554432000 134512640 146736320 4287978992 4100112828 136400704 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30723/tid=30732] ppid=30722 vsize=217776 CPUtime=69.46 cores=1,3,5,7
/proc/30723/task/30732/stat : 30732 (pb_cplex) R 30722 30722 29579 0 -1 4202560 5427 0 0 0 6941 5 0 0 20 0 8 0 391233212 223002624 29001 33554432000 134512640 146736320 4287978992 4089626680 136475775 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30733] ppid=30722 vsize=217776 CPUtime=70.03 cores=1,3,5,7
/proc/30723/task/30733/stat : 30733 (pb_cplex) R 30722 30722 29579 0 -1 4202560 12443 0 0 0 6992 11 0 0 20 0 8 0 391233212 223002624 29001 33554432000 134512640 146736320 4287978992 4079140936 139042883 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30734] ppid=30722 vsize=217776 CPUtime=69.69 cores=1,3,5,7
/proc/30723/task/30734/stat : 30734 (pb_cplex) R 30722 30722 29579 0 -1 4202560 1253 0 0 0 6962 7 0 0 20 0 8 0 391233212 223002624 29001 33554432000 134512640 146736320 4287978992 4068655744 139046479 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30723/tid=30735] ppid=30722 vsize=217776 CPUtime=69.31 cores=1,3,5,7
/proc/30723/task/30735/stat : 30735 (pb_cplex) R 30722 30722 29579 0 -1 4202560 17061 0 0 0 6920 11 0 0 20 0 8 0 391233212 223002624 29001 33554432000 134512640 146736320 4287978992 4058169552 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1061.61
Current children cumulated vsize (KiB) 226924

[startup+702.3 s]
/proc/loadavg: 8.75 5.84 5.07 10/185 30736
/proc/meminfo: memFree=29012000/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=217780 CPUtime=1301.14 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 122856 0 0 0 130028 86 0 0 20 0 8 0 391194580 223006720 30402 33554432000 134512640 146736320 4287978992 4287971688 139044550 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30723/statm: 54445 30403 884 2985 0 51379 0
[pid=30723/tid=30729] ppid=30722 vsize=217780 CPUtime=99.81 cores=1,3,5,7
/proc/30723/task/30729/stat : 30729 (pb_cplex) R 30722 30722 29579 0 -1 4202560 13545 0 0 0 9974 7 0 0 20 0 8 0 391233212 223006720 30404 33554432000 134512640 146736320 4287978992 4121083944 139044557 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30723/tid=30730] ppid=30722 vsize=217780 CPUtime=99.74 cores=1,3,5,7
/proc/30723/task/30730/stat : 30730 (pb_cplex) R 30722 30722 29579 0 -1 4202560 3928 0 0 0 9965 9 0 0 20 0 8 0 391233212 223006720 30407 33554432000 134512640 146736320 4287978992 4110598184 139044550 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30731] ppid=30722 vsize=217780 CPUtime=99.32 cores=1,3,5,7
/proc/30723/task/30731/stat : 30731 (pb_cplex) R 30722 30722 29579 0 -1 4202560 21797 0 0 0 9916 16 0 0 20 0 8 0 391233212 223006720 30415 33554432000 134512640 146736320 4287978992 4100112600 136009199 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30732] ppid=30722 vsize=217780 CPUtime=99.32 cores=1,3,5,7
/proc/30723/task/30732/stat : 30732 (pb_cplex) R 30722 30722 29579 0 -1 4202560 5461 0 0 0 9924 8 0 0 20 0 8 0 391233212 223006720 30415 33554432000 134512640 146736320 4287978992 4089626692 136385172 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30733] ppid=30722 vsize=217780 CPUtime=99.91 cores=1,3,5,7
/proc/30723/task/30733/stat : 30733 (pb_cplex) R 30722 30722 29579 0 -1 4202560 12446 0 0 0 9979 12 0 0 20 0 8 0 391233212 223006720 30415 33554432000 134512640 146736320 4287978992 4079141320 136000409 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30723/tid=30734] ppid=30722 vsize=217780 CPUtime=99.37 cores=1,3,5,7
/proc/30723/task/30734/stat : 30734 (pb_cplex) R 30722 30722 29579 0 -1 4202560 4524 0 0 0 9927 10 0 0 20 0 8 0 391233212 223006720 30417 33554432000 134512640 146736320 4287978992 4068654260 138462922 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30735] ppid=30722 vsize=217780 CPUtime=99.13 cores=1,3,5,7
/proc/30723/task/30735/stat : 30735 (pb_cplex) R 30722 30722 29579 0 -1 4202560 19922 0 0 0 9901 12 0 0 20 0 8 0 391233212 223006720 30417 33554432000 134512640 146736320 4287978992 4058169436 135855127 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1301.14
Current children cumulated vsize (KiB) 226928

[startup+762.307 s]
/proc/loadavg: 8.83 6.40 5.31 9/186 30737
/proc/meminfo: memFree=29011504/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=217780 CPUtime=1540.75 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) R 30722 30722 29579 0 -1 4202496 132800 0 0 0 153973 102 0 0 20 0 8 0 391194580 223006720 30489 33554432000 134512640 146736320 4287978992 4287971856 136008450 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30723/statm: 54445 30489 884 2985 0 51379 0
[pid=30723/tid=30729] ppid=30722 vsize=217780 CPUtime=130.3 cores=1,3,5,7
/proc/30723/task/30729/stat : 30729 (pb_cplex) R 30722 30722 29579 0 -1 4202560 13586 0 0 0 13022 8 0 0 20 0 8 0 391233212 223006720 30489 33554432000 134512640 146736320 4287978992 4121083976 139042888 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30730] ppid=30722 vsize=217780 CPUtime=130.14 cores=1,3,5,7
/proc/30723/task/30730/stat : 30730 (pb_cplex) R 30722 30722 29579 0 -1 4202560 3928 0 0 0 13004 10 0 0 20 0 8 0 391233212 223006720 30489 33554432000 134512640 146736320 4287978992 4110598352 136007975 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30731] ppid=30722 vsize=217780 CPUtime=129.48 cores=1,3,5,7
/proc/30723/task/30731/stat : 30731 (pb_cplex) R 30722 30722 29579 0 -1 4202560 21861 0 0 0 12929 19 0 0 20 0 8 0 391233212 223006720 30489 33554432000 134512640 146736320 4287978992 4100111532 135454093 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30732] ppid=30722 vsize=217780 CPUtime=126.56 cores=1,3,5,7
/proc/30723/task/30732/stat : 30732 (pb_cplex) S 30722 30722 29579 0 -1 4202560 5462 0 0 0 12647 9 0 0 20 0 8 0 391233212 223006720 30489 33554432000 134512640 146736320 4287978992 4089630352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30733] ppid=30722 vsize=217780 CPUtime=129.99 cores=1,3,5,7
/proc/30723/task/30733/stat : 30733 (pb_cplex) R 30722 30722 29579 0 -1 4202560 12446 0 0 0 12986 13 0 0 20 0 8 0 391233212 223006720 30489 33554432000 134512640 146736320 4287978992 4079141072 136008017 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30734] ppid=30722 vsize=217780 CPUtime=129.66 cores=1,3,5,7
/proc/30723/task/30734/stat : 30734 (pb_cplex) R 30722 30722 29579 0 -1 4202560 9319 0 0 0 12949 17 0 0 20 0 8 0 391233212 223006720 30489 33554432000 134512640 146736320 4287978992 4068655196 135855130 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30723/tid=30735] ppid=30722 vsize=217780 CPUtime=129.05 cores=1,3,5,7
/proc/30723/task/30735/stat : 30735 (pb_cplex) R 30722 30722 29579 0 -1 4202560 24950 0 0 0 12890 15 0 0 20 0 8 0 391233212 223006720 30489 33554432000 134512640 146736320 4287978992 4058169456 136384857 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1540.75
Current children cumulated vsize (KiB) 226928

[startup+822.3 s]
/proc/loadavg: 7.57 6.46 5.39 6/186 30737
/proc/meminfo: memFree=29011008/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=218972 CPUtime=1780.17 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) S 30722 30722 29579 0 -1 4202496 159925 0 0 0 177895 122 0 0 20 0 8 0 391194580 224227328 30696 33554432000 134512640 146736320 4287978992 4287975376 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30723/statm: 54743 30696 885 2985 0 51677 0
[pid=30723/tid=30729] ppid=30722 vsize=218972 CPUtime=160.73 cores=1,3,5,7
/proc/30723/task/30729/stat : 30729 (pb_cplex) S 30722 30722 29579 0 -1 4202560 13586 0 0 0 16063 10 0 0 20 0 8 0 391233212 224227328 30696 33554432000 134512640 146736320 4287978992 4121087632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30730] ppid=30722 vsize=218972 CPUtime=172.84 cores=1,3,5,7
/proc/30723/task/30730/stat : 30730 (pb_cplex) R 30722 30722 29579 0 -1 4202560 3929 0 0 0 17271 13 0 0 20 0 8 0 391233212 224227328 30696 33554432000 134512640 146736320 4287978992 4110598212 136385167 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30723/tid=30731] ppid=30722 vsize=218972 CPUtime=170.8 cores=1,3,5,7
/proc/30723/task/30731/stat : 30731 (pb_cplex) R 30722 30722 29579 0 -1 4202560 21886 0 0 0 17057 23 0 0 20 0 8 0 391233212 224227328 30696 33554432000 134512640 146736320 4287978992 4100112476 135855165 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30732] ppid=30722 vsize=218972 CPUtime=126.56 cores=1,3,5,7
/proc/30723/task/30732/stat : 30732 (pb_cplex) S 30722 30722 29579 0 -1 4202560 5462 0 0 0 12647 9 0 0 20 0 8 0 391233212 224227328 30696 33554432000 134512640 146736320 4287978992 4089630352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30733] ppid=30722 vsize=218972 CPUtime=171.44 cores=1,3,5,7
/proc/30723/task/30733/stat : 30733 (pb_cplex) R 30722 30722 29579 0 -1 4202560 18725 0 0 0 17127 17 0 0 20 0 8 0 391233212 224227328 30696 33554432000 134512640 146736320 4287978992 4079139984 136008234 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=30723/tid=30734] ppid=30722 vsize=218972 CPUtime=166.48 cores=1,3,5,7
/proc/30723/task/30734/stat : 30734 (pb_cplex) S 30722 30722 29579 0 -1 4202560 18095 0 0 0 16625 23 0 0 20 0 8 0 391233212 224227328 30696 33554432000 134512640 146736320 4287978992 4068658832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30735] ppid=30722 vsize=218972 CPUtime=171.12 cores=1,3,5,7
/proc/30723/task/30735/stat : 30735 (pb_cplex) R 30722 30722 29579 0 -1 4202560 36994 0 0 0 17091 21 0 0 20 0 8 0 391233212 224227328 30696 33554432000 134512640 146736320 4287978992 4058169800 136000710 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1780.17
Current children cumulated vsize (KiB) 228120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+828.308 s]
/proc/loadavg: 7.10 6.40 5.38 5/186 30737
/proc/meminfo: memFree=29010760/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=217948 CPUtime=1800.23 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) S 30722 30722 29579 0 -1 4202496 162808 0 0 0 179899 124 0 0 20 0 8 0 391194580 223178752 30601 33554432000 134512640 146736320 4287978992 4287975376 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30723/statm: 54487 30601 888 2985 0 51421 0
[pid=30723/tid=30729] ppid=30722 vsize=217948 CPUtime=160.73 cores=1,3,5,7
/proc/30723/task/30729/stat : 30729 (pb_cplex) S 30722 30722 29579 0 -1 4202560 13586 0 0 0 16063 10 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4121087632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30730] ppid=30722 vsize=217948 CPUtime=178.84 cores=1,3,5,7
/proc/30723/task/30730/stat : 30730 (pb_cplex) R 30722 30722 29579 0 -1 4202560 3929 0 0 0 17871 13 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4110596560 135460502 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30723/tid=30731] ppid=30722 vsize=217948 CPUtime=176.8 cores=1,3,5,7
/proc/30723/task/30731/stat : 30731 (pb_cplex) R 30722 30722 29579 0 -1 4202560 21886 0 0 0 17656 24 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4100112440 136475780 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30732] ppid=30722 vsize=217948 CPUtime=126.56 cores=1,3,5,7
/proc/30723/task/30732/stat : 30732 (pb_cplex) S 30722 30722 29579 0 -1 4202560 5462 0 0 0 12647 9 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4089630352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30733] ppid=30722 vsize=217948 CPUtime=173.45 cores=1,3,5,7
/proc/30723/task/30733/stat : 30733 (pb_cplex) S 30722 30722 29579 0 -1 4202560 19008 0 0 0 17328 17 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4079144592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30723/tid=30734] ppid=30722 vsize=217948 CPUtime=166.48 cores=1,3,5,7
/proc/30723/task/30734/stat : 30734 (pb_cplex) S 30722 30722 29579 0 -1 4202560 18095 0 0 0 16625 23 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4068658832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30735] ppid=30722 vsize=217948 CPUtime=177.11 cores=1,3,5,7
/proc/30723/task/30735/stat : 30735 (pb_cplex) R 30722 30722 29579 0 -1 4202560 39594 0 0 0 17689 22 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4058169436 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 227096

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

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

[startup+828.308 s]
/proc/loadavg: 7.10 6.40 5.38 5/186 30737
/proc/meminfo: memFree=29010760/32873844 swapFree=7628/7628
[pid=30722] ppid=30720 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30722/stat : 30722 (run) S 30720 30722 29579 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391194580 9367552 270 33554432000 4194304 5064252 140735408838912 140735408837824 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30722/statm: 2287 270 229 213 0 72 0
[pid=30723] ppid=30722 vsize=217948 CPUtime=1800.23 cores=1,3,5,7
/proc/30723/stat : 30723 (pb_cplex) S 30722 30722 29579 0 -1 4202496 162808 0 0 0 179899 124 0 0 20 0 8 0 391194580 223178752 30601 33554432000 134512640 146736320 4287978992 4287975376 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30723/statm: 54487 30601 888 2985 0 51421 0
[pid=30723/tid=30729] ppid=30722 vsize=217948 CPUtime=160.73 cores=1,3,5,7
/proc/30723/task/30729/stat : 30729 (pb_cplex) S 30722 30722 29579 0 -1 4202560 13586 0 0 0 16063 10 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4121087632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30730] ppid=30722 vsize=217948 CPUtime=178.84 cores=1,3,5,7
/proc/30723/task/30730/stat : 30730 (pb_cplex) R 30722 30722 29579 0 -1 4202560 3929 0 0 0 17871 13 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4110596560 135460502 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30723/tid=30731] ppid=30722 vsize=217948 CPUtime=176.8 cores=1,3,5,7
/proc/30723/task/30731/stat : 30731 (pb_cplex) R 30722 30722 29579 0 -1 4202560 21886 0 0 0 17656 24 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4100112440 136475780 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30723/tid=30732] ppid=30722 vsize=217948 CPUtime=126.56 cores=1,3,5,7
/proc/30723/task/30732/stat : 30732 (pb_cplex) S 30722 30722 29579 0 -1 4202560 5462 0 0 0 12647 9 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4089630352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30733] ppid=30722 vsize=217948 CPUtime=173.45 cores=1,3,5,7
/proc/30723/task/30733/stat : 30733 (pb_cplex) S 30722 30722 29579 0 -1 4202560 19008 0 0 0 17328 17 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4079144592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30723/tid=30734] ppid=30722 vsize=217948 CPUtime=166.48 cores=1,3,5,7
/proc/30723/task/30734/stat : 30734 (pb_cplex) S 30722 30722 29579 0 -1 4202560 18095 0 0 0 16625 23 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4068658832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30723/tid=30735] ppid=30722 vsize=217948 CPUtime=177.11 cores=1,3,5,7
/proc/30723/task/30735/stat : 30735 (pb_cplex) R 30722 30722 29579 0 -1 4202560 39594 0 0 0 17689 22 0 0 20 0 8 0 391233212 223178752 30601 33554432000 134512640 146736320 4287978992 4058169436 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 227096

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 828.325
CPU time (s): 1800.23
CPU user time (s): 1798.99
CPU system time (s): 1.24
CPU usage (%): 217.334
Max. virtual memory (cumulated for all children) (KiB): 228120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.41578
maximum resident set size= 123112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163166
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= 1676
involuntary context switches= 73099

runsolver used 1.91371 second user time and 5.2422 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-09 16:05:02
IDJOB=3741977
IDBENCH=90122
IDSOLVER=2325
FILE ID=node143/3741977-1339250702
RUNJOBID= node143-1339246834-29597
PBS_JOBID= 14644338
Free space on /tmp= 70080 MiB

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

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

MD5SUM BENCH= 43f0e9fb1c8ca4724fdfde37689b9cda
RANDOM SEED=103066386

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28986592 kB
Buffers:         1931316 kB
Cached:           449168 kB
SwapCached:          196 kB
Active:          2649016 kB
Inactive:         191064 kB
Active(anon):     447812 kB
Inactive(anon):    11452 kB
Active(file):    2201204 kB
Inactive(file):   179612 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108460 kB
Dirty:             17092 kB
Writeback:             0 kB
AnonPages:        539956 kB
Mapped:            12336 kB
Shmem:               160 kB
Slab:             904876 kB
SReclaimable:     346468 kB
SUnreclaim:       558408 kB
KernelStack:        1488 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     746324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    460800 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-3741977-1339250702.opb

Free space on /tmp at the end= 70064 MiB
End job on node143 at 2012-06-09 16:18:53