Trace number 3742653

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.34 609.516

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
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 benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3742653-1339251390.opb.
0.00/0.00	c Instance file HOME/instance-3742653-1339251390.opb
0.00/0.00	c File size is 223174 bytes.
0.00/0.09	c Highest Coefficient sum: 67
0.00/0.09	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.09	c ============================[ Problem Statistics ]=============================
0.00/0.09	c |                                                                             |
0.00/0.09	c |  Parsing time:          0.09         s                                      |
0.00/0.09	c |  Number Variables:      3630                                                |
0.00/0.09	c |  Number Constraints:    3764                                                |
0.00/0.09	c ===============================================================================
1799.80/609.51	c Remaining time 1799.91 sec.
1799.80/609.51	c 
1799.80/609.51	c *** INTERRUPTED ***
1799.80/609.51	s UNKNOWN
1799.80/609.51	c Total CPU time              : 1799.12 s
1799.80/609.51	c Memory used           : 397.17 MB
1799.80/609.51	c CPU time              : 1799.12 s
1799.80/609.51	c 
1799.80/609.51	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-3742653-1339251390/watcher-3742653-1339251390 -o /tmp/evaluation-result-3742653-1339251390/solver-3742653-1339251390 -C 1800 -W 1900 -M 15500 run HOME/instance-3742653-1339251390.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.32 4.76 3.82 3/184 23295
/proc/meminfo: memFree=30423628/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0

[startup+0.073787 s]
/proc/loadavg: 4.32 4.76 3.82 3/184 23295
/proc/meminfo: memFree=30423628/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100158 s]
/proc/loadavg: 4.32 4.76 3.82 3/184 23295
/proc/meminfo: memFree=30423628/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300134 s]
/proc/loadavg: 4.32 4.76 3.82 3/184 23295
/proc/meminfo: memFree=30423628/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.7001 s]
/proc/loadavg: 4.32 4.76 3.82 3/184 23295
/proc/meminfo: memFree=30423628/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50014 s]
/proc/loadavg: 4.32 4.76 3.82 3/186 23297
/proc/meminfo: memFree=30414320/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=25168 CPUtime=1.49 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 4544 0 0 0 149 0 0 0 20 0 1 0 391265106 25772032 3164 33554432000 134512640 146736320 4294412144 4294406144 136019061 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 6292 3164 778 2985 0 3226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34316

[startup+3.10022 s]
/proc/loadavg: 4.13 4.72 3.81 3/186 23297
/proc/meminfo: memFree=30413824/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=25168 CPUtime=3.09 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 4549 0 0 0 309 0 0 0 20 0 1 0 391265106 25772032 3169 33554432000 134512640 146736320 4294412144 4294406456 136015524 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 6292 3169 778 2985 0 3226 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34316

[startup+6.30022 s]
/proc/loadavg: 4.13 4.72 3.81 3/186 23297
/proc/meminfo: memFree=30409428/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=31836 CPUtime=6.29 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 7165 0 0 0 628 1 0 0 20 0 1 0 391265106 32600064 4488 33554432000 134512640 146736320 4294412144 4294405852 139028318 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 7959 4488 837 2985 0 4893 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40984

[startup+12.7002 s]
/proc/loadavg: 3.80 4.63 3.79 3/186 23297
/proc/meminfo: memFree=30408488/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=29216 CPUtime=12.69 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 7583 0 0 0 1268 1 0 0 20 0 1 0 391265106 29917184 4399 33554432000 134512640 146736320 4294412144 4294406236 135855185 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 7304 4399 839 2985 0 4238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38364

[startup+25.5001 s]
/proc/loadavg: 3.53 4.54 3.77 3/186 23297
/proc/meminfo: memFree=30407012/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=33216 CPUtime=25.49 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 8917 0 0 0 2548 1 0 0 20 0 1 0 391265106 34013184 4958 33554432000 134512640 146736320 4294412144 4294406440 136015700 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 8304 4958 840 2985 0 5238 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42364

