Trace number 3481861

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 NameAnswerobjective functionCPU timeWall clock time
borg pb-opt-11.04.03? (MO) 245.61 244.086

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUMd431323968e1ca4dc95d181076d01437
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 154
Optimality of the best value was proved NO
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
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.40/0.83	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.40/0.83	c INFO: solving HOME/instance-3481861-1307576515.opb
0.49/0.99	c INFO: parsing took 0.16 s
0.89/1.35	c INFO: features took 0.35 CPU seconds
0.89/1.37	c INFO: running sat4j-pb-v20101225@0 for 45 with 1799 remaining (b = 0.74)
50.83/49.96	c INFO: running pbct-0.1.2-linear@0 for 45 with 1750 remaining (b = 0.16)
97.41/96.36	c INFO: running wbo1.4a@0 for 45 with 1704 remaining (b = 0.08)
148.94/147.76	c INFO: running clasp-1.3.7@0 for 45 with 1653 remaining (b = 0.03)
197.41/196.09	c INFO: running scip-2.0.1-spx@0 for 45 with 1605 remaining (b = 0.01)
245.48/243.97	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1558 remaining (b = 0.01)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 1.78 0.76 0.28 3/480 27433
/proc/meminfo: memFree=25348088/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/27433/stat : 27433 (python) S 27431 27433 27243 0 -1 4202496 904 0 0 0 0 0 0 0 17 0 1 0 850067510 16154624 784 33554432000 4194304 5683644 140735378893136 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/27433/statm: 3944 784 346 364 0 431 0

[startup+0.100934 s]
/proc/loadavg: 1.78 0.76 0.28 3/480 27433
/proc/meminfo: memFree=25348088/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=84568 CPUtime=0.05 cores=1,3,5,7
/proc/27433/stat : 27433 (python) R 27431 27433 27243 0 -1 4202496 2410 0 0 0 4 1 0 0 17 0 1 0 850067510 86597632 2136 33554432000 4194304 5683644 140735378893136 18446744073709551615 220816234496 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/27433/statm: 21142 2136 707 364 0 1359 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84568

[startup+0.200901 s]
/proc/loadavg: 1.78 0.76 0.28 3/480 27433
/proc/meminfo: memFree=25348088/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=117768 CPUtime=0.12 cores=1,3,5,7
/proc/27433/stat : 27433 (python) R 27431 27433 27243 0 -1 4202496 4869 931 1 0 9 3 0 0 17 0 1 0 850067510 120594432 3296 33554432000 4194304 5683644 140735378893136 18446744073709551615 220816234496 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/27433/statm: 29442 3296 914 364 0 2412 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 117768

[startup+0.300877 s]
/proc/loadavg: 1.78 0.76 0.28 3/480 27433
/proc/meminfo: memFree=25348088/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=123740 CPUtime=0.17 cores=1,3,5,7
/proc/27433/stat : 27433 (python) S 27431 27433 27243 0 -1 4202496 5358 931 1 0 12 5 0 0 16 0 1 0 850067510 126709760 3744 33554432000 4194304 5683644 140735378893136 18446744073709551615 220816232453 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/27433/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 123740

[startup+0.700836 s]
/proc/loadavg: 1.78 0.76 0.28 3/480 27433
/proc/meminfo: memFree=25348088/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=234440 CPUtime=0.33 cores=1,3,5,7
/proc/27433/stat : 27433 (python) R 27431 27433 27243 0 -1 4202496 7475 931 1 0 23 10 0 0 15 0 1 0 850067510 240066560 5669 33554432000 4194304 5683644 140735378893136 18446744073709551615 220815902232 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27433/statm: 58610 5669 1578 364 0 4258 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 234440

[startup+1.50063 s]
/proc/loadavg: 1.78 0.76 0.28 3/481 27438
/proc/meminfo: memFree=25318908/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=299324 CPUtime=0.97 cores=1,3,5,7
/proc/27433/stat : 27433 (python) S 27431 27433 27243 0 -1 4202496 12042 931 1 0 84 13 0 0 18 0 2 0 850067510 306507776 8702 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/27433/statm: 74831 8702 1870 364 0 9718 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 299324

