Trace number 3742018

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
PB11: borg pb-dec-11.04.03? (MO) 624.97 622.758

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K82.opb
MD5SUM007cb74ee15cb0b4c01d23d6abd9d82b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
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 83
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.38/1.18	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.38/1.18	c INFO: solving HOME/instance-3742018-1338722885.opb
0.44/1.24	c INFO: parsing took 0.06 s
0.54/1.36	c INFO: features took 0.11 CPU seconds
0.54/1.39	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.69)
48.77/49.56	c INFO: running clasp-1.3.7@0 for 45 with 1752 remaining (b = 0.36)
96.02/96.72	c INFO: running scip-2.0.1-spx@0 for 45 with 1704 remaining (b = 0.06)
141.97/142.69	c INFO: running clasp-1.3.7@47 for 45 with 1659 remaining (b = 0.01)
187.78/188.35	c INFO: wrote minion input file to HOME/tmpSSbHT9.minion
187.78/188.35	c INFO: running minion-0.12@0 for 45 with 1614 remaining (b = 0.09)
235.22/235.70	c INFO: running wbo1.4a@0 for 45 with 1566 remaining (b = 0.02)
284.98/285.48	c INFO: running scip-2.0.1-clp@47 for 45 with 1516 remaining (b = 0.01)
331.25/331.69	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1470 remaining (b = 0.04)
381.09/379.21	c INFO: running clasp-1.3.7@92 for 136 with 1421 remaining (b = 0.02)
518.71/516.63	c INFO: running scip-2.0.1-spx@45 for 45 with 1283 remaining (b = 0.01)
568.40/566.27	c INFO: running bsolo_pb10-l3@0 for 45 with 1234 remaining (b = 0.02)
615.65/613.49	c INFO: running bsolo_pb10-l1@0 for 91 with 1187 remaining (b = 0.02)

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-3742018-1338722885/watcher-3742018-1338722885 -o /tmp/evaluation-result-3742018-1338722885/solver-3742018-1338722885 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742018-1338722885.opb -seed 1885399205 -budget 1800 

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: 1.95 2.06 2.29 3/195 2087
/proc/meminfo: memFree=26176212/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/2087/stat : 2087 (python) D 2085 2087 27000 0 -1 4202496 672 0 0 0 0 0 0 0 20 0 1 0 338415941 15642624 559 33554432000 4194304 5683644 140734618376816 140734618344760 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 3819 559 324 364 0 261 0

[startup+0.018792 s]
/proc/loadavg: 1.95 2.06 2.29 3/195 2087
/proc/meminfo: memFree=26176212/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=15576 CPUtime=0 cores=0,2,4,6
/proc/2087/stat : 2087 (python) R 2085 2087 27000 0 -1 4202496 828 0 0 0 0 0 0 0 20 0 1 0 338415941 15949824 695 33554432000 4194304 5683644 140734618376816 140734618303576 219513963408 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 3894 695 334 364 0 336 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15576

[startup+0.100259 s]
/proc/loadavg: 1.95 2.06 2.29 3/195 2087
/proc/meminfo: memFree=26176212/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=21300 CPUtime=0.02 cores=0,2,4,6
/proc/2087/stat : 2087 (python) D 2085 2087 27000 0 -1 4202496 1411 0 0 0 2 0 0 0 20 0 1 0 338415941 21811200 1164 33554432000 4194304 5683644 140734618376816 140734618316808 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 5325 1164 437 364 0 727 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21300

[startup+0.300277 s]
/proc/loadavg: 1.95 2.06 2.29 3/195 2087
/proc/meminfo: memFree=26176212/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=102076 CPUtime=0.11 cores=0,2,4,6
/proc/2087/stat : 2087 (python) D 2085 2087 27000 0 -1 4202496 4157 1010 1 0 9 2 0 0 20 0 1 0 338415941 104525824 2733 33554432000 4194304 5683644 140734618376816 140734618245176 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 25519 2733 876 364 0 1729 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 102076

[startup+0.700284 s]
/proc/loadavg: 1.95 2.06 2.29 3/195 2087
/proc/meminfo: memFree=26176212/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=166976 CPUtime=0.22 cores=0,2,4,6
/proc/2087/stat : 2087 (python) R 2085 2087 27000 0 -1 4202496 6545 1010 1 0 16 6 0 0 20 0 1 0 338415941 170983424 4336 33554432000 4194304 5683644 140734618376816 140734618267320 219514004407 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 41736 4336 1215 364 0 3289 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 166976

