Trace number 3733270

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 NameAnswerobjective functionCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.19 1647.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-1.opb
MD5SUMa2418d45f4247bab260506429e96e746
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-54
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints126555
Number of constraints which are clauses126555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1534
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1534
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1534
Number of bits of the biggest sum of numbers11
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-3733270-1339247467.opb.
0.00/0.00	c Instance file HOME/instance-3733270-1339247467.opb
0.00/0.00	c File size is 3122761 bytes.
0.00/0.55	c Highest Coefficient sum: 3
0.00/0.55	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.62	c ============================[ Problem Statistics ]=============================
0.00/0.62	c |                                                                             |
0.00/0.62	c |  Parsing time:          0.61         s                                      |
0.00/0.62	c |  Number Variables:      1534                                                |
0.00/0.63	c |  Number Constraints:    126555                                              |
0.00/0.63	c ===============================================================================
1800.19/1647.21	c Remaining time 1799.39 sec.
1800.19/1647.21	c 
1800.19/1647.21	c *** INTERRUPTED ***
1800.19/1647.21	s UNKNOWN
1800.19/1647.21	c Total CPU time              : 1797.59 s
1800.19/1647.21	c Memory used           : 857.66 MB
1800.19/1647.21	c CPU time              : 1797.59 s
1800.19/1647.21	c 
1800.19/1647.21	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-3733270-1339247467/watcher-3733270-1339247467 -o /tmp/evaluation-result-3733270-1339247467/solver-3733270-1339247467 -C 1800 -W 1900 -M 15500 run HOME/instance-3733270-1339247467.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: 8.45 10.23 5.92 3/175 308
/proc/meminfo: memFree=29757292/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0

[startup+0.058882 s]
/proc/loadavg: 8.45 10.23 5.92 3/175 308
/proc/meminfo: memFree=29757292/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 8.45 10.23 5.92 3/175 308
/proc/meminfo: memFree=29757292/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300237 s]
/proc/loadavg: 8.45 10.23 5.92 3/175 308
/proc/meminfo: memFree=29757292/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700291 s]
/proc/loadavg: 8.45 10.23 5.92 3/175 308
/proc/meminfo: memFree=29757292/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 7.93 10.09 5.89 3/177 310
/proc/meminfo: memFree=29698416/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=67604 CPUtime=1.49 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 22125 0 0 0 146 3 0 0 20 0 1 0 390875104 69226496 14024 33554432000 134512640 146736320 4292239440 4292237584 138729991 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 16901 14024 656 2985 0 13835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76752

[startup+3.10031 s]
/proc/loadavg: 7.93 10.09 5.89 3/177 310
/proc/meminfo: memFree=29692524/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=160932 CPUtime=3.09 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 39686 0 0 0 303 6 0 0 20 0 1 0 390875104 164794368 20750 33554432000 134512640 146736320 4292239440 4292233736 135525908 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 40233 20750 783 2985 0 37167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 170080

[startup+6.30032 s]
/proc/loadavg: 7.93 10.09 5.89 3/177 310
/proc/meminfo: memFree=29676340/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=161476 CPUtime=6.29 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 39837 0 0 0 623 6 0 0 20 0 1 0 390875104 165351424 20901 33554432000 134512640 146736320 4292239440 4292234368 136001700 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 40369 20901 783 2985 0 37303 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 170624

[startup+12.7003 s]
/proc/loadavg: 7.02 9.83 5.85 3/177 310
/proc/meminfo: memFree=29675736/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=161500 CPUtime=12.69 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 39843 0 0 0 1263 6 0 0 20 0 1 0 390875104 165376000 20907 33554432000 134512640 146736320 4292239440 4292234316 136016695 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 40375 20907 783 2985 0 37309 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 170648

[startup+25.5003 s]
/proc/loadavg: 6.25 9.57 5.81 3/177 310
/proc/meminfo: memFree=29675236/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=161508 CPUtime=25.48 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 39845 0 0 0 2542 6 0 0 20 0 1 0 390875104 165384192 20909 33554432000 134512640 146736320 4292239440 4292234376 136461846 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 40377 20909 783 2985 0 37311 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 170656

[startup+51.1003 s]
/proc/loadavg: 4.80 8.96 5.71 3/177 310
/proc/meminfo: memFree=29605008/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=256656 CPUtime=51.08 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 59052 0 0 0 5097 11 0 0 20 0 1 0 390875104 262815744 37931 33554432000 134512640 146736320 4292239440 4292235216 137698804 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 64164 37931 873 2985 0 61098 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 265804