[startup+51.1002 s]
/proc/loadavg: 3.00 4.33 3.72 3/186 23297
/proc/meminfo: memFree=30406080/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=33040 CPUtime=51.08 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 10521 0 0 0 5107 1 0 0 20 0 1 0 391265106 33832960 4988 33554432000 134512640 146736320 4294412144 4294406408 136461520 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 8260 4988 840 2985 0 5194 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42188

[startup+102.307 s]
/proc/loadavg: 3.48 4.17 3.69 10/193 23304
/proc/meminfo: memFree=30362224/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=158768 CPUtime=129.55 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 24422 0 0 0 12949 6 0 0 20 0 8 0 391265106 162578432 15984 33554432000 134512640 146736320 4294412144 4294405388 139028294 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23296/statm: 39692 15984 885 2985 0 36626 0
[pid=23296/tid=23298] ppid=23295 vsize=158768 CPUtime=4.64 cores=1,3,5,7
/proc/23296/task/23298/stat : 23298 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1654 0 0 0 464 0 0 0 20 0 8 0 391273345 162578432 15984 33554432000 134512640 146736320 4294412144 4142207068 135855174 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23299] ppid=23295 vsize=158768 CPUtime=4.32 cores=1,3,5,7
/proc/23296/task/23299/stat : 23299 (pb_cplex) R 23295 23295 22071 0 -1 4202560 609 0 0 0 432 0 0 0 20 0 8 0 391273345 162578432 15984 33554432000 134512640 146736320 4294412144 4131721672 136000415 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23300] ppid=23295 vsize=158768 CPUtime=4.4 cores=1,3,5,7
/proc/23296/task/23300/stat : 23300 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1069 0 0 0 440 0 0 0 20 0 8 0 391273345 162578432 15984 33554432000 134512640 146736320 4294412144 4121236048 136403103 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23301] ppid=23295 vsize=158768 CPUtime=4.78 cores=1,3,5,7
/proc/23296/task/23301/stat : 23301 (pb_cplex) R 23295 23295 22071 0 -1 4202560 849 0 0 0 478 0 0 0 20 0 8 0 391273345 162578432 15984 33554432000 134512640 146736320 4294412144 4110749904 136008039 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23302] ppid=23295 vsize=158768 CPUtime=4.39 cores=1,3,5,7
/proc/23296/task/23302/stat : 23302 (pb_cplex) R 23295 23295 22071 0 -1 4202560 791 0 0 0 439 0 0 0 20 0 8 0 391273345 162578432 15984 33554432000 134512640 146736320 4294412144 4100264156 136009648 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23303] ppid=23295 vsize=158768 CPUtime=4.54 cores=1,3,5,7
/proc/23296/task/23303/stat : 23303 (pb_cplex) R 23295 23295 22071 0 -1 4202560 809 0 0 0 454 0 0 0 20 0 8 0 391273345 162578432 15984 33554432000 134512640 146736320 4294412144 4089778244 136385170 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23296/tid=23304] ppid=23295 vsize=158768 CPUtime=4.52 cores=1,3,5,7
/proc/23296/task/23304/stat : 23304 (pb_cplex) R 23295 23295 22071 0 -1 4202560 816 0 0 0 452 0 0 0 20 0 8 0 391273345 162578432 15984 33554432000 134512640 146736320 4294412144 4079292624 136008416 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 129.55
Current children cumulated vsize (KiB) 167916

