Trace number 3741072

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) 258.19 483.958

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-164.opb
MD5SUM81ec1ddcd163131a26e4e6f9286dd205
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark97.5382
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26339
Total number of constraints612374
Number of constraints which are clauses549666
Number of constraints which are cardinality constraints (but not clauses)2270
Number of constraints which are nor clauses,nor cardinality constraints60438
Minimum length of a constraint1
Maximum length of a constraint1485
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 1486
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.48/1.31	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.48/1.31	c INFO: solving HOME/instance-3741072-1338720985.opb
4.79/5.69	c INFO: parsing took 4.31 s
11.88/12.71	c INFO: features took 7.00 CPU seconds
48.87/49.73	c INFO: wrote minion input file to HOME/tmpuCPnAp.minion
48.87/49.73	c INFO: running minion-0.12@0 for 45 with 1788 remaining (b = 0.74)
65.01/293.46	c INFO: running pbct-0.1.2-linear@0 for 45 with 1739 remaining (b = 0.91)
113.08/341.42	c INFO: running clasp-1.3.7@0 for 45 with 1692 remaining (b = 0.91)
160.23/388.59	c INFO: running wbo1.4b-fixed@0 for 45 with 1645 remaining (b = 0.91)
210.90/439.14	c INFO: running sat4j-pb-v20101225@0 for 45 with 1596 remaining (b = 0.55)
257.46/483.28	c INFO: running wbo1.4a@0 for 45 with 1551 remaining (b = 0.41)

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-3741072-1338720985/watcher-3741072-1338720985 -o /tmp/evaluation-result-3741072-1338720985/solver-3741072-1338720985 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741072-1338720985.opb -seed 2076841635 -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: 3.08 3.44 2.85 3/201 6407
/proc/meminfo: memFree=16989284/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/6407/stat : 6407 (python) D 6405 6407 2614 0 -1 4202496 633 0 0 0 0 0 0 0 20 0 1 0 338223684 15642624 526 33554432000 4194304 5683644 140734437741312 140734437722984 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 3819 526 311 364 0 261 0

[startup+0.0488811 s]
/proc/loadavg: 3.08 3.44 2.85 3/201 6407
/proc/meminfo: memFree=16989284/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=16436 CPUtime=0 cores=0,2,4,6
/proc/6407/stat : 6407 (python) R 6405 6407 2614 0 -1 4202496 1052 0 0 0 0 0 0 0 20 0 1 0 338223684 16830464 880 33554432000 4194304 5683644 140734437741312 140734437670312 240564801428 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 4109 882 379 364 0 551 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16436

[startup+0.100274 s]
/proc/loadavg: 3.08 3.44 2.85 3/201 6407
/proc/meminfo: memFree=16989284/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=19084 CPUtime=0.02 cores=0,2,4,6
/proc/6407/stat : 6407 (python) R 6405 6407 2614 0 -1 4202496 1389 0 0 0 1 1 0 0 20 0 1 0 338223684 19542016 1143 33554432000 4194304 5683644 140734437741312 140734437671816 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 4771 1143 430 364 0 695 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19084

[startup+0.300277 s]
/proc/loadavg: 3.08 3.44 2.85 3/201 6407
/proc/meminfo: memFree=16989284/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=96896 CPUtime=0.11 cores=0,2,4,6
/proc/6407/stat : 6407 (python) D 6405 6407 2614 0 -1 4202496 3900 1007 1 0 8 3 0 0 20 0 1 0 338223684 99221504 2648 33554432000 4194304 5683644 140734437741312 140734437659336 240565173941 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 24224 2648 822 364 0 1715 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 96896

[startup+0.700273 s]
/proc/loadavg: 3.08 3.44 2.85 3/201 6407
/proc/meminfo: memFree=16989284/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=122212 CPUtime=0.24 cores=0,2,4,6
/proc/6407/stat : 6407 (python) D 6405 6407 2614 0 -1 4202496 5958 1007 1 0 15 9 0 0 20 0 1 0 338223684 125145088 3838 33554432000 4194304 5683644 140734437741312 140734437688040 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 30553 3838 1015 364 0 2796 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 122212

[startup+1.50027 s]
/proc/loadavg: 3.08 3.44 2.85 3/202 6412
/proc/meminfo: memFree=16973024/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=313384 CPUtime=0.69 cores=0,2,4,6
/proc/6407/stat : 6407 (python) R 6405 6407 2614 0 -1 4202496 11894 1007 1 0 50 19 0 0 20 0 1 0 338223684 320905216 15060 33554432000 4194304 5683644 140734437741312 140734437655384 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 78346 15060 1811 364 0 13575 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 313384