[startup+1.50021 s]
/proc/loadavg: 1.95 2.06 2.29 2/196 2092
/proc/meminfo: memFree=26151976/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=359404 CPUtime=0.64 cores=0,2,4,6
/proc/2087/stat : 2087 (python) S 2085 2087 27000 0 -1 4202496 11271 1010 1 0 53 11 0 0 20 0 2 0 338415941 368029696 7724 33554432000 4194304 5683644 140734618376816 140734618371648 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 89851 7724 1900 364 0 25074 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 359404

[startup+3.10691 s]
/proc/loadavg: 2.20 2.10 2.31 3/199 2095
/proc/meminfo: memFree=26057340/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=359404 CPUtime=0.64 cores=0,2,4,6
/proc/2087/stat : 2087 (python) S 2085 2087 27000 0 -1 4202496 11271 1010 1 0 53 11 0 0 20 0 2 0 338415941 368029696 7724 33554432000 4194304 5683644 140734618376816 140734618371648 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 89851 7724 1900 364 0 25074 0
[pid=2093] ppid=2087 vsize=283624 CPUtime=0 cores=0,2,4,6
/proc/2093/stat : 2093 (python) S 2087 2087 27000 0 -1 4202560 764 0 0 0 0 0 0 0 20 0 1 0 338416080 290430976 6159 33554432000 4194304 5683644 140734618376816 140734618367904 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/2093/statm: 70906 6159 341 364 0 6129 0
[pid=2095] ppid=2093 vsize=103932 CPUtime=1.71 cores=0,2,4,6
/proc/2095/stat : 2095 (scip-2.0.1.linu) R 2093 2095 2095 0 -1 4202496 23216 0 0 0 165 6 0 0 20 0 1 0 338416080 106426368 22609 33554432000 4194304 15243407 140736631815872 140736631812168 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/2095/statm: 25983 22609 682 2698 0 23278 0
[pid=2087/tid=2094] ppid=2085 vsize=359404 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2094/stat : 2094 (python) S 2085 2087 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338416080 368029696 7724 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 746960
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.20 2.10 2.31 3/199 2095
/proc/meminfo: memFree=25999692/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=359404 CPUtime=0.64 cores=0,2,4,6
/proc/2087/stat : 2087 (python) S 2085 2087 27000 0 -1 4202496 11271 1010 1 0 53 11 0 0 20 0 2 0 338415941 368029696 7724 33554432000 4194304 5683644 140734618376816 140734618371648 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 89851 7724 1900 364 0 25074 0
[pid=2093] ppid=2087 vsize=283624 CPUtime=0 cores=0,2,4,6
/proc/2093/stat : 2093 (python) S 2087 2087 27000 0 -1 4202560 893 0 0 0 0 0 0 0 20 0 1 0 338416080 290430976 6181 33554432000 4194304 5683644 140734618376816 140734618367904 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/2093/statm: 70906 6181 363 364 0 6129 0
[pid=2095] ppid=2093 vsize=147576 CPUtime=4.9 cores=0,2,4,6
/proc/2095/stat : 2095 (scip-2.0.1.linu) R 2093 2095 2095 0 -1 4202496 34012 0 0 0 477 13 0 0 20 0 1 0 338416080 151117824 33405 33554432000 4194304 15243407 140736631815872 140736631812168 4865584 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/2095/statm: 36894 33405 686 2698 0 34189 0
[pid=2087/tid=2094] ppid=2085 vsize=359404 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2094/stat : 2094 (python) S 2085 2087 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338416080 368029696 7724 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 790604

[startup+12.7004 s]
/proc/loadavg: 2.18 2.10 2.31 3/199 2095
/proc/meminfo: memFree=25939404/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=359404 CPUtime=0.64 cores=0,2,4,6
/proc/2087/stat : 2087 (python) S 2085 2087 27000 0 -1 4202496 11271 1010 1 0 53 11 0 0 20 0 2 0 338415941 368029696 7724 33554432000 4194304 5683644 140734618376816 140734618371648 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 89851 7724 1900 364 0 25074 0
[pid=2093] ppid=2087 vsize=283624 CPUtime=0 cores=0,2,4,6
/proc/2093/stat : 2093 (python) S 2087 2087 27000 0 -1 4202560 898 0 0 0 0 0 0 0 20 0 1 0 338416080 290430976 6182 33554432000 4194304 5683644 140734618376816 140734618367904 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/2093/statm: 70906 6182 364 364 0 6129 0
[pid=2095] ppid=2093 vsize=202092 CPUtime=11.3 cores=0,2,4,6
/proc/2095/stat : 2095 (scip-2.0.1.linu) R 2093 2095 2095 0 -1 4202496 47491 0 0 0 1107 23 0 0 20 0 1 0 338416080 206942208 46884 33554432000 4194304 15243407 140736631815872 140736631812184 5563324 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/2095/statm: 50523 46884 686 2698 0 47818 0
[pid=2087/tid=2094] ppid=2085 vsize=359404 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2094/stat : 2094 (python) S 2085 2087 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338416080 368029696 7724 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 845120

