Trace number 3482319

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
borg pb-opt-11.04.03? (MO) 111.98 109.985

General information on the benchmark

Name/OPT-SMALLINT-LIN/
kullmann/normalized-mul_8_3_shg.opb
MD5SUM5ce23254bdc15fb1c07c51b856e9b57c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark1797.61
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5048
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint18
Maximum length of a constraint45
Number of terms in the objective function 5048
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5048
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5048
Number of bits of the biggest sum of numbers13
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/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.37/0.50	c INFO: solving HOME/instance-3482319-1307579000.opb
4.13/4.27	c INFO: parsing took 3.70 s
10.89/11.02	c INFO: features took 6.73 CPU seconds
10.89/11.05	c INFO: running sat4j-pb-v20101225@0 for 45 with 1789 remaining (b = 0.83)
61.70/60.22	c INFO: running wbo1.4a@0 for 45 with 1738 remaining (b = 0.05)
110.81/109.16	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1690 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-3482319-1307579000/watcher-3482319-1307579000 -o /tmp/evaluation-result-3482319-1307579000/solver-3482319-1307579000 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3482319-1307579000.opb -seed 508423905 -budget 1800 

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.20 1.99 2/867 3363
/proc/meminfo: memFree=7069288/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=15764 CPUtime=0 cores=1,3,5,7
/proc/3363/stat : 3363 (python) R 3361 3363 1117 0 -1 4202496 846 0 0 0 0 0 0 0 22 0 1 0 869500530 16142336 728 33554432000 4194304 5683644 140733895533504 18446744073709551615 253640857600 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/3363/statm: 3941 728 334 364 0 428 0

[startup+0.116923 s]
/proc/loadavg: 2.23 2.20 1.99 2/867 3363
/proc/meminfo: memFree=7069288/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=96124 CPUtime=0.08 cores=1,3,5,7
/proc/3363/stat : 3363 (python) R 3361 3363 1117 0 -1 4202496 3169 932 1 0 7 1 0 0 18 0 1 0 869500530 98430976 2483 33554432000 4194304 5683644 140733895533504 18446744073709551615 5177504 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3363/statm: 24031 2483 792 364 0 1626 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 96124

[startup+0.200911 s]
/proc/loadavg: 2.23 2.20 1.99 2/867 3363
/proc/meminfo: memFree=7069288/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=123740 CPUtime=0.14 cores=1,3,5,7
/proc/3363/stat : 3363 (python) R 3361 3363 1117 0 -1 4202496 5356 932 1 0 11 3 0 0 17 0 1 0 869500530 126709760 3743 33554432000 4194304 5683644 140733895533504 18446744073709551615 253640857600 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/3363/statm: 30935 3743 987 364 0 2767 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 123740

[startup+0.300893 s]
/proc/loadavg: 2.23 2.20 1.99 2/867 3363
/proc/meminfo: memFree=7069288/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=171048 CPUtime=0.21 cores=1,3,5,7
/proc/3363/stat : 3363 (python) R 3361 3363 1117 0 -1 4202496 6165 932 1 0 16 5 0 0 17 0 1 0 869500530 175153152 4481 33554432000 4194304 5683644 140733895533504 18446744073709551615 253640859392 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3363/statm: 42836 4488 1226 364 0 3535 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 171048

[startup+0.700827 s]
/proc/loadavg: 2.23 2.20 1.99 2/867 3363
/proc/meminfo: memFree=7069288/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=308536 CPUtime=0.56 cores=1,3,5,7
/proc/3363/stat : 3363 (python) R 3361 3363 1117 0 -1 4202496 15607 932 1 0 46 10 0 0 17 0 1 0 869500530 315940864 13353 33554432000 4194304 5683644 140733895533504 18446744073709551615 47918010365266 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3363/statm: 77134 13353 1781 364 0 12027 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 308536