[startup+3.10024 s]
/proc/loadavg: 3.08 3.44 2.85 3/202 6412
/proc/meminfo: memFree=16919804/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=367324 CPUtime=2.28 cores=0,2,4,6
/proc/6407/stat : 6407 (python) R 6405 6407 2614 0 -1 4202496 24957 1007 1 0 207 21 0 0 20 0 1 0 338223684 376139776 28123 33554432000 4194304 5683644 140734437741312 140734437733928 240564801428 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 91831 28123 1811 364 0 27060 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 367324
heavy processes:

[startup+6.30024 s]
/proc/loadavg: 3.00 3.42 2.85 3/201 6412
/proc/meminfo: memFree=16794184/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=445328 CPUtime=5.48 cores=0,2,4,6
/proc/6407/stat : 6407 (python) R 6405 6407 2614 0 -1 4202496 47111 1007 1 0 522 26 0 0 20 0 1 0 338223684 456015872 48084 33554432000 4194304 5683644 140734437741312 140734437728136 139934013777677 0 0 16781312 33554434 0 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 111332 48084 1846 364 0 46561 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 445328

[startup+12.7003 s]
/proc/loadavg: 2.92 3.39 2.84 3/202 6413
/proc/meminfo: memFree=16802976/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=459680 CPUtime=11.88 cores=0,2,4,6
/proc/6407/stat : 6407 (python) R 6405 6407 2614 0 -1 4202496 48666 1007 1 0 1162 26 0 0 20 0 1 0 338223684 470712320 51683 33554432000 4194304 5683644 140734437741312 140734437734488 139934013474400 0 0 16781312 33554434 0 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 114920 51683 1857 364 0 50149 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 459680

[startup+25.5002 s]
/proc/loadavg: 2.71 3.33 2.83 3/203 6414
/proc/meminfo: memFree=16780564/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=459696 CPUtime=24.68 cores=0,2,4,6
/proc/6407/stat : 6407 (python) R 6405 6407 2614 0 -1 4202496 48733 1007 1 0 2438 30 0 0 20 0 1 0 338223684 470728704 51720 33554432000 4194304 5683644 140734437741312 140734437735640 5279345 0 0 16781312 33554434 0 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 114924 51720 1893 364 0 50150 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 459696

[startup+51.1003 s]
/proc/loadavg: 2.47 3.22 2.81 3/206 6417
/proc/meminfo: memFree=16700592/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=535484 CPUtime=48.9 cores=0,2,4,6
/proc/6407/stat : 6407 (python) S 6405 6407 2614 0 -1 4202496 48948 1007 1 0 4853 37 0 0 20 0 2 0 338223684 548335616 51734 33554432000 4194304 5683644 140734437741312 140734437736144 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 133871 51734 1902 364 0 69094 0
[pid=6415] ppid=6407 vsize=459704 CPUtime=0 cores=0,2,4,6
/proc/6415/stat : 6415 (python) S 6407 6407 2614 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 1 0 338228658 470736896 50160 33554432000 4194304 5683644 140734437741312 140734437732400 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/6415/statm: 114926 50160 334 364 0 50149 0
[pid=6417] ppid=6415 vsize=88456 CPUtime=1.35 cores=0,2,4,6
/proc/6417/stat : 6417 (minion) R 6415 6417 6417 0 -1 4202496 9447 0 0 0 132 3 0 0 20 0 1 0 338228658 90578944 14764 33554432000 134512640 165565024 4289389152 4289374324 159718384 0 0 16781312 0 0 0 0 17 0 0 0 0 0 0
/proc/6417/statm: 22114 14764 262 7582 0 14529 0
[pid=6407/tid=6416] ppid=6405 vsize=535484 CPUtime=0 cores=0,2,4,6
/proc/6407/task/6416/stat : 6416 (python) S 6405 6407 2614 0 -1 4202560 26 1007 0 0 0 0 0 0 20 0 2 0 338228658 548335616 51734 33554432000 4194304 5683644 140734437741312 139933840384560 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 1083644

