Trace number 3740955

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) 363.45 497.068

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 232
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.77	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.37/1.77	c INFO: solving HOME/instance-3740955-1338720401.opb
2.05/3.44	c INFO: parsing took 1.64 s
4.64/6.08	c INFO: features took 2.63 CPU seconds
4.74/6.11	c INFO: running wbo1.4b-fixed@0 for 45 with 1795 remaining (b = 0.96)
54.09/55.41	c INFO: running pbct-0.1.2-linear@0 for 45 with 1746 remaining (b = 0.96)
101.95/103.28	c INFO: running wbo1.4a@0 for 45 with 1699 remaining (b = 0.90)
164.32/165.55	c INFO: wrote minion input file to HOME/tmpBgUBz7.minion
164.32/165.55	c INFO: running minion-0.12@0 for 45 with 1651 remaining (b = 0.70)
173.20/309.87	c INFO: running clasp-1.3.7@0 for 45 with 1633 remaining (b = 0.56)
220.47/357.03	c INFO: running bsolo_pb10-l2@0 for 45 with 1586 remaining (b = 0.48)
269.21/405.77	c INFO: running clasp-1.3.7@47 for 45 with 1538 remaining (b = 0.18)
314.51/450.92	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1492 remaining (b = 0.22)
363.02/496.76	c INFO: running sat4j-pb-v20101225@0 for 45 with 1445 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-3740955-1338720401/watcher-3740955-1338720401 -o /tmp/evaluation-result-3740955-1338720401/solver-3740955-1338720401 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3740955-1338720401.opb -seed 884852915 -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: 2.06 2.59 2.44 3/183 918
/proc/meminfo: memFree=24242772/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=15016 CPUtime=0 cores=0,2,4,6
/proc/918/stat : 918 (python) D 916 918 27000 0 -1 4202496 527 0 0 0 0 0 0 0 20 0 1 0 338167657 15376384 431 33554432000 4194304 5683644 140734840113024 140734840099800 219513962165 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/918/statm: 3754 431 267 364 0 196 0

[startup+0.0801159 s]
/proc/loadavg: 2.06 2.59 2.44 3/183 918
/proc/meminfo: memFree=24242772/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=16736 CPUtime=0.01 cores=0,2,4,6
/proc/918/stat : 918 (python) D 916 918 27000 0 -1 4202496 1284 0 0 0 1 0 0 0 20 0 1 0 338167657 17137664 1062 33554432000 4194304 5683644 140734840113024 140734840070984 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/918/statm: 4184 1062 426 364 0 626 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16736

[startup+0.100258 s]
/proc/loadavg: 2.06 2.59 2.44 3/183 918
/proc/meminfo: memFree=24242772/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=19088 CPUtime=0.02 cores=0,2,4,6
/proc/918/stat : 918 (python) R 916 918 27000 0 -1 4202496 1395 0 0 0 2 0 0 0 20 0 1 0 338167657 19546112 1149 33554432000 4194304 5683644 140734840113024 140734840043528 4318678 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/918/statm: 4772 1149 430 364 0 696 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19088

[startup+0.300268 s]
/proc/loadavg: 2.06 2.59 2.44 3/183 918
/proc/meminfo: memFree=24242772/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=96896 CPUtime=0.11 cores=0,2,4,6
/proc/918/stat : 918 (python) D 916 918 27000 0 -1 4202496 3901 1009 1 0 9 2 0 0 20 0 1 0 338167657 99221504 2647 33554432000 4194304 5683644 140734840113024 140734840026744 219513963408 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/918/statm: 24224 2647 822 364 0 1715 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 96896

[startup+0.700159 s]
/proc/loadavg: 2.06 2.59 2.44 3/183 918
/proc/meminfo: memFree=24242772/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=122348 CPUtime=0.21 cores=0,2,4,6
/proc/918/stat : 918 (python) R 916 918 27000 0 -1 4202496 5983 1009 1 0 15 6 0 0 20 0 1 0 338167657 125284352 3854 33554432000 4194304 5683644 140734840113024 140734840028424 219513963408 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/918/statm: 30587 3854 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.06 2.59 2.44 2/184 923
/proc/meminfo: memFree=24226804/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=260632 CPUtime=0.37 cores=0,2,4,6
/proc/918/stat : 918 (python) D 916 918 27000 0 -1 4202496 9248 1009 1 0 28 9 0 0 20 0 1 0 338167657 266887168 6531 33554432000 4194304 5683644 140734840113024 140734840049016 219513968487 0 0 16781312 2 18446744071580543392 0 0 17 0 0 0 0 0 0
/proc/918/statm: 65158 6531 1706 364 0 5210 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 260632