[startup+102.307 s]
/proc/loadavg: 3.16 7.80 5.50 3/184 317
/proc/meminfo: memFree=29552556/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=244028 CPUtime=102.27 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 103543 0 0 0 10205 22 0 0 20 0 1 0 390875104 249884672 38003 33554432000 134512640 146736320 4292239440 4292233668 139028298 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 61007 38003 906 2985 0 57941 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 253176

[startup+162.3 s]
/proc/loadavg: 4.81 7.31 5.46 10/184 317
/proc/meminfo: memFree=29480860/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=245496 CPUtime=162.26 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 121313 0 0 0 16199 27 0 0 20 0 1 0 390875104 251387904 39473 33554432000 134512640 146736320 4292239440 4292233612 136017748 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 61374 39473 906 2985 0 58308 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 254644

[startup+222.3 s]
/proc/loadavg: 7.46 7.61 5.68 10/184 317
/proc/meminfo: memFree=29466812/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=246264 CPUtime=222.26 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 139827 0 0 0 22195 31 0 0 20 0 1 0 390875104 252174336 39670 33554432000 134512640 146736320 4292239440 4292233300 136017773 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 61566 39670 906 2985 0 58500 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 255412

[startup+282.3 s]
/proc/loadavg: 8.43 7.86 5.88 10/184 318
/proc/meminfo: memFree=29455680/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=246780 CPUtime=282.24 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 160065 0 0 0 28189 35 0 0 20 0 1 0 390875104 252702720 39798 33554432000 134512640 146736320 4292239440 4292233300 136017502 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 61695 39798 906 2985 0 58629 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 255928

[startup+342.3 s]
/proc/loadavg: 8.30 7.94 6.03 9/184 318
/proc/meminfo: memFree=29450028/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=247020 CPUtime=342.23 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 180086 0 0 0 34183 40 0 0 20 0 1 0 390875104 252948480 39864 33554432000 134512640 146736320 4292239440 4292233500 135854505 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/309/statm: 61755 39864 906 2985 0 58689 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 256168

[startup+402.3 s]
/proc/loadavg: 6.95 7.56 6.02 10/184 318
/proc/meminfo: memFree=29449340/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/309/statm: 136746 95606 964 2985 0 133680 0
[pid=309/tid=700] ppid=308 vsize=546984 CPUtime=0 cores=1,3,5,7
/proc/309/task/700/stat : 700 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560111616 95606 33554432000 134512640 146736320 4292239440 3908038288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=309/tid=701] ppid=308 vsize=546984 CPUtime=0 cores=1,3,5,7
/proc/309/task/701/stat : 701 (pb_cplex) S 308 308 32287 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390987464 560111616 95606 33554432000 134512640 146736320 4292239440 3966758544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=309/tid=702] ppid=308 vsize=546984 CPUtime=0 cores=1,3,5,7
/proc/309/task/702/stat : 702 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560111616 95606 33554432000 134512640 146736320 4292239440 3977244304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=309/tid=703] ppid=308 vsize=546984 CPUtime=0 cores=1,3,5,7
/proc/309/task/703/stat : 703 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560111616 95606 33554432000 134512640 146736320 4292239440 3951971984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=309/tid=704] ppid=308 vsize=546984 CPUtime=0 cores=1,3,5,7
/proc/309/task/704/stat : 704 (pb_cplex) S 308 308 32287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390987464 560111616 95606 33554432000 134512640 146736320 4292239440 3774525072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=309/tid=705] ppid=308 vsize=546984 CPUtime=0 cores=1,3,5,7
/proc/309/task/705/stat : 705 (pb_cplex) S 308 308 32287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390987464 560111616 95606 33554432000 134512640 146736320 4292239440 3764039312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=309/tid=706] ppid=308 vsize=546984 CPUtime=0 cores=1,3,5,7
/proc/309/task/706/stat : 706 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560111616 95606 33554432000 134512640 146736320 4292239440 3753553552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1372.5
Current children cumulated vsize (KiB) 556132

