Trace number 3740072

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.02 719.116

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6029_8-unsat.opb
MD5SUMc619d5d1f14c9c14bda19749a65da87b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1646.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11712
Total number of constraints38651
Number of constraints which are clauses38271
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint60
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 368
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3740072-1339249210.opb.
0.00/0.00	c Instance file HOME/instance-3740072-1339249210.opb
0.00/0.00	c File size is 1219451 bytes.
0.00/0.27	c Highest Coefficient sum: 368
0.00/0.27	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.30	c ============================[ Problem Statistics ]=============================
0.00/0.30	c |                                                                             |
0.00/0.30	c |  Parsing time:          0.29         s                                      |
0.00/0.30	c |  Number Variables:      11712                                               |
0.00/0.30	c |  Number Constraints:    38651                                               |
0.00/0.30	c ===============================================================================
1800.02/719.11	c Remaining time 1799.71 sec.
1800.02/719.11	c 
1800.02/719.11	c *** INTERRUPTED ***
1800.02/719.11	s UNKNOWN
1800.02/719.11	c Total CPU time              : 1799.09 s
1800.02/719.11	c Memory used           : 263.02 MB
1800.02/719.11	c CPU time              : 1799.09 s
1800.02/719.11	c 
1800.02/719.11	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-3740072-1339249210/watcher-3740072-1339249210 -o /tmp/evaluation-result-3740072-1339249210/solver-3740072-1339249210 -C 1800 -W 1900 -M 15500 run HOME/instance-3740072-1339249210.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 14.64 10.63 7.58 7/185 3787
/proc/meminfo: memFree=31001996/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0

[startup+0.0672511 s]
/proc/loadavg: 14.64 10.63 7.58 7/185 3787
/proc/meminfo: memFree=31001996/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100284 s]
/proc/loadavg: 14.64 10.63 7.58 7/185 3787
/proc/meminfo: memFree=31001996/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 14.64 10.63 7.58 7/185 3787
/proc/meminfo: memFree=31001996/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 14.64 10.63 7.58 7/185 3787
/proc/meminfo: memFree=31001996/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/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: 14.64 10.63 7.58 6/187 3789
/proc/meminfo: memFree=30970996/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=54248 CPUtime=1.49 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 12988 0 0 0 147 2 0 0 20 0 1 0 391049566 55549952 8503 33554432000 134512640 146736320 4294234976 4294229660 135855165 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 13562 8503 724 2985 0 10496 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63396

[startup+3.10027 s]
/proc/loadavg: 13.87 10.54 7.57 6/187 3789
/proc/meminfo: memFree=30969756/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=54812 CPUtime=3.09 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 13126 0 0 0 307 2 0 0 20 0 1 0 391049566 56127488 8641 33554432000 134512640 146736320 4294234976 4294229776 136008065 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 13703 8641 724 2985 0 10637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63960

[startup+6.30028 s]
/proc/loadavg: 13.87 10.54 7.57 6/187 3789
/proc/meminfo: memFree=30969152/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=54864 CPUtime=6.29 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 13150 0 0 0 627 2 0 0 20 0 1 0 391049566 56180736 8665 33554432000 134512640 146736320 4294234976 4294229776 136008450 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 13716 8665 724 2985 0 10650 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64012

[startup+12.7003 s]
/proc/loadavg: 12.51 10.35 7.54 6/187 3789
/proc/meminfo: memFree=30957512/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=67684 CPUtime=12.68 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 18235 0 0 0 1265 3 0 0 20 0 1 0 391049566 69308416 11600 33554432000 134512640 146736320 4294234976 4294229456 136403116 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 16921 11600 824 2985 0 13855 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 76832

[startup+25.5003 s]
/proc/loadavg: 11.35 10.18 7.51 6/187 3789
/proc/meminfo: memFree=30966240/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=55820 CPUtime=25.49 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 20057 0 0 0 2545 4 0 0 20 0 1 0 391049566 57159680 9461 33554432000 134512640 146736320 4294234976 4294229148 136389777 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 13955 9461 837 2985 0 10889 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64968