[startup+3.10019 s]
/proc/loadavg: 2.06 2.59 2.44 3/184 923
/proc/meminfo: memFree=24192396/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=333372 CPUtime=1.74 cores=0,2,4,6
/proc/918/stat : 918 (python) R 916 918 27000 0 -1 4202496 21243 1009 1 0 162 12 0 0 20 0 1 0 338167657 341372928 19809 33554432000 4194304 5683644 140734840113024 140734840105640 5007365 0 0 16781312 2 0 0 0 17 0 0 0 47 0 0
/proc/918/statm: 83343 19809 1811 364 0 18572 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 333372
heavy processes:

[startup+6.30026 s]
/proc/loadavg: 2.06 2.58 2.43 3/184 923
/proc/meminfo: memFree=24160588/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=423032 CPUtime=4.75 cores=0,2,4,6
/proc/918/stat : 918 (python) S 916 918 27000 0 -1 4202496 29537 1009 1 0 461 14 0 0 20 0 2 0 338167657 433184768 23620 33554432000 4194304 5683644 140734840113024 140734840107856 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 47 0 0
/proc/918/statm: 105758 23620 1902 364 0 40981 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 423032
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 2.05 2.57 2.43 3/187 926
/proc/meminfo: memFree=24126364/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=423032 CPUtime=4.75 cores=0,2,4,6
/proc/918/stat : 918 (python) S 916 918 27000 0 -1 4202496 29537 1009 1 0 461 14 0 0 20 0 2 0 338167657 433184768 23620 33554432000 4194304 5683644 140734840113024 140734840107856 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 47 0 0
/proc/918/statm: 105758 23620 1902 364 0 40981 0
[pid=924] ppid=918 vsize=347252 CPUtime=0 cores=0,2,4,6
/proc/924/stat : 924 (python) S 918 918 27000 0 -1 4202560 881 0 0 0 0 0 0 0 20 0 1 0 338168269 355586048 22075 33554432000 4194304 5683644 140734840113024 140734840104112 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/924/statm: 86813 22075 363 364 0 22036 0
[pid=926] ppid=924 vsize=33044 CPUtime=6.57 cores=0,2,4,6
/proc/926/stat : 926 (wbo1.4b-fixed) R 924 926 926 0 -1 4202496 10453 0 0 0 634 23 0 0 20 0 1 0 338168269 33837056 7653 33554432000 134512640 135752315 4287678368 4287676444 135270849 0 0 16781312 3 0 0 0 17 2 0 0 0 0 0
/proc/926/statm: 8261 7653 146 303 0 7956 0
[pid=918/tid=925] ppid=916 vsize=423032 CPUtime=0 cores=0,2,4,6
/proc/918/task/925/stat : 925 (python) S 916 918 27000 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 2 0 338168269 433184768 23620 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 803328

[startup+25.5066 s]
/proc/loadavg: 2.04 2.54 2.42 3/187 926
/proc/meminfo: memFree=24113988/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=423032 CPUtime=4.75 cores=0,2,4,6
/proc/918/stat : 918 (python) S 916 918 27000 0 -1 4202496 29537 1009 1 0 461 14 0 0 20 0 2 0 338167657 433184768 23620 33554432000 4194304 5683644 140734840113024 140734840107856 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 47 0 0
/proc/918/statm: 105758 23620 1902 364 0 40981 0
[pid=924] ppid=918 vsize=347252 CPUtime=0.02 cores=0,2,4,6
/proc/924/stat : 924 (python) S 918 918 27000 0 -1 4202560 895 0 0 0 1 1 0 0 20 0 1 0 338168269 355586048 22075 33554432000 4194304 5683644 140734840113024 140734840104112 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/924/statm: 86813 22075 363 364 0 22036 0
[pid=926] ppid=924 vsize=45276 CPUtime=19.37 cores=0,2,4,6
/proc/926/stat : 926 (wbo1.4b-fixed) R 924 926 926 0 -1 4202496 13484 0 0 0 1898 39 0 0 20 0 1 0 338168269 46362624 10684 33554432000 134512640 135752315 4287678368 4287676368 134611361 0 0 16781312 3 0 0 0 17 2 0 0 0 0 0
/proc/926/statm: 11319 10684 146 303 0 11014 0
[pid=918/tid=925] ppid=916 vsize=423032 CPUtime=0 cores=0,2,4,6
/proc/918/task/925/stat : 925 (python) S 916 918 27000 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 2 0 338168269 433184768 23620 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 815560