[startup+25.5004 s]
/proc/loadavg: 2.21 2.11 2.31 3/199 2095
/proc/meminfo: memFree=25865392/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=359404 CPUtime=0.64 cores=0,2,4,6
/proc/2087/stat : 2087 (python) S 2085 2087 27000 0 -1 4202496 11271 1010 1 0 53 11 0 0 20 0 2 0 338415941 368029696 7724 33554432000 4194304 5683644 140734618376816 140734618371648 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2087/statm: 89851 7724 1900 364 0 25074 0
[pid=2093] ppid=2087 vsize=283624 CPUtime=0.03 cores=0,2,4,6
/proc/2093/stat : 2093 (python) S 2087 2087 27000 0 -1 4202560 1001 0 0 0 2 1 0 0 20 0 1 0 338416080 290430976 6187 33554432000 4194304 5683644 140734618376816 140734618367904 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/2093/statm: 70906 6187 369 364 0 6129 0
[pid=2095] ppid=2093 vsize=236712 CPUtime=24.09 cores=0,2,4,6
/proc/2095/stat : 2095 (scip-2.0.1.linu) R 2093 2095 2095 0 -1 4202496 55977 0 0 0 2353 56 0 0 20 0 1 0 338416080 242393088 55337 33554432000 4194304 15243407 140736631815872 140736631811960 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/2095/statm: 59178 55337 874 2698 0 56473 0
[pid=2087/tid=2094] ppid=2085 vsize=359404 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2094/stat : 2094 (python) S 2085 2087 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 2 0 338416080 368029696 7724 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 879740

[startup+51.1004 s]
/proc/loadavg: 2.14 2.10 2.30 3/204 2100
/proc/meminfo: memFree=25819356/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=435748 CPUtime=0.66 cores=0,2,4,6
/proc/2087/stat : 2087 (python) S 2085 2087 27000 0 -1 4202496 12203 1010 1 0 55 11 0 0 20 0 3 0 338415941 446205952 7859 33554432000 4194304 5683644 140734618376816 140734618371648 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2087/statm: 108937 7859 1903 364 0 44157 0
[pid=2093] ppid=2087 vsize=359404 CPUtime=0.07 cores=0,2,4,6
/proc/2093/stat : 2093 (python) S 2087 2087 27000 0 -1 4202560 1150 0 0 0 4 3 0 0 20 0 2 0 338416080 368029696 6222 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2093/statm: 89851 6222 397 364 0 25074 0
[pid=2095] ppid=2093 vsize=257864 CPUtime=48.11 cores=0,2,4,6
/proc/2095/stat : 2095 (scip-2.0.1.linu) T 2093 2095 2095 0 -1 4202496 61251 0 0 0 4738 73 0 0 20 0 1 0 338416080 264052736 60610 33554432000 4194304 15243407 140736631815872 140736631810584 7435928 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/2095/statm: 64466 60610 899 2698 0 61761 0
[pid=2093/tid=2097] ppid=2087 vsize=359404 CPUtime=0 cores=0,2,4,6
/proc/2093/task/2097/stat : 2097 (python) S 2087 2087 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338420894 368029696 6222 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2098] ppid=2087 vsize=359968 CPUtime=0 cores=0,2,4,6
/proc/2098/stat : 2098 (python) S 2087 2087 27000 0 -1 4202560 761 0 0 0 0 0 0 0 20 0 1 0 338420897 368607232 6286 33554432000 4194304 5683644 140734618376816 140734618367904 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/2098/statm: 89992 6286 336 364 0 25212 0
[pid=2100] ppid=2098 vsize=4428 CPUtime=1.53 cores=0,2,4,6
/proc/2100/stat : 2100 (clasp-1.3.7-x86) R 2098 2100 2100 0 -1 4202496 1197 0 0 0 153 0 0 0 20 0 1 0 338420897 4534272 861 33554432000 134512640 136139019 4289341760 4289340736 134883290 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/2100/statm: 1107 861 182 398 0 707 0
[pid=2087/tid=2094] ppid=2085 vsize=435748 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2094/stat : 2094 (python) S 2085 2087 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 3 0 338416080 446205952 7859 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2087/tid=2099] ppid=2085 vsize=435748 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2099/stat : 2099 (python) S 2085 2087 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 3 0 338420897 446205952 7859 33554432000 4194304 5683644 140734618376816 139844111069744 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 1417412

