Trace number 3458084

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
Sat4j Resolution 2.3.0OPT3 115.3 113.586

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=251-P1=139-P2=89-P3=173-P4=107-B.opb
MD5SUM616d60d0b9e17d59a77d69efb2609a49
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.12098
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458084-1307157932.opb
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.055s.
0.10/0.17	c #vars     432
0.10/0.17	c #constraints  661
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
0.78/0.56	c SATISFIABLE
0.78/0.56	c OPTIMIZING...
0.78/0.56	c Got one! Elapsed wall clock time (in seconds):0.445
0.78/0.56	o 3
1.02/0.79	c cleaning 2616 clauses out of 5238 with flag 2001/5238
1.96/1.45	c cleaning 4311 clauses out of 8621 with flag 8000/11237
2.55/2.10	c cleaning 5650 clauses out of 11310 with flag 15000/18237
3.48/2.98	c cleaning 6820 clauses out of 13660 with flag 23000/26237
4.41/3.82	c cleaning 7919 clauses out of 15841 with flag 32001/35238
5.62/5.07	c cleaning 8960 clauses out of 17922 with flag 42001/45238
6.82/6.20	c cleaning 9472 clauses out of 18961 with flag 52000/55237
7.72/7.17	c cleaning 9736 clauses out of 19490 with flag 62001/65238
8.82/8.28	c cleaning 9876 clauses out of 19754 with flag 72001/75238
9.82/9.22	c cleaning 9933 clauses out of 19879 with flag 82002/85239
10.56/9.98	c cleaning 9966 clauses out of 19945 with flag 92001/95238
11.34/10.79	c cleaning 9982 clauses out of 19978 with flag 102000/105237
12.24/11.70	c cleaning 9994 clauses out of 19997 with flag 112001/115238
13.34/12.80	c cleaning 9994 clauses out of 20002 with flag 122000/125237
14.14/13.58	c cleaning 9998 clauses out of 20008 with flag 132000/135237
15.15/14.58	c cleaning 10002 clauses out of 20011 with flag 142001/145238
15.96/15.36	c cleaning 9992 clauses out of 20008 with flag 152000/155237
16.65/16.01	c cleaning 9993 clauses out of 20017 with flag 162001/165238
17.35/16.74	c cleaning 10008 clauses out of 20023 with flag 172000/175237
18.45/17.81	c cleaning 10003 clauses out of 20015 with flag 182000/185237
19.16/18.60	c cleaning 10004 clauses out of 20012 with flag 192000/195237
20.08/19.45	c cleaning 9993 clauses out of 20011 with flag 202003/205240
21.08/20.42	c cleaning 10004 clauses out of 20015 with flag 212000/215237
22.08/21.41	c cleaning 9999 clauses out of 20011 with flag 222000/225237
23.08/22.44	c cleaning 10000 clauses out of 20012 with flag 232000/235237
24.18/23.52	c cleaning 10001 clauses out of 20012 with flag 242000/245237
25.19/24.59	c cleaning 10001 clauses out of 20012 with flag 252001/255238
26.01/25.40	c cleaning 9999 clauses out of 20010 with flag 262000/265237
26.79/26.19	c cleaning 10000 clauses out of 20012 with flag 272001/275238
27.89/27.25	c cleaning 9995 clauses out of 20012 with flag 282001/285238
29.09/28.01	c cleaning 9999 clauses out of 20018 with flag 292002/295239
30.24/28.86	c cleaning 10003 clauses out of 20018 with flag 302001/305238
31.34/29.97	c cleaning 9998 clauses out of 20014 with flag 312000/315237
32.16/30.76	c cleaning 9996 clauses out of 20018 with flag 322002/325239
32.95/31.59	c cleaning 10001 clauses out of 20021 with flag 332001/335238
33.95/32.52	c cleaning 9995 clauses out of 20019 with flag 342000/345237
34.85/33.48	c cleaning 10007 clauses out of 20024 with flag 352000/355237
35.85/34.42	c cleaning 10003 clauses out of 20017 with flag 362000/365237
36.76/35.39	c cleaning 10001 clauses out of 20014 with flag 372000/375237
37.67/36.22	c cleaning 9998 clauses out of 20014 with flag 382001/385238
38.47/37.02	c cleaning 10002 clauses out of 20016 with flag 392001/395238
39.27/37.81	c cleaning 10001 clauses out of 20014 with flag 402001/405238
40.17/38.72	c cleaning 9999 clauses out of 20013 with flag 412001/415238
40.87/39.44	c cleaning 9995 clauses out of 20013 with flag 422000/425237
41.67/40.26	c cleaning 10002 clauses out of 20020 with flag 432002/435239
42.77/41.39	c cleaning 10000 clauses out of 20017 with flag 442001/445238
43.57/42.15	c cleaning 9996 clauses out of 20016 with flag 452000/455237
44.39/43.00	c cleaning 9996 clauses out of 20021 with flag 462001/465238
45.28/43.82	c cleaning 10001 clauses out of 20024 with flag 472000/475237
46.18/44.73	c cleaning 10010 clauses out of 20023 with flag 482000/485237
47.29/45.84	c cleaning 10003 clauses out of 20013 with flag 492000/495237
48.30/46.82	c cleaning 10003 clauses out of 20011 with flag 502001/505238
49.20/47.76	c cleaning 10001 clauses out of 20007 with flag 512000/515237
50.10/48.65	c cleaning 9996 clauses out of 20007 with flag 522001/525238
51.06/49.53	c cleaning 9995 clauses out of 20010 with flag 532000/535237
51.84/50.35	c cleaning 10000 clauses out of 20016 with flag 542001/545238
52.64/51.19	c cleaning 9995 clauses out of 20016 with flag 552001/555238
53.64/52.14	c cleaning 10001 clauses out of 20020 with flag 562000/565237
54.64/53.10	c cleaning 10001 clauses out of 20020 with flag 572001/575238
55.55/54.06	c cleaning 10000 clauses out of 20018 with flag 582000/585237
56.35/54.85	c cleaning 10000 clauses out of 20018 with flag 592001/595238
57.26/55.76	c cleaning 10005 clauses out of 20017 with flag 602000/605237
58.26/56.75	c cleaning 10001 clauses out of 20012 with flag 612000/615237
59.26/57.77	c cleaning 10002 clauses out of 20012 with flag 622001/625238
60.26/58.71	c cleaning 10002 clauses out of 20009 with flag 632000/635237
61.17/59.60	c cleaning 9998 clauses out of 20008 with flag 642001/645238
61.77/60.29	c cleaning 9996 clauses out of 20009 with flag 652000/655237
62.57/61.07	c cleaning 9996 clauses out of 20012 with flag 662000/665237
63.37/61.85	c cleaning 9995 clauses out of 20016 with flag 672000/675237
64.19/62.68	c cleaning 9999 clauses out of 20022 with flag 682001/685238
65.19/63.60	c cleaning 10006 clauses out of 20023 with flag 692001/695238
66.20/64.64	c cleaning 10003 clauses out of 20017 with flag 702001/705238
67.20/65.67	c cleaning 10002 clauses out of 20014 with flag 712001/715238
68.20/66.60	c cleaning 10001 clauses out of 20012 with flag 722001/725238
69.11/67.53	c cleaning 10006 clauses out of 20011 with flag 732001/735238
69.83/68.28	c cleaning 9996 clauses out of 20005 with flag 742001/745238
70.71/69.14	c cleaning 10000 clauses out of 20012 with flag 752004/755241
71.61/70.01	c cleaning 9997 clauses out of 20009 with flag 762001/765238
72.41/70.80	c cleaning 10001 clauses out of 20013 with flag 772002/775239
73.13/71.56	c cleaning 10001 clauses out of 20011 with flag 782001/785238
74.13/72.52	c cleaning 9999 clauses out of 20009 with flag 792000/795237
75.02/73.44	c cleaning 10001 clauses out of 20011 with flag 802001/805238
75.82/74.26	c cleaning 9999 clauses out of 20009 with flag 812000/815237
76.63/75.07	c cleaning 10001 clauses out of 20011 with flag 822001/825238
77.33/75.75	c cleaning 9998 clauses out of 20009 with flag 832000/835237
78.13/76.50	c cleaning 9999 clauses out of 20014 with flag 842003/845240
78.83/77.27	c cleaning 10000 clauses out of 20014 with flag 852002/855239
79.65/78.11	c cleaning 9999 clauses out of 20012 with flag 862000/865237
80.53/78.91	c cleaning 10001 clauses out of 20013 with flag 872000/875237
81.43/79.89	c cleaning 10001 clauses out of 20012 with flag 882000/885237
82.44/80.83	c cleaning 9998 clauses out of 20011 with flag 892000/895237
83.24/81.67	c cleaning 9997 clauses out of 20013 with flag 902000/905237
84.16/82.53	c cleaning 10005 clauses out of 20016 with flag 912000/915237
85.15/83.60	c cleaning 10001 clauses out of 20012 with flag 922001/925238
85.84/84.28	c cleaning 9995 clauses out of 20010 with flag 932000/935237
86.84/85.28	c cleaning 10000 clauses out of 20015 with flag 942000/945237
87.94/86.38	c cleaning 10003 clauses out of 20015 with flag 952000/955237
89.05/87.43	c cleaning 10002 clauses out of 20012 with flag 962000/965237
89.95/88.32	c cleaning 10000 clauses out of 20011 with flag 972001/975238
90.66/89.02	c cleaning 9996 clauses out of 20010 with flag 982000/985237
91.56/89.93	c cleaning 10001 clauses out of 20014 with flag 992000/995237
92.46/90.80	c cleaning 10002 clauses out of 20014 with flag 1002001/1005238
93.26/91.62	c cleaning 10001 clauses out of 20011 with flag 1012000/1015237
94.16/92.51	c cleaning 10002 clauses out of 20012 with flag 1022002/1025239
94.96/93.41	c cleaning 9991 clauses out of 20009 with flag 1032001/1035238
96.06/94.40	c cleaning 10006 clauses out of 20018 with flag 1042001/1045238
96.86/95.28	c cleaning 10001 clauses out of 20012 with flag 1052001/1055238
97.87/96.26	c cleaning 10002 clauses out of 20010 with flag 1062000/1065237
98.77/97.17	c cleaning 9996 clauses out of 20009 with flag 1072001/1075238
99.78/98.18	c cleaning 10003 clauses out of 20012 with flag 1082000/1085237
100.78/99.11	c cleaning 10002 clauses out of 20010 with flag 1092001/1095238
101.80/100.12	c cleaning 9999 clauses out of 20007 with flag 1102001/1105238
102.90/101.22	c cleaning 9998 clauses out of 20007 with flag 1112000/1115237
103.78/102.20	c cleaning 9998 clauses out of 20009 with flag 1122000/1125237
104.88/103.30	c cleaning 10002 clauses out of 20012 with flag 1132001/1135238
105.89/104.30	c cleaning 10002 clauses out of 20011 with flag 1142002/1145239
106.89/105.21	c cleaning 10002 clauses out of 20010 with flag 1152003/1155240
107.89/106.23	c cleaning 9998 clauses out of 20006 with flag 1162001/1165238
108.90/107.20	c cleaning 10002 clauses out of 20007 with flag 1172000/1175237
109.80/108.17	c cleaning 10000 clauses out of 20005 with flag 1182000/1185237
110.80/109.13	c cleaning 10002 clauses out of 20005 with flag 1192000/1195237
111.80/110.17	c cleaning 9998 clauses out of 20004 with flag 1202001/1205238
112.82/111.17	c cleaning 9999 clauses out of 20005 with flag 1212000/1215237
113.83/112.19	c cleaning 9999 clauses out of 20005 with flag 1222000/1225237
114.82/113.14	c cleaning 10001 clauses out of 20006 with flag 1232002/1235239
115.22/113.56	c starts		: 191
115.22/113.56	c conflicts		: 1239811
115.22/113.56	c decisions		: 1267475
115.22/113.56	c propagations		: 26282761
115.22/113.56	c inspects		: 915846979
115.22/113.56	c shortcuts		: 0
115.22/113.56	c learnt literals	: 19
115.22/113.56	c learnt binary clauses	: 84
115.22/113.56	c learnt ternary clauses	: 273
115.22/113.56	c learnt constraints	: 1239791
115.22/113.56	c ignored constraints	: 0
115.22/113.56	c root simplifications	: 0
115.22/113.56	c removed literals (reason simplification)	: 50349054
115.22/113.56	c reason swapping (by a shorter reason)	: 0
115.22/113.56	c Calls to reduceDB	: 125
115.22/113.56	c number of reductions to clauses (during analyze)	: 0
115.22/113.56	c number of learned constraints concerned by reduction	: 0
115.22/113.56	c number of learning phase by resolution	: 0
115.22/113.56	c number of learning phase by cutting planes	: 0
115.22/113.56	c speed (assignments/second)	: 232576.3979222526
115.22/113.56	c non guided choices	2899
115.22/113.56	c learnt constraints type 
115.22/113.56	c constraints type 
115.22/113.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
115.22/113.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
115.22/113.56	s OPTIMUM FOUND
115.22/113.56	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 x66 x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 
115.22/113.56	c objective function=3
115.22/113.56	c Total wall clock time (in seconds): 113.454