[startup+162.3 s]
/proc/loadavg: 8.21 5.37 4.13 17/193 23304
/proc/meminfo: memFree=30351232/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=167288 CPUtime=316.47 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 30626 0 0 0 31636 11 0 0 20 0 8 0 391265106 171302912 18936 33554432000 134512640 146736320 4294412144 4294404840 139044507 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23296/statm: 41822 18936 908 2985 0 38756 0
[pid=23296/tid=23298] ppid=23295 vsize=167288 CPUtime=27.29 cores=1,3,5,7
/proc/23296/task/23298/stat : 23298 (pb_cplex) R 23295 23295 22071 0 -1 4202560 2176 0 0 0 2728 1 0 0 20 0 8 0 391273345 171302912 18936 33554432000 134512640 146736320 4294412144 4142207184 136008450 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23299] ppid=23295 vsize=167288 CPUtime=24.12 cores=1,3,5,7
/proc/23296/task/23299/stat : 23299 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1149 0 0 0 2411 1 0 0 20 0 8 0 391273345 171302912 18936 33554432000 134512640 146736320 4294412144 4131720380 135453306 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23300] ppid=23295 vsize=167288 CPUtime=21.05 cores=1,3,5,7
/proc/23296/task/23300/stat : 23300 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1637 0 0 0 2104 1 0 0 20 0 8 0 391273345 171302912 18936 33554432000 134512640 146736320 4294412144 4121234548 135450948 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23301] ppid=23295 vsize=167288 CPUtime=21.46 cores=1,3,5,7
/proc/23296/task/23301/stat : 23301 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1416 0 0 0 2146 0 0 0 20 0 8 0 391273345 171302912 18936 33554432000 134512640 146736320 4294412144 4110749764 136385175 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23302] ppid=23295 vsize=167288 CPUtime=34.78 cores=1,3,5,7
/proc/23296/task/23302/stat : 23302 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1966 0 0 0 3477 1 0 0 20 0 8 0 391273345 171302912 18936 33554432000 134512640 146736320 4294412144 4100264328 136388073 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23303] ppid=23295 vsize=167288 CPUtime=48.3 cores=1,3,5,7
/proc/23296/task/23303/stat : 23303 (pb_cplex) R 23295 23295 22071 0 -1 4202560 2627 0 0 0 4829 1 0 0 20 0 8 0 391273345 171302912 18936 33554432000 134512640 146736320 4294412144 4089778244 136385175 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23304] ppid=23295 vsize=167288 CPUtime=28.69 cores=1,3,5,7
/proc/23296/task/23304/stat : 23304 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1420 0 0 0 2869 0 0 0 20 0 8 0 391273345 171302912 18936 33554432000 134512640 146736320 4294412144 4079292992 136001203 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 316.47
Current children cumulated vsize (KiB) 176436

[startup+222.3 s]
/proc/loadavg: 8.96 6.16 4.49 10/187 23357
/proc/meminfo: memFree=30432532/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=178188 CPUtime=552.32 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 36608 0 0 0 55215 17 0 0 20 0 8 0 391265106 182464512 21971 33554432000 134512640 146736320 4294412144 4294404856 136475800 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23296/statm: 44547 21971 908 2985 0 41481 0
[pid=23296/tid=23298] ppid=23295 vsize=178188 CPUtime=56.44 cores=1,3,5,7
/proc/23296/task/23298/stat : 23298 (pb_cplex) R 23295 23295 22071 0 -1 4202560 2720 0 0 0 5643 1 0 0 20 0 8 0 391273345 182464512 21971 33554432000 134512640 146736320 4294412144 4142207432 136000795 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23296/tid=23299] ppid=23295 vsize=178188 CPUtime=53.77 cores=1,3,5,7

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

[pid=23296/tid=23370] ppid=23295 vsize=370300 CPUtime=0 cores=1,3,5,7
/proc/23296/task/23370/stat : 23370 (pb_cplex) S 23295 23295 22071 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 391303978 379187200 55941 33554432000 134512640 146736320 4294412144 3839729296 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23371] ppid=23295 vsize=370300 CPUtime=0 cores=1,3,5,7
/proc/23296/task/23371/stat : 23371 (pb_cplex) S 23295 23295 22071 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391303978 379187200 55941 33554432000 134512640 146736320 4294412144 3829243536 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23372] ppid=23295 vsize=370300 CPUtime=0 cores=1,3,5,7
/proc/23296/task/23372/stat : 23372 (pb_cplex) S 23295 23295 22071 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391303978 379187200 55941 33554432000 134512640 146736320 4294412144 3818757776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1087.97
Current children cumulated vsize (KiB) 379448