[startup+102.301 s]
/proc/loadavg: 2.06 2.08 2.28 3/229 2125
/proc/meminfo: memFree=23940804/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=511540 CPUtime=0.69 cores=0,2,4,6
/proc/2087/stat : 2087 (python) S 2085 2087 27000 0 -1 4202496 13131 1010 1 0 57 12 0 0 20 0 4 0 338415941 523816960 7867 33554432000 4194304 5683644 140734618376816 140734618371648 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2087/statm: 127885 7867 1905 364 0 63102 0
[pid=2093] ppid=2087 vsize=359404 CPUtime=0.07 cores=0,2,4,6
/proc/2093/stat : 2093 (python) S 2087 2087 27000 0 -1 4202560 1150 0 0 0 4 3 0 0 20 0 2 0 338416080 368029696 6222 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2093/statm: 89851 6222 397 364 0 25074 0
[pid=2095] ppid=2093 vsize=257864 CPUtime=48.11 cores=0,2,4,6
/proc/2095/stat : 2095 (scip-2.0.1.linu) T 2093 2095 2095 0 -1 4202496 61251 0 0 0 4738 73 0 0 20 0 1 0 338416080 264052736 60610 33554432000 4194304 15243407 140736631815872 140736631810584 7435928 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/2095/statm: 64466 60610 899 2698 0 61761 0
[pid=2093/tid=2097] ppid=2087 vsize=359404 CPUtime=0 cores=0,2,4,6
/proc/2093/task/2097/stat : 2097 (python) S 2087 2087 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338420894 368029696 6222 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2098] ppid=2087 vsize=359968 CPUtime=0.07 cores=0,2,4,6
/proc/2098/stat : 2098 (python) S 2087 2087 27000 0 -1 4202560 1075 0 0 0 4 3 0 0 20 0 2 0 338420897 368607232 6335 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2098/statm: 89992 6335 384 364 0 25212 0
[pid=2100] ppid=2098 vsize=13008 CPUtime=47.11 cores=0,2,4,6
/proc/2100/stat : 2100 (clasp-1.3.7-x86) T 2098 2100 2100 0 -1 4202496 3320 0 0 0 4711 0 0 0 20 0 1 0 338420897 13320192 2984 33554432000 134512640 136139019 4289341760 4289340656 134871042 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/2100/statm: 3252 2984 182 398 0 2852 0
[pid=2098/tid=2122] ppid=2087 vsize=359968 CPUtime=0 cores=0,2,4,6
/proc/2098/task/2122/stat : 2122 (python) S 2087 2087 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338425611 368607232 6335 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2123] ppid=2087 vsize=435760 CPUtime=0 cores=0,2,4,6
/proc/2123/stat : 2123 (python) S 2087 2087 27000 0 -1 4202560 918 0 0 0 0 0 0 0 20 0 1 0 338425613 446218240 6315 33554432000 4194304 5683644 140734618376816 140734618367904 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/2123/statm: 108940 6315 359 364 0 44157 0
[pid=2125] ppid=2123 vsize=152468 CPUtime=5.57 cores=0,2,4,6
/proc/2125/stat : 2125 (scip-2.0.1.linu) R 2123 2125 2125 0 -1 4202496 35450 0 0 0 546 11 0 0 20 0 1 0 338425613 156127232 34835 33554432000 4194304 13684479 140736773212576 140736773208888 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/2125/statm: 38117 34835 639 2317 0 35795 0
[pid=2087/tid=2094] ppid=2085 vsize=511540 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2094/stat : 2094 (python) S 2085 2087 27000 0 -1 4202560 27 1010 0 0 0 0 0 0 20 0 4 0 338416080 523816960 7867 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2087/tid=2099] ppid=2085 vsize=511540 CPUtime=0 cores=0,2,4,6

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