Verifier Data

OK	3

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-3458084-1307157932/watcher-3458084-1307157932 -o /tmp/evaluation-result-3458084-1307157932/solver-3458084-1307157932 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458084-1307157932.opb 

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.04 2.02 1.93 2/535 14717
/proc/meminfo: memFree=21459344/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 4413 0 1 0 0 0 0 0 25 0 2 0 827389885 13850947584 4114 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3381579 4127 917 9 0 3372735 0
[pid=14717/tid=14718] ppid=14715 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 7829 0 1 0 0 0 0 0 25 0 2 0 827389886 13850947584 8645 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0425851 s]
/proc/loadavg: 2.04 2.02 1.93 2/535 14717
/proc/meminfo: memFree=21459344/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13549480 CPUtime=0.03 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 13680 0 1 0 2 1 0 0 25 0 13 0 827389885 13874667520 13376 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3387370 13379 1659 9 0 3378118 0
[pid=14717/tid=14718] ppid=14715 vsize=13549480 CPUtime=0.03 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 12536 0 1 0 2 1 0 0 18 0 13 0 827389886 13874667520 13380 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 47011926636056 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13549480

[startup+0.105597 s]
/proc/loadavg: 2.04 2.02 1.93 2/535 14717
/proc/meminfo: memFree=21459344/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13556900 CPUtime=0.1 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 15526 0 1 0 9 1 0 0 25 0 18 0 827389885 13882265600 15222 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3389225 15224 2093 9 0 3379959 0
[pid=14717/tid=14718] ppid=14715 vsize=13556900 CPUtime=0.09 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 13623 0 1 0 8 1 0 0 18 0 18 0 827389886 13882265600 15224 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 47011923945878 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13556900

