Trace number 3743204

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? (exit code) 1516.24 1523.17

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
MD5SUM6aef9ca2bb094f9e5aa00d5eeeaa5070
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3088
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 189008
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 189008
Number of bits of the biggest sum of numbers18
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-3743204-1339251645.opb.
0.00/0.00	c Instance file HOME/instance-3743204-1339251645.opb
0.00/0.00	c File size is 28233204 bytes.
341.33/341.46	c Highest Coefficient sum: 67331
341.33/341.46	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
341.72/341.84	c ============================[ Problem Statistics ]=============================
341.72/341.84	c |                                                                             |
341.72/341.84	c |  Parsing time:          341.67       s                                      |
341.72/341.84	c |  Number Variables:      400896                                              |
341.82/341.97	c |  Number Constraints:    402763                                              |
341.82/341.97	c ===============================================================================
1515.62/1513.94	c Remaining time 1458.24 sec.
1515.62/1513.94	
1515.62/1513.94	There may be further error information in the clone logs.
1515.79/1514.08	Warning: MIP starts not constructed because of out-of-memory status.
1515.88/1514.10	terminate called after throwing an instance of 'IloCplex::Exception'
1516.22/1523.16	HOME/run: line 3:  3826 Aborted                 (core dumped) ./pb_cplex -time-limit=$TIMEOUT -file-format=opb $1

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-3743204-1339251645/watcher-3743204-1339251645 -o /tmp/evaluation-result-3743204-1339251645/solver-3743204-1339251645 -C 1800 -W 1900 -M 15500 run HOME/instance-3743204-1339251645.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: 2.32 4.08 4.06 3/178 3825
/proc/meminfo: memFree=24119860/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0

[startup+0.0810079 s]
/proc/loadavg: 2.32 4.08 4.06 3/178 3825
/proc/meminfo: memFree=24119860/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100209 s]
/proc/loadavg: 2.32 4.08 4.06 3/178 3825
/proc/meminfo: memFree=24119860/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300111 s]
/proc/loadavg: 2.32 4.08 4.06 3/178 3825
/proc/meminfo: memFree=24119860/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700215 s]
/proc/loadavg: 2.32 4.08 4.06 3/178 3825
/proc/meminfo: memFree=24119860/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.32 4.08 4.06 3/180 3827
/proc/meminfo: memFree=24096424/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=64744 CPUtime=1.48 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 7543 0 0 0 148 0 0 0 20 0 1 0 391290342 66297856 7146 33554432000 134512640 146736320 4292609424 4292607472 140665547 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 16186 7146 1090 2985 0 6227 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 73892

[startup+3.10024 s]
/proc/loadavg: 2.32 4.08 4.06 3/180 3827
/proc/meminfo: memFree=24094920/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=65668 CPUtime=3.08 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 7899 0 0 0 308 0 0 0 20 0 1 0 391290342 67244032 7502 33554432000 134512640 146736320 4292609424 4292607308 141014065 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 16417 7502 1232 2985 0 6458 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 74816

[startup+6.30027 s]
/proc/loadavg: 2.30 4.04 4.04 3/180 3827
/proc/meminfo: memFree=24032112/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=176824 CPUtime=6.28 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 38462 0 0 0 623 5 0 0 20 0 1 0 391290342 181067776 36581 33554432000 134512640 146736320 4292609424 4292606936 144716523 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 44206 36581 4369 2985 0 34247 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 185972

[startup+12.7002 s]
/proc/loadavg: 2.27 4.01 4.03 3/180 3827
/proc/meminfo: memFree=23949968/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=216264 CPUtime=12.67 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 48734 0 0 0 1261 6 0 0 20 0 1 0 391290342 221454336 48504 33554432000 134512640 146736320 4292609424 4292607224 144716523 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 54066 48504 5971 2985 0 44107 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 225412

[startup+25.5002 s]
/proc/loadavg: 2.21 3.91 4.00 3/179 3827
/proc/meminfo: memFree=23941900/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=223868 CPUtime=25.48 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 51857 0 0 0 2541 7 0 0 20 0 1 0 391290342 229240832 51627 33554432000 134512640 146736320 4292609424 4292607344 140679015 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 55967 51627 7181 2985 0 46008 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 233016

[startup+51.1002 s]
/proc/loadavg: 2.14 3.75 3.95 3/179 3876
/proc/meminfo: memFree=24703352/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=224000 CPUtime=51.07 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 51889 0 0 0 5100 7 0 0 20 0 1 0 391290342 229376000 51659 33554432000 134512640 146736320 4292609424 4292607408 140683279 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 56000 51659 7181 2985 0 46041 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 233148

