Trace number 3740942

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) 297.84 296.169

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-73.opb
MD5SUM56a27796f1168612394e164ff5d947f7
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 variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.37/1.29	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.37/1.29	c INFO: solving HOME/instance-3740942-1338720327.opb
1.63/2.54	c INFO: parsing took 1.22 s
3.73/4.66	c INFO: features took 2.12 CPU seconds
3.73/4.69	c INFO: running wbo1.4b-fixed@0 for 45 with 1796 remaining (b = 0.92)
63.94/64.87	c INFO: wrote minion input file to HOME/tmpwPHVFY.minion
63.94/64.87	c INFO: running minion-0.12@0 for 45 with 1747 remaining (b = 0.60)
111.18/112.05	c INFO: running sat4j-pb-v20101225@0 for 45 with 1690 remaining (b = 0.63)
157.49/156.12	c INFO: running clasp-1.3.7@0 for 45 with 1644 remaining (b = 0.66)
204.63/203.28	c INFO: running wbo1.4a@0 for 45 with 1597 remaining (b = 0.25)
252.11/250.66	c INFO: running clasp-1.3.7@47 for 45 with 1550 remaining (b = 0.20)
297.38/295.82	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1505 remaining (b = 0.16)

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

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: 2.23 2.76 2.48 3/196 864
/proc/meminfo: memFree=17744004/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=1844 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (python) D 862 864 27000 0 -1 4194304 47 0 0 0 0 0 0 0 20 0 1 0 338160232 1888256 1 33554432000 0 0 140733543024230 140733213894056 5057063 0 0 4096 0 18446744071579943789 0 0 17 1 0 0 0 0 0
/proc/864/statm: 461 1 0 0 0 37 0

[startup+0.0354341 s]
/proc/loadavg: 2.23 2.76 2.48 3/196 864
/proc/meminfo: memFree=17744004/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=15972 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (python) R 862 864 27000 0 -1 4202496 929 0 1 0 0 0 0 0 20 0 1 0 338160232 16355328 782 33554432000 4194304 5683644 140733543018064 140733542935336 219513589652 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/864/statm: 3993 784 356 364 0 435 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15972

[startup+0.100261 s]
/proc/loadavg: 2.23 2.76 2.48 3/196 864
/proc/meminfo: memFree=17744004/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=19084 CPUtime=0.02 cores=1,3,5,7
/proc/864/stat : 864 (python) R 862 864 27000 0 -1 4202496 1391 0 1 0 2 0 0 0 20 0 1 0 338160232 19542016 1147 33554432000 4194304 5683644 140733543018064 140733542948568 4872989 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/864/statm: 4771 1147 430 364 0 695 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19084

[startup+0.300273 s]
/proc/loadavg: 2.23 2.76 2.48 3/196 864
/proc/meminfo: memFree=17744004/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=94456 CPUtime=0.1 cores=1,3,5,7
/proc/864/stat : 864 (python) R 862 864 27000 0 -1 4202496 3441 1009 7 0 8 2 0 0 20 0 1 0 338160232 96722944 2547 33554432000 4194304 5683644 140733543018064 140733542970536 5170282 0 0 16781312 2 0 0 0 17 1 0 0 2 0 0
/proc/864/statm: 23614 2547 820 364 0 1620 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 94456

[startup+0.700234 s]
/proc/loadavg: 2.23 2.76 2.48 3/196 864
/proc/meminfo: memFree=17744004/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=122348 CPUtime=0.21 cores=1,3,5,7
/proc/864/stat : 864 (python) R 862 864 27000 0 -1 4202496 5964 1009 10 0 16 5 0 0 20 0 1 0 338160232 125284352 3850 33554432000 4194304 5683644 140733543018064 140733542929224 219513963408 0 0 16781312 2 0 0 0 17 1 0 0 2 0 0
/proc/864/statm: 30587 3850 1015 364 0 2830 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 122348

[startup+1.50026 s]
/proc/loadavg: 2.23 2.76 2.48 2/197 869
/proc/meminfo: memFree=17725104/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=294656 CPUtime=0.62 cores=1,3,5,7
/proc/864/stat : 864 (python) R 862 864 27000 0 -1 4202496 12305 1009 21 0 51 11 0 0 20 0 1 0 338160232 301727744 10382 33554432000 4194304 5683644 140733543018064 140733543011304 4445115 0 0 16781312 2 0 0 0 17 1 0 0 3 0 0
/proc/864/statm: 73664 10382 1811 364 0 8893 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 294656