[startup+0.33577 s]
/proc/loadavg: 2.04 2.02 1.93 2/535 14717
/proc/meminfo: memFree=21459344/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13625680 CPUtime=0.58 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 18801 0 1 0 57 1 0 0 25 0 19 0 827389885 13952696320 17494 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3406420 17494 2213 9 0 3397154 0
[pid=14717/tid=14718] ppid=14715 vsize=13625680 CPUtime=0.32 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 14281 0 1 0 31 1 0 0 19 0 19 0 827389886 13952696320 17494 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 46912505511815 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13625680

[startup+0.70164 s]
/proc/loadavg: 2.04 2.02 1.93 2/535 14717
/proc/meminfo: memFree=21459344/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13625680 CPUtime=1.02 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 19443 0 1 0 100 2 0 0 25 0 19 0 827389885 13952696320 18042 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3406420 18042 2217 9 0 3397154 0
[pid=14717/tid=14718] ppid=14715 vsize=13625680 CPUtime=0.69 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 14795 0 1 0 68 1 0 0 19 0 19 0 827389886 13952696320 18042 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 46912505575021 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13625680

[startup+1.50129 s]
/proc/loadavg: 2.04 2.02 1.93 3/554 14736
/proc/meminfo: memFree=21377252/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13640916 CPUtime=2.05 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 26153 0 1 0 202 3 0 0 25 0 19 0 827389885 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3410229 23085 2248 9 0 3400963 0
[pid=14717/tid=14718] ppid=14715 vsize=13640916 CPUtime=1.45 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 14924 0 1 0 144 1 0 0 21 0 19 0 827389886 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 46912505575434 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 7151 0 -1 4202560 353 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 7151 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 7151 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 7151 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 7151 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=13640916 CPUtime=0.02 cores=1,3,5,7
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 7151 0 -1 4202560 727 0 0 0 2 0 0 0 16 0 19 0 827389889 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 0 0 16800975 18446604461794749504 0 0 -1 3 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827389889 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827389889 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827389891 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512515505 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=13640916 CPUtime=0.24 cores=1,3,5,7
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 7151 0 -1 4202560 2075 0 0 0 24 0 0 0 15 0 19 0 827389891 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=13640916 CPUtime=0.31 cores=1,3,5,7
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 7151 0 -1 4202560 6427 0 0 0 30 1 0 0 16 0 19 0 827389891 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827389891 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827389891 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827389903 13968297984 23085 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 13640916