[startup+1.50068 s]
/proc/loadavg: 2.21 2.19 1.99 3/868 3369
/proc/meminfo: memFree=6968716/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=330384 CPUtime=1.36 cores=1,3,5,7
/proc/3363/stat : 3363 (python) R 3361 3363 1117 0 -1 4202496 21025 932 1 0 126 10 0 0 18 0 1 0 869500530 338313216 18771 33554432000 4194304 5683644 140733895533504 18446744073709551615 4602366 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3363/statm: 82596 18772 1781 364 0 17489 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 330384

[startup+3.10038 s]
/proc/loadavg: 2.21 2.19 1.99 3/868 3369
/proc/meminfo: memFree=6519540/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=373564 CPUtime=2.96 cores=1,3,5,7
/proc/3363/stat : 3363 (python) R 3361 3363 1117 0 -1 4202496 31869 932 1 0 284 12 0 0 21 0 1 0 869500530 382529536 29615 33554432000 4194304 5683644 140733895533504 18446744073709551615 5007407 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3363/statm: 93391 29615 1781 364 0 28284 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 373564

[startup+6.30081 s]
/proc/loadavg: 2.19 2.19 1.99 3/868 3369
/proc/meminfo: memFree=6301352/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=410716 CPUtime=6.17 cores=1,3,5,7
/proc/3363/stat : 3363 (python) R 3361 3363 1117 0 -1 4202496 66124 932 1 0 599 18 0 0 25 0 1 0 869500530 420573184 38974 33554432000 4194304 5683644 140733895533504 18446744073709551615 47917851173441 0 0 16781312 33554434 0 0 0 17 5 0 0 0
/proc/3363/statm: 102679 38974 1815 364 0 37572 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 410716

[startup+12.7016 s]
/proc/loadavg: 2.18 2.19 1.99 3/888 3390
/proc/meminfo: memFree=6135740/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=422516 CPUtime=10.91 cores=1,3,5,7
/proc/3363/stat : 3363 (python) S 3361 3363 1117 0 -1 4202496 66829 932 1 0 1073 18 0 0 25 0 2 0 869500530 432656384 39446 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652686283 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/3363/statm: 105629 39446 1872 364 0 40516 0
[pid=3370] ppid=3363 vsize=412272 CPUtime=0 cores=1,3,5,7
/proc/3370/stat : 3370 (python) S 3363 3363 1117 0 -1 4202560 771 0 0 0 0 0 0 0 18 0 1 0 869501635 422166528 37922 33554432000 4194304 5683644 140733895533504 18446744073709551615 253640879631 0 0 16781312 33554946 15692445425833312517 0 0 17 3 0 0 0
/proc/3370/statm: 103068 37922 351 364 0 37955 0
[pid=3372] ppid=3370 vsize=8538284 CPUtime=2.21 cores=1,3,5,7
/proc/3372/stat : 3372 (java) S 3370 3372 3372 0 -1 4202496 46255 0 1 0 212 9 0 0 19 0 18 0 869501636 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3372/statm: 2134571 43952 2222 9 0 2125312 0
[pid=3372/tid=3373] ppid=3370 vsize=8538284 CPUtime=1.6 cores=1,3,5,7
/proc/3372/task/3373/stat : 3373 (java) R 3370 3372 3372 0 -1 4202560 35155 0 1 0 154 6 0 0 18 0 18 0 869501637 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 46912505505465 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3372/tid=3374] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3374/stat : 3374 (java) S 3370 3372 3372 0 -1 4202560 1091 0 0 0 0 0 0 0 16 0 18 0 869501637 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 5 0 0 0
[pid=3372/tid=3375] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3372 0 -1 4202560 683 0 0 0 0 0 0 0 16 0 18 0 869501637 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3376] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3372 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 18 0 869501637 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3372 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 18 0 869501637 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3372/tid=3378] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3372 0 -1 4202560 642 0 0 0 0 0 0 0 16 0 18 0 869501637 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3372 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 18 0 869501637 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3372 0 -1 4202560 507 0 0 0 0 0 0 0 16 0 18 0 869501637 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3372 0 -1 4202560 531 0 0 0 0 0 0 0 15 0 18 0 869501637 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 5 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3372 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 869501638 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 0 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3383] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3372 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 869501639 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3372/tid=3384] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3372 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 869501639 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 1 0 0 0
[pid=3372/tid=3385] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3385/stat : 3385 (java) S 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869501641 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652683185 0 4 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3386] ppid=3370 vsize=8538284 CPUtime=0.25 cores=1,3,5,7
/proc/3372/task/3386/stat : 3386 (java) S 3370 3372 3372 0 -1 4202560 2376 0 0 0 25 0 0 0 15 0 18 0 869501641 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 5 0 0 0
[pid=3372/tid=3388] ppid=3370 vsize=8538284 CPUtime=0.27 cores=1,3,5,7
/proc/3372/task/3388/stat : 3388 (java) S 3370 3372 3372 0 -1 4202560 2801 0 0 0 27 0 0 0 21 0 18 0 869501641 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 1 0 0 0
[pid=3372/tid=3389] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3389/stat : 3389 (java) S 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869501641 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3390] ppid=3370 vsize=8538284 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3390/stat : 3390 (java) S 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 869501641 8743202816 43952 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3363/tid=3371] ppid=3361 vsize=422516 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (python) S 3361 3363 1117 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 869501636 432656384 39446 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554434 18446604458201461824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 9373072