[startup+3.10138 s]
/proc/loadavg: 1.78 0.76 0.28 3/502 27459
/proc/meminfo: memFree=25165416/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=299324 CPUtime=0.97 cores=1,3,5,7
/proc/27433/stat : 27433 (python) S 27431 27433 27243 0 -1 4202496 12042 931 1 0 84 13 0 0 18 0 2 0 850067510 306507776 8702 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/27433/statm: 74831 8702 1870 364 0 9718 0
[pid=27439] ppid=27433 vsize=289080 CPUtime=0 cores=1,3,5,7
/proc/27439/stat : 27439 (python) S 27433 27433 27243 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 850067648 296017920 7179 33554432000 4194304 5683644 140735378893136 18446744073709551615 220816256527 0 0 16781312 33554946 3190294771096616960 0 0 17 5 0 0 0
/proc/27439/statm: 72270 7179 351 364 0 7157 0
[pid=27441] ppid=27439 vsize=8540512 CPUtime=2.61 cores=1,3,5,7
/proc/27441/stat : 27441 (java) S 27439 27441 27441 0 -1 4202496 61279 0 1 0 254 7 0 0 19 0 19 0 850067648 8745484288 57707 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27441/statm: 2135128 57710 2244 9 0 2125869 0
[pid=27441/tid=27442] ppid=27439 vsize=8540512 CPUtime=1.67 cores=1,3,5,7
/proc/27441/task/27442/stat : 27442 (java) R 27439 27441 27441 0 -1 4202560 48257 0 1 0 161 6 0 0 19 0 19 0 850067649 8745484288 57712 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 46912505838513 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27441/tid=27443] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27443/stat : 27443 (java) S 27439 27441 27441 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 19 0 850067650 8745484288 57715 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27444] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27444/stat : 27444 (java) S 27439 27441 27441 0 -1 4202560 1173 0 0 0 0 0 0 0 16 0 19 0 850067650 8745484288 57717 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27441/tid=27445] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27445/stat : 27445 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 850067650 8745484288 57718 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=27441/tid=27446] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27446/stat : 27446 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 850067650 8745484288 57721 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=27441/tid=27447] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27447/stat : 27447 (java) S 27439 27441 27441 0 -1 4202560 671 0 0 0 0 0 0 0 15 0 19 0 850067650 8745484288 57724 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27448] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27448/stat : 27448 (java) S 27439 27441 27441 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 19 0 850067650 8745484288 57726 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=27441/tid=27449] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27449/stat : 27449 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 850067650 8745484288 57730 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27450] ppid=27439 vsize=8540512 CPUtime=0.01 cores=1,3,5,7
/proc/27441/task/27450/stat : 27450 (java) S 27439 27441 27441 0 -1 4202560 1102 0 0 0 1 0 0 0 16 0 19 0 850067650 8745484288 57731 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=27441/tid=27451] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27451/stat : 27451 (java) S 27439 27441 27441 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 850067651 8745484288 57734 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052992 0 0 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=27441/tid=27452] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27452/stat : 27452 (java) S 27439 27441 27441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 850067651 8745484288 57736 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27453] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27453/stat : 27453 (java) S 27439 27441 27441 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 850067651 8745484288 57739 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27454] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27454/stat : 27454 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 850067653 8745484288 57742 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828060081 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27455] ppid=27439 vsize=8540512 CPUtime=0.48 cores=1,3,5,7
/proc/27441/task/27455/stat : 27455 (java) S 27439 27441 27441 0 -1 4202560 3545 0 0 0 48 0 0 0 15 0 19 0 850067653 8745484288 57745 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27456] ppid=27439 vsize=8540512 CPUtime=0.38 cores=1,3,5,7
/proc/27441/task/27456/stat : 27456 (java) S 27439 27441 27441 0 -1 4202560 3614 0 0 0 38 0 0 0 15 0 19 0 850067653 8745484288 57747 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=27441/tid=27457] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27457/stat : 27457 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 850067653 8745484288 57750 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27458] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27458/stat : 27458 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 850067653 8745484288 57752 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27441/tid=27459] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27459/stat : 27459 (java) S 27439 27441 27441 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 850067705 8745484288 57755 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27433/tid=27440] ppid=27431 vsize=299324 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27440/stat : 27440 (python) S 27431 27433 27243 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 2 0 850067648 306507776 8702 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9128916