[startup+1422.31 s]
/proc/loadavg: 4.11 5.06 5.13 3/184 1089
/proc/meminfo: memFree=29358224/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=547012 CPUtime=1432.5 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 825577 0 0 0 143038 212 0 0 20 0 8 0 390875104 560140288 95616 33554432000 134512640 146736320 4292239440 4292232112 136384857 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/309/statm: 136753 95616 964 2985 0 133687 0
[pid=309/tid=700] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/700/stat : 700 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 95616 33554432000 134512640 146736320 4292239440 3908038288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=309/tid=701] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/701/stat : 701 (pb_cplex) S 308 308 32287 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 95616 33554432000 134512640 146736320 4292239440 3966758544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=309/tid=702] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/702/stat : 702 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 95616 33554432000 134512640 146736320 4292239440 3977244304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=309/tid=703] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/703/stat : 703 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 95616 33554432000 134512640 146736320 4292239440 3951971984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=309/tid=704] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/704/stat : 704 (pb_cplex) S 308 308 32287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 95616 33554432000 134512640 146736320 4292239440 3774525072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=309/tid=705] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/705/stat : 705 (pb_cplex) S 308 308 32287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 95616 33554432000 134512640 146736320 4292239440 3764039312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=309/tid=706] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/706/stat : 706 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 95616 33554432000 134512640 146736320 4292239440 3753553552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1432.5
Current children cumulated vsize (KiB) 556160

[startup+1482.3 s]
/proc/loadavg: 2.81 4.52 4.93 3/184 1089
/proc/meminfo: memFree=29349848/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=547012 CPUtime=1492.48 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 858252 0 0 0 149029 219 0 0 20 0 8 0 390875104 560140288 96057 33554432000 134512640 146736320 4292239440 4292231956 136017485 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/309/statm: 136753 96057 964 2985 0 133687 0
[pid=309/tid=700] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/700/stat : 700 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 96057 33554432000 134512640 146736320 4292239440 3908038288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=309/tid=701] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/701/stat : 701 (pb_cplex) S 308 308 32287 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 96057 33554432000 134512640 146736320 4292239440 3966758544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=309/tid=702] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/702/stat : 702 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 96057 33554432000 134512640 146736320 4292239440 3977244304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=309/tid=703] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/703/stat : 703 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 96057 33554432000 134512640 146736320 4292239440 3951971984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=309/tid=704] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/704/stat : 704 (pb_cplex) S 308 308 32287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 96057 33554432000 134512640 146736320 4292239440 3774525072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=309/tid=705] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/705/stat : 705 (pb_cplex) S 308 308 32287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 96057 33554432000 134512640 146736320 4292239440 3764039312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=309/tid=706] ppid=308 vsize=547012 CPUtime=0 cores=1,3,5,7
/proc/309/task/706/stat : 706 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560140288 96057 33554432000 134512640 146736320 4292239440 3753553552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1492.48
Current children cumulated vsize (KiB) 556160

[startup+1542.3 s]
/proc/loadavg: 2.30 4.06 4.75 3/184 1090
/proc/meminfo: memFree=29323296/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=546880 CPUtime=1552.47 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 879642 0 0 0 155023 224 0 0 20 0 8 0 390875104 560005120 96020 33554432000 134512640 146736320 4292239440 4292232216 136007616 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/309/statm: 136720 96020 964 2985 0 133654 0
[pid=309/tid=700] ppid=308 vsize=546880 CPUtime=0 cores=1,3,5,7
/proc/309/task/700/stat : 700 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560005120 96020 33554432000 134512640 146736320 4292239440 3908038288 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=309/tid=701] ppid=308 vsize=546880 CPUtime=0 cores=1,3,5,7
/proc/309/task/701/stat : 701 (pb_cplex) S 308 308 32287 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390987464 560005120 96020 33554432000 134512640 146736320 4292239440 3966758544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=309/tid=702] ppid=308 vsize=546880 CPUtime=0 cores=1,3,5,7
/proc/309/task/702/stat : 702 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560005120 96020 33554432000 134512640 146736320 4292239440 3977244304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=309/tid=703] ppid=308 vsize=546880 CPUtime=0 cores=1,3,5,7
/proc/309/task/703/stat : 703 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560005120 96020 33554432000 134512640 146736320 4292239440 3951971984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=309/tid=704] ppid=308 vsize=546880 CPUtime=0 cores=1,3,5,7
/proc/309/task/704/stat : 704 (pb_cplex) S 308 308 32287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 390987464 560005120 96020 33554432000 134512640 146736320 4292239440 3774525072 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=309/tid=705] ppid=308 vsize=546880 CPUtime=0 cores=1,3,5,7
/proc/309/task/705/stat : 705 (pb_cplex) S 308 308 32287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390987464 560005120 96020 33554432000 134512640 146736320 4292239440 3764039312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=309/tid=706] ppid=308 vsize=546880 CPUtime=0 cores=1,3,5,7
/proc/309/task/706/stat : 706 (pb_cplex) S 308 308 32287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390987464 560005120 96020 33554432000 134512640 146736320 4292239440 3753553552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1552.47
Current children cumulated vsize (KiB) 556028