[startup+462.3 s]
/proc/loadavg: 6.71 6.39 4.98 8/193 23379
/proc/meminfo: memFree=29993216/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=400648 CPUtime=1308.16 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) S 23295 23295 22071 0 -1 4202496 73083 0 0 0 130756 60 0 0 20 0 8 0 391265106 410263552 63514 33554432000 134512640 146736320 4294412144 4294408528 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 100162 63514 922 2985 0 97096 0
[pid=23296/tid=23366] ppid=23295 vsize=400648 CPUtime=29.01 cores=1,3,5,7
/proc/23296/task/23366/stat : 23366 (pb_cplex) R 23295 23295 22071 0 -1 4202560 3515 0 0 0 2900 1 0 0 20 0 8 0 391303978 410263552 63514 33554432000 134512640 146736320 4294412144 4034912328 139042916 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23367] ppid=23295 vsize=400648 CPUtime=28.3 cores=1,3,5,7
/proc/23296/task/23367/stat : 23367 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1631 0 0 0 2829 1 0 0 20 0 8 0 391303978 410263552 63514 33554432000 134512640 146736320 4294412144 4045398608 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23368] ppid=23295 vsize=400648 CPUtime=28.03 cores=1,3,5,7
/proc/23296/task/23368/stat : 23368 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1994 0 0 0 2802 1 0 0 20 0 8 0 391303978 410263552 63514 33554432000 134512640 146736320 4294412144 4055883844 136385175 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23369] ppid=23295 vsize=400648 CPUtime=28.57 cores=1,3,5,7
/proc/23296/task/23369/stat : 23369 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1126 0 0 0 2857 0 0 0 20 0 8 0 391303978 410263552 63514 33554432000 134512640 146736320 4294412144 4110748680 136474418 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23296/tid=23370] ppid=23295 vsize=400648 CPUtime=28.59 cores=1,3,5,7
/proc/23296/task/23370/stat : 23370 (pb_cplex) R 23295 23295 22071 0 -1 4202560 3642 0 0 0 2859 0 0 0 20 0 8 0 391303978 410263552 63514 33554432000 134512640 146736320 4294412144 3839725808 136485483 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23371] ppid=23295 vsize=400648 CPUtime=28.15 cores=1,3,5,7
/proc/23296/task/23371/stat : 23371 (pb_cplex) R 23295 23295 22071 0 -1 4202560 998 0 0 0 2815 0 0 0 20 0 8 0 391303978 410263552 63514 33554432000 134512640 146736320 4294412144 3829239880 136474225 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23372] ppid=23295 vsize=400648 CPUtime=26.34 cores=1,3,5,7
/proc/23296/task/23372/stat : 23372 (pb_cplex) S 23295 23295 22071 0 -1 4202560 3579 0 0 0 2632 2 0 0 20 0 8 0 391303978 410263552 63514 33554432000 134512640 146736320 4294412144 3818757776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1308.16
Current children cumulated vsize (KiB) 409796