[startup+6.30078 s]
/proc/loadavg: 1.80 0.78 0.29 3/502 27459
/proc/meminfo: memFree=24721872/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=299324 CPUtime=0.97 cores=1,3,5,7
/proc/27433/stat : 27433 (python) S 27431 27433 27243 0 -1 4202496 12042 931 1 0 84 13 0 0 18 0 2 0 850067510 306507776 8702 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/27433/statm: 74831 8702 1870 364 0 9718 0
[pid=27439] ppid=27433 vsize=289080 CPUtime=0.01 cores=1,3,5,7
/proc/27439/stat : 27439 (python) S 27433 27433 27243 0 -1 4202560 889 0 0 0 0 1 0 0 15 0 1 0 850067648 296017920 7203 33554432000 4194304 5683644 140735378893136 18446744073709551615 220816256527 0 0 16781312 33554946 4294934790 0 0 17 7 0 0 0
/proc/27439/statm: 72270 7203 375 364 0 7157 0
[pid=27441] ppid=27439 vsize=8540512 CPUtime=5.92 cores=1,3,5,7
/proc/27441/stat : 27441 (java) S 27439 27441 27441 0 -1 4202496 147244 0 1 0 574 18 0 0 19 0 19 0 850067648 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27441/statm: 2135128 143659 2256 9 0 2125869 0
[pid=27441/tid=27442] ppid=27439 vsize=8540512 CPUtime=4.78 cores=1,3,5,7
/proc/27441/task/27442/stat : 27442 (java) R 27439 27441 27441 0 -1 4202560 124832 0 1 0 464 14 0 0 25 0 19 0 850067649 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 46912505852744 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27441/tid=27443] ppid=27439 vsize=8540512 CPUtime=0.01 cores=1,3,5,7
/proc/27441/task/27443/stat : 27443 (java) S 27439 27441 27441 0 -1 4202560 991 0 0 0 1 0 0 0 15 0 19 0 850067650 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27444] ppid=27439 vsize=8540512 CPUtime=0.02 cores=1,3,5,7
/proc/27441/task/27444/stat : 27444 (java) S 27439 27441 27441 0 -1 4202560 2696 0 0 0 2 0 0 0 15 0 19 0 850067650 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27441/tid=27445] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27445/stat : 27445 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 850067650 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27441/tid=27446] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27446/stat : 27446 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 850067650 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27447] ppid=27439 vsize=8540512 CPUtime=0.01 cores=1,3,5,7
/proc/27441/task/27447/stat : 27447 (java) S 27439 27441 27441 0 -1 4202560 1627 0 0 0 1 0 0 0 16 0 19 0 850067650 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27441/tid=27448] ppid=27439 vsize=8540512 CPUtime=0.02 cores=1,3,5,7
/proc/27441/task/27448/stat : 27448 (java) S 27439 27441 27441 0 -1 4202560 2045 0 0 0 2 0 0 0 16 0 19 0 850067650 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27441/tid=27449] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27449/stat : 27449 (java) S 27439 27441 27441 0 -1 4202560 1258 0 0 0 0 0 0 0 15 0 19 0 850067650 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27450] ppid=27439 vsize=8540512 CPUtime=0.02 cores=1,3,5,7
/proc/27441/task/27450/stat : 27450 (java) S 27439 27441 27441 0 -1 4202560 2199 0 0 0 2 0 0 0 15 0 19 0 850067650 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27441/tid=27451] ppid=27439 vsize=8540512 CPUtime=0.05 cores=1,3,5,7
/proc/27441/task/27451/stat : 27451 (java) S 27439 27441 27441 0 -1 4202560 3037 0 0 0 5 0 0 0 16 0 19 0 850067651 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052992 0 0 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27441/tid=27452] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27452/stat : 27452 (java) S 27439 27441 27441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 850067651 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27453] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27453/stat : 27453 (java) S 27439 27441 27441 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 850067651 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27454] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27454/stat : 27454 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 850067653 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828060081 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27455] ppid=27439 vsize=8540512 CPUtime=0.5 cores=1,3,5,7
/proc/27441/task/27455/stat : 27455 (java) S 27439 27441 27441 0 -1 4202560 3553 0 0 0 50 0 0 0 15 0 19 0 850067653 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27456] ppid=27439 vsize=8540512 CPUtime=0.41 cores=1,3,5,7
/proc/27441/task/27456/stat : 27456 (java) S 27439 27441 27441 0 -1 4202560 3624 0 0 0 41 0 0 0 15 0 19 0 850067653 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 5 0 0 0
[pid=27441/tid=27457] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27457/stat : 27457 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 850067653 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 1 0 0 0
[pid=27441/tid=27458] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27458/stat : 27458 (java) S 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 850067653 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27441/tid=27459] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27459/stat : 27459 (java) S 27439 27441 27441 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 850067705 8745484288 143659 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052992 0 4 0 16800975 18446604458268537920 0 0 -1 3 0 0 0
[pid=27433/tid=27440] ppid=27431 vsize=299324 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27440/stat : 27440 (python) S 27431 27433 27243 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 2 0 850067648 306507776 8702 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9128916