[startup+102.307 s]
/proc/loadavg: 3.21 3.28 2.85 2/185 6487
/proc/meminfo: memFree=17447520/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=535484 CPUtime=48.9 cores=0,2,4,6
/proc/6407/stat : 6407 (python) S 6405 6407 2614 0 -1 4202496 48948 1007 1 0 4853 37 0 0 20 0 2 0 338223684 548335616 51734 33554432000 4194304 5683644 140734437741312 140734437736144 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 133871 51734 1902 364 0 69094 0
[pid=6415] ppid=6407 vsize=459704 CPUtime=0.08 cores=0,2,4,6
/proc/6415/stat : 6415 (python) S 6407 6407 2614 0 -1 4202560 1006 0 0 0 4 4 0 0 20 0 1 0 338228658 470736896 50188 33554432000 4194304 5683644 140734437741312 140734437732400 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/6415/statm: 114926 50188 362 364 0 50149 0
[pid=6417] ppid=6415 vsize=4186200 CPUtime=15.2 cores=0,2,4,6
/proc/6417/stat : 6417 (minion) S 6415 6417 6417 0 -1 4204032 592015 0 0 0 1174 346 0 0 20 0 1 0 338228658 4286668800 1038276 33554432000 134512640 165565024 4289389152 4289386384 159737071 0 0 16781312 8396802 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6417/statm: 1046550 1038276 359 7582 0 1038965 0
[pid=6407/tid=6416] ppid=6405 vsize=535484 CPUtime=0 cores=0,2,4,6
/proc/6407/task/6416/stat : 6416 (python) S 6405 6407 2614 0 -1 4202560 26 1007 0 0 0 0 0 0 20 0 2 0 338228658 548335616 51734 33554432000 4194304 5683644 140734437741312 139933840384560 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 64.18
Current children cumulated vsize (KiB) 5181388
heavy processes:
  %CPU=33 pid=6418 uid=0 cmd=

[startup+162.3 s]
/proc/loadavg: 4.35 3.58 2.97 2/188 6491
/proc/meminfo: memFree=15309232/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=535484 CPUtime=48.9 cores=0,2,4,6
/proc/6407/stat : 6407 (python) S 6405 6407 2614 0 -1 4202496 48948 1007 1 0 4853 37 0 0 20 0 2 0 338223684 548335616 51734 33554432000 4194304 5683644 140734437741312 140734437736144 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 133871 51734 1902 364 0 69094 0
[pid=6415] ppid=6407 vsize=459704 CPUtime=0.19 cores=0,2,4,6
/proc/6415/stat : 6415 (python) S 6407 6407 2614 0 -1 4202560 1036 0 0 0 10 9 0 0 20 0 1 0 338228658 470736896 50188 33554432000 4194304 5683644 140734437741312 140734437732400 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/6415/statm: 114926 50188 362 364 0 50149 0
[pid=6417] ppid=6415 vsize=4186200 CPUtime=15.62 cores=0,2,4,6
/proc/6417/stat : 6417 (minion) S 6415 6417 6417 0 -1 4204032 592015 0 0 0 1174 388 0 0 20 0 1 0 338228658 4286668800 1038276 33554432000 134512640 165565024 4289389152 4289386384 159737071 0 0 16781312 8396802 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6417/statm: 1046550 1038276 359 7582 0 1038965 0
[pid=6407/tid=6416] ppid=6405 vsize=535484 CPUtime=0 cores=0,2,4,6
/proc/6407/task/6416/stat : 6416 (python) S 6405 6407 2614 0 -1 4202560 26 1007 0 0 0 0 0 0 20 0 2 0 338228658 548335616 51734 33554432000 4194304 5683644 140734437741312 139933840384560 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 64.71
Current children cumulated vsize (KiB) 5181388
heavy processes:
  %CPU=15 pid=6418 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 6417 11 506 18446744073709551615 

[startup+222.3 s]
/proc/loadavg: 4.91 3.88 3.11 2/193 6498
/proc/meminfo: memFree=15285728/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=535484 CPUtime=48.9 cores=0,2,4,6
/proc/6407/stat : 6407 (python) S 6405 6407 2614 0 -1 4202496 48948 1007 1 0 4853 37 0 0 20 0 2 0 338223684 548335616 51734 33554432000 4194304 5683644 140734437741312 140734437736144 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 133871 51734 1902 364 0 69094 0
[pid=6415] ppid=6407 vsize=459704 CPUtime=0.29 cores=0,2,4,6
/proc/6415/stat : 6415 (python) S 6407 6407 2614 0 -1 4202560 1049 0 0 0 16 13 0 0 20 0 1 0 338228658 470736896 50188 33554432000 4194304 5683644 140734437741312 140734437732400 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/6415/statm: 114926 50188 362 364 0 50149 0
[pid=6417] ppid=6415 vsize=4186200 CPUtime=15.62 cores=0,2,4,6
/proc/6417/stat : 6417 (minion) S 6415 6417 6417 0 -1 4204032 592015 0 0 0 1174 388 0 0 20 0 1 0 338228658 4286668800 1038276 33554432000 134512640 165565024 4289389152 4289386384 159737071 0 0 16781312 8396802 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6417/statm: 1046550 1038276 359 7582 0 1038965 0
[pid=6407/tid=6416] ppid=6405 vsize=535484 CPUtime=0 cores=0,2,4,6
/proc/6407/task/6416/stat : 6416 (python) S 6405 6407 2614 0 -1 4202560 26 1007 0 0 0 0 0 0 20 0 2 0 338228658 548335616 51734 33554432000 4194304 5683644 140734437741312 139933840384560 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 64.81
Current children cumulated vsize (KiB) 5181388
heavy processes:

[startup+282.3 s]
/proc/loadavg: 5.00 4.09 3.23 2/185 6571
/proc/meminfo: memFree=17961584/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=535484 CPUtime=48.9 cores=0,2,4,6
/proc/6407/stat : 6407 (python) S 6405 6407 2614 0 -1 4202496 48948 1007 1 0 4853 37 0 0 20 0 2 0 338223684 548335616 51734 33554432000 4194304 5683644 140734437741312 140734437736144 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6407/statm: 133871 51734 1902 364 0 69094 0
[pid=6415] ppid=6407 vsize=459704 CPUtime=0.39 cores=0,2,4,6
/proc/6415/stat : 6415 (python) S 6407 6407 2614 0 -1 4202560 1063 0 0 0 21 18 0 0 20 0 1 0 338228658 470736896 50188 33554432000 4194304 5683644 140734437741312 140734437732400 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/6415/statm: 114926 50188 362 364 0 50149 0
[pid=6417] ppid=6415 vsize=4186200 CPUtime=15.62 cores=0,2,4,6
/proc/6417/stat : 6417 (minion) S 6415 6417 6417 0 -1 4204032 592015 0 0 0 1174 388 0 0 20 0 1 0 338228658 4286668800 1038276 33554432000 134512640 165565024 4289389152 4289386384 159737071 0 0 16781312 8396802 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6417/statm: 1046550 1038276 359 7582 0 1038965 0
[pid=6407/tid=6416] ppid=6405 vsize=535484 CPUtime=0 cores=0,2,4,6
/proc/6407/task/6416/stat : 6416 (python) S 6405 6407 2614 0 -1 4202560 26 1007 0 0 0 0 0 0 20 0 2 0 338228658 548335616 51734 33554432000 4194304 5683644 140734437741312 139933840384560 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 64.91
Current children cumulated vsize (KiB) 5181388
heavy processes:

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