[startup+3.10097 s]
/proc/loadavg: 2.04 2.02 1.93 10/554 14736
/proc/meminfo: memFree=21373532/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13640916 CPUtime=3.71 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 26655 0 1 0 368 3 0 0 25 0 19 0 827389885 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3410229 23585 2249 9 0 3400963 0
[pid=14717/tid=14718] ppid=14715 vsize=13640916 CPUtime=2.99 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 14926 0 1 0 298 1 0 0 25 0 19 0 827389886 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 46912505166934 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 7151 0 -1 4202560 431 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 7151 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 19 0 827389888 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 7151 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 7151 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 7151 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 7151 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 827389888 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 7151 0 -1 4202560 271 0 0 0 0 0 0 0 16 0 19 0 827389888 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=13640916 CPUtime=0.05 cores=1,3,5,7
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 7151 0 -1 4202560 1037 0 0 0 5 0 0 0 16 0 19 0 827389889 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 0 0 16800975 18446604461794749504 0 0 -1 3 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827389889 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827389889 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827389891 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512515505 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=13640916 CPUtime=0.27 cores=1,3,5,7
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 7151 0 -1 4202560 2091 0 0 0 27 0 0 0 15 0 19 0 827389891 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=13640916 CPUtime=0.31 cores=1,3,5,7
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 7151 0 -1 4202560 6427 0 0 0 30 1 0 0 15 0 19 0 827389891 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827389891 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827389891 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=13640916 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827389903 13968297984 23585 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 13640916