[startup+12.7016 s]
/proc/loadavg: 1.82 0.80 0.30 3/502 27459
/proc/meminfo: memFree=24464000/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=299324 CPUtime=0.97 cores=1,3,5,7
/proc/27433/stat : 27433 (python) S 27431 27433 27243 0 -1 4202496 12042 931 1 0 84 13 0 0 18 0 2 0 850067510 306507776 8702 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/27433/statm: 74831 8702 1870 364 0 9718 0
[pid=27439] ppid=27433 vsize=289080 CPUtime=0.03 cores=1,3,5,7
/proc/27439/stat : 27439 (python) S 27433 27433 27243 0 -1 4202560 892 0 0 0 1 2 0 0 15 0 1 0 850067648 296017920 7203 33554432000 4194304 5683644 140735378893136 18446744073709551615 220816256527 0 0 16781312 33554946 4294934790 0 0 17 7 0 0 0
/proc/27439/statm: 72270 7203 375 364 0 7157 0
[pid=27441] ppid=27439 vsize=8540512 CPUtime=12.37 cores=1,3,5,7
/proc/27441/stat : 27441 (java) S 27439 27441 27441 0 -1 4202496 265246 0 1 0 1207 30 0 0 19 0 19 0 850067648 8745484288 261395 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27441/statm: 2135128 261397 2256 9 0 2125869 0
[pid=27441/tid=27442] ppid=27439 vsize=8540512 CPUtime=11.11 cores=1,3,5,7
/proc/27441/task/27442/stat : 27442 (java) R 27439 27441 27441 0 -1 4202560 241344 0 1 0 1084 27 0 0 25 0 19 0 850067649 8745484288 261398 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 46912505838797 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27441/tid=27443] ppid=27439 vsize=8540512 CPUtime=0.01 cores=1,3,5,7
/proc/27441/task/27443/stat : 27443 (java) S 27439 27441 27441 0 -1 4202560 1003 0 0 0 1 0 0 0 15 0 19 0 850067650 8745484288 261400 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=27441/tid=27444] ppid=27439 vsize=8540512 CPUtime=0.02 cores=1,3,5,7
/proc/27441/task/27444/stat : 27444 (java) S 27439 27441 27441 0 -1 4202560 2991 0 0 0 2 0 0 0 15 0 19 0 850067650 8745484288 261400 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=27441/tid=27445] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27445/stat : 27445 (java) S 27439 27441 27441 0 -1 4202560 246 0 0 0 0 0 0 0 15 0 19 0 850067650 8745484288 261400 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446604458268537920 0 0 -1 7 0 0 0
[pid=27441/tid=27446] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7

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