/proc/6600/stat : 6600 (java) S 6598 6600 6600 0 -1 4202496 12954 0 1 0 2469 69 0 0 20 0 19 0 338267599 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140734359365456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2406243 554030 2259 9 0 2396937 0
[pid=6600/tid=6601] ppid=6598 vsize=9624972 CPUtime=22.56 cores=0,2,4,6
/proc/6600/task/6601/stat : 6601 (java) R 6598 6600 6600 0 -1 4202560 3822 0 1 0 2227 29 0 0 20 0 19 0 338267600 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121981033904 140121849119899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6602] ppid=6598 vsize=9624972 CPUtime=0.17 cores=0,2,4,6
/proc/6600/task/6602/stat : 6602 (java) S 6598 6600 6600 0 -1 4202560 86 0 0 0 13 4 0 0 20 0 19 0 338267602 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121970097192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6603] ppid=6598 vsize=9624972 CPUtime=0.24 cores=0,2,4,6
/proc/6600/task/6603/stat : 6603 (java) S 6598 6600 6600 0 -1 4202560 189 0 0 0 18 6 0 0 20 0 19 0 338267602 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121969044392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6604] ppid=6598 vsize=9624972 CPUtime=0.15 cores=0,2,4,6
/proc/6600/task/6604/stat : 6604 (java) S 6598 6600 6600 0 -1 4202560 78 0 0 0 11 4 0 0 20 0 19 0 338267602 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121967991592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6600/tid=6605] ppid=6598 vsize=9624972 CPUtime=0.32 cores=0,2,4,6
/proc/6600/task/6605/stat : 6605 (java) S 6598 6600 6600 0 -1 4202560 144 0 0 0 25 7 0 0 20 0 19 0 338267602 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121966938792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6600/tid=6606] ppid=6598 vsize=9624972 CPUtime=0.24 cores=0,2,4,6
/proc/6600/task/6606/stat : 6606 (java) S 6598 6600 6600 0 -1 4202560 130 0 0 0 18 6 0 0 20 0 19 0 338267602 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121820838440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6600/tid=6607] ppid=6598 vsize=9624972 CPUtime=0.19 cores=0,2,4,6
/proc/6600/task/6607/stat : 6607 (java) S 6598 6600 6600 0 -1 4202560 132 0 0 0 15 4 0 0 20 0 19 0 338267602 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121819785640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6600/tid=6608] ppid=6598 vsize=9624972 CPUtime=0.16 cores=0,2,4,6
/proc/6600/task/6608/stat : 6608 (java) S 6598 6600 6600 0 -1 4202560 71 0 0 0 12 4 0 0 20 0 19 0 338267602 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121818732840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6609] ppid=6598 vsize=9624972 CPUtime=0.2 cores=0,2,4,6
/proc/6600/task/6609/stat : 6609 (java) S 6598 6600 6600 0 -1 4202560 116 0 0 0 15 5 0 0 20 0 19 0 338267602 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121817680040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6600/tid=6610] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6610/stat : 6610 (java) S 6598 6600 6600 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 19 0 338267603 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121805269992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6611] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6611/stat : 6611 (java) S 6598 6600 6600 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338267603 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121804216056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6612] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6612/stat : 6612 (java) S 6598 6600 6600 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338267603 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121803163144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6613] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6613/stat : 6613 (java) S 6598 6600 6600 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338267606 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121802111632 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6614] ppid=6598 vsize=9624972 CPUtime=0.52 cores=0,2,4,6
/proc/6600/task/6614/stat : 6614 (java) S 6598 6600 6600 0 -1 4202560 1722 0 0 0 52 0 0 0 20 0 19 0 338267606 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121801058744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6600/tid=6615] ppid=6598 vsize=9624972 CPUtime=0.41 cores=0,2,4,6
/proc/6600/task/6615/stat : 6615 (java) S 6598 6600 6600 0 -1 4202560 3786 0 0 0 41 0 0 0 20 0 19 0 338267606 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121800005944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6616] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6616/stat : 6616 (java) S 6598 6600 6600 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338267606 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121798953336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6617] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6617/stat : 6617 (java) S 6598 6600 6600 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338267606 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121797900744 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6618] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6618/stat : 6618 (java) S 6598 6600 6600 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338268003 9855971328 554030 33554432000 1073741824 1073778376 140734359374320 140121796847272 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6407/tid=6416] ppid=6405 vsize=838652 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6416/stat : 6416 (python) S 6405 6407 2614 0 -1 4202560 26 594290 0 0 0 0 1196 420 20 0 6 0 338228658 858779648 52275 33554432000 4194304 5683644 140734437741312 139933840384560 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6407/tid=6574] ppid=6405 vsize=838652 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6574/stat : 6574 (python) S 6405 6407 2614 0 -1 4202560 22 594290 0 0 0 0 1196 420 20 0 6 0 338253031 858779648 52275 33554432000 4194304 5683644 140734437741312 139933829894704 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6407/tid=6583] ppid=6405 vsize=838652 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6583/stat : 6583 (python) S 6405 6407 2614 0 -1 4202560 21 594290 0 0 0 0 1196 420 20 0 6 0 338257828 858779648 52275 33554432000 4194304 5683644 140734437741312 139933819404848 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6407/tid=6591] ppid=6405 vsize=838652 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6591/stat : 6591 (python) S 6405 6407 2614 0 -1 4202560 22 594290 0 0 0 0 1196 420 20 0 6 0 338262544 858779648 52275 33554432000 4194304 5683644 140734437741312 139933808914992 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6407/tid=6599] ppid=6405 vsize=838652 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6599/stat : 6599 (python) S 6405 6407 2614 0 -1 4202560 19 594290 0 0 0 0 1196 420 20 0 6 0 338267599 858779648 52275 33554432000 4194304 5683644 140734437741312 139933725483568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 236.35
Current children cumulated vsize (KiB) 15616924
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+483.901 s]
/proc/loadavg: 2.23 3.20 3.05 3/234 6626
/proc/meminfo: memFree=16680188/32873844 swapFree=7116/7116
[pid=6407] ppid=6405 vsize=914444 CPUtime=65.21 cores=0,2,4,6
/proc/6407/stat : 6407 (python) S 6405 6407 2614 0 -1 4202496 53329 594290 1 0 4865 40 1196 420 20 0 7 0 338223684 936390656 52283 33554432000 4194304 5683644 140734437741312 140734437736144 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6407/statm: 228611 52283 1913 364 0 163819 0
[pid=6573] ppid=6407 vsize=535496 CPUtime=0.07 cores=0,2,4,6
/proc/6573/stat : 6573 (python) S 6407 6407 2614 0 -1 4202560 1066 0 0 0 4 3 0 0 20 0 2 0 338253031 548347904 50216 33554432000 4194304 5683644 140734437741312 140734437732960 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6573/statm: 133874 50216 383 364 0 69094 0
[pid=6575] ppid=6573 vsize=2447792 CPUtime=47.92 cores=0,2,4,6
/proc/6575/stat : 6575 (pbct-0.1.2-linu) T 6573 6575 6575 0 -1 4202496 558935 0 0 0 4692 100 0 0 20 0 1 0 338253031 2506539008 583993 33554432000 134512640 136422188 4286766416 4286763088 135030254 0 0 16781312 16387 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/6575/statm: 611948 583993 215 467 0 611479 0
[pid=6573/tid=6581] ppid=6407 vsize=535496 CPUtime=0 cores=0,2,4,6
/proc/6573/task/6581/stat : 6581 (python) S 6407 6407 2614 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338257825 548347904 50216 33554432000 4194304 5683644 140734437741312 139933840384560 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6582] ppid=6407 vsize=611288 CPUtime=0.08 cores=0,2,4,6
/proc/6582/stat : 6582 (python) S 6407 6407 2614 0 -1 4202560 1091 0 0 0 5 3 0 0 20 0 2 0 338257827 625958912 50222 33554432000 4194304 5683644 140734437741312 140734437732960 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 152822 50222 383 364 0 88039 0
[pid=6584] ppid=6582 vsize=45936 CPUtime=47.12 cores=0,2,4,6
/proc/6584/stat : 6584 (clasp-1.3.7-x86) T 6582 6584 6584 0 -1 4202496 14494 0 0 0 4709 3 0 0 20 0 1 0 338257828 47038464 10988 33554432000 134512640 136139019 4292308816 4292307696 134867656 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/6584/statm: 11484 10988 183 398 0 11084 0
[pid=6582/tid=6589] ppid=6407 vsize=611288 CPUtime=0 cores=0,2,4,6
/proc/6582/task/6589/stat : 6589 (python) S 6407 6407 2614 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338262541 625958912 50222 33554432000 4194304 5683644 140734437741312 139933829894704 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6590] ppid=6407 vsize=687080 CPUtime=0.08 cores=0,2,4,6
/proc/6590/stat : 6590 (python) S 6407 6407 2614 0 -1 4202560 1106 0 0 0 4 4 0 0 20 0 2 0 338262544 703569920 50228 33554432000 4194304 5683644 140734437741312 140734437732960 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6590/statm: 171770 50228 383 364 0 106984 0
[pid=6592] ppid=6590 vsize=62836 CPUtime=50.5 cores=0,2,4,6
/proc/6592/stat : 6592 (wbo1.4b-fixed) T 6590 6592 6592 0 -1 4202496 21972 0 0 0 4873 177 0 0 20 0 1 0 338262544 64344064 14687 33554432000 134512640 135752315 4290863632 4290861568 134615738 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/6592/statm: 15709 14687 146 303 0 15404 0
[pid=6590/tid=6597] ppid=6407 vsize=687080 CPUtime=0 cores=0,2,4,6
/proc/6590/task/6597/stat : 6597 (python) S 6407 6407 2614 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 2 0 338267596 703569920 50228 33554432000 4194304 5683644 140734437741312 139933819404848 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6598] ppid=6407 vsize=762872 CPUtime=0.08 cores=0,2,4,6
/proc/6598/stat : 6598 (python) S 6407 6407 2614 0 -1 4202560 1127 0 0 0 5 3 0 0 20 0 2 0 338267599 781180928 50234 33554432000 4194304 5683644 140734437741312 140734437732960 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6598/statm: 190718 50234 383 364 0 125929 0
[pid=6600] ppid=6598 vsize=9624972 CPUtime=46.52 cores=0,2,4,6
/proc/6600/stat : 6600 (java) T 6598 6600 6600 0 -1 4202496 13246 0 1 0 4572 80 0 0 20 0 19 0 338267599 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140734359365456 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6600/statm: 2406243 683080 2259 9 0 2396937 0
[pid=6600/tid=6601] ppid=6598 vsize=9624972 CPUtime=43.4 cores=0,2,4,6
/proc/6600/task/6601/stat : 6601 (java) T 6598 6600 6600 0 -1 4202560 4073 0 1 0 4302 38 0 0 20 0 19 0 338267600 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121981033680 140121849177052 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6602] ppid=6598 vsize=9624972 CPUtime=0.19 cores=0,2,4,6
/proc/6600/task/6602/stat : 6602 (java) T 6598 6600 6600 0 -1 4202560 86 0 0 0 15 4 0 0 20 0 19 0 338267602 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121970097192 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=6600/tid=6603] ppid=6598 vsize=9624972 CPUtime=0.26 cores=0,2,4,6
/proc/6600/task/6603/stat : 6603 (java) T 6598 6600 6600 0 -1 4202560 190 0 0 0 20 6 0 0 20 0 19 0 338267602 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121969044392 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6604] ppid=6598 vsize=9624972 CPUtime=0.17 cores=0,2,4,6
/proc/6600/task/6604/stat : 6604 (java) T 6598 6600 6600 0 -1 4202560 78 0 0 0 13 4 0 0 20 0 19 0 338267602 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121967991592 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6605] ppid=6598 vsize=9624972 CPUtime=0.37 cores=0,2,4,6
/proc/6600/task/6605/stat : 6605 (java) T 6598 6600 6600 0 -1 4202560 152 0 0 0 30 7 0 0 20 0 19 0 338267602 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121966938792 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6606] ppid=6598 vsize=9624972 CPUtime=0.26 cores=0,2,4,6
/proc/6600/task/6606/stat : 6606 (java) T 6598 6600 6600 0 -1 4202560 148 0 0 0 20 6 0 0 20 0 19 0 338267602 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121820838440 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6607] ppid=6598 vsize=9624972 CPUtime=0.22 cores=0,2,4,6
/proc/6600/task/6607/stat : 6607 (java) T 6598 6600 6600 0 -1 4202560 136 0 0 0 18 4 0 0 20 0 19 0 338267602 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121819785640 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=6600/tid=6608] ppid=6598 vsize=9624972 CPUtime=0.2 cores=0,2,4,6
/proc/6600/task/6608/stat : 6608 (java) T 6598 6600 6600 0 -1 4202560 74 0 0 0 16 4 0 0 20 0 19 0 338267602 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121818732840 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6609] ppid=6598 vsize=9624972 CPUtime=0.23 cores=0,2,4,6
/proc/6600/task/6609/stat : 6609 (java) T 6598 6600 6600 0 -1 4202560 119 0 0 0 18 5 0 0 20 0 19 0 338267602 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121817680040 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6610] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6610/stat : 6610 (java) T 6598 6600 6600 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 338267603 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121805269992 240568547241 0 0 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6611] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6611/stat : 6611 (java) T 6598 6600 6600 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338267603 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121804216056 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6612] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6612/stat : 6612 (java) T 6598 6600 6600 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338267603 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121803163144 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=6600/tid=6613] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6613/stat : 6613 (java) T 6598 6600 6600 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338267606 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121802111632 240568555296 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6614] ppid=6598 vsize=9624972 CPUtime=0.52 cores=0,2,4,6
/proc/6600/task/6614/stat : 6614 (java) T 6598 6600 6600 0 -1 4202560 1722 0 0 0 52 0 0 0 20 0 19 0 338267606 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121801058744 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6615] ppid=6598 vsize=9624972 CPUtime=0.41 cores=0,2,4,6
/proc/6600/task/6615/stat : 6615 (java) T 6598 6600 6600 0 -1 4202560 3786 0 0 0 41 0 0 0 20 0 19 0 338267606 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121800005944 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=6600/tid=6616] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6616/stat : 6616 (java) T 6598 6600 6600 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338267606 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121798953336 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=6600/tid=6617] ppid=6598 vsize=9624972 CPUtime=0.01 cores=0,2,4,6
/proc/6600/task/6617/stat : 6617 (java) T 6598 6600 6600 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338267606 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121797900744 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=6600/tid=6618] ppid=6598 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/6600/task/6618/stat : 6618 (java) T 6598 6600 6600 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338268003 9855971328 683080 33554432000 1073741824 1073778376 140734359374320 140121796847272 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=6598/tid=6623] ppid=6407 vsize=762872 CPUtime=0 cores=0,2,4,6
/proc/6598/task/6623/stat : 6623 (python) S 6407 6407 2614 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338272011 781180928 50234 33554432000 4194304 5683644 140734437741312 139933808914992 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6624] ppid=6407 vsize=838664 CPUtime=0 cores=0,2,4,6
/proc/6624/stat : 6624 (python) S 6407 6407 2614 0 -1 4202560 812 0 0 0 0 0 0 0 20 0 1 0 338272013 858791936 50699 33554432000 4194304 5683644 140734437741312 140734437732400 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 6 0 0 0 0 0
/proc/6624/statm: 209666 50699 335 364 0 144874 0
[pid=6626] ppid=6624 vsize=45652 CPUtime=0.61 cores=0,2,4,6
/proc/6626/stat : 6626 (wbo1.4a) R 6624 6626 6626 0 -1 4202496 6777 0 0 0 60 1 0 0 20 0 1 0 338272014 46747648 6520 33554432000 134512640 135751879 4291493568 4290443080 135206651 0 0 16781312 3 0 0 0 17 2 0 0 0 0 0
/proc/6626/statm: 11413 6520 2388 303 0 4558 0
[pid=6407/tid=6416] ppid=6405 vsize=914444 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6416/stat : 6416 (python) S 6405 6407 2614 0 -1 4202560 26 594290 0 0 0 0 1196 420 20 0 7 0 338228658 936390656 52283 33554432000 4194304 5683644 140734437741312 139933840384560 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6407/tid=6574] ppid=6405 vsize=914444 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6574/stat : 6574 (python) S 6405 6407 2614 0 -1 4202560 22 594290 0 0 0 0 1196 420 20 0 7 0 338253031 936390656 52283 33554432000 4194304 5683644 140734437741312 139933829894704 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6407/tid=6583] ppid=6405 vsize=914444 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6583/stat : 6583 (python) S 6405 6407 2614 0 -1 4202560 21 594290 0 0 0 0 1196 420 20 0 7 0 338257828 936390656 52283 33554432000 4194304 5683644 140734437741312 139933819404848 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6407/tid=6591] ppid=6405 vsize=914444 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6591/stat : 6591 (python) S 6405 6407 2614 0 -1 4202560 22 594290 0 0 0 0 1196 420 20 0 7 0 338262544 936390656 52283 33554432000 4194304 5683644 140734437741312 139933808914992 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6407/tid=6599] ppid=6405 vsize=914444 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6599/stat : 6599 (python) S 6405 6407 2614 0 -1 4202560 19 594290 0 0 0 0 1196 420 20 0 7 0 338267599 936390656 52283 33554432000 4194304 5683644 140734437741312 139933725483568 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6407/tid=6625] ppid=6405 vsize=914444 CPUtime=16.16 cores=0,2,4,6
/proc/6407/task/6625/stat : 6625 (python) S 6405 6407 2614 0 -1 4202560 21 594290 0 0 0 0 1196 420 20 0 7 0 338272014 936390656 52283 33554432000 4194304 5683644 140734437741312 139933714993712 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.19
Current children cumulated vsize (KiB) 16577032
heavy processes:

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 6407 and gives
#  childrusage.ru_utime.tv_sec=60
#  childrusage.ru_utime.tv_usec=620784
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=619297
# CPU time returned by wait4() is 65.2401
# while last known CPU time is 258.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 483.958
CPU time (s): 258.19
CPU user time (s): 249.85
CPU system time (s): 8.34
CPU usage (%): 53.3497
Max. virtual memory (cumulated for all children) (KiB): 16577032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.6208
system time used= 4.6193
maximum resident set size= 4153104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648065
page faults= 1
swaps= 0
block input operations= 0
block output operations= 78728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1011952
involuntary context switches= 104

runsolver used 1.19182 second user time and 3.2955 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 12:56:26
IDJOB=3741072
IDBENCH=89748
IDSOLVER=2327
FILE ID=node146/3741072-1338720985
RUNJOBID= node146-1338713700-2630
PBS_JOBID= 14636739
Free space on /tmp= 62660 MiB

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

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

MD5SUM BENCH= 81ec1ddcd163131a26e4e6f9286dd205
RANDOM SEED=2076841635

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        16989672 kB
Buffers:          248764 kB
Cached:          8943096 kB
SwapCached:         1792 kB
Active:          6215380 kB
Inactive:        8501752 kB
Active(anon):    5491192 kB
Inactive(anon):    36496 kB
Active(file):     724188 kB
Inactive(file):  8465256 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            127880 kB
Writeback:             0 kB
AnonPages:       5531436 kB
Mapped:            23392 kB
Shmem:               108 kB
Slab:            1007304 kB
SReclaimable:     443172 kB
SUnreclaim:       564132 kB
KernelStack:        1640 kB
PageTables:        22644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8032884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    524288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66592 MiB
End job on node146 at 2012-06-03 13:04:34