[startup+522.3 s]
/proc/loadavg: 9.22 7.16 5.32 13/193 23379
/proc/meminfo: memFree=29763884/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=397888 CPUtime=1547.69 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) S 23295 23295 22071 0 -1 4202496 82970 0 0 0 154703 66 0 0 20 0 8 0 391265106 407437312 65261 33554432000 134512640 146736320 4294412144 4294408528 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 99472 65261 923 2985 0 96406 0
[pid=23296/tid=23366] ppid=23295 vsize=397888 CPUtime=75.56 cores=1,3,5,7
/proc/23296/task/23366/stat : 23366 (pb_cplex) R 23295 23295 22071 0 -1 4202560 7483 0 0 0 7552 4 0 0 20 0 8 0 391303978 407437312 65261 33554432000 134512640 146736320 4294412144 4034912324 136385179 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23296/tid=23367] ppid=23295 vsize=397888 CPUtime=45.49 cores=1,3,5,7
/proc/23296/task/23367/stat : 23367 (pb_cplex) S 23295 23295 22071 0 -1 4202560 2329 0 0 0 4547 2 0 0 20 0 8 0 391303978 407437312 65261 33554432000 134512640 146736320 4294412144 4045401744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23368] ppid=23295 vsize=397888 CPUtime=65.96 cores=1,3,5,7
/proc/23296/task/23368/stat : 23368 (pb_cplex) S 23295 23295 22071 0 -1 4202560 2017 0 0 0 6593 3 0 0 20 0 8 0 391303978 407437312 65261 33554432000 134512640 146736320 4294412144 4055887504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23369] ppid=23295 vsize=397888 CPUtime=71.56 cores=1,3,5,7
/proc/23296/task/23369/stat : 23369 (pb_cplex) R 23295 23295 22071 0 -1 4202560 1450 0 0 0 7154 2 0 0 20 0 8 0 391303978 407437312 65261 33554432000 134512640 146736320 4294412144 4110749904 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23370] ppid=23295 vsize=397888 CPUtime=79.89 cores=1,3,5,7
/proc/23296/task/23370/stat : 23370 (pb_cplex) R 23295 23295 22071 0 -1 4202560 7180 0 0 0 7986 3 0 0 20 0 8 0 391303978 407437312 65261 33554432000 134512640 146736320 4294412144 3839725636 136385170 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23371] ppid=23295 vsize=397888 CPUtime=71.61 cores=1,3,5,7
/proc/23296/task/23371/stat : 23371 (pb_cplex) R 23295 23295 22071 0 -1 4202560 2334 0 0 0 7159 2 0 0 20 0 8 0 391303978 407437312 65261 33554432000 134512640 146736320 4294412144 3829239900 135854040 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23372] ppid=23295 vsize=397888 CPUtime=26.34 cores=1,3,5,7
/proc/23296/task/23372/stat : 23372 (pb_cplex) S 23295 23295 22071 0 -1 4202560 3579 0 0 0 2632 2 0 0 20 0 8 0 391303978 407437312 65261 33554432000 134512640 146736320 4294412144 3818757776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1547.69
Current children cumulated vsize (KiB) 407036