[startup+51.1003 s]
/proc/loadavg: 8.46 9.60 7.39 3/187 3789
/proc/meminfo: memFree=30963944/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=56344 CPUtime=51.08 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 21267 0 0 0 5104 4 0 0 20 0 1 0 391049566 57696256 9571 33554432000 134512640 146736320 4294234976 4294229616 136385268 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 14086 9571 839 2985 0 11020 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65492

[startup+102.306 s]
/proc/loadavg: 7.99 9.19 7.37 10/186 3790
/proc/meminfo: memFree=30958368/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=57372 CPUtime=102.28 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 26713 0 0 0 10223 5 0 0 20 0 1 0 391049566 58748928 9756 33554432000 134512640 146736320 4294234976 4294229304 136015681 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 14343 9756 842 2985 0 11277 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 66520

[startup+162.3 s]
/proc/loadavg: 8.62 9.16 7.47 10/186 3790
/proc/meminfo: memFree=30953308/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=56692 CPUtime=162.26 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 33312 0 0 0 16219 7 0 0 20 0 1 0 391049566 58052608 10730 33554432000 134512640 146736320 4294234976 4294229584 136403116 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 14173 10730 842 2985 0 11107 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 65840

[startup+222.3 s]
/proc/loadavg: 4.69 7.96 7.17 3/179 3840
/proc/meminfo: memFree=30835564/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=57556 CPUtime=222.25 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 42379 0 0 0 22216 9 0 0 20 0 1 0 391049566 58937344 10997 33554432000 134512640 146736320 4294234976 4294229648 136403116 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 14389 10997 871 2985 0 11323 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 66704

[startup+282.3 s]
/proc/loadavg: 3.59 7.01 6.88 10/186 3847
/proc/meminfo: memFree=30751588/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=239656 CPUtime=285.95 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 70675 0 0 0 28580 15 0 0 20 0 8 0 391049566 245407744 30531 33554432000 134512640 146736320 4294234976 4294227856 136008050 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3788/statm: 59914 30531 904 2985 0 56848 0
[pid=3788/tid=3841] ppid=3787 vsize=239656 CPUtime=0.6 cores=0,2,4,6
/proc/3788/task/3841/stat : 3841 (pb_cplex) R 3787 3787 2899 0 -1 4202560 1545 0 0 0 60 0 0 0 20 0 8 0 391073483 245407744 30531 33554432000 134512640 146736320 4294234976 4129051216 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3842] ppid=3787 vsize=239656 CPUtime=0.62 cores=0,2,4,6
/proc/3788/task/3842/stat : 3842 (pb_cplex) R 3787 3787 2899 0 -1 4202560 2253 0 0 0 62 0 0 0 20 0 8 0 391073483 245407744 30531 33554432000 134512640 146736320 4294234976 4118564920 136475859 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3843] ppid=3787 vsize=239656 CPUtime=0.6 cores=0,2,4,6
/proc/3788/task/3843/stat : 3843 (pb_cplex) R 3787 3787 2899 0 -1 4202560 1623 0 0 0 60 0 0 0 20 0 8 0 391073483 245407744 30531 33554432000 134512640 146736320 4294234976 4108078252 135453925 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3844] ppid=3787 vsize=239656 CPUtime=0.57 cores=0,2,4,6
/proc/3788/task/3844/stat : 3844 (pb_cplex) R 3787 3787 2899 0 -1 4202560 1675 0 0 0 57 0 0 0 20 0 8 0 391073483 245407744 30531 33554432000 134512640 146736320 4294234976 4097593552 136008391 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3845] ppid=3787 vsize=239656 CPUtime=0.58 cores=0,2,4,6
/proc/3788/task/3845/stat : 3845 (pb_cplex) R 3787 3787 2899 0 -1 4202560 1557 0 0 0 58 0 0 0 20 0 8 0 391073483 245407744 30531 33554432000 134512640 146736320 4294234976 4087108176 136403109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3846] ppid=3787 vsize=239656 CPUtime=0.57 cores=0,2,4,6
/proc/3788/task/3846/stat : 3846 (pb_cplex) R 3787 3787 2899 0 -1 4202560 2065 0 0 0 57 0 0 0 20 0 8 0 391073483 245407744 30531 33554432000 134512640 146736320 4294234976 4076621564 139023078 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3847] ppid=3787 vsize=239656 CPUtime=0.6 cores=0,2,4,6
/proc/3788/task/3847/stat : 3847 (pb_cplex) R 3787 3787 2899 0 -1 4202560 1757 0 0 0 60 0 0 0 20 0 8 0 391073483 245407744 30531 33554432000 134512640 146736320 4294234976 4066136280 136008650 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 285.95
Current children cumulated vsize (KiB) 248804