[startup+3.1002 s]
/proc/loadavg: 2.23 2.76 2.48 3/197 869
/proc/meminfo: memFree=17683092/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=328492 CPUtime=2.22 cores=1,3,5,7
/proc/864/stat : 864 (python) R 862 864 27000 0 -1 4202496 25225 1009 21 0 209 13 0 0 20 0 1 0 338160232 336375808 18875 33554432000 4194304 5683644 140733543018064 140733543004888 219513592361 0 0 16781312 33554434 0 0 0 17 1 0 0 3 0 0
/proc/864/statm: 82123 18875 1846 364 0 17352 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 328492
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.21 2.75 2.47 3/200 872
/proc/meminfo: memFree=17643568/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=408440 CPUtime=3.81 cores=1,3,5,7
/proc/864/stat : 864 (python) S 862 864 27000 0 -1 4202496 26547 1009 21 0 368 13 0 0 20 0 2 0 338160232 418242560 19973 33554432000 4194304 5683644 140733543018064 140733543012896 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/864/statm: 102110 19973 1902 364 0 37333 0
[pid=870] ppid=864 vsize=332660 CPUtime=0 cores=1,3,5,7
/proc/870/stat : 870 (python) S 864 864 27000 0 -1 4202560 765 0 0 0 0 0 0 0 20 0 1 0 338160702 340643840 18405 33554432000 4194304 5683644 140733543018064 140733543009152 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/870/statm: 83165 18405 340 364 0 18388 0
[pid=872] ppid=870 vsize=22024 CPUtime=1.58 cores=1,3,5,7
/proc/872/stat : 872 (wbo1.4b-fixed) R 870 872 872 0 -1 4202496 7236 0 0 0 151 7 0 0 20 0 1 0 338160702 22552576 4947 33554432000 134512640 135752315 4291152544 4291150620 135270849 0 0 16781312 3 0 0 0 17 1 0 0 0 0 0
/proc/872/statm: 5506 4947 146 303 0 5201 0
[pid=864/tid=871] ppid=862 vsize=408440 CPUtime=0 cores=1,3,5,7
/proc/864/task/871/stat : 871 (python) S 862 864 27000 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338160702 418242560 19973 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 763124

[startup+12.7003 s]
/proc/loadavg: 2.19 2.74 2.47 3/200 872
/proc/meminfo: memFree=17629228/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=408440 CPUtime=3.81 cores=1,3,5,7
/proc/864/stat : 864 (python) S 862 864 27000 0 -1 4202496 26547 1009 21 0 368 13 0 0 20 0 2 0 338160232 418242560 19973 33554432000 4194304 5683644 140733543018064 140733543012896 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/864/statm: 102110 19973 1902 364 0 37333 0
[pid=870] ppid=864 vsize=332660 CPUtime=0 cores=1,3,5,7
/proc/870/stat : 870 (python) S 864 864 27000 0 -1 4202560 896 0 0 0 0 0 0 0 20 0 1 0 338160702 340643840 18428 33554432000 4194304 5683644 140733543018064 140733543009152 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/870/statm: 83165 18428 363 364 0 18388 0
[pid=872] ppid=870 vsize=28980 CPUtime=7.98 cores=1,3,5,7
/proc/872/stat : 872 (wbo1.4b-fixed) R 870 872 872 0 -1 4202496 8977 0 0 0 779 19 0 0 20 0 1 0 338160702 29675520 6688 33554432000 134512640 135752315 4291152544 4291150620 135270849 0 0 16781312 3 0 0 0 17 1 0 0 0 0 0
/proc/872/statm: 7245 6688 146 303 0 6940 0
[pid=864/tid=871] ppid=862 vsize=408440 CPUtime=0 cores=1,3,5,7
/proc/864/task/871/stat : 871 (python) S 862 864 27000 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338160702 418242560 19973 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 770080