[pid=27433/tid=27467] ppid=27431 vsize=340348 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27467/stat : 27467 (python) S 27431 27433 27243 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 6 0 850072507 348516352 8727 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 5 0 0 0
[pid=27433/tid=27602] ppid=27431 vsize=340348 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27602/stat : 27602 (python) S 27431 27433 27243 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 6 0 850077147 348516352 8727 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 5 0 0 0
[pid=27433/tid=27712] ppid=27431 vsize=340348 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27712/stat : 27712 (python) S 27431 27433 27243 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 850082287 348516352 8727 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 7 0 0 0
[pid=27433/tid=27775] ppid=27431 vsize=340348 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27775/stat : 27775 (python) S 27431 27433 27243 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 6 0 850087120 348516352 8727 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 223.81
Current children cumulated vsize (KiB) 11003012



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+244.002 s]
/proc/loadavg: 2.26 1.53 0.70 5/556 27987
/proc/meminfo: memFree=22336044/32951124 swapFree=60476376/67111528
[pid=27433] ppid=27431 vsize=350604 CPUtime=1.1 cores=1,3,5,7
/proc/27433/stat : 27433 (python) S 27431 27433 27243 0 -1 4202496 16569 931 1 0 96 14 0 0 20 0 7 0 850067510 359018496 8733 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/27433/statm: 87651 8733 1881 364 0 22523 0
[pid=27439] ppid=27433 vsize=299324 CPUtime=0.2 cores=1,3,5,7
/proc/27439/stat : 27439 (python) S 27433 27433 27243 0 -1 4202560 1077 0 0 0 9 11 0 0 16 0 2 0 850067648 306507776 7239 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/27439/statm: 74831 7239 406 364 0 9718 0
[pid=27441] ppid=27439 vsize=8540512 CPUtime=49.72 cores=1,3,5,7
/proc/27441/stat : 27441 (java) T 27439 27441 27441 0 -1 4202496 539761 0 1 0 4911 61 0 0 18 0 19 0 850067648 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27441/statm: 2135128 532754 2256 9 0 2125869 0
[pid=27441/tid=27442] ppid=27439 vsize=8540512 CPUtime=48.04 cores=1,3,5,7
/proc/27441/task/27442/stat : 27442 (java) T 27439 27441 27441 0 -1 4202560 505272 0 1 0 4748 56 0 0 25 0 19 0 850067649 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 46912505797872 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=27441/tid=27443] ppid=27439 vsize=8540512 CPUtime=0.03 cores=1,3,5,7
/proc/27441/task/27443/stat : 27443 (java) T 27439 27441 27441 0 -1 4202560 1770 0 0 0 3 0 0 0 15 0 19 0 850067650 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=27441/tid=27444] ppid=27439 vsize=8540512 CPUtime=0.05 cores=1,3,5,7
/proc/27441/task/27444/stat : 27444 (java) T 27439 27441 27441 0 -1 4202560 4390 0 0 0 5 0 0 0 15 0 19 0 850067650 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=27441/tid=27445] ppid=27439 vsize=8540512 CPUtime=0.02 cores=1,3,5,7
/proc/27441/task/27445/stat : 27445 (java) T 27439 27441 27441 0 -1 4202560 891 0 0 0 2 0 0 0 15 0 19 0 850067650 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=27441/tid=27446] ppid=27439 vsize=8540512 CPUtime=0.01 cores=1,3,5,7
/proc/27441/task/27446/stat : 27446 (java) T 27439 27441 27441 0 -1 4202560 1512 0 0 0 1 0 0 0 15 0 19 0 850067650 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=27441/tid=27447] ppid=27439 vsize=8540512 CPUtime=0.03 cores=1,3,5,7
/proc/27441/task/27447/stat : 27447 (java) T 27439 27441 27441 0 -1 4202560 2564 0 0 0 3 0 0 0 15 0 19 0 850067650 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=27441/tid=27448] ppid=27439 vsize=8540512 CPUtime=0.05 cores=1,3,5,7
/proc/27441/task/27448/stat : 27448 (java) T 27439 27441 27441 0 -1 4202560 4002 0 0 0 5 0 0 0 15 0 19 0 850067650 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=27441/tid=27449] ppid=27439 vsize=8540512 CPUtime=0.01 cores=1,3,5,7
/proc/27441/task/27449/stat : 27449 (java) T 27439 27441 27441 0 -1 4202560 1759 0 0 0 1 0 0 0 15 0 19 0 850067650 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=27441/tid=27450] ppid=27439 vsize=8540512 CPUtime=0.03 cores=1,3,5,7
/proc/27441/task/27450/stat : 27450 (java) T 27439 27441 27441 0 -1 4202560 3761 0 0 0 3 0 0 0 15 0 19 0 850067650 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=27441/tid=27451] ppid=27439 vsize=8540512 CPUtime=0.37 cores=1,3,5,7
/proc/27441/task/27451/stat : 27451 (java) T 27439 27441 27441 0 -1 4202560 5278 0 0 0 37 0 0 0 15 0 19 0 850067651 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052992 0 0 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=27441/tid=27452] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27452/stat : 27452 (java) T 27439 27441 27441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 850067651 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=27441/tid=27453] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27453/stat : 27453 (java) T 27439 27441 27441 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 850067651 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=27441/tid=27454] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27454/stat : 27454 (java) T 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850067653 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828060081 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=27441/tid=27455] ppid=27439 vsize=8540512 CPUtime=0.54 cores=1,3,5,7
/proc/27441/task/27455/stat : 27455 (java) T 27439 27441 27441 0 -1 4202560 3556 0 0 0 54 0 0 0 15 0 19 0 850067653 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=27441/tid=27456] ppid=27439 vsize=8540512 CPUtime=0.42 cores=1,3,5,7
/proc/27441/task/27456/stat : 27456 (java) T 27439 27441 27441 0 -1 4202560 3624 0 0 0 42 0 0 0 15 0 19 0 850067653 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=27441/tid=27457] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27457/stat : 27457 (java) T 27439 27441 27441 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850067653 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052377 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=27441/tid=27458] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27458/stat : 27458 (java) T 27439 27441 27441 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 850067653 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052992 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=27441/tid=27459] ppid=27439 vsize=8540512 CPUtime=0 cores=1,3,5,7
/proc/27441/task/27459/stat : 27459 (java) T 27439 27441 27441 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 850067705 8745484288 532754 33554432000 1073741824 1073778376 140737268910832 18446744073709551615 220828052992 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=27439/tid=27465] ppid=27433 vsize=299324 CPUtime=0 cores=1,3,5,7
/proc/27439/task/27465/stat : 27465 (python) S 27433 27433 27243 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 850072505 306507776 7239 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554946 18446604460786384960 0 0 -1 7 0 0 0
[pid=27466] ppid=27433 vsize=299336 CPUtime=0.19 cores=1,3,5,7
/proc/27466/stat : 27466 (python) S 27433 27433 27243 0 -1 4202560 1109 0 0 0 9 10 0 0 19 0 2 0 850072507 306520064 7229 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/27466/statm: 74834 7229 396 364 0 9718 0
[pid=27468] ppid=27466 vsize=323292 CPUtime=46.35 cores=1,3,5,7
/proc/27468/stat : 27468 (pbct-0.1.2-linu) T 27466 27468 27468 0 -1 4202496 84113 0 0 0 4595 40 0 0 25 0 1 0 850072507 331051008 76764 33554432000 134512640 136422188 4292330304 18446744073709551615 134604905 0 0 16781312 16387 18446744071562691360 0 0 17 5 0 0 0
/proc/27468/statm: 80823 76764 216 467 0 80354 0
[pid=27466/tid=27600] ppid=27433 vsize=299336 CPUtime=0 cores=1,3,5,7
/proc/27466/task/27600/stat : 27600 (python) S 27433 27433 27243 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 850077144 306520064 7229 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554946 18446604466453301376 0 0 -1 7 0 0 0
[pid=27601] ppid=27433 vsize=309592 CPUtime=0.24 cores=1,3,5,7
/proc/27601/stat : 27601 (python) S 27433 27433 27243 0 -1 4202560 1159 0 0 0 12 12 0 0 16 0 2 0 850077147 317022208 7239 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0
/proc/27601/statm: 77398 7239 402 364 0 12279 0
[pid=27603] ppid=27601 vsize=126544 CPUtime=51.28 cores=1,3,5,7
/proc/27603/stat : 27603 (wbo1.4a) T 27601 27603 27603 0 -1 4202496 31675 0 0 0 5012 116 0 0 25 0 1 0 850077147 129581056 31191 33554432000 134512640 135751879 4292716752 18446744073709551615 134603078 0 0 16781312 3 18446744071562691360 0 0 17 7 0 0 0
/proc/27603/statm: 31636 31191 146 303 0 31331 0
[pid=27601/tid=27710] ppid=27433 vsize=309592 CPUtime=0 cores=1,3,5,7
/proc/27601/task/27710/stat : 27710 (python) S 27433 27433 27243 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 850082285 317022208 7239 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554946 18446604466332690496 0 0 -1 5 0 0 0
[pid=27711] ppid=27433 vsize=319848 CPUtime=0.17 cores=1,3,5,7
/proc/27711/stat : 27711 (python) S 27433 27433 27243 0 -1 4202560 1208 0 0 0 7 10 0 0 17 0 2 0 850082287 327524352 7243 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/27711/statm: 79962 7243 402 364 0 14840 0
[pid=27713] ppid=27711 vsize=9564 CPUtime=48.29 cores=1,3,5,7
/proc/27713/stat : 27713 (clasp-1.3.7-x86) T 27711 27713 27713 0 -1 4202496 2403 0 0 0 4829 0 0 0 25 0 1 0 850082288 9793536 2126 33554432000 134512640 136139019 4293501712 18446744073709551615 134599014 0 0 16781312 16386 18446744071562691360 0 0 17 1 0 0 0
/proc/27713/statm: 2391 2126 189 398 0 1991 0
[pid=27711/tid=27773] ppid=27433 vsize=319848 CPUtime=0 cores=1,3,5,7
/proc/27711/task/27773/stat : 27773 (python) S 27433 27433 27243 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 850087118 327524352 7243 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554946 18446604464191493056 0 0 -1 7 0 0 0
[pid=27774] ppid=27433 vsize=330104 CPUtime=0.18 cores=1,3,5,7
/proc/27774/stat : 27774 (python) S 27433 27433 27243 0 -1 4202560 1124 0 0 0 7 11 0 0 17 0 2 0 850087120 338026496 7241 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828063179 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/27774/statm: 82526 7241 396 364 0 17401 0
[pid=27776] ppid=27774 vsize=137156 CPUtime=47.84 cores=1,3,5,7
/proc/27776/stat : 27776 (scip-2.0.1.linu) T 27774 27776 27776 0 -1 4202496 34689 0 0 0 4742 42 0 0 25 0 1 0 850087120 140447744 31637 33554432000 4194304 13684479 140736003631328 18446744073709551615 7095830 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/27776/statm: 34289 31637 797 2317 0 31967 0
[pid=27774/tid=27966] ppid=27433 vsize=330104 CPUtime=0 cores=1,3,5,7
/proc/27774/task/27966/stat : 27966 (python) S 27433 27433 27243 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 850091905 338026496 7241 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554946 18446604460786386752 0 0 -1 7 0 0 0
[pid=27967] ppid=27433 vsize=340360 CPUtime=0 cores=1,3,5,7
/proc/27967/stat : 27967 (python) S 27433 27433 27243 0 -1 4202560 778 0 0 0 0 0 0 0 19 0 1 0 850091907 348528640 7193 33554432000 4194304 5683644 140735378893136 18446744073709551615 220816256582 0 0 16781312 33554946 4485735625730785544 0 0 17 3 0 0 0
/proc/27967/statm: 85090 7193 345 364 0 19962 0
[pid=27969] ppid=27967 vsize=8465644 CPUtime=0.05 cores=1,3,5,7
/proc/27969/stat : 27969 (java) S 27967 27969 27969 0 -1 4202496 4250 0 1 0 4 1 0 0 20 0 18 0 850091908 8668819456 3701 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27969/statm: 2116411 3701 1747 9 0 2107152 0
[pid=27969/tid=27970] ppid=27967 vsize=8465644 CPUtime=0.04 cores=1,3,5,7
/proc/27969/task/27970/stat : 27970 (java) R 27967 27969 27969 0 -1 4202560 2866 0 1 0 4 0 0 0 25 0 18 0 850091908 8668819456 3737 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 47937464116760 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27969/tid=27972] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27972/stat : 27972 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 850091909 8668819456 3737 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27973] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27973/stat : 27973 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 850091909 8668819456 3738 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27974] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27974/stat : 27974 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 850091909 8668819456 3738 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27975] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27975/stat : 27975 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850091909 8668819456 3738 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 7 0 0 0
[pid=27969/tid=27976] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27976/stat : 27976 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850091909 8668819456 3739 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 3 0 0 0
[pid=27969/tid=27977] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27977/stat : 27977 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850091909 8668819456 3739 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 7 0 0 0
[pid=27969/tid=27978] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27978/stat : 27978 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850091909 8668819456 3739 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 3 0 0 0
[pid=27969/tid=27979] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27979/stat : 27979 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850091909 8668819456 3739 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 7 0 0 0
[pid=27969/tid=27980] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27980/stat : 27980 (java) S 27967 27969 27969 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 850091910 8668819456 3741 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052992 0 0 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27981] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27981/stat : 27981 (java) S 27967 27969 27969 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 850091910 8668819456 3741 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27982] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27982/stat : 27982 (java) S 27967 27969 27969 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 850091910 8668819456 3743 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27983] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27983/stat : 27983 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850091912 8668819456 3743 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828060081 0 4 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27984] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27984/stat : 27984 (java) S 27967 27969 27969 0 -1 4202560 22 0 0 0 0 0 0 0 25 0 18 0 850091912 8668819456 3743 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27985] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27985/stat : 27985 (java) S 27967 27969 27969 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 850091912 8668819456 3744 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27986] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27986/stat : 27986 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850091912 8668819456 3744 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052377 0 4 0 16800975 18446604463552379648 0 0 -1 5 0 0 0
[pid=27969/tid=27987] ppid=27967 vsize=8465644 CPUtime=0 cores=1,3,5,7
/proc/27969/task/27987/stat : 27987 (java) S 27967 27969 27969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850091912 8668819456 3745 33554432000 1073741824 1073778376 140734494672208 18446744073709551615 220828052992 0 4 0 16800975 18446604463552379648 0 0 -1 3 0 0 0
[pid=27433/tid=27440] ppid=27431 vsize=350604 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27440/stat : 27440 (python) S 27431 27433 27243 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 7 0 850067648 359018496 8733 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 5 0 0 0
[pid=27433/tid=27467] ppid=27431 vsize=350604 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27467/stat : 27467 (python) S 27431 27433 27243 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 7 0 850072507 359018496 8733 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 5 0 0 0
[pid=27433/tid=27602] ppid=27431 vsize=350604 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27602/stat : 27602 (python) S 27431 27433 27243 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 7 0 850077147 359018496 8733 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 5 0 0 0
[pid=27433/tid=27712] ppid=27431 vsize=350604 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27712/stat : 27712 (python) S 27431 27433 27243 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 7 0 850082287 359018496 8733 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 7 0 0 0
[pid=27433/tid=27775] ppid=27431 vsize=350604 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27775/stat : 27775 (python) S 27431 27433 27243 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 7 0 850087120 359018496 8733 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 1 0 0 0
[pid=27433/tid=27968] ppid=27431 vsize=350604 CPUtime=0 cores=1,3,5,7
/proc/27433/task/27968/stat : 27968 (python) S 27431 27433 27243 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 850091908 359018496 8733 33554432000 4194304 5683644 140735378893136 18446744073709551615 220828060081 0 0 16781312 33554434 18446604466453299584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 245.61
Current children cumulated vsize (KiB) 19851880

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