[pid=2143/tid=2215] ppid=2087 vsize=663136 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2215/stat : 2215 (python) S 2087 2087 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338453860 679051264 6359 33554432000 4194304 5683644 140734618376816 139844079600176 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2229] ppid=2087 vsize=738928 CPUtime=0.02 cores=0,2,4,6
/proc/2229/stat : 2229 (python) S 2087 2087 27000 0 -1 4202560 999 0 0 0 1 1 0 0 20 0 1 0 338472568 756662272 6870 33554432000 4194304 5683644 140734618376816 140734618367904 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/2229/statm: 184732 6870 359 364 0 119937 0
[pid=2231] ppid=2229 vsize=74120 CPUtime=16 cores=0,2,4,6
/proc/2231/stat : 2231 (bsolo_pb10) R 2229 2231 2231 0 -1 4202496 16543 0 0 0 1595 5 0 0 20 0 1 0 338472569 75898880 16106 33554432000 134512640 137138936 4292543600 4292542528 134542295 0 0 16781312 16384 0 0 0 17 4 0 0 0 0 0
/proc/2231/statm: 18530 16106 192 642 0 17886 0
[pid=2087/tid=2094] ppid=2085 vsize=814708 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2094/stat : 2094 (python) S 2085 2087 27000 0 -1 4202560 32 1010 0 0 0 0 0 0 20 0 8 0 338416080 834260992 8430 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2087/tid=2099] ppid=2085 vsize=814708 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2099/stat : 2099 (python) S 2085 2087 27000 0 -1 4202560 30 1010 0 0 0 0 0 0 20 0 8 0 338420897 834260992 8430 33554432000 4194304 5683644 140734618376816 139844111069744 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2087/tid=2124] ppid=2085 vsize=814708 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2124/stat : 2124 (python) S 2085 2087 27000 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 8 0 338425613 834260992 8430 33554432000 4194304 5683644 140734618376816 139844100579888 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2087/tid=2132] ppid=2085 vsize=814708 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2132/stat : 2132 (python) S 2085 2087 27000 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 8 0 338434776 834260992 8430 33554432000 4194304 5683644 140734618376816 139844090090032 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2087/tid=2136] ppid=2085 vsize=814708 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2136/stat : 2136 (python) S 2085 2087 27000 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 8 0 338439512 834260992 8430 33554432000 4194304 5683644 140734618376816 139844079600176 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2087/tid=2144] ppid=2085 vsize=814708 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (python) S 2085 2087 27000 0 -1 4202560 20 1010 0 0 0 0 0 0 20 0 8 0 338449110 834260992 8430 33554432000 4194304 5683644 140734618376816 139843732496944 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2087/tid=2230] ppid=2085 vsize=814708 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2230/stat : 2230 (python) S 2085 2087 27000 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 8 0 338472569 834260992 8430 33554432000 4194304 5683644 140734618376816 139843722007088 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 584.5
Current children cumulated vsize (KiB) 14879184



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+622.702 s]
/proc/loadavg: 2.06 2.06 2.17 3/245 2239
/proc/meminfo: memFree=24543380/32873648 swapFree=7120/7120
[pid=2087] ppid=2085 vsize=890500 CPUtime=1.41 cores=0,2,4,6
/proc/2087/stat : 2087 (python) S 2085 2087 27000 0 -1 4202496 18133 1010 1 0 128 13 0 0 20 0 9 0 338415941 911872000 8438 33554432000 4194304 5683644 140734618376816 140734618371648 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2087/statm: 222625 8438 1915 364 0 157827 0
[pid=2093] ppid=2087 vsize=359404 CPUtime=0.14 cores=0,2,4,6
/proc/2093/stat : 2093 (python) S 2087 2087 27000 0 -1 4202560 1188 0 0 0 8 6 0 0 20 0 2 0 338416080 368029696 6223 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2093/statm: 89851 6223 398 364 0 25074 0
[pid=2095] ppid=2093 vsize=264028 CPUtime=94.29 cores=0,2,4,6
/proc/2095/stat : 2095 (scip-2.0.1.linu) T 2093 2095 2095 0 -1 4202496 76426 0 0 0 9348 81 0 0 20 0 1 0 338416080 270364672 63449 33554432000 4194304 15243407 140736631815872 140736631810264 8112832 0 0 16781312 2 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/2095/statm: 66007 63449 947 2698 0 63302 0
[pid=2093/tid=2097] ppid=2087 vsize=359404 CPUtime=0 cores=0,2,4,6
/proc/2093/task/2097/stat : 2097 (python) S 2087 2087 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338420894 368029696 6223 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2098] ppid=2087 vsize=359968 CPUtime=0.42 cores=0,2,4,6
/proc/2098/stat : 2098 (python) S 2087 2087 27000 0 -1 4202560 1166 0 0 0 24 18 0 0 20 0 2 0 338420897 368607232 6335 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2098/statm: 89992 6335 384 364 0 25212 0
[pid=2100] ppid=2098 vsize=25844 CPUtime=229.61 cores=0,2,4,6
/proc/2100/stat : 2100 (clasp-1.3.7-x86) T 2098 2100 2100 0 -1 4202496 6590 0 0 0 22960 1 0 0 20 0 1 0 338420897 26464256 6218 33554432000 134512640 136139019 4289341760 4289340736 134883787 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/2100/statm: 6461 6218 182 398 0 6061 0
[pid=2098/tid=2122] ppid=2087 vsize=359968 CPUtime=0 cores=0,2,4,6
/proc/2098/task/2122/stat : 2122 (python) S 2087 2087 27000 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338425611 368607232 6335 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2123] ppid=2087 vsize=435760 CPUtime=0.18 cores=0,2,4,6
/proc/2123/stat : 2123 (python) S 2087 2087 27000 0 -1 4202560 1151 0 0 0 12 6 0 0 20 0 2 0 338425613 446218240 6341 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2123/statm: 108940 6341 384 364 0 44157 0
[pid=2125] ppid=2123 vsize=255492 CPUtime=95.54 cores=0,2,4,6
/proc/2125/stat : 2125 (scip-2.0.1.linu) T 2123 2125 2125 0 -1 4202496 65406 0 0 0 9480 74 0 0 20 0 1 0 338425613 261623808 60718 33554432000 4194304 13684479 140736773212576 140736773209240 4306208 0 0 16781312 2 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/2125/statm: 63873 60718 787 2317 0 61551 0
[pid=2123/tid=2130] ppid=2087 vsize=435760 CPUtime=0 cores=0,2,4,6
/proc/2123/task/2130/stat : 2130 (python) S 2087 2087 27000 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338430208 446218240 6341 33554432000 4194304 5683644 140734618376816 139844111069744 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2131] ppid=2087 vsize=511552 CPUtime=0.08 cores=0,2,4,6
/proc/2131/stat : 2131 (python) S 2087 2087 27000 0 -1 4202560 1136 0 0 0 4 4 0 0 20 0 2 0 338434776 523829248 6347 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2131/statm: 127888 6347 384 364 0 63102 0
[pid=2133] ppid=2131 vsize=82360 CPUtime=47.3 cores=0,2,4,6
/proc/2133/stat : 2133 (minion) T 2131 2133 2133 0 -1 4202496 6717 0 0 0 4729 1 0 0 20 0 1 0 338434777 84336640 13276 33554432000 134512640 165565024 4291223200 4291220368 134641008 0 0 16781312 8396802 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/2133/statm: 20590 13276 336 7582 0 13005 0
[pid=2131/tid=2134] ppid=2087 vsize=511552 CPUtime=0 cores=0,2,4,6
/proc/2131/task/2134/stat : 2134 (python) S 2087 2087 27000 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338439509 523829248 6347 33554432000 4194304 5683644 140734618376816 139844100579888 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2135] ppid=2087 vsize=587344 CPUtime=0.08 cores=0,2,4,6
/proc/2135/stat : 2135 (python) S 2087 2087 27000 0 -1 4202560 1133 0 0 0 5 3 0 0 20 0 2 0 338439512 601440256 6353 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2135/statm: 146836 6353 384 364 0 82047 0
[pid=2137] ppid=2135 vsize=81568 CPUtime=49.73 cores=0,2,4,6
/proc/2137/stat : 2137 (wbo1.4a) T 2135 2137 2137 0 -1 4202496 20291 0 0 0 4941 32 0 0 20 0 1 0 338439512 83525632 19943 33554432000 134512640 135751879 4287846112 4287844288 134616520 0 0 16781312 3 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/2137/statm: 20392 19943 143 303 0 20087 0
[pid=2135/tid=2139] ppid=2087 vsize=587344 CPUtime=0 cores=0,2,4,6
/proc/2135/task/2139/stat : 2139 (python) S 2087 2087 27000 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338444487 601440256 6353 33554432000 4194304 5683644 140734618376816 139844090090032 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143] ppid=2087 vsize=663136 CPUtime=0.08 cores=0,2,4,6
/proc/2143/stat : 2143 (python) S 2087 2087 27000 0 -1 4202560 1143 0 0 0 5 3 0 0 20 0 2 0 338449110 679051264 6359 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 165784 6359 384 364 0 100992 0
[pid=2145] ppid=2143 vsize=9624972 CPUtime=49.65 cores=0,2,4,6
/proc/2145/stat : 2145 (java) T 2143 2145 2145 0 -1 4202496 16725 0 1 0 4942 23 0 0 20 0 19 0 338449111 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140735063890400 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2145/statm: 2406243 215220 2266 9 0 2396937 0
[pid=2145/tid=2146] ppid=2143 vsize=9624972 CPUtime=47.12 cores=0,2,4,6
/proc/2145/task/2146/stat : 2146 (java) T 2143 2145 2145 0 -1 4202560 3128 0 1 0 4699 13 0 0 20 0 19 0 338449112 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140067433761936 140067289697828 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2147] ppid=2143 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/2145/task/2147/stat : 2147 (java) T 2143 2145 2145 0 -1 4202560 163 0 0 0 11 0 0 0 20 0 19 0 338449113 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140067277773736 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2148] ppid=2143 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/2145/task/2148/stat : 2148 (java) T 2143 2145 2145 0 -1 4202560 69 0 0 0 10 0 0 0 20 0 19 0 338449113 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140067276721192 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2149] ppid=2143 vsize=9624972 CPUtime=0.12 cores=0,2,4,6
/proc/2145/task/2149/stat : 2149 (java) T 2143 2145 2145 0 -1 4202560 196 0 0 0 10 2 0 0 20 0 19 0 338449113 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140067275668136 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2150] ppid=2143 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/2145/task/2150/stat : 2150 (java) T 2143 2145 2145 0 -1 4202560 91 0 0 0 11 0 0 0 20 0 19 0 338449113 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140067274615592 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2151] ppid=2143 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/2145/task/2151/stat : 2151 (java) T 2143 2145 2145 0 -1 4202560 85 0 0 0 8 0 0 0 20 0 19 0 338449113 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140067273562536 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2152] ppid=2143 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/2145/task/2152/stat : 2152 (java) T 2143 2145 2145 0 -1 4202560 102 0 0 0 9 0 0 0 20 0 19 0 338449113 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066936580648 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=2145/tid=2153] ppid=2143 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/2145/task/2153/stat : 2153 (java) T 2143 2145 2145 0 -1 4202560 99 0 0 0 9 0 0 0 20 0 19 0 338449113 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066935527592 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=2145/tid=2154] ppid=2143 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/2145/task/2154/stat : 2154 (java) T 2143 2145 2145 0 -1 4202560 153 0 0 0 11 0 0 0 20 0 19 0 338449113 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066934475048 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2155] ppid=2143 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/2145/task/2155/stat : 2155 (java) T 2143 2145 2145 0 -1 4202560 342 0 0 0 0 0 0 0 20 0 19 0 338449114 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066922277736 219517335465 0 0 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=2145/tid=2156] ppid=2143 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/2145/task/2156/stat : 2156 (java) T 2143 2145 2145 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338449114 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066921224056 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2157] ppid=2143 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/2145/task/2157/stat : 2157 (java) T 2143 2145 2145 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338449114 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066920170888 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2158] ppid=2143 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/2145/task/2158/stat : 2158 (java) T 2143 2145 2145 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338449117 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066919119632 219517343520 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2159] ppid=2143 vsize=9624972 CPUtime=0.81 cores=0,2,4,6
/proc/2145/task/2159/stat : 2159 (java) T 2143 2145 2145 0 -1 4202560 4162 0 0 0 80 1 0 0 20 0 19 0 338449117 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066918066488 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2160] ppid=2143 vsize=9624972 CPUtime=0.73 cores=0,2,4,6
/proc/2145/task/2160/stat : 2160 (java) T 2143 2145 2145 0 -1 4202560 6711 0 0 0 73 0 0 0 20 0 19 0 338449117 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066917013944 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=2145/tid=2161] ppid=2143 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/2145/task/2161/stat : 2161 (java) T 2143 2145 2145 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338449117 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066915961080 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2145/tid=2162] ppid=2143 vsize=9624972 CPUtime=0.01 cores=0,2,4,6
/proc/2145/task/2162/stat : 2162 (java) T 2143 2145 2145 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338449117 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066914908744 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=2145/tid=2163] ppid=2143 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/2145/task/2163/stat : 2163 (java) T 2143 2145 2145 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338449148 9855971328 215220 33554432000 1073741824 1073778376 140735063899264 140066913826344 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2215] ppid=2087 vsize=663136 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2215/stat : 2215 (python) S 2087 2087 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338453860 679051264 6359 33554432000 4194304 5683644 140734618376816 139844079600176 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2229] ppid=2087 vsize=738928 CPUtime=0.08 cores=0,2,4,6
/proc/2229/stat : 2229 (python) S 2087 2087 27000 0 -1 4202560 1165 0 0 0 5 3 0 0 20 0 2 0 338472568 756662272 6895 33554432000 4194304 5683644 140734618376816 140734618368464 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2229/statm: 184732 6895 384 364 0 119937 0
[pid=2231] ppid=2229 vsize=126108 CPUtime=47.17 cores=0,2,4,6
/proc/2231/stat : 2231 (bsolo_pb10) T 2229 2231 2231 0 -1 4202496 29540 0 0 0 4706 11 0 0 20 0 1 0 338472569 129134592 29103 33554432000 134512640 137138936 4292543600 4292542528 134542333 0 0 16781312 16384 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/2231/statm: 31527 29103 192 642 0 30883 0
[pid=2229/tid=2236] ppid=2087 vsize=738928 CPUtime=0 cores=0,2,4,6
/proc/2229/task/2236/stat : 2236 (python) S 2087 2087 27000 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338477288 756662272 6895 33554432000 4194304 5683644 140734618376816 139843732496944 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2237] ppid=2087 vsize=814720 CPUtime=0.01 cores=0,2,4,6
/proc/2237/stat : 2237 (python) S 2087 2087 27000 0 -1 4202560 992 0 0 0 1 0 0 0 20 0 1 0 338477290 834273280 6876 33554432000 4194304 5683644 140734618376816 140734618367904 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/2237/statm: 203680 6876 359 364 0 138882 0
[pid=2239] ppid=2237 vsize=50400 CPUtime=9.2 cores=0,2,4,6
/proc/2239/stat : 2239 (bsolo_pb10) R 2237 2239 2239 0 -1 4202496 10609 0 0 0 905 15 0 0 20 0 1 0 338477291 51609600 10174 33554432000 134512640 137138936 4288952880 4288951996 136570369 0 0 16781312 16384 0 0 0 17 4 0 0 0 0 0
/proc/2239/statm: 12600 10174 191 642 0 11956 0
[pid=2087/tid=2094] ppid=2085 vsize=890500 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2094/stat : 2094 (python) S 2085 2087 27000 0 -1 4202560 32 1010 0 0 0 0 0 0 20 0 9 0 338416080 911872000 8438 33554432000 4194304 5683644 140734618376816 139844121559600 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2087/tid=2099] ppid=2085 vsize=890500 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2099/stat : 2099 (python) S 2085 2087 27000 0 -1 4202560 30 1010 0 0 0 0 0 0 20 0 9 0 338420897 911872000 8438 33554432000 4194304 5683644 140734618376816 139844111069744 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2087/tid=2124] ppid=2085 vsize=890500 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2124/stat : 2124 (python) S 2085 2087 27000 0 -1 4202560 25 1010 0 0 0 0 0 0 20 0 9 0 338425613 911872000 8438 33554432000 4194304 5683644 140734618376816 139844100579888 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2087/tid=2132] ppid=2085 vsize=890500 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2132/stat : 2132 (python) S 2085 2087 27000 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 9 0 338434776 911872000 8438 33554432000 4194304 5683644 140734618376816 139844090090032 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2087/tid=2136] ppid=2085 vsize=890500 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2136/stat : 2136 (python) S 2085 2087 27000 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 9 0 338439512 911872000 8438 33554432000 4194304 5683644 140734618376816 139844079600176 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2087/tid=2144] ppid=2085 vsize=890500 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2144/stat : 2144 (python) S 2085 2087 27000 0 -1 4202560 20 1010 0 0 0 0 0 0 20 0 9 0 338449110 911872000 8438 33554432000 4194304 5683644 140734618376816 139843732496944 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2087/tid=2230] ppid=2085 vsize=890500 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2230/stat : 2230 (python) S 2085 2087 27000 0 -1 4202560 22 1010 0 0 0 0 0 0 20 0 9 0 338472569 911872000 8438 33554432000 4194304 5683644 140734618376816 139843722007088 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2087/tid=2238] ppid=2085 vsize=890500 CPUtime=0 cores=0,2,4,6
/proc/2087/task/2238/stat : 2238 (python) S 2085 2087 27000 0 -1 4202560 21 1010 0 0 0 0 0 0 20 0 9 0 338477290 911872000 8438 33554432000 4194304 5683644 140734618376816 139843711517232 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 624.97
Current children cumulated vsize (KiB) 15872084

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 622.758
CPU time (s): 624.97
CPU user time (s): 622.03
CPU system time (s): 2.94
CPU usage (%): 100.355
Max. virtual memory (cumulated for all children) (KiB): 15872084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2858
system time used= 0.136979
maximum resident set size= 33752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19143
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2092
involuntary context switches= 13