[startup+25.5004 s]
/proc/loadavg: 2.15 2.70 2.46 3/200 872
/proc/meminfo: memFree=17606348/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=408440 CPUtime=3.81 cores=1,3,5,7
/proc/864/stat : 864 (python) S 862 864 27000 0 -1 4202496 26547 1009 21 0 368 13 0 0 20 0 2 0 338160232 418242560 19973 33554432000 4194304 5683644 140733543018064 140733543012896 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/864/statm: 102110 19973 1902 364 0 37333 0
[pid=870] ppid=864 vsize=332660 CPUtime=0.02 cores=1,3,5,7
/proc/870/stat : 870 (python) S 864 864 27000 0 -1 4202560 904 0 0 0 1 1 0 0 20 0 1 0 338160702 340643840 18428 33554432000 4194304 5683644 140733543018064 140733543009152 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/870/statm: 83165 18428 363 364 0 18388 0
[pid=872] ppid=870 vsize=39024 CPUtime=20.78 cores=1,3,5,7
/proc/872/stat : 872 (wbo1.4b-fixed) R 870 872 872 0 -1 4202496 11412 0 0 0 2050 28 0 0 20 0 1 0 338160702 39960576 9123 33554432000 134512640 135752315 4291152544 4291150544 134611398 0 0 16781312 3 0 0 0 17 1 0 0 0 0 0
/proc/872/statm: 9756 9123 146 303 0 9451 0
[pid=864/tid=871] ppid=862 vsize=408440 CPUtime=0 cores=1,3,5,7
/proc/864/task/871/stat : 871 (python) S 862 864 27000 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338160702 418242560 19973 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 780124

[startup+51.1004 s]
/proc/loadavg: 2.10 2.64 2.45 3/200 872
/proc/meminfo: memFree=17563804/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=408440 CPUtime=3.81 cores=1,3,5,7
/proc/864/stat : 864 (python) S 862 864 27000 0 -1 4202496 26547 1009 21 0 368 13 0 0 20 0 2 0 338160232 418242560 19973 33554432000 4194304 5683644 140733543018064 140733543012896 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/864/statm: 102110 19973 1902 364 0 37333 0
[pid=870] ppid=864 vsize=332660 CPUtime=0.07 cores=1,3,5,7
/proc/870/stat : 870 (python) S 864 864 27000 0 -1 4202560 1013 0 0 0 4 3 0 0 20 0 1 0 338160702 340643840 18433 33554432000 4194304 5683644 140733543018064 140733543009152 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/870/statm: 83165 18433 368 364 0 18388 0
[pid=872] ppid=870 vsize=54508 CPUtime=46.37 cores=1,3,5,7
/proc/872/stat : 872 (wbo1.4b-fixed) R 870 872 872 0 -1 4202496 15211 0 0 0 4599 38 0 0 20 0 1 0 338160702 55816192 12922 33554432000 134512640 135752315 4291152544 4291150620 135270849 0 0 16781312 3 0 0 0 17 1 0 0 0 0 0
/proc/872/statm: 13627 12922 146 303 0 13322 0
[pid=864/tid=871] ppid=862 vsize=408440 CPUtime=0 cores=1,3,5,7
/proc/864/task/871/stat : 871 (python) S 862 864 27000 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338160702 418242560 19973 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 795608

[startup+102.301 s]
/proc/loadavg: 2.04 2.54 2.42 3/187 926
/proc/meminfo: memFree=24113244/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=484232 CPUtime=14.6 cores=1,3,5,7
/proc/864/stat : 864 (python) S 862 864 27000 0 -1 4202496 27556 1009 21 0 1443 17 0 0 20 0 3 0 338160232 495853568 19982 33554432000 4194304 5683644 140733543018064 140733543012896 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/864/statm: 121058 19982 1905 364 0 56278 0
[pid=870] ppid=864 vsize=408440 CPUtime=0.07 cores=1,3,5,7
/proc/870/stat : 870 (python) S 864 864 27000 0 -1 4202560 1142 0 0 0 4 3 0 0 20 0 2 0 338160702 418242560 18468 33554432000 4194304 5683644 140733543018064 140733543009712 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/870/statm: 102110 18468 396 364 0 37333 0
[pid=872] ppid=870 vsize=57844 CPUtime=49.35 cores=1,3,5,7
/proc/872/stat : 872 (wbo1.4b-fixed) T 870 872 872 0 -1 4202496 16064 0 0 0 4893 42 0 0 20 0 1 0 338160702 59232256 13775 33554432000 134512640 135752315 4291152544 4291150620 135270849 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/872/statm: 14461 13775 146 303 0 14156 0
[pid=870/tid=876] ppid=864 vsize=408440 CPUtime=0 cores=1,3,5,7
/proc/870/task/876/stat : 876 (python) S 864 864 27000 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338165641 418242560 18468 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=878] ppid=864 vsize=408452 CPUtime=0.04 cores=1,3,5,7
/proc/878/stat : 878 (python) S 864 864 27000 0 -1 4202560 916 0 0 0 2 2 0 0 20 0 1 0 338166720 418254848 18429 33554432000 4194304 5683644 140733543018064 140733543009152 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/878/statm: 102113 18429 358 364 0 37333 0
[pid=880] ppid=878 vsize=2671700 CPUtime=37.4 cores=1,3,5,7
/proc/880/stat : 880 (minion) R 878 880 880 0 -1 4202496 658014 0 0 0 3649 91 0 0 20 0 1 0 338166720 2735820800 660573 33554432000 134512640 165565024 4294406592 4294403904 158624694 0 0 16781312 8396802 0 0 0 17 1 0 0 0 0 0
/proc/880/statm: 667925 660573 358 7582 0 660340 0
[pid=864/tid=871] ppid=862 vsize=484232 CPUtime=0 cores=1,3,5,7
/proc/864/task/871/stat : 871 (python) S 862 864 27000 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 3 0 338160702 495853568 19982 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=864/tid=879] ppid=862 vsize=484232 CPUtime=0 cores=1,3,5,7
/proc/864/task/879/stat : 879 (python) S 862 864 27000 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 3 0 338166720 495853568 19982 33554432000 4194304 5683644 140733543018064 139950445998640 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 4030668