[startup+582.3 s]
/proc/loadavg: 8.40 7.39 5.53 3/186 23379
/proc/meminfo: memFree=29959996/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=398396 CPUtime=1711.21 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) S 23295 23295 22071 0 -1 4202496 94223 0 0 0 171052 69 0 0 20 0 8 0 391265106 407957504 66512 33554432000 134512640 146736320 4294412144 4294408528 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 99599 66512 923 2985 0 96533 0
[pid=23296/tid=23366] ppid=23295 vsize=398396 CPUtime=104.18 cores=1,3,5,7
/proc/23296/task/23366/stat : 23366 (pb_cplex) S 23295 23295 22071 0 -1 4202560 10280 0 0 0 10413 5 0 0 20 0 8 0 391303978 407957504 66512 33554432000 134512640 146736320 4294412144 4034915984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23296/tid=23367] ppid=23295 vsize=398396 CPUtime=45.49 cores=1,3,5,7
/proc/23296/task/23367/stat : 23367 (pb_cplex) S 23295 23295 22071 0 -1 4202560 2329 0 0 0 4547 2 0 0 20 0 8 0 391303978 407957504 66512 33554432000 134512640 146736320 4294412144 4045401744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23368] ppid=23295 vsize=398396 CPUtime=65.96 cores=1,3,5,7
/proc/23296/task/23368/stat : 23368 (pb_cplex) S 23295 23295 22071 0 -1 4202560 2017 0 0 0 6593 3 0 0 20 0 8 0 391303978 407957504 66512 33554432000 134512640 146736320 4294412144 4055887504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23369] ppid=23295 vsize=398396 CPUtime=124.11 cores=1,3,5,7
/proc/23296/task/23369/stat : 23369 (pb_cplex) S 23295 23295 22071 0 -1 4202560 2582 0 0 0 12408 3 0 0 20 0 8 0 391303978 407957504 66512 33554432000 134512640 146736320 4294412144 4110753424 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23370] ppid=23295 vsize=398396 CPUtime=139.89 cores=1,3,5,7
/proc/23296/task/23370/stat : 23370 (pb_cplex) R 23295 23295 22071 0 -1 4202560 12423 0 0 0 13983 6 0 0 20 0 8 0 391303978 407957504 66512 33554432000 134512640 146736320 4294412144 3839725624 136475780 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23371] ppid=23295 vsize=398396 CPUtime=93.93 cores=1,3,5,7
/proc/23296/task/23371/stat : 23371 (pb_cplex) S 23295 23295 22071 0 -1 4202560 4415 0 0 0 9390 3 0 0 20 0 8 0 391303978 407957504 66512 33554432000 134512640 146736320 4294412144 3829243536 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23372] ppid=23295 vsize=398396 CPUtime=26.34 cores=1,3,5,7
/proc/23296/task/23372/stat : 23372 (pb_cplex) S 23295 23295 22071 0 -1 4202560 3579 0 0 0 2632 2 0 0 20 0 8 0 391303978 407957504 66512 33554432000 134512640 146736320 4294412144 3818757776 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1711.21
Current children cumulated vsize (KiB) 407544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+609.5 s]
/proc/loadavg: 8.20 7.41 5.59 10/186 23380
/proc/meminfo: memFree=30040524/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=406700 CPUtime=1799.8 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 103076 0 0 0 179908 72 0 0 20 0 8 0 391265106 416460800 69013 33554432000 134512640 146736320 4294412144 4294405008 136008050 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 101675 69013 923 2985 0 98609 0
[pid=23296/tid=23366] ppid=23295 vsize=406700 CPUtime=114.58 cores=1,3,5,7
/proc/23296/task/23366/stat : 23366 (pb_cplex) R 23295 23295 22071 0 -1 4202560 11527 0 0 0 11452 6 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 4034912532 136003493 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23367] ppid=23295 vsize=406700 CPUtime=55.74 cores=1,3,5,7
/proc/23296/task/23367/stat : 23367 (pb_cplex) R 23295 23295 22071 0 -1 4202560 4112 0 0 0 5572 2 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 4045398064 136384857 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23296/tid=23368] ppid=23295 vsize=406700 CPUtime=76.04 cores=1,3,5,7
/proc/23296/task/23368/stat : 23368 (pb_cplex) R 23295 23295 22071 0 -1 4202560 2304 0 0 0 7601 3 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 4055884232 136000338 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23369] ppid=23295 vsize=406700 CPUtime=134.36 cores=1,3,5,7
/proc/23296/task/23369/stat : 23369 (pb_cplex) R 23295 23295 22071 0 -1 4202560 3195 0 0 0 13432 4 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 4110749512 135525914 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23370] ppid=23295 vsize=406700 CPUtime=156.82 cores=1,3,5,7
/proc/23296/task/23370/stat : 23370 (pb_cplex) R 23295 23295 22071 0 -1 4202560 14411 0 0 0 15676 6 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 3839725772 136388921 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23371] ppid=23295 vsize=406700 CPUtime=104.04 cores=1,3,5,7
/proc/23296/task/23371/stat : 23371 (pb_cplex) R 23295 23295 22071 0 -1 4202560 5595 0 0 0 10401 3 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 3829240016 136008017 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23372] ppid=23295 vsize=406700 CPUtime=36.59 cores=1,3,5,7
/proc/23296/task/23372/stat : 23372 (pb_cplex) R 23295 23295 22071 0 -1 4202560 4626 0 0 0 3657 2 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 3818754688 139046498 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 415848

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

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