[startup+342.3 s]
/proc/loadavg: 7.01 7.37 7.01 10/186 3847

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

/proc/3788/statm: 62351 34661 907 2985 0 59285 0
[pid=3788/tid=3841] ppid=3787 vsize=249404 CPUtime=60.7 cores=0,2,4,6
/proc/3788/task/3841/stat : 3841 (pb_cplex) S 3787 3787 2899 0 -1 4202560 3576 0 0 0 6068 2 0 0 20 0 8 0 391073483 255389696 34661 33554432000 134512640 146736320 4294234976 4129054352 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3842] ppid=3787 vsize=249404 CPUtime=61.11 cores=0,2,4,6
/proc/3788/task/3842/stat : 3842 (pb_cplex) S 3787 3787 2899 0 -1 4202560 13330 0 0 0 6105 6 0 0 20 0 8 0 391073483 255389696 34661 33554432000 134512640 146736320 4294234976 4118568592 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3843] ppid=3787 vsize=249404 CPUtime=131.41 cores=0,2,4,6
/proc/3788/task/3843/stat : 3843 (pb_cplex) S 3787 3787 2899 0 -1 4202560 2910 0 0 0 13136 5 0 0 20 0 8 0 391073483 255389696 34661 33554432000 134512640 146736320 4294234976 4108082832 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3844] ppid=3787 vsize=249404 CPUtime=177.96 cores=0,2,4,6
/proc/3788/task/3844/stat : 3844 (pb_cplex) R 3787 3787 2899 0 -1 4202560 8336 0 0 0 17789 7 0 0 20 0 8 0 391073483 255389696 34661 33554432000 134512640 146736320 4294234976 4097592428 144801230 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3845] ppid=3787 vsize=249404 CPUtime=173.24 cores=0,2,4,6
/proc/3788/task/3845/stat : 3845 (pb_cplex) S 3787 3787 2899 0 -1 4202560 5188 0 0 0 17318 6 0 0 20 0 8 0 391073483 255389696 34661 33554432000 134512640 146736320 4294234976 4087111312 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3846] ppid=3787 vsize=249404 CPUtime=173.94 cores=0,2,4,6
/proc/3788/task/3846/stat : 3846 (pb_cplex) S 3787 3787 2899 0 -1 4202560 86035 0 0 0 17367 27 0 0 20 0 8 0 391073483 255389696 34661 33554432000 134512640 146736320 4294234976 4076625552 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3847] ppid=3787 vsize=249404 CPUtime=48.75 cores=0,2,4,6
/proc/3788/task/3847/stat : 3847 (pb_cplex) S 3787 3787 2899 0 -1 4202560 3198 0 0 0 4872 3 0 0 20 0 8 0 391073483 255389696 34661 33554432000 134512640 146736320 4294234976 4066139792 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1190.19
Current children cumulated vsize (KiB) 258552