[startup+162.301 s]
/proc/loadavg: 2.01 2.44 2.39 3/217 956
/proc/meminfo: memFree=22140300/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=635816 CPUtime=14.65 cores=1,3,5,7
/proc/864/stat : 864 (python) S 862 864 27000 0 -1 4202496 29284 1009 21 0 1447 18 0 0 20 0 5 0 338160232 651075584 19998 33554432000 4194304 5683644 140733543018064 140733543012896 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/864/statm: 158954 19998 1909 364 0 94168 0
[pid=870] ppid=864 vsize=408440 CPUtime=0.07 cores=1,3,5,7
/proc/870/stat : 870 (python) S 864 864 27000 0 -1 4202560 1142 0 0 0 4 3 0 0 20 0 2 0 338160702 418242560 18468 33554432000 4194304 5683644 140733543018064 140733543009712 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/870/statm: 102110 18468 396 364 0 37333 0
[pid=872] ppid=870 vsize=57844 CPUtime=49.35 cores=1,3,5,7
/proc/872/stat : 872 (wbo1.4b-fixed) T 870 872 872 0 -1 4202496 16064 0 0 0 4893 42 0 0 20 0 1 0 338160702 59232256 13775 33554432000 134512640 135752315 4291152544 4291150620 135270849 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/872/statm: 14461 13775 146 303 0 14156 0
[pid=870/tid=876] ppid=864 vsize=408440 CPUtime=0 cores=1,3,5,7
/proc/870/task/876/stat : 876 (python) S 864 864 27000 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338165641 418242560 18468 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=878] ppid=864 vsize=408452 CPUtime=0.07 cores=1,3,5,7
/proc/878/stat : 878 (python) S 864 864 27000 0 -1 4202560 1076 0 0 0 3 4 0 0 20 0 2 0 338166720 418254848 18455 33554432000 4194304 5683644 140733543018064 140733543009712 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/878/statm: 102113 18455 383 364 0 37333 0
[pid=880] ppid=878 vsize=2671700 CPUtime=47.13 cores=1,3,5,7
/proc/880/stat : 880 (minion) T 878 880 880 0 -1 4202496 658014 0 0 0 4622 91 0 0 20 0 1 0 338166720 2735820800 660573 33554432000 134512640 165565024 4294406592 4294403904 158624694 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/880/statm: 667925 660573 358 7582 0 660340 0
[pid=878/tid=927] ppid=864 vsize=408452 CPUtime=0 cores=1,3,5,7
/proc/878/task/927/stat : 927 (python) S 864 864 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338171435 418254848 18455 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=864/tid=879] ppid=862 vsize=711608 CPUtime=0 cores=1,3,5,7
/proc/864/task/879/stat : 879 (python) S 862 864 27000 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 6 0 338166720 728686592 20006 33554432000 4194304 5683644 140733543018064 139950445998640 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=864/tid=929] ppid=862 vsize=711608 CPUtime=0 cores=1,3,5,7
/proc/864/task/929/stat : 929 (python) S 862 864 27000 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 6 0 338171438 728686592 20006 33554432000 4194304 5683644 140733543018064 139950435508784 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=864/tid=955] ppid=862 vsize=711608 CPUtime=0 cores=1,3,5,7
/proc/864/task/955/stat : 955 (python) S 862 864 27000 0 -1 4202560 25 1009 0 0 0 0 0 0 20 0 6 0 338175845 728686592 20006 33554432000 4194304 5683644 140733543018064 139950425018928 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=864/tid=963] ppid=862 vsize=711608 CPUtime=0 cores=1,3,5,7
/proc/864/task/963/stat : 963 (python) S 862 864 27000 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 6 0 338180561 728686592 20006 33554432000 4194304 5683644 140733543018064 139950406623792 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 283.85
Current children cumulated vsize (KiB) 15666440



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+296.101 s]
/proc/loadavg: 3.70 2.74 2.49 4/252 995
/proc/meminfo: memFree=9202928/32873648 swapFree=7120/7120
[pid=864] ppid=862 vsize=787400 CPUtime=14.73 cores=1,3,5,7
/proc/864/stat : 864 (python) S 862 864 27000 0 -1 4202496 31267 1009 21 0 1454 19 0 0 20 0 7 0 338160232 806297600 20014 33554432000 4194304 5683644 140733543018064 140733543012896 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/864/statm: 196850 20014 1913 364 0 132058 0
[pid=870] ppid=864 vsize=408440 CPUtime=0.07 cores=1,3,5,7
/proc/870/stat : 870 (python) S 864 864 27000 0 -1 4202560 1142 0 0 0 4 3 0 0 20 0 2 0 338160702 418242560 18468 33554432000 4194304 5683644 140733543018064 140733543009712 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/870/statm: 102110 18468 396 364 0 37333 0
[pid=872] ppid=870 vsize=57844 CPUtime=49.35 cores=1,3,5,7
/proc/872/stat : 872 (wbo1.4b-fixed) T 870 872 872 0 -1 4202496 16064 0 0 0 4893 42 0 0 20 0 1 0 338160702 59232256 13894 33554432000 134512640 135752315 4291152544 4291150620 135270849 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/872/statm: 14461 13894 146 303 0 14156 0
[pid=870/tid=876] ppid=864 vsize=408440 CPUtime=0 cores=1,3,5,7
/proc/870/task/876/stat : 876 (python) S 864 864 27000 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338165641 418242560 18468 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=878] ppid=864 vsize=408452 CPUtime=0.07 cores=1,3,5,7
/proc/878/stat : 878 (python) S 864 864 27000 0 -1 4202560 1076 0 0 0 3 4 0 0 20 0 2 0 338166720 418254848 18455 33554432000 4194304 5683644 140733543018064 140733543009712 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/878/statm: 102113 18455 383 364 0 37333 0
[pid=880] ppid=878 vsize=2671700 CPUtime=47.13 cores=1,3,5,7
/proc/880/stat : 880 (minion) T 878 880 880 0 -1 4202496 658014 0 0 0 4622 91 0 0 20 0 1 0 338166720 2735820800 660573 33554432000 134512640 165565024 4294406592 4294403904 158624694 0 0 16781312 8396802 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/880/statm: 667925 660573 358 7582 0 660340 0
[pid=878/tid=927] ppid=864 vsize=408452 CPUtime=0 cores=1,3,5,7
/proc/878/task/927/stat : 927 (python) S 864 864 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338171435 418254848 18455 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=928] ppid=864 vsize=484244 CPUtime=0.06 cores=1,3,5,7
/proc/928/stat : 928 (python) S 864 864 27000 0 -1 4202560 1103 0 0 0 3 3 0 0 20 0 2 0 338171438 495865856 18461 33554432000 4194304 5683644 140733543018064 140733543009712 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/928/statm: 121061 18461 383 364 0 56278 0
[pid=930] ppid=928 vsize=9624972 CPUtime=46.18 cores=1,3,5,7
/proc/930/stat : 930 (java) T 928 930 930 0 -1 4202496 18391 0 1 0 4584 34 0 0 20 0 19 0 338171438 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140735726408672 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/930/statm: 2406243 261642 2277 9 0 2396937 0
[pid=930/tid=931] ppid=928 vsize=9624972 CPUtime=42.32 cores=1,3,5,7
/proc/930/task/931/stat : 931 (java) T 928 930 930 0 -1 4202560 3341 0 1 0 4217 15 0 0 20 0 19 0 338171439 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088632672528 140088496041688 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=930/tid=932] ppid=928 vsize=9624972 CPUtime=0.15 cores=1,3,5,7
/proc/930/task/932/stat : 932 (java) T 928 930 930 0 -1 4202560 66 0 0 0 12 3 0 0 20 0 19 0 338171440 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088621734696 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=930/tid=933] ppid=928 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/930/task/933/stat : 933 (java) T 928 930 930 0 -1 4202560 35 0 0 0 9 2 0 0 20 0 19 0 338171440 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088620681896 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=930/tid=934] ppid=928 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/930/task/934/stat : 934 (java) T 928 930 930 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 338171440 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088619629608 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=930/tid=935] ppid=928 vsize=9624972 CPUtime=0.14 cores=1,3,5,7
/proc/930/task/935/stat : 935 (java) T 928 930 930 0 -1 4202560 68 0 0 0 12 2 0 0 20 0 19 0 338171440 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088618576808 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=930/tid=936] ppid=928 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/930/task/936/stat : 936 (java) T 928 930 930 0 -1 4202560 32 0 0 0 8 2 0 0 20 0 19 0 338171440 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088617523496 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=930/tid=937] ppid=928 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/930/task/937/stat : 937 (java) T 928 930 930 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 19 0 338171440 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088616470696 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=930/tid=938] ppid=928 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/930/task/938/stat : 938 (java) T 928 930 930 0 -1 4202560 61 0 0 0 11 0 0 0 20 0 19 0 338171440 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088615418408 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=930/tid=939] ppid=928 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/930/task/939/stat : 939 (java) T 928 930 930 0 -1 4202560 39 0 0 0 9 2 0 0 20 0 19 0 338171440 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088614365608 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=930/tid=940] ppid=928 vsize=9624972 CPUtime=1.36 cores=1,3,5,7
/proc/930/task/940/stat : 940 (java) T 928 930 930 0 -1 4202560 514 0 0 0 134 2 0 0 20 0 19 0 338171441 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088456588008 219517335465 0 0 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=930/tid=941] ppid=928 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/930/task/941/stat : 941 (java) T 928 930 930 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338171442 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088455534072 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=930/tid=942] ppid=928 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/930/task/942/stat : 942 (java) T 928 930 930 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338171442 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088454481672 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=930/tid=943] ppid=928 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/930/task/943/stat : 943 (java) T 928 930 930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338171444 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088453430160 219517343520 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=930/tid=944] ppid=928 vsize=9624972 CPUtime=0.53 cores=1,3,5,7
/proc/930/task/944/stat : 944 (java) T 928 930 930 0 -1 4202560 3813 0 0 0 53 0 0 0 20 0 19 0 338171444 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088452376760 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=930/tid=945] ppid=928 vsize=9624972 CPUtime=0.91 cores=1,3,5,7
/proc/930/task/945/stat : 945 (java) T 928 930 930 0 -1 4202560 8953 0 0 0 88 3 0 0 20 0 19 0 338171444 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088451323960 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=930/tid=946] ppid=928 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/930/task/946/stat : 946 (java) T 928 930 930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338171444 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088450271864 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=930/tid=947] ppid=928 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/930/task/947/stat : 947 (java) T 928 930 930 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338171444 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088449219272 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=930/tid=948] ppid=928 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/930/task/948/stat : 948 (java) T 928 930 930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338171582 9855971328 261642 33554432000 1073741824 1073778376 140735726417536 140088448165288 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=928/tid=953] ppid=864 vsize=484244 CPUtime=0 cores=1,3,5,7
/proc/928/task/953/stat : 953 (python) S 864 864 27000 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 338175842 495865856 18461 33554432000 4194304 5683644 140733543018064 139950445998640 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=954] ppid=864 vsize=560036 CPUtime=0.16 cores=1,3,5,7
/proc/954/stat : 954 (python) S 864 864 27000 0 -1 4202560 1157 0 0 0 9 7 0 0 20 0 2 0 338175845 573476864 18467 33554432000 4194304 5683644 140733543018064 140733543009712 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/954/statm: 140009 18467 383 364 0 75223 0
[pid=956] ppid=954 vsize=47780 CPUtime=92.25 cores=1,3,5,7
/proc/956/stat : 956 (clasp-1.3.7-x86) T 954 956 956 0 -1 4202496 12515 0 0 0 9222 3 0 0 20 0 1 0 338175845 48926720 11423 33554432000 134512640 136139019 4291853936 4291852908 134608160 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/956/statm: 11945 11423 183 398 0 11545 0
[pid=954/tid=961] ppid=864 vsize=560036 CPUtime=0 cores=1,3,5,7
/proc/954/task/961/stat : 961 (python) S 864 864 27000 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338180559 573476864 18467 33554432000 4194304 5683644 140733543018064 139950435508784 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=962] ppid=864 vsize=635828 CPUtime=0.07 cores=1,3,5,7
/proc/962/stat : 962 (python) S 864 864 27000 0 -1 4202560 1130 0 0 0 4 3 0 0 20 0 2 0 338180561 651087872 18473 33554432000 4194304 5683644 140733543018064 140733543009712 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/962/statm: 158957 18473 383 364 0 94168 0
[pid=964] ppid=962 vsize=55536 CPUtime=47.33 cores=1,3,5,7
/proc/964/stat : 964 (wbo1.4a) T 962 964 964 0 -1 4202496 15441 0 0 0 4693 40 0 0 20 0 1 0 338180562 56868864 13142 33554432000 134512640 135751879 4294826048 4294824216 134517421 0 0 16781312 3 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/964/statm: 13884 13142 143 303 0 13579 0
[pid=962/tid=971] ppid=864 vsize=635828 CPUtime=0 cores=1,3,5,7
/proc/962/task/971/stat : 971 (python) S 864 864 27000 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338185296 651087872 18473 33554432000 4194304 5683644 140733543018064 139950425018928 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=976] ppid=864 vsize=711620 CPUtime=0 cores=1,3,5,7
/proc/976/stat : 976 (python) S 864 864 27000 0 -1 4202560 832 0 0 0 0 0 0 0 20 0 1 0 338189814 728698880 18430 33554432000 4194304 5683644 140733543018064 140733543009152 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/976/statm: 177905 18430 335 364 0 113113 0
[pid=978] ppid=976 vsize=9558408 CPUtime=0.44 cores=1,3,5,7
/proc/978/stat : 978 (java) S 976 978 978 0 -1 4202496 5722 0 1 0 43 1 0 0 20 0 18 0 338189815 9787809792 8290 33554432000 1073741824 1073778376 140734874718560 140734874709696 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/978/statm: 2389602 8290 2215 9 0 2380296 0
[pid=978/tid=979] ppid=976 vsize=9558408 CPUtime=0.25 cores=1,3,5,7
/proc/978/task/979/stat : 979 (java) R 976 978 978 0 -1 4202560 2429 0 1 0 24 1 0 0 20 0 18 0 338189816 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303783654136 140303646412295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=978/tid=980] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/980/stat : 980 (java) S 976 978 978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338189817 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303772715816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=978/tid=981] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/981/stat : 981 (java) S 976 978 978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338189817 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303771663016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=978/tid=982] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/982/stat : 982 (java) S 976 978 978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338189817 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303770610728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=978/tid=983] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/983/stat : 983 (java) S 976 978 978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338189817 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303769557928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=978/tid=984] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/984/stat : 984 (java) S 976 978 978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338189817 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303768504616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=978/tid=985] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/985/stat : 985 (java) S 976 978 978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338189818 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303767451816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=978/tid=986] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/986/stat : 986 (java) S 976 978 978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338189818 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303766399528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=978/tid=987] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/987/stat : 987 (java) S 976 978 978 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338189818 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303765346728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=978/tid=988] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/988/stat : 988 (java) S 976 978 978 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338189819 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303607605992 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=978/tid=989] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/989/stat : 989 (java) S 976 978 978 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338189819 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303606552056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=978/tid=990] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/990/stat : 990 (java) S 976 978 978 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338189819 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303605499656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=978/tid=991] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/991/stat : 991 (java) S 976 978 978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338189821 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303604448144 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=978/tid=992] ppid=976 vsize=9558408 CPUtime=0.1 cores=1,3,5,7
/proc/978/task/992/stat : 992 (java) R 976 978 978 0 -1 4202560 1007 0 0 0 10 0 0 0 20 0 18 0 338189821 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303603394744 140303786265051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=978/tid=993] ppid=976 vsize=9558408 CPUtime=0.06 cores=1,3,5,7
/proc/978/task/993/stat : 993 (java) R 976 978 978 0 -1 4202560 922 0 0 0 6 0 0 0 20 0 18 0 338189821 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303602341944 140303790638286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=978/tid=994] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/994/stat : 994 (java) S 976 978 978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338189821 9787809792 8340 33554432000 1073741824 1073778376 140734874718560 140303601289848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=978/tid=995] ppid=976 vsize=9558408 CPUtime=0 cores=1,3,5,7
/proc/978/task/995/stat : 995 (java) S 976 978 978 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338189821 9787809792 8352 33554432000 1073741824 1073778376 140734874718560 140303600237256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=864/tid=871] ppid=862 vsize=787400 CPUtime=0 cores=1,3,5,7
/proc/864/task/871/stat : 871 (python) S 862 864 27000 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 7 0 338160702 806297600 20014 33554432000 4194304 5683644 140733543018064 139950456488496 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=864/tid=879] ppid=862 vsize=787400 CPUtime=0 cores=1,3,5,7
/proc/864/task/879/stat : 879 (python) S 862 864 27000 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 7 0 338166720 806297600 20014 33554432000 4194304 5683644 140733543018064 139950445998640 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=864/tid=929] ppid=862 vsize=787400 CPUtime=0 cores=1,3,5,7
/proc/864/task/929/stat : 929 (python) S 862 864 27000 0 -1 4202560 22 1009 0 0 0 0 0 0 20 0 7 0 338171438 806297600 20014 33554432000 4194304 5683644 140733543018064 139950435508784 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=864/tid=955] ppid=862 vsize=787400 CPUtime=0 cores=1,3,5,7
/proc/864/task/955/stat : 955 (python) S 862 864 27000 0 -1 4202560 25 1009 0 0 0 0 0 0 20 0 7 0 338175845 806297600 20014 33554432000 4194304 5683644 140733543018064 139950425018928 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=864/tid=963] ppid=862 vsize=787400 CPUtime=0 cores=1,3,5,7
/proc/864/task/963/stat : 963 (python) S 862 864 27000 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 7 0 338180561 806297600 20014 33554432000 4194304 5683644 140733543018064 139950406623792 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=864/tid=977] ppid=862 vsize=787400 CPUtime=0 cores=1,3,5,7
/proc/864/task/977/stat : 977 (python) S 862 864 27000 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 7 0 338189815 806297600 20014 33554432000 4194304 5683644 140733543018064 139950396133936 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 297.84
Current children cumulated vsize (KiB) 26012260

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