[startup+1602.3 s]
/proc/loadavg: 2.67 3.79 4.61 10/184 1090
/proc/meminfo: memFree=29095140/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=858536 CPUtime=1621.27 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 929092 0 0 0 161885 242 0 0 20 0 8 0 390875104 879140864 153438 33554432000 134512640 146736320 4292239440 4292231956 136017474 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/309/statm: 214634 153438 964 2985 0 211568 0
[pid=309/tid=700] ppid=308 vsize=858536 CPUtime=1.48 cores=1,3,5,7
/proc/309/task/700/stat : 700 (pb_cplex) R 308 308 32287 0 -1 4202560 4299 0 0 0 146 2 0 0 20 0 8 0 390987464 879140864 153438 33554432000 134512640 146736320 4292239440 3908034632 139042916 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=309/tid=701] ppid=308 vsize=858536 CPUtime=1.42 cores=1,3,5,7
/proc/309/task/701/stat : 701 (pb_cplex) R 308 308 32287 0 -1 4202560 5514 0 0 0 140 2 0 0 20 0 8 0 390987464 879140864 153438 33554432000 134512640 146736320 4292239440 3966754928 136384857 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=309/tid=702] ppid=308 vsize=858536 CPUtime=1.46 cores=1,3,5,7
/proc/309/task/702/stat : 702 (pb_cplex) R 308 308 32287 0 -1 4202560 4767 0 0 0 144 2 0 0 20 0 8 0 390987464 879140864 153438 33554432000 134512640 146736320 4292239440 3977240668 135854509 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=309/tid=703] ppid=308 vsize=858536 CPUtime=1.4 cores=1,3,5,7
/proc/309/task/703/stat : 703 (pb_cplex) R 308 308 32287 0 -1 4202560 4439 0 0 0 138 2 0 0 20 0 8 0 390987464 879140864 153438 33554432000 134512640 146736320 4292239440 3951968328 139042895 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=309/tid=704] ppid=308 vsize=858536 CPUtime=1.45 cores=1,3,5,7
/proc/309/task/704/stat : 704 (pb_cplex) R 308 308 32287 0 -1 4202560 4571 0 0 0 143 2 0 0 20 0 8 0 390987464 879140864 153438 33554432000 134512640 146736320 4292239440 3774521936 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=309/tid=705] ppid=308 vsize=858536 CPUtime=1.44 cores=1,3,5,7
/proc/309/task/705/stat : 705 (pb_cplex) R 308 308 32287 0 -1 4202560 4085 0 0 0 141 3 0 0 20 0 8 0 390987464 879140864 153438 33554432000 134512640 146736320 4292239440 3764035736 136006931 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=309/tid=706] ppid=308 vsize=858536 CPUtime=1.49 cores=1,3,5,7
/proc/309/task/706/stat : 706 (pb_cplex) R 308 308 32287 0 -1 4202560 3551 0 0 0 147 2 0 0 20 0 8 0 390987464 879140864 153438 33554432000 134512640 146736320 4292239440 3753549976 136007665 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1621.27
Current children cumulated vsize (KiB) 867684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1647.2 s]
/proc/loadavg: 6.01 4.52 4.82 10/184 1090
/proc/meminfo: memFree=29079144/32873844 swapFree=7124/7124
[pid=308] ppid=306 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/308/stat : 308 (run) S 306 308 32287 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390875104 9367552 269 33554432000 4194304 5064252 140735246224400 140735246223312 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/308/statm: 2287 269 229 213 0 72 0
[pid=309] ppid=308 vsize=878244 CPUtime=1800.19 cores=1,3,5,7
/proc/309/stat : 309 (pb_cplex) R 308 308 32287 0 -1 4202496 961552 0 0 0 179756 263 0 0 20 0 8 0 390875104 899321856 156807 33554432000 134512640 146736320 4292239440 4292232216 136007616 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/309/statm: 219561 156807 964 2985 0 216495 0
[pid=309/tid=700] ppid=308 vsize=878244 CPUtime=23.71 cores=1,3,5,7
/proc/309/task/700/stat : 700 (pb_cplex) R 308 308 32287 0 -1 4202560 8224 0 0 0 2367 4 0 0 20 0 8 0 390987464 899321856 156807 33554432000 134512640 146736320 4292239440 3908034712 136007643 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=309/tid=701] ppid=308 vsize=878244 CPUtime=23.93 cores=1,3,5,7
/proc/309/task/701/stat : 701 (pb_cplex) R 308 308 32287 0 -1 4202560 9531 0 0 0 2390 3 0 0 20 0 8 0 390987464 899321856 156807 33554432000 134512640 146736320 4292239440 3966755408 136403106 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=309/tid=702] ppid=308 vsize=878244 CPUtime=23.84 cores=1,3,5,7
/proc/309/task/702/stat : 702 (pb_cplex) R 308 308 32287 0 -1 4202560 8367 0 0 0 2380 4 0 0 20 0 8 0 390987464 899321856 156807 33554432000 134512640 146736320 4292239440 3977240680 136384778 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=309/tid=703] ppid=308 vsize=878244 CPUtime=23.7 cores=1,3,5,7
/proc/309/task/703/stat : 703 (pb_cplex) R 308 308 32287 0 -1 4202560 8512 0 0 0 2366 4 0 0 20 0 8 0 390987464 899321856 156807 33554432000 134512640 146736320 4292239440 3951968408 136007059 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=309/tid=704] ppid=308 vsize=878244 CPUtime=23.81 cores=1,3,5,7
/proc/309/task/704/stat : 704 (pb_cplex) R 308 308 32287 0 -1 4202560 8428 0 0 0 2377 4 0 0 20 0 8 0 390987464 899321856 156807 33554432000 134512640 146736320 4292239440 3774521496 136007616 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=309/tid=705] ppid=308 vsize=878244 CPUtime=23.49 cores=1,3,5,7
/proc/309/task/705/stat : 705 (pb_cplex) R 308 308 32287 0 -1 4202560 8792 0 0 0 2343 6 0 0 20 0 8 0 390987464 899321856 156807 33554432000 134512640 146736320 4292239440 3764035736 136007041 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=309/tid=706] ppid=308 vsize=878244 CPUtime=23.96 cores=1,3,5,7
/proc/309/task/706/stat : 706 (pb_cplex) R 308 308 32287 0 -1 4202560 8298 0 0 0 2391 5 0 0 20 0 8 0 390987464 899321856 156807 33554432000 134512640 146736320 4292239440 3753549976 136007053 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 887392

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 308 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1647.22
CPU time (s): 1800.19
CPU user time (s): 1797.56
CPU system time (s): 2.63
CPU usage (%): 109.287
Max. virtual memory (cumulated for all children) (KiB): 889396

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