runsolver used 2.96255 second user time and 6.06308 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 13:28:05
IDJOB=3742018
IDBENCH=90125
IDSOLVER=2327
FILE ID=node114/3742018-1338722885
RUNJOBID= node114-1338713908-27016
PBS_JOBID= 14636748
Free space on /tmp= 70040 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K82.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742018-1338722885/watcher-3742018-1338722885 -o /tmp/evaluation-result-3742018-1338722885/solver-3742018-1338722885 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742018-1338722885.opb -seed 1885399205 -budget 1800

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

MD5SUM BENCH= 007cb74ee15cb0b4c01d23d6abd9d82b
RANDOM SEED=1885399205

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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:        26176848 kB
Buffers:         1034472 kB
Cached:          3819340 kB
SwapCached:         2180 kB
Active:          3910164 kB
Inactive:        1773692 kB
Active(anon):     814684 kB
Inactive(anon):    10720 kB
Active(file):    3095480 kB
Inactive(file):  1762972 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            102076 kB
Writeback:             0 kB
AnonPages:        828216 kB
Mapped:            26264 kB
Shmem:               172 kB
Slab:             870124 kB
SReclaimable:     312280 kB
SUnreclaim:       557844 kB
KernelStack:        1600 kB
PageTables:         9268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1249308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69940 MiB
End job on node114 at 2012-06-03 13:38:31