Real time (s): 296.169
CPU time (s): 297.84
CPU user time (s): 295.34
CPU system time (s): 2.5
CPU usage (%): 100.564
Max. virtual memory (cumulated for all children) (KiB): 26012260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5458
system time used= 0.199969
maximum resident set size= 87156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32276
page faults= 21
swaps= 0
block input operations= 4200
block output operations= 22424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2092
involuntary context switches= 34

runsolver used 1.38979 second user time and 2.75758 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 12:45:27
IDJOB=3740942
IDBENCH=89699
IDSOLVER=2327
FILE ID=node114/3740942-1338720327
RUNJOBID= node114-1338713908-27017
PBS_JOBID= 14636748
Free space on /tmp= 69984 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-73.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-3740942-1338720327/watcher-3740942-1338720327 -o /tmp/evaluation-result-3740942-1338720327/solver-3740942-1338720327 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3740942-1338720327.opb -seed 833948990 -budget 1800

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

MD5SUM BENCH= 56a27796f1168612394e164ff5d947f7
RANDOM SEED=833948990

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:        17744664 kB
Buffers:          997412 kB
Cached:          3866480 kB
SwapCached:         2180 kB
Active:         12281532 kB
Inactive:        1826720 kB
Active(anon):    9184488 kB
Inactive(anon):    54952 kB
Active(file):    3097044 kB
Inactive(file):  1771768 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            116908 kB
Writeback:             8 kB
AnonPages:       9242472 kB
Mapped:            25708 kB
Shmem:               172 kB
Slab:             858564 kB
SReclaimable:     300364 kB
SUnreclaim:       558200 kB
KernelStack:        1600 kB
PageTables:        28560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   11682404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1609728 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= 65864 MiB
End job on node114 at 2012-06-03 12:50:28