[startup+102.306 s]
/proc/loadavg: 2.10 3.50 3.85 3/179 3877
/proc/meminfo: memFree=24693468/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=224132 CPUtime=102.27 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 51925 0 0 0 10220 7 0 0 20 0 1 0 391290342 229511168 51789 33554432000 134512640 146736320 4292609424 4292607276 134814122 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 56033 51789 7181 2985 0 46074 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 233280

[startup+162.3 s]
/proc/loadavg: 2.04 3.22 3.73 3/179 3877
/proc/meminfo: memFree=24693384/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=224264 CPUtime=162.25 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 51952 0 0 0 16218 7 0 0 20 0 1 0 391290342 229646336 51816 33554432000 134512640 146736320 4292609424 4292607272 140526598 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 56066 51816 7181 2985 0 46107 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 233412

[startup+222.3 s]
/proc/loadavg: 2.01 3.00 3.62 3/179 3877
/proc/meminfo: memFree=24693344/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=224396 CPUtime=222.24 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 51975 0 0 0 22217 7 0 0 20 0 1 0 391290342 229781504 51839 33554432000 134512640 146736320 4292609424 4292607408 140683274 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 56099 51839 7181 2985 0 46140 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 233544

[startup+282.3 s]
/proc/loadavg: 2.00 2.81 3.51 3/179 3877
/proc/meminfo: memFree=24693220/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=224396 CPUtime=282.24 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 51994 0 0 0 28217 7 0 0 20 0 1 0 391290342 229781504 51858 33554432000 134512640 146736320 4292609424 4292607280 140528805 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 56099 51858 7181 2985 0 46140 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 233544

[startup+342.3 s]
/proc/loadavg: 2.00 2.66 3.41 3/179 3877
/proc/meminfo: memFree=24554088/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=445016 CPUtime=342.22 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 97329 0 0 0 34206 16 0 0 20 0 1 0 391290342 455696384 100625 33554432000 134512640 146736320 4292609424 4292607656 136896830 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 111254 100625 612 2985 0 108188 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 454164

[startup+402.3 s]
/proc/loadavg: 2.00 2.54 3.32 3/180 3879
/proc/meminfo: memFree=23484896/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 1903556 0 0 0 141649 560 0 0 20 0 8 0 391290342 3003138048 531341 33554432000 134512640 146736320 4292609424 4292602120 136474442 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 733188 531341 945 2985 0 730122 0
[pid=3826/tid=3922] ppid=3825 vsize=2932752 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3922/stat : 3922 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 3003138048 531341 33554432000 134512640 146736320 4292609424 2835111568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3923] ppid=3825 vsize=2932752 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3923/stat : 3923 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 3003138048 531341 33554432000 134512640 146736320 4292609424 2845597328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3826/tid=3924] ppid=3825 vsize=2932752 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3924/stat : 3924 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 3003138048 531341 33554432000 134512640 146736320 4292609424 2856083088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3826/tid=3925] ppid=3825 vsize=2932752 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3925/stat : 3925 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 3003138048 531341 33554432000 134512640 146736320 4292609424 2866568848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3926] ppid=3825 vsize=2932752 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3926/stat : 3926 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 3003138048 531341 33554432000 134512640 146736320 4292609424 1731751568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3826/tid=3927] ppid=3825 vsize=2932752 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3927/stat : 3927 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 3003138048 531341 33554432000 134512640 146736320 4292609424 1721265808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3928] ppid=3825 vsize=2932752 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3928/stat : 3928 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 3003138048 531341 33554432000 134512640 146736320 4292609424 1710780048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.09
Current children cumulated vsize (KiB) 2941900

[startup+1482.3 s]
/proc/loadavg: 1.00 1.07 1.81 2/179 3929
/proc/meminfo: memFree=22929656/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=2929332 CPUtime=1482.07 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 1913449 0 0 0 147641 566 0 0 20 0 8 0 391290342 2999635968 540764 33554432000 134512640 146736320 4292609424 4292602104 136475800 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 732333 540764 945 2985 0 729267 0
[pid=3826/tid=3922] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3922/stat : 3922 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 2835111568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3923] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3923/stat : 3923 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 2845597328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3826/tid=3924] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3924/stat : 3924 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 2856083088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3826/tid=3925] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3925/stat : 3925 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 2866568848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3926] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3926/stat : 3926 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 1731751568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3826/tid=3927] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3927/stat : 3927 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 1721265808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3928] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3928/stat : 3928 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 1710780048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 2938480

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