Real time (s): 244.086
CPU time (s): 245.61
CPU user time (s): 242.33
CPU system time (s): 3.28
CPU usage (%): 100.624
Max. virtual memory (cumulated for all children) (KiB): 19851880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.965853
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17503
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2868
involuntary context switches= 24

runsolver used 1.42978 second user time and 2.95555 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-09 01:41:55
IDJOB=3481861
IDBENCH=2006
IDSOLVER=1970
FILE ID=node147/3481861-1307576515
RUNJOBID= node147-1307576353-27262
PBS_JOBID= 13547652
Free space on /tmp= 73832 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ8_3.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481861-1307576515/watcher-3481861-1307576515 -o /tmp/evaluation-result-3481861-1307576515/solver-3481861-1307576515 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481861-1307576515.opb -seed 823630656 -budget 1800

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

MD5SUM BENCH= d431323968e1ca4dc95d181076d01437
RANDOM SEED=823630656

node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25348120 kB
Buffers:        148148 kB
Cached:         590352 kB
SwapCached:      10316 kB
Active:        7044192 kB
Inactive:       302688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25348120 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:          152868 kB
Writeback:          40 kB
AnonPages:     6606644 kB
Mapped:          39384 kB
Slab:           127224 kB
PageTables:      60828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121581144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73692 MiB
End job on node147 at 2011-06-09 01:46:02