[startup+6.30134 s]
/proc/loadavg: 2.03 2.02 1.93 3/554 14737
/proc/meminfo: memFree=21371004/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13637060 CPUtime=6.92 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 27574 0 1 0 689 3 0 0 25 0 19 0 827389885 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3409265 23909 2249 9 0 3399999 0
[pid=14717/tid=14718] ppid=14715 vsize=13637060 CPUtime=6.14 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 14930 0 1 0 613 1 0 0 25 0 19 0 827389886 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 46912505536574 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=13637060 CPUtime=0.01 cores=1,3,5,7
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 7151 0 -1 4202560 431 0 0 0 1 0 0 0 15 0 19 0 827389888 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=13637060 CPUtime=0.01 cores=1,3,5,7
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 7151 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 827389888 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=13637060 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 7151 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 827389888 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=13637060 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 7151 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 827389888 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=13637060 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 7151 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 827389888 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=13637060 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 7151 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 827389888 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=13637060 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 7151 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 827389888 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=13637060 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 7151 0 -1 4202560 302 0 0 0 0 0 0 0 16 0 19 0 827389888 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=13637060 CPUtime=0.1 cores=1,3,5,7
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 7151 0 -1 4202560 1780 0 0 0 10 0 0 0 16 0 19 0 827389889 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 0 0 16800975 18446604461794749504 0 0 -1 3 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=13637060 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827389889 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=13637060 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827389889 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=13637060 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827389891 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512515505 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=13637060 CPUtime=0.27 cores=1,3,5,7
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 7151 0 -1 4202560 2091 0 0 0 27 0 0 0 15 0 19 0 827389891 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=13637060 CPUtime=0.31 cores=1,3,5,7
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 7151 0 -1 4202560 6427 0 0 0 30 1 0 0 15 0 19 0 827389891 13964349440 23909 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0

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