[startup+25.5013 s]
/proc/loadavg: 2.44 2.25 2.01 3/893 3397
/proc/meminfo: memFree=5928056/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=422516 CPUtime=10.91 cores=1,3,5,7
/proc/3363/stat : 3363 (python) S 3361 3363 1117 0 -1 4202496 66829 932 1 0 1073 18 0 0 25 0 2 0 869500530 432656384 39446 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652686283 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/3363/statm: 105629 39446 1872 364 0 40516 0
[pid=3370] ppid=3363 vsize=412272 CPUtime=0.07 cores=1,3,5,7
/proc/3370/stat : 3370 (python) S 3363 3363 1117 0 -1 4202560 929 0 0 0 3 4 0 0 15 0 1 0 869501635 422166528 37952 33554432000 4194304 5683644 140733895533504 18446744073709551615 253640879631 0 0 16781312 33554946 4294934789 0 0 17 5 0 0 0
/proc/3370/statm: 103068 37952 375 364 0 37955 0
[pid=3372] ppid=3370 vsize=8538504 CPUtime=15.8 cores=1,3,5,7
/proc/3372/stat : 3372 (java) S 3370 3372 3372 0 -1 4202496 92513 0 1 0 1562 18 0 0 19 0 19 0 869501636 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3372/statm: 2134626 87932 2258 9 0 2125367 0
[pid=3372/tid=3373] ppid=3370 vsize=8538504 CPUtime=14.19 cores=1,3,5,7
/proc/3372/task/3373/stat : 3373 (java) R 3370 3372 3372 0 -1 4202560 64851 0 1 0 1407 12 0 0 25 0 19 0 869501637 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 46912506010802 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3372/tid=3374] ppid=3370 vsize=8538504 CPUtime=0.02 cores=1,3,5,7
/proc/3372/task/3374/stat : 3374 (java) S 3370 3372 3372 0 -1 4202560 3025 0 0 0 2 0 0 0 15 0 19 0 869501637 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 1 0 0 0
[pid=3372/tid=3375] ppid=3370 vsize=8538504 CPUtime=0.01 cores=1,3,5,7
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3372 0 -1 4202560 2601 0 0 0 1 0 0 0 16 0 19 0 869501637 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3376] ppid=3370 vsize=8538504 CPUtime=0.01 cores=1,3,5,7
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3372 0 -1 4202560 1685 0 0 0 1 0 0 0 15 0 19 0 869501637 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=8538504 CPUtime=0.01 cores=1,3,5,7
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3372 0 -1 4202560 1489 0 0 0 1 0 0 0 15 0 19 0 869501637 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3372/tid=3378] ppid=3370 vsize=8538504 CPUtime=0.02 cores=1,3,5,7
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3372 0 -1 4202560 2332 0 0 0 2 0 0 0 15 0 19 0 869501637 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3372 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 19 0 869501637 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3372 0 -1 4202560 625 0 0 0 0 0 0 0 15 0 19 0 869501637 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=8538504 CPUtime=0.01 cores=1,3,5,7
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3372 0 -1 4202560 2167 0 0 0 1 0 0 0 15 0 19 0 869501637 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=8538504 CPUtime=0.13 cores=1,3,5,7
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3372 0 -1 4202560 4006 0 0 0 13 0 0 0 15 0 19 0 869501638 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 0 0 16800975 18446604455114946432 0 0 -1 5 0 0 0
[pid=3372/tid=3383] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3372 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 869501639 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3372/tid=3384] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3372 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 869501639 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 1 0 0 0
[pid=3372/tid=3385] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3385/stat : 3385 (java) S 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869501641 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652683185 0 4 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3386] ppid=3370 vsize=8538504 CPUtime=0.61 cores=1,3,5,7
/proc/3372/task/3386/stat : 3386 (java) S 3370 3372 3372 0 -1 4202560 4400 0 0 0 60 1 0 0 15 0 19 0 869501641 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 5 0 0 0
[pid=3372/tid=3388] ppid=3370 vsize=8538504 CPUtime=0.67 cores=1,3,5,7
/proc/3372/task/3388/stat : 3388 (java) S 3370 3372 3372 0 -1 4202560 3048 0 0 0 67 0 0 0 15 0 19 0 869501641 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 1 0 0 0
[pid=3372/tid=3389] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3389/stat : 3389 (java) S 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869501641 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446604455114946432 0 0 -1 7 0 0 0
[pid=3372/tid=3390] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3390/stat : 3390 (java) S 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 869501641 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3372/tid=3392] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3392/stat : 3392 (java) S 3370 3372 3372 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 869501953 8743428096 87932 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 4 0 16800975 18446604455114946432 0 0 -1 3 0 0 0
[pid=3363/tid=3371] ppid=3361 vsize=422516 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (python) S 3361 3363 1117 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 869501636 432656384 39446 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554434 18446604458201461824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 26.78
Current children cumulated vsize (KiB) 9373292