runsolver used 3.9534 second user time and 9.93149 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-09 15:11:07
IDJOB=3733270
IDBENCH=2265
IDSOLVER=2325
FILE ID=node110/3733270-1339247467
RUNJOBID= node110-1339246832-32305
PBS_JOBID= 14644371
Free space on /tmp= 69264 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-1.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733270-1339247467/watcher-3733270-1339247467 -o /tmp/evaluation-result-3733270-1339247467/solver-3733270-1339247467 -C 1800 -W 1900 -M 15500  run HOME/instance-3733270-1339247467.opb

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

MD5SUM BENCH= a2418d45f4247bab260506429e96e746
RANDOM SEED=526829103

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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.893
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.893
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:        29758372 kB
Buffers:          202460 kB
Cached:          1980724 kB
SwapCached:         1880 kB
Active:          2144532 kB
Inactive:          87212 kB
Active(anon):      46032 kB
Inactive(anon):     4252 kB
Active(file):    2098500 kB
Inactive(file):    82960 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099064 kB
Dirty:             19420 kB
Writeback:             0 kB
AnonPages:         54084 kB
Mapped:            12324 kB
Shmem:                 0 kB
Slab:             745644 kB
SReclaimable:     186656 kB
SUnreclaim:       558988 kB
KernelStack:        1456 kB
PageTables:         4156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     174612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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-3733270-1339247467.opb

Free space on /tmp at the end= 69248 MiB
End job on node110 at 2012-06-09 15:38:36