/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 7151 0 -1 4202560 449 0 0 0 9 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 7151 0 -1 4202560 99 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=13637576 CPUtime=0.08 cores=1,3,5,7
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 7151 0 -1 4202560 61 0 0 0 8 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=13637576 CPUtime=0.08 cores=1,3,5,7
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 7151 0 -1 4202560 70 0 0 0 8 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=13637576 CPUtime=0.06 cores=1,3,5,7
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 7151 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 7151 0 -1 4202560 186 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 7151 0 -1 4202560 149 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=13637576 CPUtime=0.06 cores=1,3,5,7
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 7151 0 -1 4202560 344 0 0 0 6 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=13637576 CPUtime=2.23 cores=1,3,5,7
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 7151 0 -1 4202560 2981 0 0 0 221 2 0 0 16 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 0 0 16800975 18446604461794749504 0 0 -1 3 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512515505 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=13637576 CPUtime=0.36 cores=1,3,5,7
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 7151 0 -1 4202560 2176 0 0 0 36 0 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=13637576 CPUtime=1.06 cores=1,3,5,7
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 7151 0 -1 4202560 10209 0 0 0 105 1 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827389903 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 113.61
Current children cumulated vsize (KiB) 13637576

[startup+112.701 s]
/proc/loadavg: 2.05 2.03 1.94 3/554 14739
/proc/meminfo: memFree=21358568/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13637576 CPUtime=114.42 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 33011 0 1 0 11435 7 0 0 25 0 19 0 827389885 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3409394 25676 2250 9 0 3400128 0
[pid=14717/tid=14718] ppid=14715 vsize=13637576 CPUtime=110.07 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 15053 0 1 0 11006 1 0 0 25 0 19 0 827389886 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 46912505559411 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=13637576 CPUtime=0.09 cores=1,3,5,7
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 7151 0 -1 4202560 449 0 0 0 9 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 7151 0 -1 4202560 99 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=13637576 CPUtime=0.08 cores=1,3,5,7
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 7151 0 -1 4202560 61 0 0 0 8 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=13637576 CPUtime=0.08 cores=1,3,5,7
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 7151 0 -1 4202560 70 0 0 0 8 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=13637576 CPUtime=0.06 cores=1,3,5,7
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 7151 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 7151 0 -1 4202560 186 0 0 0 7 0 0 0 16 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 7151 0 -1 4202560 149 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=13637576 CPUtime=0.06 cores=1,3,5,7
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 7151 0 -1 4202560 344 0 0 0 6 0 0 0 16 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=13637576 CPUtime=2.25 cores=1,3,5,7
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 7151 0 -1 4202560 2981 0 0 0 223 2 0 0 16 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 0 0 16800975 18446604461794749504 0 0 -1 3 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512515505 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=13637576 CPUtime=0.36 cores=1,3,5,7
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 7151 0 -1 4202560 2176 0 0 0 36 0 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=13637576 CPUtime=1.06 cores=1,3,5,7
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 7151 0 -1 4202560 10209 0 0 0 105 1 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827389903 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 114.42
Current children cumulated vsize (KiB) 13637576

[startup+113.101 s]
/proc/loadavg: 2.05 2.03 1.94 3/554 14739
/proc/meminfo: memFree=21358568/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13637576 CPUtime=114.82 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 33011 0 1 0 11475 7 0 0 25 0 19 0 827389885 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3409394 25676 2250 9 0 3400128 0
[pid=14717/tid=14718] ppid=14715 vsize=13637576 CPUtime=110.47 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 15053 0 1 0 11046 1 0 0 25 0 19 0 827389886 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 46912505559365 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=13637576 CPUtime=0.09 cores=1,3,5,7
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 7151 0 -1 4202560 449 0 0 0 9 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 7151 0 -1 4202560 99 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=13637576 CPUtime=0.08 cores=1,3,5,7
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 7151 0 -1 4202560 61 0 0 0 8 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=13637576 CPUtime=0.08 cores=1,3,5,7
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 7151 0 -1 4202560 70 0 0 0 8 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=13637576 CPUtime=0.06 cores=1,3,5,7
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 7151 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 7151 0 -1 4202560 186 0 0 0 7 0 0 0 16 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 7151 0 -1 4202560 149 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=13637576 CPUtime=0.06 cores=1,3,5,7
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 7151 0 -1 4202560 344 0 0 0 6 0 0 0 16 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=13637576 CPUtime=2.25 cores=1,3,5,7
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 7151 0 -1 4202560 2981 0 0 0 223 2 0 0 16 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 0 0 16800975 18446604461794749504 0 0 -1 3 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512515505 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=13637576 CPUtime=0.36 cores=1,3,5,7
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 7151 0 -1 4202560 2176 0 0 0 36 0 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=13637576 CPUtime=1.06 cores=1,3,5,7
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 7151 0 -1 4202560 10209 0 0 0 105 1 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827389903 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 114.82
Current children cumulated vsize (KiB) 13637576