[startup+1484.7 s]
/proc/loadavg: 1.00 1.07 1.81 2/179 3929
/proc/meminfo: memFree=22929904/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=2929332 CPUtime=1484.47 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 1913776 0 0 0 147881 566 0 0 20 0 8 0 391290342 2999635968 540764 33554432000 134512640 146736320 4292609424 4292602140 135855174 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 732333 540764 945 2985 0 729267 0
[pid=3826/tid=3922] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3922/stat : 3922 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 2835111568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3923] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3923/stat : 3923 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 2845597328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3826/tid=3924] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3924/stat : 3924 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 2856083088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3826/tid=3925] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3925/stat : 3925 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 2866568848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3926] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3926/stat : 3926 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 1731751568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3826/tid=3927] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3927/stat : 3927 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 1721265808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3928] ppid=3825 vsize=2929332 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3928/stat : 3928 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 2999635968 540764 33554432000 134512640 146736320 4292609424 1710780048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1484.47
Current children cumulated vsize (KiB) 2938480

[startup+1510.31 s]
/proc/loadavg: 1.00 1.06 1.78 2/179 3929
/proc/meminfo: memFree=22928648/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=2930908 CPUtime=1510.07 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) R 3825 3825 2263 0 -1 4202496 1920291 0 0 0 150437 570 0 0 20 0 8 0 391290342 3001249792 541159 33554432000 134512640 146736320 4292609424 4292602116 136385167 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3826/statm: 732727 541159 945 2985 0 729661 0
[pid=3826/tid=3922] ppid=3825 vsize=2930908 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3922/stat : 3922 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 3001249792 541159 33554432000 134512640 146736320 4292609424 2835111568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3923] ppid=3825 vsize=2930908 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3923/stat : 3923 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 3001249792 541159 33554432000 134512640 146736320 4292609424 2845597328 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3826/tid=3924] ppid=3825 vsize=2930908 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3924/stat : 3924 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 3001249792 541159 33554432000 134512640 146736320 4292609424 2856083088 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3826/tid=3925] ppid=3825 vsize=2930908 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3925/stat : 3925 (pb_cplex) S 3825 3825 2263 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 391419519 3001249792 541159 33554432000 134512640 146736320 4292609424 2866568848 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3926] ppid=3825 vsize=2930908 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3926/stat : 3926 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 3001249792 541159 33554432000 134512640 146736320 4292609424 1731751568 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3826/tid=3927] ppid=3825 vsize=2930908 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3927/stat : 3927 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 3001249792 541159 33554432000 134512640 146736320 4292609424 1721265808 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3826/tid=3928] ppid=3825 vsize=2930908 CPUtime=0 cores=0,2,4,6
/proc/3826/task/3928/stat : 3928 (pb_cplex) S 3825 3825 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391419519 3001249792 541159 33554432000 134512640 146736320 4292609424 1710780048 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1510.07
Current children cumulated vsize (KiB) 2940056

[startup+1516.7 s]
/proc/loadavg: 1.00 1.06 1.78 3/173 3930
/proc/meminfo: memFree=23703460/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=684616 CPUtime=1516.22 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) S 3825 3825 2263 0 -1 4204032 2011316 0 0 0 150957 665 0 0 20 0 1 0 391290342 701046784 152150 33554432000 134512640 146736320 4292609424 4292607916 144864592 0 0 4096 16387 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/3826/statm: 171154 152150 1270 2985 0 168088 0
Current children cumulated CPU time (s) 1516.22
Current children cumulated vsize (KiB) 693764

[startup+1519.9 s]
/proc/loadavg: 1.00 1.06 1.78 1/173 3930
/proc/meminfo: memFree=23681760/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=684616 CPUtime=1516.22 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) S 3825 3825 2263 0 -1 4204032 2011316 0 0 0 150957 665 0 0 20 0 1 0 391290342 701046784 152150 33554432000 134512640 146736320 4292609424 4292607916 144864592 0 0 4096 16387 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/3826/statm: 171154 152150 1270 2985 0 168088 0
Current children cumulated CPU time (s) 1516.22
Current children cumulated vsize (KiB) 693764