[startup+609.5 s]
/proc/loadavg: 8.20 7.41 5.59 10/186 23380
/proc/meminfo: memFree=30040524/32873648 swapFree=6860/6860
[pid=23295] ppid=23293 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23295/stat : 23295 (run) S 23293 23295 22071 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391265106 9367552 270 33554432000 4194304 5064252 140737314817328 140737314816240 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23295/statm: 2287 270 229 213 0 72 0
[pid=23296] ppid=23295 vsize=406700 CPUtime=1799.8 cores=1,3,5,7
/proc/23296/stat : 23296 (pb_cplex) R 23295 23295 22071 0 -1 4202496 103076 0 0 0 179908 72 0 0 20 0 8 0 391265106 416460800 69013 33554432000 134512640 146736320 4294412144 4294405008 136008050 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23296/statm: 101675 69013 923 2985 0 98609 0
[pid=23296/tid=23366] ppid=23295 vsize=406700 CPUtime=114.58 cores=1,3,5,7
/proc/23296/task/23366/stat : 23366 (pb_cplex) R 23295 23295 22071 0 -1 4202560 11527 0 0 0 11452 6 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 4034912532 136003493 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23367] ppid=23295 vsize=406700 CPUtime=55.74 cores=1,3,5,7
/proc/23296/task/23367/stat : 23367 (pb_cplex) R 23295 23295 22071 0 -1 4202560 4112 0 0 0 5572 2 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 4045398064 136384857 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23296/tid=23368] ppid=23295 vsize=406700 CPUtime=76.04 cores=1,3,5,7
/proc/23296/task/23368/stat : 23368 (pb_cplex) R 23295 23295 22071 0 -1 4202560 2304 0 0 0 7601 3 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 4055884232 136000338 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23296/tid=23369] ppid=23295 vsize=406700 CPUtime=134.36 cores=1,3,5,7
/proc/23296/task/23369/stat : 23369 (pb_cplex) R 23295 23295 22071 0 -1 4202560 3195 0 0 0 13432 4 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 4110749512 135525914 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23296/tid=23370] ppid=23295 vsize=406700 CPUtime=156.82 cores=1,3,5,7
/proc/23296/task/23370/stat : 23370 (pb_cplex) R 23295 23295 22071 0 -1 4202560 14411 0 0 0 15676 6 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 3839725772 136388921 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23371] ppid=23295 vsize=406700 CPUtime=104.04 cores=1,3,5,7
/proc/23296/task/23371/stat : 23371 (pb_cplex) R 23295 23295 22071 0 -1 4202560 5595 0 0 0 10401 3 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 3829240016 136008017 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23296/tid=23372] ppid=23295 vsize=406700 CPUtime=36.59 cores=1,3,5,7
/proc/23296/task/23372/stat : 23372 (pb_cplex) R 23295 23295 22071 0 -1 4202560 4626 0 0 0 3657 2 0 0 20 0 8 0 391303978 416460800 69013 33554432000 134512640 146736320 4294412144 3818754688 139046498 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 415848

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23295 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 1799.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.540039
#  lost CPU user time (s): 0.650024
#  lost CPU system time (s): -0.11

Real time (s): 609.516
CPU time (s): 1800.34
CPU user time (s): 1799.73
CPU system time (s): 0.61
CPU usage (%): 295.372
Max. virtual memory (cumulated for all children) (KiB): 421180

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= 2

runsolver used 1.37179 second user time and 3.9644 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-09 16:16:30
IDJOB=3742653
IDBENCH=90220
IDSOLVER=2325
FILE ID=node116/3742653-1339251390
RUNJOBID= node116-1339246833-22088
PBS_JOBID= 14644365
Free space on /tmp= 70884 MiB

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

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=1214140468

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.92
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.556
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.90
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.556
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:       32873648 kB
MemFree:        30424056 kB
Buffers:          405636 kB
Cached:          1010000 kB
SwapCached:         3172 kB
Active:          1415892 kB
Inactive:         112852 kB
Active(anon):     107920 kB
Inactive(anon):     5740 kB
Active(file):    1307972 kB
Inactive(file):   107112 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100548 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:        150548 kB
Mapped:            13992 kB
Shmem:                 0 kB
Slab:             781996 kB
SReclaimable:     226328 kB
SUnreclaim:       555668 kB
KernelStack:        1544 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     283484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 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-3742653-1339251390.opb

Free space on /tmp at the end= 70864 MiB
End job on node116 at 2012-06-09 16:26:42