[startup+51.1006 s]
/proc/loadavg: 2.37 2.25 2.02 3/893 3397
/proc/meminfo: memFree=5916332/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=422516 CPUtime=10.91 cores=1,3,5,7
/proc/3363/stat : 3363 (python) S 3361 3363 1117 0 -1 4202496 66829 932 1 0 1073 18 0 0 25 0 2 0 869500530 432656384 39446 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652686283 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0

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

[pid=3372/tid=3378] ppid=3370 vsize=8538504 CPUtime=0.02 cores=1,3,5,7
/proc/3372/task/3378/stat : 3378 (java) T 3370 3372 3372 0 -1 4202560 2333 0 0 0 2 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=8538504 CPUtime=0.01 cores=1,3,5,7
/proc/3372/task/3379/stat : 3379 (java) T 3370 3372 3372 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=8538504 CPUtime=0.01 cores=1,3,5,7
/proc/3372/task/3380/stat : 3380 (java) T 3370 3372 3372 0 -1 4202560 625 0 0 0 1 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=8538504 CPUtime=0.02 cores=1,3,5,7
/proc/3372/task/3381/stat : 3381 (java) T 3370 3372 3372 0 -1 4202560 2167 0 0 0 2 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=8538504 CPUtime=0.43 cores=1,3,5,7
/proc/3372/task/3382/stat : 3382 (java) T 3370 3372 3372 0 -1 4202560 4579 0 0 0 43 0 0 0 15 0 19 0 869501638 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 0 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3372/tid=3383] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3383/stat : 3383 (java) T 3370 3372 3372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869501639 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3372/tid=3384] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3384/stat : 3384 (java) T 3370 3372 3372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 869501639 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3372/tid=3385] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3385/stat : 3385 (java) T 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652683185 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3386] ppid=3370 vsize=8538504 CPUtime=0.62 cores=1,3,5,7
/proc/3372/task/3386/stat : 3386 (java) T 3370 3372 3372 0 -1 4202560 4400 0 0 0 61 1 0 0 15 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3372/tid=3388] ppid=3370 vsize=8538504 CPUtime=0.69 cores=1,3,5,7
/proc/3372/task/3388/stat : 3388 (java) T 3370 3372 3372 0 -1 4202560 3053 0 0 0 69 0 0 0 15 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3372/tid=3389] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3389/stat : 3389 (java) T 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3390] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3390/stat : 3390 (java) T 3370 3372 3372 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3372/tid=3392] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3392/stat : 3392 (java) T 3370 3372 3372 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869501953 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3370/tid=3399] ppid=3363 vsize=422516 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3399/stat : 3399 (python) S 3363 3363 1117 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 869506550 432656384 37988 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554946 18446604460238409792 0 0 -1 5 0 0 0
[pid=3400] ppid=3363 vsize=422528 CPUtime=0.22 cores=1,3,5,7
/proc/3400/stat : 3400 (python) S 3363 3363 1117 0 -1 4202560 944 0 0 0 10 12 0 0 15 0 1 0 869506552 432668672 37955 33554432000 4194304 5683644 140733895533504 18446744073709551615 253640879686 0 0 16781312 33554946 4294934790 0 0 17 7 0 0 0
/proc/3400/statm: 105632 37955 372 364 0 40516 0
[pid=3402] ppid=3400 vsize=91360 CPUtime=42.06 cores=1,3,5,7
/proc/3402/stat : 3402 (wbo1.4a) R 3400 3402 3402 0 -1 4202496 28064 0 0 0 4182 24 0 0 25 0 1 0 869506553 93552640 22289 33554432000 134512640 135751879 4293980880 18446744073709551615 135270609 0 0 16781312 3 0 0 0 17 5 0 0 0
/proc/3402/statm: 22840 22289 146 303 0 22535 0
[pid=3363/tid=3371] ppid=3361 vsize=432772 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (python) S 3361 3363 1117 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 3 0 869501636 443158528 39455 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554434 18446604458201461824 0 0 -1 7 0 0 0
[pid=3363/tid=3401] ppid=3361 vsize=432772 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3401/stat : 3401 (python) S 3361 3363 1117 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 869506553 443158528 39455 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554434 18446604458201461824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 104
Current children cumulated vsize (KiB) 9907680



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+109.901 s]
/proc/loadavg: 2.25 2.24 2.02 5/918 3426
/proc/meminfo: memFree=5645908/32951124 swapFree=53733252/67111528
[pid=3363] ppid=3361 vsize=443028 CPUtime=10.97 cores=1,3,5,7
/proc/3363/stat : 3363 (python) S 3361 3363 1117 0 -1 4202496 68595 932 1 0 1078 19 0 0 20 0 4 0 869500530 453660672 39462 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652686283 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/3363/statm: 110757 39462 1877 364 0 45638 0
[pid=3370] ppid=3363 vsize=422516 CPUtime=0.27 cores=1,3,5,7
/proc/3370/stat : 3370 (python) S 3363 3363 1117 0 -1 4202560 1105 0 0 0 12 15 0 0 16 0 2 0 869501635 432656384 37988 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652686283 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0
/proc/3370/statm: 105629 37988 406 364 0 40516 0
[pid=3372] ppid=3370 vsize=8538504 CPUtime=50.51 cores=1,3,5,7
/proc/3372/stat : 3372 (java) T 3370 3372 3372 0 -1 4202496 93114 0 1 0 5032 19 0 0 18 0 19 0 869501636 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3372/statm: 2134626 88521 2258 9 0 2125367 0
[pid=3372/tid=3373] ppid=3370 vsize=8538504 CPUtime=48.52 cores=1,3,5,7
/proc/3372/task/3373/stat : 3373 (java) T 3370 3372 3372 0 -1 4202560 64856 0 1 0 4840 12 0 0 25 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 46912505988560 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3374] ppid=3370 vsize=8538504 CPUtime=0.02 cores=1,3,5,7
/proc/3372/task/3374/stat : 3374 (java) T 3370 3372 3372 0 -1 4202560 3035 0 0 0 2 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3372/tid=3375] ppid=3370 vsize=8538504 CPUtime=0.03 cores=1,3,5,7
/proc/3372/task/3375/stat : 3375 (java) T 3370 3372 3372 0 -1 4202560 2601 0 0 0 2 1 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=3372/tid=3376] ppid=3370 vsize=8538504 CPUtime=0.02 cores=1,3,5,7
/proc/3372/task/3376/stat : 3376 (java) T 3370 3372 3372 0 -1 4202560 1686 0 0 0 2 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=8538504 CPUtime=0.02 cores=1,3,5,7
/proc/3372/task/3377/stat : 3377 (java) T 3370 3372 3372 0 -1 4202560 1490 0 0 0 2 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3372/tid=3378] ppid=3370 vsize=8538504 CPUtime=0.02 cores=1,3,5,7
/proc/3372/task/3378/stat : 3378 (java) T 3370 3372 3372 0 -1 4202560 2333 0 0 0 2 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=8538504 CPUtime=0.01 cores=1,3,5,7
/proc/3372/task/3379/stat : 3379 (java) T 3370 3372 3372 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=8538504 CPUtime=0.01 cores=1,3,5,7
/proc/3372/task/3380/stat : 3380 (java) T 3370 3372 3372 0 -1 4202560 625 0 0 0 1 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=8538504 CPUtime=0.02 cores=1,3,5,7
/proc/3372/task/3381/stat : 3381 (java) T 3370 3372 3372 0 -1 4202560 2167 0 0 0 2 0 0 0 15 0 19 0 869501637 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=8538504 CPUtime=0.43 cores=1,3,5,7
/proc/3372/task/3382/stat : 3382 (java) T 3370 3372 3372 0 -1 4202560 4579 0 0 0 43 0 0 0 15 0 19 0 869501638 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 0 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3372/tid=3383] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3383/stat : 3383 (java) T 3370 3372 3372 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869501639 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3372/tid=3384] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3384/stat : 3384 (java) T 3370 3372 3372 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 869501639 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3372/tid=3385] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3385/stat : 3385 (java) T 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652683185 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3386] ppid=3370 vsize=8538504 CPUtime=0.62 cores=1,3,5,7
/proc/3372/task/3386/stat : 3386 (java) T 3370 3372 3372 0 -1 4202560 4400 0 0 0 61 1 0 0 15 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3372/tid=3388] ppid=3370 vsize=8538504 CPUtime=0.69 cores=1,3,5,7
/proc/3372/task/3388/stat : 3388 (java) T 3370 3372 3372 0 -1 4202560 3053 0 0 0 69 0 0 0 15 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=3372/tid=3389] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3389/stat : 3389 (java) T 3370 3372 3372 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652675481 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=3372/tid=3390] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3390/stat : 3390 (java) T 3370 3372 3372 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 869501641 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3372/tid=3392] ppid=3370 vsize=8538504 CPUtime=0 cores=1,3,5,7
/proc/3372/task/3392/stat : 3392 (java) T 3370 3372 3372 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869501953 8743428096 88521 33554432000 1073741824 1073778376 140736544637584 18446744073709551615 253652676096 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=3370/tid=3399] ppid=3363 vsize=422516 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3399/stat : 3399 (python) S 3363 3363 1117 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 869506550 432656384 37988 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554946 18446604460238409792 0 0 -1 5 0 0 0
[pid=3400] ppid=3363 vsize=422528 CPUtime=0.27 cores=1,3,5,7
/proc/3400/stat : 3400 (python) S 3363 3363 1117 0 -1 4202560 1111 0 0 0 13 14 0 0 16 0 2 0 869506552 432668672 37980 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652686283 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/3400/statm: 105632 37980 396 364 0 40516 0
[pid=3402] ppid=3400 vsize=107924 CPUtime=48.88 cores=1,3,5,7
/proc/3402/stat : 3402 (wbo1.4a) T 3400 3402 3402 0 -1 4202496 32221 0 0 0 4858 30 0 0 25 0 1 0 869506553 110514176 26446 33554432000 134512640 135751879 4293980880 18446744073709551615 134606383 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/3402/statm: 26981 26446 146 303 0 26676 0
[pid=3400/tid=3404] ppid=3363 vsize=422528 CPUtime=0 cores=1,3,5,7
/proc/3400/task/3404/stat : 3404 (python) S 3363 3363 1117 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 869511444 432668672 37980 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554946 18446604455586533824 0 0 -1 7 0 0 0
[pid=3405] ppid=3363 vsize=432784 CPUtime=0 cores=1,3,5,7
/proc/3405/stat : 3405 (python) S 3363 3363 1117 0 -1 4202560 801 0 0 0 0 0 0 0 19 0 1 0 869511447 443170816 37929 33554432000 4194304 5683644 140733895533504 18446744073709551615 253640879686 0 0 16781312 33554946 742511201648377856 0 0 17 5 0 0 0
/proc/3405/statm: 108196 37929 348 364 0 43077 0
[pid=3407] ppid=3405 vsize=8537940 CPUtime=1.08 cores=1,3,5,7
/proc/3407/stat : 3407 (java) S 3405 3407 3407 0 -1 4202496 41016 0 1 0 102 6 0 0 17 0 18 0 869511447 8742850560 39705 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3407/statm: 2134485 39705 2217 9 0 2125226 0
[pid=3407/tid=3408] ppid=3405 vsize=8537940 CPUtime=0.74 cores=1,3,5,7
/proc/3407/task/3408/stat : 3408 (java) R 3405 3407 3407 0 -1 4202560 35222 0 1 0 69 5 0 0 18 0 18 0 869511449 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 46912505555866 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3407/tid=3409] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3409/stat : 3409 (java) S 3405 3407 3407 0 -1 4202560 297 0 0 0 0 0 0 0 16 0 18 0 869511449 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 1 0 0 0
[pid=3407/tid=3411] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3411/stat : 3411 (java) S 3405 3407 3407 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 18 0 869511449 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 1 0 0 0
[pid=3407/tid=3412] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3412/stat : 3412 (java) S 3405 3407 3407 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 18 0 869511449 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 5 0 0 0
[pid=3407/tid=3413] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3413/stat : 3413 (java) S 3405 3407 3407 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 869511449 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 5 0 0 0
[pid=3407/tid=3414] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3414/stat : 3414 (java) S 3405 3407 3407 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 869511449 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 1 0 0 0
[pid=3407/tid=3415] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3415/stat : 3415 (java) S 3405 3407 3407 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 869511449 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 1 0 0 0
[pid=3407/tid=3416] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3416/stat : 3416 (java) S 3405 3407 3407 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 869511449 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 1 0 0 0
[pid=3407/tid=3417] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3417/stat : 3417 (java) S 3405 3407 3407 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 18 0 869511449 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 7 0 0 0
[pid=3407/tid=3418] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3418/stat : 3418 (java) S 3405 3407 3407 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 869511450 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652676096 0 0 0 16800975 18446604443374074688 0 0 -1 7 0 0 0
[pid=3407/tid=3419] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3419/stat : 3419 (java) S 3405 3407 3407 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 18 0 869511451 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 1 0 0 0
[pid=3407/tid=3420] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3420/stat : 3420 (java) S 3405 3407 3407 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 869511451 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 1 0 0 0
[pid=3407/tid=3421] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3421/stat : 3421 (java) S 3405 3407 3407 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869511453 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652683185 0 4 0 16800975 18446604443374074688 0 0 -1 1 0 0 0
[pid=3407/tid=3422] ppid=3405 vsize=8537940 CPUtime=0.17 cores=1,3,5,7
/proc/3407/task/3422/stat : 3422 (java) S 3405 3407 3407 0 -1 4202560 1602 0 0 0 17 0 0 0 21 0 18 0 869511453 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 3 0 0 0
[pid=3407/tid=3424] ppid=3405 vsize=8537940 CPUtime=0.15 cores=1,3,5,7
/proc/3407/task/3424/stat : 3424 (java) S 3405 3407 3407 0 -1 4202560 2115 0 0 0 15 0 0 0 23 0 18 0 869511453 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 7 0 0 0
[pid=3407/tid=3425] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3425/stat : 3425 (java) S 3405 3407 3407 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 869511453 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652675481 0 4 0 16800975 18446604443374074688 0 0 -1 1 0 0 0
[pid=3407/tid=3426] ppid=3405 vsize=8537940 CPUtime=0 cores=1,3,5,7
/proc/3407/task/3426/stat : 3426 (java) S 3405 3407 3407 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 869511453 8742850560 39708 33554432000 1073741824 1073778376 140734619292416 18446744073709551615 253652676096 0 4 0 16800975 18446604443374074688 0 0 -1 3 0 0 0
[pid=3363/tid=3371] ppid=3361 vsize=443028 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (python) S 3361 3363 1117 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 4 0 869501636 453660672 39462 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554434 18446604458201461824 0 0 -1 7 0 0 0
[pid=3363/tid=3401] ppid=3361 vsize=443028 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3401/stat : 3401 (python) S 3361 3363 1117 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 869506553 453660672 39462 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554434 18446604458201461824 0 0 -1 7 0 0 0
[pid=3363/tid=3406] ppid=3361 vsize=443028 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3406/stat : 3406 (python) S 3361 3363 1117 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 4 0 869511447 453660672 39462 33554432000 4194304 5683644 140733895533504 18446744073709551615 253652683185 0 0 16781312 33554434 18446604458201461824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 111.98
Current children cumulated vsize (KiB) 18905224

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