[startup+113.501 s]
/proc/loadavg: 2.05 2.03 1.94 3/554 14739
/proc/meminfo: memFree=21358568/32950928 swapFree=34259960/67111528
[pid=14717] ppid=14715 vsize=13637576 CPUtime=115.22 cores=1,3,5,7
/proc/14717/stat : 14717 (java) S 14715 14717 7151 0 -1 4202496 33012 0 1 0 11515 7 0 0 25 0 19 0 827389885 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 3409394 25676 2250 9 0 3400128 0
[pid=14717/tid=14718] ppid=14715 vsize=13637576 CPUtime=110.85 cores=1,3,5,7
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 7151 0 -1 4202560 15054 0 1 0 11084 1 0 0 25 0 19 0 827389886 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 46912505533210 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=13637576 CPUtime=0.09 cores=1,3,5,7
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 7151 0 -1 4202560 449 0 0 0 9 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 7151 0 -1 4202560 99 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=13637576 CPUtime=0.08 cores=1,3,5,7
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 7151 0 -1 4202560 61 0 0 0 8 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=13637576 CPUtime=0.08 cores=1,3,5,7
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 7151 0 -1 4202560 70 0 0 0 8 0 0 0 16 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=13637576 CPUtime=0.06 cores=1,3,5,7
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 7151 0 -1 4202560 76 0 0 0 6 0 0 0 16 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 7151 0 -1 4202560 186 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=13637576 CPUtime=0.07 cores=1,3,5,7
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 7151 0 -1 4202560 149 0 0 0 7 0 0 0 15 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=13637576 CPUtime=0.06 cores=1,3,5,7
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 7151 0 -1 4202560 344 0 0 0 6 0 0 0 16 0 19 0 827389888 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=13637576 CPUtime=2.27 cores=1,3,5,7
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 7151 0 -1 4202560 2981 0 0 0 225 2 0 0 16 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 0 0 16800975 18446604461794749504 0 0 -1 3 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827389889 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512515505 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=13637576 CPUtime=0.36 cores=1,3,5,7
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 7151 0 -1 4202560 2176 0 0 0 36 0 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=13637576 CPUtime=1.06 cores=1,3,5,7
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 7151 0 -1 4202560 10209 0 0 0 105 1 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512507801 0 4 0 16800975 18446604461794749504 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 827389891 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 5 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=13637576 CPUtime=0 cores=1,3,5,7
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827389903 13964877824 25676 33554432000 1073741824 1073778376 140737415420832 18446744073709551615 254512508416 0 4 0 16800975 18446604461794749504 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 115.22
Current children cumulated vsize (KiB) 13637576

Child status: 30
Real time (s): 113.586
CPU time (s): 115.3
CPU user time (s): 115.221
CPU system time (s): 0.078987
CPU usage (%): 101.51
Max. virtual memory (cumulated for all children) (KiB): 13647496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.221
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33032
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= 6262
involuntary context switches= 3879

runsolver used 0.606907 second user time and 1.38679 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 05:25:32
IDJOB=3458084
IDBENCH=47904
IDSOLVER=1952
FILE ID=node149/3458084-1307157932
RUNJOBID= node149-1307156022-13968
PBS_JOBID= 13508767
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=251-P1=139-P2=89-P3=173-P4=107-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458084-1307157932/watcher-3458084-1307157932 -o /tmp/evaluation-result-3458084-1307157932/solver-3458084-1307157932 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458084-1307157932.opb

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

MD5SUM BENCH= 616d60d0b9e17d59a77d69efb2609a49
RANDOM SEED=1214482113

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:      21459360 kB
Buffers:        334172 kB
Cached:        3252928 kB
SwapCached:     123196 kB
Active:         437880 kB
Inactive:     10716988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21459360 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             488 kB
Writeback:           4 kB
AnonPages:     7468972 kB
Mapped:          26212 kB
Slab:           147940 kB
PageTables:     117720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186526764 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= 73764 MiB
End job on node149 at 2011-06-04 05:27:26