[startup+51.1003 s]
/proc/loadavg: 2.03 2.50 2.41 3/209 948
/proc/meminfo: memFree=23407392/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=423032 CPUtime=4.75 cores=0,2,4,6
/proc/918/stat : 918 (python) S 916 918 27000 0 -1 4202496 29537 1009 1 0 461 14 0 0 20 0 2 0 338167657 433184768 23620 33554432000 4194304 5683644 140734840113024 140734840107856 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 47 0 0
/proc/918/statm: 105758 23620 1902 364 0 40981 0
[pid=924] ppid=918 vsize=347252 CPUtime=0.07 cores=0,2,4,6
/proc/924/stat : 924 (python) S 918 918 27000 0 -1 4202560 1003 0 0 0 4 3 0 0 20 0 1 0 338168269 355586048 22080 33554432000 4194304 5683644 140734840113024 140734840104112 219513979304 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/924/statm: 86813 22080 368 364 0 22036 0
[pid=926] ppid=924 vsize=60028 CPUtime=44.96 cores=0,2,4,6
/proc/926/stat : 926 (wbo1.4b-fixed) R 924 926 926 0 -1 4202496 17061 0 0 0 4445 51 0 0 20 0 1 0 338168269 61468672 14261 33554432000 134512640 135752315 4287678368 4287676444 135270849 0 0 16781312 3 0 0 0 17 2 0 0 0 0 0
/proc/926/statm: 15007 14261 146 303 0 14702 0
[pid=918/tid=925] ppid=916 vsize=423032 CPUtime=0 cores=0,2,4,6
/proc/918/task/925/stat : 925 (python) S 916 918 27000 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 2 0 338168269 433184768 23620 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (KiB) 830312

[startup+102.301 s]
/proc/loadavg: 2.01 2.42 2.39 3/217 956
/proc/meminfo: memFree=22126140/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=498824 CPUtime=4.78 cores=0,2,4,6
/proc/918/stat : 918 (python) S 916 918 27000 0 -1 4202496 30478 1009 1 0 464 14 0 0 20 0 3 0 338167657 510795776 23629 33554432000 4194304 5683644 140734840113024 140734840107856 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 47 0 0
/proc/918/statm: 124706 23629 1905 364 0 59926 0
[pid=924] ppid=918 vsize=423032 CPUtime=0.08 cores=0,2,4,6
/proc/924/stat : 924 (python) S 918 918 27000 0 -1 4202560 1137 0 0 0 5 3 0 0 20 0 2 0 338168269 433184768 22115 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/924/statm: 105758 22115 396 364 0 40981 0
[pid=926] ppid=924 vsize=64428 CPUtime=49.25 cores=0,2,4,6
/proc/926/stat : 926 (wbo1.4b-fixed) T 924 926 926 0 -1 4202496 18191 0 0 0 4871 54 0 0 20 0 1 0 338168269 65974272 15391 33554432000 134512640 135752315 4287678368 4287676364 134517408 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/926/statm: 16107 15391 146 303 0 15802 0
[pid=924/tid=949] ppid=918 vsize=423032 CPUtime=0 cores=0,2,4,6
/proc/924/task/949/stat : 949 (python) S 918 918 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338173196 433184768 22115 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=950] ppid=918 vsize=423044 CPUtime=0.07 cores=0,2,4,6
/proc/950/stat : 950 (python) S 918 918 27000 0 -1 4202560 921 0 0 0 4 3 0 0 20 0 1 0 338173198 433197056 22076 33554432000 4194304 5683644 140734840113024 140734840104112 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/950/statm: 105761 22076 358 364 0 40981 0
[pid=952] ppid=950 vsize=906968 CPUtime=46.86 cores=0,2,4,6
/proc/952/stat : 952 (pbct-0.1.2-linu) R 950 952 952 0 -1 4202496 216614 0 0 0 4622 64 0 0 20 0 1 0 338173199 928735232 220668 33554432000 134512640 136422188 4290372784 4290370508 135874785 0 0 16781312 16387 0 0 0 17 4 0 0 0 0 0
/proc/952/statm: 226742 220668 215 467 0 226273 0
[pid=918/tid=925] ppid=916 vsize=498824 CPUtime=0 cores=0,2,4,6
/proc/918/task/925/stat : 925 (python) S 916 918 27000 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 3 0 338168269 510795776 23629 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=918/tid=951] ppid=916 vsize=498824 CPUtime=0 cores=0,2,4,6
/proc/918/task/951/stat : 951 (python) S 916 918 27000 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 3 0 338173198 510795776 23629 33554432000 4194304 5683644 140734840113024 140557329973808 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 101.04
Current children cumulated vsize (KiB) 2316296