[startup+582.3 s]
/proc/loadavg: 3.63 5.88 6.54 10/186 3848
/proc/meminfo: memFree=30696888/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=267020 CPUtime=1254.31 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 210207 0 0 0 125365 66 0 0 20 0 8 0 391049566 273428480 39460 33554432000 134512640 146736320 4294234976 4294227856 136008168 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/3788/statm: 66755 39460 907 2985 0 63689 0
[pid=3788/tid=3841] ppid=3787 vsize=267020 CPUtime=61.45 cores=0,2,4,6
/proc/3788/task/3841/stat : 3841 (pb_cplex) R 3787 3787 2899 0 -1 4202560 4839 0 0 0 6142 3 0 0 20 0 8 0 391073483 273428480 39460 33554432000 134512640 146736320 4294234976 4129050832 136008438 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3842] ppid=3787 vsize=267020 CPUtime=61.92 cores=0,2,4,6
/proc/3788/task/3842/stat : 3842 (pb_cplex) R 3787 3787 2899 0 -1 4202560 15156 0 0 0 6186 6 0 0 20 0 8 0 391073483 273428480 39460 33554432000 134512640 146736320 4294234976 4118564956 135855103 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3843] ppid=3787 vsize=267020 CPUtime=131.97 cores=0,2,4,6
/proc/3788/task/3843/stat : 3843 (pb_cplex) R 3787 3787 2899 0 -1 4202560 3650 0 0 0 13191 6 0 0 20 0 8 0 391073483 273428480 39460 33554432000 134512640 146736320 4294234976 4108079104 136019021 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3844] ppid=3787 vsize=267020 CPUtime=237.23 cores=0,2,4,6
/proc/3788/task/3844/stat : 3844 (pb_cplex) R 3787 3787 2899 0 -1 4202560 11818 0 0 0 23713 10 0 0 20 0 8 0 391073483 273428480 39460 33554432000 134512640 146736320 4294234976 4097593552 136008234 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3845] ppid=3787 vsize=267020 CPUtime=173.93 cores=0,2,4,6
/proc/3788/task/3845/stat : 3845 (pb_cplex) R 3787 3787 2899 0 -1 4202560 6916 0 0 0 17387 6 0 0 20 0 8 0 391073483 273428480 39460 33554432000 134512640 146736320 4294234976 4087108176 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3846] ppid=3787 vsize=267020 CPUtime=174.75 cores=0,2,4,6
/proc/3788/task/3846/stat : 3846 (pb_cplex) R 3787 3787 2899 0 -1 4202560 87765 0 0 0 17447 28 0 0 20 0 8 0 391073483 273428480 39460 33554432000 134512640 146736320 4294234976 4076621640 135525914 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3847] ppid=3787 vsize=267020 CPUtime=49.36 cores=0,2,4,6
/proc/3788/task/3847/stat : 3847 (pb_cplex) R 3787 3787 2899 0 -1 4202560 4156 0 0 0 4933 3 0 0 20 0 8 0 391073483 273428480 39460 33554432000 134512640 146736320 4294234976 4066136136 139042899 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1254.31
Current children cumulated vsize (KiB) 276168