Real time (s): 109.985
CPU time (s): 111.98
CPU user time (s): 110.95
CPU system time (s): 1.03
CPU usage (%): 101.814
Max. virtual memory (cumulated for all children) (KiB): 18905224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7894
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69528
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= 1002
involuntary context switches= 28

runsolver used 0.6519 second user time and 1.64875 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-09 02:23:21
IDJOB=3482319
IDBENCH=89910
IDSOLVER=1970
FILE ID=node106/3482319-1307579000
RUNJOBID= node106-1307576440-1136
PBS_JOBID= 13547699
Free space on /tmp= 73256 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-mul_8_3_shg.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-3482319-1307579000/watcher-3482319-1307579000 -o /tmp/evaluation-result-3482319-1307579000/solver-3482319-1307579000 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3482319-1307579000.opb -seed 508423905 -budget 1800

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

MD5SUM BENCH= 5ce23254bdc15fb1c07c51b856e9b57c
RANDOM SEED=508423905

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.75
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7069444 kB
Buffers:        193392 kB
Cached:        1059360 kB
SwapCached:      21548 kB
Active:       25292464 kB
Inactive:       215764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7069444 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:          124640 kB
Writeback:          20 kB
AnonPages:    24252996 kB
Mapped:         133992 kB
Slab:           172024 kB
PageTables:     123012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 195348272 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= 73156 MiB
End job on node106 at 2011-06-09 02:25:13