[startup+1521.5 s]
/proc/loadavg: 1.16 1.09 1.78 1/173 3930
/proc/meminfo: memFree=23682132/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=684616 CPUtime=1516.22 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) S 3825 3825 2263 0 -1 4204032 2011316 0 0 0 150957 665 0 0 20 0 1 0 391290342 701046784 152150 33554432000 134512640 146736320 4292609424 4292607916 144864592 0 0 4096 16387 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/3826/statm: 171154 152150 1270 2985 0 168088 0
Current children cumulated CPU time (s) 1516.22
Current children cumulated vsize (KiB) 693764

[startup+1522.3 s]
/proc/loadavg: 1.16 1.09 1.78 1/173 3930
/proc/meminfo: memFree=23681196/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=684616 CPUtime=1516.22 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) S 3825 3825 2263 0 -1 4204032 2011316 0 0 0 150957 665 0 0 20 0 1 0 391290342 701046784 152150 33554432000 134512640 146736320 4292609424 4292607916 144864592 0 0 4096 16387 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/3826/statm: 171154 152150 1270 2985 0 168088 0
Current children cumulated CPU time (s) 1516.22
Current children cumulated vsize (KiB) 693764

[startup+1522.7 s]
/proc/loadavg: 1.16 1.09 1.78 1/173 3930
/proc/meminfo: memFree=23681196/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=684616 CPUtime=1516.22 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) S 3825 3825 2263 0 -1 4204032 2011316 0 0 0 150957 665 0 0 20 0 1 0 391290342 701046784 152150 33554432000 134512640 146736320 4292609424 4292607916 144864592 0 0 4096 16387 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/3826/statm: 171154 152150 1270 2985 0 168088 0
Current children cumulated CPU time (s) 1516.22
Current children cumulated vsize (KiB) 693764

[startup+1523.1 s]
/proc/loadavg: 1.16 1.09 1.78 1/173 3930
/proc/meminfo: memFree=23681196/32873660 swapFree=7120/7120
[pid=3825] ppid=3823 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3825/stat : 3825 (run) S 3823 3825 2263 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391290342 9367552 270 33554432000 4194304 5064252 140736226825760 140736226824672 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3825/statm: 2287 270 229 213 0 72 0
[pid=3826] ppid=3825 vsize=684616 CPUtime=1516.22 cores=0,2,4,6
/proc/3826/stat : 3826 (pb_cplex) S 3825 3825 2263 0 -1 4204032 2011316 0 0 0 150957 665 0 0 20 0 1 0 391290342 701046784 152150 33554432000 134512640 146736320 4292609424 4292607916 144864592 0 0 4096 16387 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/3826/statm: 171154 152150 1270 2985 0 168088 0
Current children cumulated CPU time (s) 1516.22
Current children cumulated vsize (KiB) 693764

Child status: 134
Real time (s): 1523.17
CPU time (s): 1516.24
CPU user time (s): 1509.57
CPU system time (s): 6.66699
CPU usage (%): 99.5452
Max. virtual memory (cumulated for all children) (KiB): 4122432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1509.57
system time used= 6.66699
maximum resident set size= 2913692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2011682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161131
involuntary context switches= 2256

runsolver used 3.07953 second user time and 8.11577 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-09 16:20:46
IDJOB=3743204
IDBENCH=90903
IDSOLVER=2325
FILE ID=node117/3743204-1339251645
RUNJOBID= node117-1339246834-2279
PBS_JOBID= 14644364
Free space on /tmp= 68476 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743204-1339251645/watcher-3743204-1339251645 -o /tmp/evaluation-result-3743204-1339251645/solver-3743204-1339251645 -C 1800 -W 1900 -M 15500  run HOME/instance-3743204-1339251645.opb

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

MD5SUM BENCH= 6aef9ca2bb094f9e5aa00d5eeeaa5070
RANDOM SEED=1542200538

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        24120916 kB
Buffers:          863700 kB
Cached:          5964572 kB
SwapCached:          620 kB
Active:          5769596 kB
Inactive:        1999780 kB
Active(anon):     928688 kB
Inactive(anon):    10028 kB
Active(file):    4840908 kB
Inactive(file):  1989752 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106956 kB
Dirty:             44140 kB
Writeback:             8 kB
AnonPages:        944784 kB
Mapped:            15732 kB
Shmem:                80 kB
Slab:             843056 kB
SReclaimable:     287056 kB
SUnreclaim:       556000 kB
KernelStack:        1464 kB
PageTables:         5972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1611712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3743204-1339251645.opb

Free space on /tmp at the end= 68124 MiB
End job on node117 at 2012-06-09 16:46:10