[startup+642.3 s]
/proc/loadavg: 7.12 6.47 6.70 10/187 3851
/proc/meminfo: memFree=30698172/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=270288 CPUtime=1493.66 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 233079 0 0 0 149289 77 0 0 20 0 8 0 391049566 276774912 40608 33554432000 134512640 146736320 4294234976 4294227852 136388881 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3788/statm: 67572 40608 907 2985 0 64506 0
[pid=3788/tid=3841] ppid=3787 vsize=270288 CPUtime=91.23 cores=0,2,4,6
/proc/3788/task/3841/stat : 3841 (pb_cplex) R 3787 3787 2899 0 -1 4202560 14334 0 0 0 9116 7 0 0 20 0 8 0 391073483 276774912 40608 33554432000 134512640 146736320 4294234976 4129050832 136008042 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3842] ppid=3787 vsize=270288 CPUtime=92.33 cores=0,2,4,6
/proc/3788/task/3842/stat : 3842 (pb_cplex) R 3787 3787 2899 0 -1 4202560 16070 0 0 0 9224 9 0 0 20 0 8 0 391073483 276774912 40608 33554432000 134512640 146736320 4294234976 4118564680 135526392 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3843] ppid=3787 vsize=270288 CPUtime=161.72 cores=0,2,4,6
/proc/3788/task/3843/stat : 3843 (pb_cplex) R 3787 3787 2899 0 -1 4202560 5281 0 0 0 16165 7 0 0 20 0 8 0 391073483 276774912 40608 33554432000 134512640 146736320 4294234976 4108079104 136018931 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3844] ppid=3787 vsize=270288 CPUtime=267.41 cores=0,2,4,6
/proc/3788/task/3844/stat : 3844 (pb_cplex) R 3787 3787 2899 0 -1 4202560 12307 0 0 0 26730 11 0 0 20 0 8 0 391073483 276774912 40608 33554432000 134512640 146736320 4294234976 4097593620 136003529 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3845] ppid=3787 vsize=270288 CPUtime=204.03 cores=0,2,4,6
/proc/3788/task/3845/stat : 3845 (pb_cplex) R 3787 3787 2899 0 -1 4202560 7346 0 0 0 20395 8 0 0 20 0 8 0 391073483 276774912 40608 33554432000 134512640 146736320 4294234976 4087108176 136403112 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3846] ppid=3787 vsize=270288 CPUtime=204.49 cores=0,2,4,6
/proc/3788/task/3846/stat : 3846 (pb_cplex) R 3787 3787 2899 0 -1 4202560 97464 0 0 0 20418 31 0 0 20 0 8 0 391073483 276774912 40608 33554432000 134512640 146736320 4294234976 4076622032 136008042 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3847] ppid=3787 vsize=270288 CPUtime=79.43 cores=0,2,4,6
/proc/3788/task/3847/stat : 3847 (pb_cplex) R 3787 3787 2899 0 -1 4202560 4335 0 0 0 7939 4 0 0 20 0 8 0 391073483 276774912 40608 33554432000 134512640 146736320 4294234976 4066136112 136384857 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1493.66
Current children cumulated vsize (KiB) 279436