[startup+162.301 s]
/proc/loadavg: 2.04 2.35 2.36 3/226 965
/proc/meminfo: memFree=21999728/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=574620 CPUtime=15.12 cores=0,2,4,6
/proc/918/stat : 918 (python) R 916 918 27000 0 -1 4202496 32001 1009 1 0 1495 17 0 0 20 0 4 0 338167657 588410880 23638 33554432000 4194304 5683644 140734840113024 140734840107344 4505951 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 47 0 0
/proc/918/statm: 143655 23638 1907 364 0 78872 0
[pid=924] ppid=918 vsize=423032 CPUtime=0.08 cores=0,2,4,6
/proc/924/stat : 924 (python) S 918 918 27000 0 -1 4202560 1137 0 0 0 5 3 0 0 20 0 2 0 338168269 433184768 22115 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/924/statm: 105758 22115 396 364 0 40981 0
[pid=926] ppid=924 vsize=64428 CPUtime=49.25 cores=0,2,4,6
/proc/926/stat : 926 (wbo1.4b-fixed) T 924 926 926 0 -1 4202496 18191 0 0 0 4871 54 0 0 20 0 1 0 338168269 65974272 15391 33554432000 134512640 135752315 4287678368 4287676364 134517408 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/926/statm: 16107 15391 146 303 0 15802 0
[pid=924/tid=949] ppid=918 vsize=423032 CPUtime=0 cores=0,2,4,6
/proc/924/task/949/stat : 949 (python) S 918 918 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338173196 433184768 22115 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=950] ppid=918 vsize=423044 CPUtime=0.08 cores=0,2,4,6
/proc/950/stat : 950 (python) S 918 918 27000 0 -1 4202560 1074 0 0 0 5 3 0 0 20 0 2 0 338173198 433197056 22102 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/950/statm: 105761 22102 383 364 0 40981 0
[pid=952] ppid=950 vsize=907364 CPUtime=47.83 cores=0,2,4,6
/proc/952/stat : 952 (pbct-0.1.2-linu) T 950 952 952 0 -1 4202496 216711 0 0 0 4718 65 0 0 20 0 1 0 338173199 929140736 220765 33554432000 134512640 136422188 4290372784 4290369440 134974248 0 0 16781312 16387 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/952/statm: 226841 220765 215 467 0 226372 0
[pid=950/tid=957] ppid=918 vsize=423044 CPUtime=0 cores=0,2,4,6
/proc/950/task/957/stat : 957 (python) S 918 918 27000 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338177983 433197056 22102 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=958] ppid=918 vsize=498836 CPUtime=0.08 cores=0,2,4,6
/proc/958/stat : 958 (python) S 918 918 27000 0 -1 4202560 1095 0 0 0 4 4 0 0 20 0 2 0 338177986 510808064 22108 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/958/statm: 124709 22108 383 364 0 59926 0
[pid=960] ppid=958 vsize=60268 CPUtime=48.68 cores=0,2,4,6
/proc/960/stat : 960 (wbo1.4a) T 958 960 960 0 -1 4202496 17135 0 0 0 4817 51 0 0 20 0 1 0 338177986 61714432 14332 33554432000 134512640 135751879 4294941936 4294940112 134616336 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/960/statm: 15067 14332 143 303 0 14762 0
[pid=958/tid=965] ppid=918 vsize=498836 CPUtime=0 cores=0,2,4,6

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

Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+497.001 s]
/proc/loadavg: 2.46 2.79 2.61 5/263 1118
/proc/meminfo: memFree=13739132/32873648 swapFree=7120/7120
[pid=918] ppid=916 vsize=953576 CPUtime=27.4 cores=0,2,4,6
/proc/918/stat : 918 (python) S 916 918 27000 0 -1 4202496 36039 1039138 1 0 1831 19 450 440 20 0 9 0 338167657 976461824 23677 33554432000 4194304 5683644 140734840113024 140734840107856 219517347085 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 47 0 0
/proc/918/statm: 238394 23677 1917 364 0 173596 0
[pid=924] ppid=918 vsize=423032 CPUtime=0.08 cores=0,2,4,6
/proc/924/stat : 924 (python) S 918 918 27000 0 -1 4202560 1137 0 0 0 5 3 0 0 20 0 2 0 338168269 433184768 22115 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/924/statm: 105758 22115 396 364 0 40981 0
[pid=926] ppid=924 vsize=64428 CPUtime=49.25 cores=0,2,4,6
/proc/926/stat : 926 (wbo1.4b-fixed) T 924 926 926 0 -1 4202496 18191 0 0 0 4871 54 0 0 20 0 1 0 338168269 65974272 15506 33554432000 134512640 135752315 4287678368 4287676364 134517408 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/926/statm: 16107 15506 146 303 0 15802 0
[pid=924/tid=949] ppid=918 vsize=423032 CPUtime=0 cores=0,2,4,6
/proc/924/task/949/stat : 949 (python) S 918 918 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338173196 433184768 22115 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=950] ppid=918 vsize=423044 CPUtime=0.08 cores=0,2,4,6
/proc/950/stat : 950 (python) S 918 918 27000 0 -1 4202560 1074 0 0 0 5 3 0 0 20 0 2 0 338173198 433197056 22102 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/950/statm: 105761 22102 383 364 0 40981 0
[pid=952] ppid=950 vsize=907364 CPUtime=47.83 cores=0,2,4,6
/proc/952/stat : 952 (pbct-0.1.2-linu) T 950 952 952 0 -1 4202496 216711 0 0 0 4718 65 0 0 20 0 1 0 338173199 929140736 220774 33554432000 134512640 136422188 4290372784 4290369440 134974248 0 0 16781312 16387 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/952/statm: 226841 220774 215 467 0 226372 0
[pid=950/tid=957] ppid=918 vsize=423044 CPUtime=0 cores=0,2,4,6
/proc/950/task/957/stat : 957 (python) S 918 918 27000 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338177983 433197056 22102 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=958] ppid=918 vsize=498836 CPUtime=0.08 cores=0,2,4,6
/proc/958/stat : 958 (python) S 918 918 27000 0 -1 4202560 1095 0 0 0 4 4 0 0 20 0 2 0 338177986 510808064 22108 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/958/statm: 124709 22108 383 364 0 59926 0
[pid=960] ppid=958 vsize=60268 CPUtime=48.68 cores=0,2,4,6
/proc/960/stat : 960 (wbo1.4a) T 958 960 960 0 -1 4202496 17135 0 0 0 4817 51 0 0 20 0 1 0 338177986 61714432 14332 33554432000 134512640 135751879 4294941936 4294940112 134616336 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/960/statm: 15067 14332 143 303 0 14762 0
[pid=958/tid=965] ppid=918 vsize=498836 CPUtime=0 cores=0,2,4,6
/proc/958/task/965/stat : 965 (python) S 918 918 27000 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338182855 510808064 22108 33554432000 4194304 5683644 140734840113024 140557329973808 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1051] ppid=918 vsize=650420 CPUtime=0.16 cores=0,2,4,6
/proc/1051/stat : 1051 (python) S 918 918 27000 0 -1 4202560 1153 0 0 0 8 8 0 0 20 0 2 0 338198645 666030080 22120 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1051/statm: 162605 22120 383 364 0 97816 0
[pid=1053] ppid=1051 vsize=51524 CPUtime=92.23 cores=0,2,4,6
/proc/1053/stat : 1053 (clasp-1.3.7-x86) T 1051 1053 1053 0 -1 4202496 13570 0 0 0 9219 4 0 0 20 0 1 0 338198645 52760576 12372 33554432000 134512640 136139019 4290014608 4290013584 134634856 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/1053/statm: 12881 12372 183 398 0 12481 0
[pid=1051/tid=1060] ppid=918 vsize=650420 CPUtime=0 cores=0,2,4,6
/proc/1051/task/1060/stat : 1060 (python) S 918 918 27000 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338203358 666030080 22120 33554432000 4194304 5683644 140734840113024 140557308994096 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1061] ppid=918 vsize=726212 CPUtime=0.07 cores=0,2,4,6
/proc/1061/stat : 1061 (python) S 918 918 27000 0 -1 4202560 1108 0 0 0 5 2 0 0 20 0 2 0 338203361 743641088 22126 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1061/statm: 181553 22126 383 364 0 116761 0
[pid=1063] ppid=1061 vsize=86444 CPUtime=48.69 cores=0,2,4,6
/proc/1063/stat : 1063 (bsolo_pb10) T 1061 1063 1063 0 -1 4202496 25248 0 0 0 4820 49 0 0 20 0 1 0 338203361 88518656 19174 33554432000 134512640 137138936 4289317312 4289316240 134542898 0 0 16781312 16384 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/1063/statm: 21611 19174 192 642 0 20967 0
[pid=1061/tid=1068] ppid=918 vsize=726212 CPUtime=0 cores=0,2,4,6
/proc/1061/task/1068/stat : 1068 (python) S 918 918 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338208232 743641088 22126 33554432000 4194304 5683644 140734840113024 140557298504240 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1073] ppid=918 vsize=802004 CPUtime=0.07 cores=0,2,4,6
/proc/1073/stat : 1073 (python) S 918 918 27000 0 -1 4202560 1130 0 0 0 4 3 0 0 20 0 2 0 338212750 821252096 22132 33554432000 4194304 5683644 140734840113024 140734840104672 219517347085 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1073/statm: 200501 22132 383 364 0 135706 0
[pid=1075] ppid=1073 vsize=9624972 CPUtime=48.45 cores=0,2,4,6
/proc/1075/stat : 1075 (java) T 1073 1075 1075 0 -1 4202496 23129 0 1 0 4776 69 0 0 20 0 19 0 338212750 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140734009640752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1075/statm: 2406243 695978 2282 9 0 2396937 0
[pid=1075/tid=1076] ppid=1073 vsize=9624972 CPUtime=44.75 cores=0,2,4,6
/proc/1075/task/1076/stat : 1076 (java) T 1073 1075 1075 0 -1 4202560 4168 0 1 0 4428 47 0 0 20 0 19 0 338212751 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409547309328 140409410572525 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1077] ppid=1073 vsize=9624972 CPUtime=0.17 cores=0,2,4,6
/proc/1075/task/1077/stat : 1077 (java) T 1073 1075 1075 0 -1 4202560 65 0 0 0 13 4 0 0 20 0 19 0 338212753 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409536371368 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1078] ppid=1073 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/1075/task/1078/stat : 1078 (java) T 1073 1075 1075 0 -1 4202560 21 0 0 0 7 1 0 0 20 0 19 0 338212753 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409535318824 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1079] ppid=1073 vsize=9624972 CPUtime=0.15 cores=0,2,4,6
/proc/1075/task/1079/stat : 1079 (java) T 1073 1075 1075 0 -1 4202560 50 0 0 0 12 3 0 0 20 0 19 0 338212753 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409534266280 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1080] ppid=1073 vsize=9624972 CPUtime=0.12 cores=0,2,4,6
/proc/1075/task/1080/stat : 1080 (java) T 1073 1075 1075 0 -1 4202560 46 0 0 0 10 2 0 0 20 0 19 0 338212753 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409533213736 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1081] ppid=1073 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/1075/task/1081/stat : 1081 (java) T 1073 1075 1075 0 -1 4202560 50 0 0 0 9 2 0 0 20 0 19 0 338212753 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409532160168 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1082] ppid=1073 vsize=9624972 CPUtime=0.11 cores=0,2,4,6
/proc/1075/task/1082/stat : 1082 (java) T 1073 1075 1075 0 -1 4202560 37 0 0 0 9 2 0 0 20 0 19 0 338212753 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409531107624 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1075/tid=1083] ppid=1073 vsize=9624972 CPUtime=0.2 cores=0,2,4,6
/proc/1075/task/1083/stat : 1083 (java) T 1073 1075 1075 0 -1 4202560 82 0 0 0 16 4 0 0 20 0 19 0 338212753 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409530055080 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1084] ppid=1073 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/1075/task/1084/stat : 1084 (java) T 1073 1075 1075 0 -1 4202560 35 0 0 0 8 2 0 0 20 0 19 0 338212753 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409529002536 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1085] ppid=1073 vsize=9624972 CPUtime=0.66 cores=0,2,4,6
/proc/1075/task/1085/stat : 1085 (java) T 1073 1075 1075 0 -1 4202560 1323 0 0 0 66 0 0 0 20 0 19 0 338212754 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409371175528 219517335465 0 0 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1075/tid=1086] ppid=1073 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1075/task/1086/stat : 1086 (java) T 1073 1075 1075 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338212754 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409370121848 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1087] ppid=1073 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1075/task/1087/stat : 1087 (java) T 1073 1075 1075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338212754 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409369069192 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1088] ppid=1073 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1075/task/1088/stat : 1088 (java) T 1073 1075 1075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338212757 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409368017936 219517343520 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1089] ppid=1073 vsize=9624972 CPUtime=1 cores=0,2,4,6
/proc/1075/task/1089/stat : 1089 (java) T 1073 1075 1075 0 -1 4202560 8942 0 0 0 98 2 0 0 20 0 19 0 338212757 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409366964280 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1075/tid=1090] ppid=1073 vsize=9624972 CPUtime=0.82 cores=0,2,4,6
/proc/1075/task/1090/stat : 1090 (java) T 1073 1075 1075 0 -1 4202560 6885 0 0 0 81 1 0 0 20 0 19 0 338212757 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409365911736 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1091] ppid=1073 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1075/task/1091/stat : 1091 (java) T 1073 1075 1075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338212757 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409364859384 219517334588 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=1075/tid=1092] ppid=1073 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1075/task/1092/stat : 1092 (java) T 1073 1075 1075 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338212757 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409363807048 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1075/tid=1093] ppid=1073 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/1075/task/1093/stat : 1093 (java) T 1073 1075 1075 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338212920 9855971328 695978 33554432000 1073741824 1073778376 140734009649616 140409362752808 219517335465 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=1073/tid=1098] ppid=918 vsize=802004 CPUtime=0 cores=0,2,4,6
/proc/1073/task/1098/stat : 1098 (python) S 918 918 27000 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338217331 821252096 22132 33554432000 4194304 5683644 140734840113024 140557274690096 219517343520 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1099] ppid=918 vsize=877796 CPUtime=0 cores=0,2,4,6
/proc/1099/stat : 1099 (python) S 918 918 27000 0 -1 4202560 842 0 0 0 0 0 0 0 20 0 1 0 338217333 898863104 22089 33554432000 4194304 5683644 140734840113024 140734840104112 219513979363 0 0 16781312 33554946 18446744071580425449 0 0 17 6 0 0 0 0 0
/proc/1099/statm: 219449 22089 335 364 0 154651 0
[pid=1101] ppid=1099 vsize=9558408 CPUtime=0.38 cores=0,2,4,6
/proc/1101/stat : 1101 (java) S 1099 1101 1101 0 -1 4202496 5334 0 1 0 37 1 0 0 20 0 18 0 338217333 9787809792 7606 33554432000 1073741824 1073778376 140734113369984 140734113361120 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1101/statm: 2389602 7606 2212 9 0 2380296 0
[pid=1101/tid=1102] ppid=1099 vsize=9558408 CPUtime=0.22 cores=0,2,4,6
/proc/1101/task/1102/stat : 1102 (java) R 1099 1101 1101 0 -1 4202560 2430 0 1 0 22 0 0 0 20 0 18 0 338217334 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140113098800048 140112923059457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1101/tid=1103] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1103/stat : 1103 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217335 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140113060293032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1101/tid=1104] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1104/stat : 1104 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217335 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140113059240488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1101/tid=1105] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1105/stat : 1105 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217335 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140113058187432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1101/tid=1106] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1106/stat : 1106 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217335 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140113057134888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1101/tid=1107] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1107/stat : 1107 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217335 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140113056082856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1101/tid=1108] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1108/stat : 1108 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217335 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140113055030312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1101/tid=1109] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1109/stat : 1109 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217335 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140113053977256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1101/tid=1110] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1110/stat : 1110 (java) S 1099 1101 1101 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338217335 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140113052924712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1101/tid=1111] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1111/stat : 1111 (java) S 1099 1101 1101 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338217336 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140112922929512 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1101/tid=1112] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1112/stat : 1112 (java) S 1099 1101 1101 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338217337 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140112921875832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1101/tid=1113] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1113/stat : 1113 (java) S 1099 1101 1101 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338217337 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140112920822664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1101/tid=1114] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1114/stat : 1114 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217339 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140112919771408 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1101/tid=1115] ppid=1099 vsize=9558408 CPUtime=0.07 cores=0,2,4,6
/proc/1101/task/1115/stat : 1115 (java) R 1099 1101 1101 0 -1 4202560 711 0 0 0 7 0 0 0 20 0 18 0 338217339 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140112918719288 140113101707356 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1101/tid=1116] ppid=1099 vsize=9558408 CPUtime=0.05 cores=0,2,4,6
/proc/1101/task/1116/stat : 1116 (java) S 1099 1101 1101 0 -1 4202560 780 0 0 0 5 0 0 0 20 0 18 0 338217339 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140112917666744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1101/tid=1117] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1117/stat : 1117 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217339 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140112916613880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1101/tid=1118] ppid=1099 vsize=9558408 CPUtime=0 cores=0,2,4,6
/proc/1101/task/1118/stat : 1118 (java) S 1099 1101 1101 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338217339 9787809792 7613 33554432000 1073741824 1073778376 140734113369984 140112915561544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=918/tid=925] ppid=916 vsize=953576 CPUtime=8.9 cores=0,2,4,6
/proc/918/task/925/stat : 925 (python) S 916 918 27000 0 -1 4202560 27 1039138 0 0 0 0 450 440 20 0 9 0 338168269 976461824 23677 33554432000 4194304 5683644 140734840113024 140557340463664 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=918/tid=951] ppid=916 vsize=953576 CPUtime=8.9 cores=0,2,4,6
/proc/918/task/951/stat : 951 (python) S 916 918 27000 0 -1 4202560 21 1039138 0 0 0 0 450 440 20 0 9 0 338173198 976461824 23677 33554432000 4194304 5683644 140734840113024 140557329973808 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=918/tid=959] ppid=916 vsize=953576 CPUtime=8.9 cores=0,2,4,6
/proc/918/task/959/stat : 959 (python) S 916 918 27000 0 -1 4202560 21 1039138 0 0 0 0 450 440 20 0 9 0 338177986 976461824 23677 33554432000 4194304 5683644 140734840113024 140557319483952 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=918/tid=967] ppid=916 vsize=953576 CPUtime=8.9 cores=0,2,4,6
/proc/918/task/967/stat : 967 (python) S 916 918 27000 0 -1 4202560 22 1039138 0 0 0 0 450 440 20 0 9 0 338184212 976461824 23677 33554432000 4194304 5683644 140734840113024 140557308994096 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=918/tid=1052] ppid=916 vsize=953576 CPUtime=8.9 cores=0,2,4,6
/proc/918/task/1052/stat : 1052 (python) S 916 918 27000 0 -1 4202560 25 1039138 0 0 0 0 450 440 20 0 9 0 338198645 976461824 23677 33554432000 4194304 5683644 140734840113024 140557298504240 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=918/tid=1062] ppid=916 vsize=953576 CPUtime=8.9 cores=0,2,4,6
/proc/918/task/1062/stat : 1062 (python) S 916 918 27000 0 -1 4202560 21 1039138 0 0 0 0 450 440 20 0 9 0 338203361 976461824 23677 33554432000 4194304 5683644 140734840113024 140557274690096 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=918/tid=1074] ppid=916 vsize=953576 CPUtime=8.9 cores=0,2,4,6
/proc/918/task/1074/stat : 1074 (python) S 916 918 27000 0 -1 4202560 22 1039138 0 0 0 0 450 440 20 0 9 0 338212750 976461824 23677 33554432000 4194304 5683644 140734840113024 140557264200240 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=918/tid=1100] ppid=916 vsize=953576 CPUtime=8.9 cores=0,2,4,6
/proc/918/task/1100/stat : 1100 (python) S 916 918 27000 0 -1 4202560 21 1039138 0 0 0 0 450 440 20 0 9 0 338217333 976461824 23677 33554432000 4194304 5683644 140734840113024 140557253710384 219517343520 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 363.45
Current children cumulated vsize (KiB) 25708328
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 918 and gives
#  childrusage.ru_utime.tv_sec=22
#  childrusage.ru_utime.tv_usec=822530
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=608299
# CPU time returned by wait4() is 27.4308
# while last known CPU time is 363.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 497.068
CPU time (s): 363.45
CPU user time (s): 355.7
CPU system time (s): 7.75
CPU usage (%): 73.1188
Max. virtual memory (cumulated for all children) (KiB): 25708328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.8225
system time used= 4.6083
maximum resident set size= 4158736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1075177
page faults= 1
swaps= 0
block input operations= 0
block output operations= 28608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 980443
involuntary context switches= 57

runsolver used 1.78173 second user time and 4.11537 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 12:46:42
IDJOB=3740955
IDBENCH=89703
IDSOLVER=2327
FILE ID=node114/3740955-1338720401
RUNJOBID= node114-1338713908-27016
PBS_JOBID= 14636748
Free space on /tmp= 70012 MiB

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

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=884852915

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:        24242812 kB
Buffers:          998564 kB
Cached:          3837572 kB
SwapCached:         2180 kB
Active:          5850896 kB
Inactive:        1777284 kB
Active(anon):    2776760 kB
Inactive(anon):    10684 kB
Active(file):    3074136 kB
Inactive(file):  1766600 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            122132 kB
Writeback:            16 kB
AnonPages:       2790520 kB
Mapped:            19160 kB
Shmem:               136 kB
Slab:             858012 kB
SReclaimable:     300372 kB
SUnreclaim:       557640 kB
KernelStack:        1504 kB
PageTables:        11380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3093492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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= 65860 MiB
End job on node114 at 2012-06-03 12:55:02