[startup+702.3 s]
/proc/loadavg: 8.31 6.93 6.85 10/186 3852
/proc/meminfo: memFree=30697444/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=269332 CPUtime=1732.98 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 280677 0 0 0 173204 94 0 0 20 0 8 0 391049566 275795968 40509 33554432000 134512640 146736320 4294234976 4294228104 136000488 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3788/statm: 67333 40509 907 2985 0 64267 0
[pid=3788/tid=3841] ppid=3787 vsize=269332 CPUtime=121.3 cores=0,2,4,6
/proc/3788/task/3841/stat : 3841 (pb_cplex) R 3787 3787 2899 0 -1 4202560 25519 0 0 0 12120 10 0 0 20 0 8 0 391073483 275795968 40509 33554432000 134512640 146736320 4294234976 4129050716 135855132 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3842] ppid=3787 vsize=269332 CPUtime=122.1 cores=0,2,4,6
/proc/3788/task/3842/stat : 3842 (pb_cplex) R 3787 3787 2899 0 -1 4202560 16442 0 0 0 12200 10 0 0 20 0 8 0 391073483 275795968 40509 33554432000 134512640 146736320 4294234976 4118565072 136008177 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3843] ppid=3787 vsize=269332 CPUtime=191.66 cores=0,2,4,6
/proc/3788/task/3843/stat : 3843 (pb_cplex) R 3787 3787 2899 0 -1 4202560 18761 0 0 0 19154 12 0 0 20 0 8 0 391073483 275795968 40509 33554432000 134512640 146736320 4294234976 4108079160 136475791 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3844] ppid=3787 vsize=269332 CPUtime=297.31 cores=0,2,4,6
/proc/3788/task/3844/stat : 3844 (pb_cplex) R 3787 3787 2899 0 -1 4202560 22542 0 0 0 29716 15 0 0 20 0 8 0 391073483 275795968 40509 33554432000 134512640 146736320 4294234976 4097593808 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3845] ppid=3787 vsize=269332 CPUtime=233.8 cores=0,2,4,6
/proc/3788/task/3845/stat : 3845 (pb_cplex) R 3787 3787 2899 0 -1 4202560 8295 0 0 0 23371 9 0 0 20 0 8 0 391073483 275795968 40509 33554432000 134512640 146736320 4294234976 4087107792 136008168 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3846] ppid=3787 vsize=269332 CPUtime=234.48 cores=0,2,4,6
/proc/3788/task/3846/stat : 3846 (pb_cplex) R 3787 3787 2899 0 -1 4202560 108594 0 0 0 23414 34 0 0 20 0 8 0 391073483 275795968 40509 33554432000 134512640 146736320 4294234976 4076622032 136008176 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3847] ppid=3787 vsize=269332 CPUtime=109.43 cores=0,2,4,6
/proc/3788/task/3847/stat : 3847 (pb_cplex) R 3787 3787 2899 0 -1 4202560 4346 0 0 0 10938 5 0 0 20 0 8 0 391073483 275795968 40509 33554432000 134512640 146736320 4294234976 4066136176 136384846 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1732.98
Current children cumulated vsize (KiB) 278480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+719.1 s]
/proc/loadavg: 8.46 7.03 6.88 10/186 3852
/proc/meminfo: memFree=30678212/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=269332 CPUtime=1800.02 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 283061 0 0 0 179906 96 0 0 20 0 8 0 391049566 275795968 40710 33554432000 134512640 146736320 4294234976 4294228240 136403117 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3788/statm: 67333 40710 907 2985 0 64267 0
[pid=3788/tid=3841] ppid=3787 vsize=269332 CPUtime=129.71 cores=0,2,4,6
/proc/3788/task/3841/stat : 3841 (pb_cplex) R 3787 3787 2899 0 -1 4202560 25757 0 0 0 12961 10 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4129051264 139046528 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3842] ppid=3787 vsize=269332 CPUtime=130.5 cores=0,2,4,6
/proc/3788/task/3842/stat : 3842 (pb_cplex) R 3787 3787 2899 0 -1 4202560 16623 0 0 0 13040 10 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4118565072 136008050 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3843] ppid=3787 vsize=269332 CPUtime=199.98 cores=0,2,4,6
/proc/3788/task/3843/stat : 3843 (pb_cplex) R 3787 3787 2899 0 -1 4202560 18764 0 0 0 19985 13 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4108079312 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3844] ppid=3787 vsize=269332 CPUtime=305.72 cores=0,2,4,6
/proc/3788/task/3844/stat : 3844 (pb_cplex) R 3787 3787 2899 0 -1 4202560 24354 0 0 0 30557 15 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4097593552 136007973 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3845] ppid=3787 vsize=269332 CPUtime=242.13 cores=0,2,4,6
/proc/3788/task/3845/stat : 3845 (pb_cplex) R 3787 3787 2899 0 -1 4202560 8295 0 0 0 24204 9 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4087107792 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3846] ppid=3787 vsize=269332 CPUtime=242.88 cores=0,2,4,6
/proc/3788/task/3846/stat : 3846 (pb_cplex) R 3787 3787 2899 0 -1 4202560 108741 0 0 0 24254 34 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4076621916 135855127 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3847] ppid=3787 vsize=269332 CPUtime=117.84 cores=0,2,4,6
/proc/3788/task/3847/stat : 3847 (pb_cplex) R 3787 3787 2899 0 -1 4202560 4349 0 0 0 11779 5 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4066136156 135855174 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 278480

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

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

[startup+719.1 s]
/proc/loadavg: 8.46 7.03 6.88 10/186 3852
/proc/meminfo: memFree=30678212/32873844 swapFree=7116/7116
[pid=3787] ppid=3785 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3787/stat : 3787 (run) S 3785 3787 2899 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391049566 9367552 270 33554432000 4194304 5064252 140736091936272 140736091935184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3787/statm: 2287 270 229 213 0 72 0
[pid=3788] ppid=3787 vsize=269332 CPUtime=1800.02 cores=0,2,4,6
/proc/3788/stat : 3788 (pb_cplex) R 3787 3787 2899 0 -1 4202496 283061 0 0 0 179906 96 0 0 20 0 8 0 391049566 275795968 40710 33554432000 134512640 146736320 4294234976 4294228240 136403117 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3788/statm: 67333 40710 907 2985 0 64267 0
[pid=3788/tid=3841] ppid=3787 vsize=269332 CPUtime=129.71 cores=0,2,4,6
/proc/3788/task/3841/stat : 3841 (pb_cplex) R 3787 3787 2899 0 -1 4202560 25757 0 0 0 12961 10 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4129051264 139046528 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3842] ppid=3787 vsize=269332 CPUtime=130.5 cores=0,2,4,6
/proc/3788/task/3842/stat : 3842 (pb_cplex) R 3787 3787 2899 0 -1 4202560 16623 0 0 0 13040 10 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4118565072 136008050 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3788/tid=3843] ppid=3787 vsize=269332 CPUtime=199.98 cores=0,2,4,6
/proc/3788/task/3843/stat : 3843 (pb_cplex) R 3787 3787 2899 0 -1 4202560 18764 0 0 0 19985 13 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4108079312 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3844] ppid=3787 vsize=269332 CPUtime=305.72 cores=0,2,4,6
/proc/3788/task/3844/stat : 3844 (pb_cplex) R 3787 3787 2899 0 -1 4202560 24354 0 0 0 30557 15 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4097593552 136007973 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3788/tid=3845] ppid=3787 vsize=269332 CPUtime=242.13 cores=0,2,4,6
/proc/3788/task/3845/stat : 3845 (pb_cplex) R 3787 3787 2899 0 -1 4202560 8295 0 0 0 24204 9 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4087107792 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3788/tid=3846] ppid=3787 vsize=269332 CPUtime=242.88 cores=0,2,4,6
/proc/3788/task/3846/stat : 3846 (pb_cplex) R 3787 3787 2899 0 -1 4202560 108741 0 0 0 24254 34 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4076621916 135855127 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=3788/tid=3847] ppid=3787 vsize=269332 CPUtime=117.84 cores=0,2,4,6
/proc/3788/task/3847/stat : 3847 (pb_cplex) R 3787 3787 2899 0 -1 4202560 4349 0 0 0 11779 5 0 0 20 0 8 0 391073483 275795968 40710 33554432000 134512640 146736320 4294234976 4066136156 135855174 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 278480

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 719.116
CPU time (s): 1800.02
CPU user time (s): 1799.06
CPU system time (s): 0.96
CPU usage (%): 250.31
Max. virtual memory (cumulated for all children) (KiB): 280248

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

runsolver used 1.88071 second user time and 4.15537 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-09 15:40:10
IDJOB=3740072
IDBENCH=76228
IDSOLVER=2325
FILE ID=node103/3740072-1339249210
RUNJOBID= node103-1339246832-2915
PBS_JOBID= 14644378
Free space on /tmp= 71248 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6029_8-unsat.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740072-1339249210/watcher-3740072-1339249210 -o /tmp/evaluation-result-3740072-1339249210/solver-3740072-1339249210 -C 1800 -W 1900 -M 15500  run HOME/instance-3740072-1339249210.opb

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

MD5SUM BENCH= c619d5d1f14c9c14bda19749a65da87b
RANDOM SEED=1052724472

node103.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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
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.189
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.189
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.189
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.189
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.91
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.189
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	: 5411.36
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.189
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.189
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:        31002400 kB
Buffers:          412728 kB
Cached:           376820 kB
SwapCached:         5468 kB
Active:           869544 kB
Inactive:         106348 kB
Active(anon):     178216 kB
Inactive(anon):     7352 kB
Active(file):     691328 kB
Inactive(file):    98996 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:             17500 kB
Writeback:             0 kB
AnonPages:        186532 kB
Mapped:            12836 kB
Shmem:                 0 kB
Slab:             755588 kB
SReclaimable:     195752 kB
SUnreclaim:       559836 kB
KernelStack:        1520 kB
PageTables:         4476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     354596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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-3740072-1339249210.opb

Free space on /tmp at the end= 71224 MiB
End job on node103 at 2012-06-09 15:52:11