Trace number 3734790

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
PB11: Sat4j Res//CP 2.3.0UNSAT 160.103 80.5697

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.858
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version 2.3.1.v20110525
0.06/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.12	c java.vm.version	19.1-b02
0.06/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		1.6.0_24
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		9996466904
0.06/0.12	c Max memory 		10048897024
0.06/0.12	c Total memory 		10048897024
0.06/0.12	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3734790-1338692649.opb
0.06/0.14	c reading problem ... 
0.06/0.16	c ... done. Wall clock time 0.019s.
0.06/0.16	c #vars     31
0.06/0.16	c #constraints  9
0.06/0.16	c constraints type 
0.06/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.06/0.16	c constraints type 
0.06/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1.84/0.67	c cleaning 2501 clauses out of 5002 with flag 5002/5002
3.01/0.95	c cleaning 4250 clauses out of 8499 with flag 11000/11000
4.26/1.34	c cleaning 5622 clauses out of 11249 with flag 18000/18000
5.38/1.87	c cleaning 6814 clauses out of 13627 with flag 26000/26000
6.58/2.42	c cleaning 7904 clauses out of 15813 with flag 35000/35000
7.96/3.19	c cleaning 8955 clauses out of 17910 with flag 45001/45001
9.34/3.85	c cleaning 9477 clauses out of 18954 with flag 55000/55000
10.91/4.69	c cleaning 9732 clauses out of 19477 with flag 65000/65000
12.48/5.42	c cleaning 9873 clauses out of 19745 with flag 75000/75000
14.04/6.22	c cleaning 9935 clauses out of 19872 with flag 85000/85000
15.61/7.00	c cleaning 9966 clauses out of 19937 with flag 95000/95000
16.79/7.69	c cleaning 9986 clauses out of 19971 with flag 105000/105000
18.14/8.33	c cleaning 9993 clauses out of 19986 with flag 115001/115001
19.70/9.18	c cleaning 9992 clauses out of 19992 with flag 125000/125000
21.30/9.93	c cleaning 9999 clauses out of 20000 with flag 135000/135000
22.45/10.53	c cleaning 9998 clauses out of 20003 with flag 145002/145002
23.81/11.21	c cleaning 10001 clauses out of 20003 with flag 155000/155000
25.39/12.08	c cleaning 9997 clauses out of 20002 with flag 165000/165000
27.14/12.96	c cleaning 10002 clauses out of 20005 with flag 175000/175000
28.91/13.82	c cleaning 9997 clauses out of 20003 with flag 185000/185000
29.46/14.12	c cleaning 0 clauses out of 5000 with flag 0/5000
31.38/14.83	c cleaning 10004 clauses out of 20008 with flag 195002/195002
33.79/15.72	c cleaning 10000 clauses out of 20002 with flag 205000/205000
35.95/16.80	c cleaning 9996 clauses out of 20002 with flag 215000/215000
37.91/17.87	c cleaning 9998 clauses out of 20006 with flag 225000/225000
39.68/18.73	c cleaning 9999 clauses out of 20008 with flag 235000/235000
41.24/19.54	c cleaning 10005 clauses out of 20009 with flag 245000/245000
43.01/20.41	c cleaning 10002 clauses out of 20004 with flag 255000/255000
44.56/21.27	c cleaning 9999 clauses out of 20003 with flag 265001/265001
46.14/22.01	c cleaning 9998 clauses out of 20003 with flag 275000/275000
47.49/22.72	c cleaning 9998 clauses out of 20005 with flag 285000/285000
48.65/23.35	c cleaning 10001 clauses out of 20008 with flag 295001/295001
50.20/24.14	c cleaning 10004 clauses out of 20008 with flag 305002/305002
51.75/24.90	c cleaning 9999 clauses out of 20002 with flag 315000/315000
53.51/25.83	c cleaning 9998 clauses out of 20003 with flag 325000/325000
55.07/26.66	c cleaning 9997 clauses out of 20005 with flag 335000/335000
56.85/27.53	c cleaning 10003 clauses out of 20009 with flag 345001/345001
58.19/28.22	c cleaning 10001 clauses out of 20006 with flag 355001/355001
59.56/28.90	c cleaning 10000 clauses out of 20006 with flag 365002/365002
60.71/29.56	c cleaning 9999 clauses out of 20004 with flag 375000/375000
62.05/30.28	c cleaning 10002 clauses out of 20006 with flag 385001/385001
63.82/31.15	c cleaning 9996 clauses out of 20003 with flag 395000/395000
65.39/31.96	c cleaning 10002 clauses out of 20008 with flag 405001/405001
67.15/32.88	c cleaning 10002 clauses out of 20005 with flag 415000/415000
68.50/33.57	c cleaning 10000 clauses out of 20003 with flag 425000/425000
69.86/34.26	c cleaning 10000 clauses out of 20003 with flag 435000/435000
71.42/35.09	c cleaning 9999 clauses out of 20005 with flag 445002/445002
73.18/35.98	c cleaning 9999 clauses out of 20004 with flag 455000/455000
74.73/36.74	c cleaning 10002 clauses out of 20008 with flag 465003/465003
75.89/37.34	c cleaning 9998 clauses out of 20004 with flag 475001/475001
77.24/38.07	c cleaning 9998 clauses out of 20005 with flag 485000/485000
78.79/38.80	c cleaning 10002 clauses out of 20007 with flag 495000/495000
80.35/39.61	c cleaning 9997 clauses out of 20005 with flag 505000/505000
81.89/40.43	c cleaning 9999 clauses out of 20008 with flag 515000/515000
83.46/41.25	c cleaning 10002 clauses out of 20009 with flag 525000/525000
84.83/41.93	c cleaning 10005 clauses out of 20009 with flag 535002/535002
85.97/42.58	c cleaning 9998 clauses out of 20003 with flag 545001/545001
87.13/43.19	c cleaning 10001 clauses out of 20005 with flag 555001/555001
88.29/43.76	c cleaning 10001 clauses out of 20004 with flag 565001/565001
89.48/44.39	c cleaning 10002 clauses out of 20004 with flag 575002/575002
90.84/45.07	c cleaning 9999 clauses out of 20000 with flag 585000/585000
92.39/45.81	c cleaning 9996 clauses out of 20001 with flag 595000/595000
93.75/46.53	c cleaning 9999 clauses out of 20005 with flag 605000/605000
95.12/47.26	c cleaning 10000 clauses out of 20006 with flag 615000/615000
96.46/47.93	c cleaning 10000 clauses out of 20007 with flag 625001/625001
97.62/48.55	c cleaning 9996 clauses out of 20006 with flag 635000/635000
98.99/49.27	c cleaning 10004 clauses out of 20010 with flag 645000/645000
100.35/49.93	c cleaning 10001 clauses out of 20006 with flag 655000/655000
101.71/50.61	c cleaning 10000 clauses out of 20005 with flag 665000/665000
102.86/51.25	c cleaning 9995 clauses out of 20006 with flag 675001/675001
104.62/52.11	c cleaning 10002 clauses out of 20011 with flag 685001/685001
105.99/52.82	c cleaning 10001 clauses out of 20009 with flag 695001/695001
107.33/53.55	c cleaning 10002 clauses out of 20007 with flag 705000/705000
108.70/54.27	c cleaning 10000 clauses out of 20006 with flag 715001/715001
109.86/54.90	c cleaning 10002 clauses out of 20006 with flag 725001/725001
111.22/55.51	c cleaning 9998 clauses out of 20003 with flag 735000/735000
112.38/56.11	c cleaning 10002 clauses out of 20005 with flag 745000/745000
113.52/56.77	c cleaning 9999 clauses out of 20003 with flag 755000/755000
114.68/57.39	c cleaning 10001 clauses out of 20005 with flag 765001/765001
116.05/58.02	c cleaning 10002 clauses out of 20003 with flag 775000/775000
117.19/58.66	c cleaning 9995 clauses out of 20002 with flag 785001/785001
118.34/59.22	c cleaning 9999 clauses out of 20006 with flag 795000/795000
119.49/59.84	c cleaning 10001 clauses out of 20007 with flag 805000/805000
120.66/60.48	c cleaning 10000 clauses out of 20007 with flag 815001/815001
122.00/61.12	c cleaning 10002 clauses out of 20008 with flag 825002/825002
123.16/61.75	c cleaning 9997 clauses out of 20004 with flag 835000/835000
124.31/62.37	c cleaning 10004 clauses out of 20008 with flag 845001/845001
125.48/62.98	c cleaning 10002 clauses out of 20005 with flag 855002/855002
127.16/63.70	c cleaning 9999 clauses out of 20001 with flag 865000/865000
128.49/64.36	c cleaning 9999 clauses out of 20002 with flag 875000/875000
130.26/65.11	c cleaning 9997 clauses out of 20003 with flag 885000/885000
131.42/65.74	c cleaning 9999 clauses out of 20006 with flag 895000/895000
133.05/66.51	c cleaning 10002 clauses out of 20008 with flag 905001/905001
134.40/67.22	c cleaning 10000 clauses out of 20006 with flag 915001/915001
135.55/67.80	c cleaning 9999 clauses out of 20006 with flag 925001/925001
136.71/68.43	c cleaning 9999 clauses out of 20006 with flag 935000/935000
138.09/69.17	c cleaning 9998 clauses out of 20008 with flag 945001/945001
139.46/69.78	c cleaning 10001 clauses out of 20010 with flag 955001/955001
140.62/70.40	c cleaning 10004 clauses out of 20009 with flag 965001/965001
141.97/71.04	c cleaning 9998 clauses out of 20004 with flag 975000/975000
143.11/71.69	c cleaning 9997 clauses out of 20007 with flag 985001/985001
144.46/72.35	c cleaning 10003 clauses out of 20010 with flag 995001/995001
145.61/72.94	c cleaning 10002 clauses out of 20008 with flag 1005002/1005002
146.76/73.60	c cleaning 10001 clauses out of 20006 with flag 1015002/1015002
148.13/74.29	c cleaning 9999 clauses out of 20004 with flag 1025001/1025001
149.28/74.88	c cleaning 10000 clauses out of 20004 with flag 1035000/1035000
150.42/75.48	c cleaning 10000 clauses out of 20004 with flag 1045000/1045000
151.60/76.09	c cleaning 9996 clauses out of 20004 with flag 1055000/1055000
152.96/76.73	c cleaning 10002 clauses out of 20008 with flag 1065000/1065000
154.23/77.39	c cleaning 10001 clauses out of 20005 with flag 1075000/1075000
155.59/78.05	c cleaning 10001 clauses out of 20005 with flag 1085001/1085001
156.73/78.66	c cleaning 10000 clauses out of 20004 with flag 1095001/1095001
157.88/79.29	c cleaning 9998 clauses out of 20002 with flag 1105000/1105000
159.22/79.91	c cleaning 10001 clauses out of 20002 with flag 1115000/1115000
159.79/80.24	c  And the winner is Resolution
159.92/80.54	c starts		: 188
159.92/80.54	c conflicts		: 1120569
159.92/80.54	c decisions		: 1123028
159.92/80.54	c propagations		: 7685459
159.92/80.54	c inspects		: 1298396779
159.92/80.54	c shortcuts		: 0
159.92/80.54	c learnt literals	: 12
159.92/80.54	c learnt binary clauses	: 70
159.92/80.54	c learnt ternary clauses	: 312
159.92/80.54	c learnt constraints	: 1120556
159.92/80.54	c ignored constraints	: 0
159.92/80.54	c root simplifications	: 0
159.92/80.54	c removed literals (reason simplification)	: 11022589
159.92/80.54	c reason swapping (by a shorter reason)	: 0
159.92/80.54	c Calls to reduceDB	: 113
159.92/80.54	c number of reductions to clauses (during analyze)	: 0
159.92/80.54	c number of learned constraints concerned by reduction	: 0
159.92/80.54	c number of learning phase by resolution	: 0
159.92/80.54	c number of learning phase by cutting planes	: 0
159.92/80.54	c speed (assignments/second)	: 95614.07066434437
159.92/80.54	c non guided choices	13
159.92/80.56	c learnt constraints type 
159.92/80.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
159.92/80.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15491
159.92/80.56	c constraints type 
159.92/80.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
159.92/80.56	c constraints type 
159.92/80.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
159.92/80.56	s UNSATISFIABLE
159.92/80.56	c Total wall clock time (in seconds): 80.416

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734790-1338692649/watcher-3734790-1338692649 -o /tmp/evaluation-result-3734790-1338692649/solver-3734790-1338692649 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3734790-1338692649.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.89 2.96 3.20 4/197 27427
/proc/meminfo: memFree=27263712/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27427/stat : 27427 (java) D 27425 27427 23082 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 335389838 9515008 175 33554432000 1073741824 1073778376 140734180183072 140734180165800 223651644304 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/27427/statm: 2323 175 133 9 0 71 0

[startup+0.0860159 s]
/proc/loadavg: 2.89 2.96 3.20 4/197 27427
/proc/meminfo: memFree=27263712/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11253516 CPUtime=0.05 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 3794 0 1 0 4 1 0 0 20 0 13 0 335389838 11523600384 12157 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2813379 12157 1708 9 0 2804080 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11253516

[startup+0.100284 s]
/proc/loadavg: 2.89 2.96 3.20 4/197 27427
/proc/meminfo: memFree=27263712/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 3915 0 1 0 5 1 0 0 20 0 18 0 335389838 11864465408 12789 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2896598 12789 1764 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300186 s]
/proc/loadavg: 2.89 2.96 3.20 4/197 27427
/proc/meminfo: memFree=27263712/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 8710 0 1 0 63 2 0 0 20 0 22 0 335389838 12137111552 17854 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2963162 17854 2214 9 0 2953849 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 11852648

[startup+0.707005 s]
/proc/loadavg: 2.89 2.96 3.20 4/197 27427
/proc/meminfo: memFree=27263712/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11852648 CPUtime=2.23 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 21636 0 1 0 217 6 0 0 20 0 22 0 335389838 12137111552 36747 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2963162 36747 2270 9 0 2953849 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 11852648

[startup+1.5008 s]
/proc/loadavg: 2.89 2.96 3.20 7/219 27449
/proc/meminfo: memFree=27065520/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11852648 CPUtime=4.66 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 25686 0 1 0 455 11 0 0 20 0 22 0 335389838 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2963162 83786 2273 9 0 2953849 0
[pid=27427/tid=27429] ppid=27425 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/27427/task/27429/stat : 27429 (java) S 27425 27427 23082 0 -1 4202560 2861 0 1 0 10 1 0 0 20 0 22 0 335389839 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140555527976088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27430] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27430/stat : 27430 (java) S 27425 27427 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140555496385192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27431] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27431/stat : 27431 (java) S 27425 27427 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140555495332648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27432] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27432/stat : 27432 (java) S 27425 27427 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140555494280104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27433] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27433/stat : 27433 (java) S 27425 27427 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140555493227560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27434] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27434/stat : 27434 (java) S 27425 27427 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140555492173992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27435] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27435/stat : 27435 (java) S 27425 27427 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140555491121448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27436] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27436/stat : 27436 (java) S 27425 27427 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140555358013864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27437] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27437/stat : 27437 (java) S 27425 27427 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140555356961320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27438] ppid=27425 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/27427/task/27438/stat : 27438 (java) S 27425 27427 23082 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 22 0 335389844 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554873985640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27439] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27439/stat : 27439 (java) S 27425 27427 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554872931960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27440] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27440/stat : 27440 (java) S 27425 27427 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554871879304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27441] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27441/stat : 27441 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554870828048 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27442] ppid=27425 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/27427/task/27442/stat : 27442 (java) S 27425 27427 23082 0 -1 4202560 10562 0 0 0 94 2 0 0 20 0 22 0 335389847 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554869774392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27443] ppid=27425 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/27427/task/27443/stat : 27443 (java) S 27425 27427 23082 0 -1 4202560 10764 0 0 0 92 3 0 0 20 0 22 0 335389847 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554868721848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27444] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27444/stat : 27444 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554867669496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27445] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27445/stat : 27445 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554866617160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27446] ppid=27425 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/27427/task/27446/stat : 27446 (java) R 27425 27427 23082 0 -1 4202560 40 0 0 0 124 0 0 0 20 0 22 0 335389855 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554865562176 140555372088700 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27447] ppid=27425 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/27427/task/27447/stat : 27447 (java) R 27425 27427 23082 0 -1 4202560 192 0 0 0 120 5 0 0 20 0 22 0 335389855 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554864509944 140555372236208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27448] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27448/stat : 27448 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335389855 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554863457832 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27449] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27449/stat : 27449 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335389855 12137111552 83786 33554432000 1073741824 1073778376 140734819550640 140554862405288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 11852648

[startup+3.1009 s]
/proc/loadavg: 2.89 2.96 3.20 4/219 27449
/proc/meminfo: memFree=26836512/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11852648 CPUtime=7.96 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 25801 0 1 0 781 15 0 0 20 0 22 0 335389838 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2963162 133466 2280 9 0 2953849 0
[pid=27427/tid=27429] ppid=27425 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/27427/task/27429/stat : 27429 (java) S 27425 27427 23082 0 -1 4202560 2861 0 1 0 10 1 0 0 20 0 22 0 335389839 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140555527976088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27430] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27430/stat : 27430 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140555496385192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27431] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27431/stat : 27431 (java) S 27425 27427 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140555495332648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27432] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27432/stat : 27432 (java) S 27425 27427 23082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140555494280104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27433] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27433/stat : 27433 (java) S 27425 27427 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140555493227560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27434] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27434/stat : 27434 (java) S 27425 27427 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140555492173992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27435] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27435/stat : 27435 (java) S 27425 27427 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140555491121448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27436] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27436/stat : 27436 (java) S 27425 27427 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140555358013864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27437] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27437/stat : 27437 (java) S 27425 27427 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140555356961320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27438] ppid=27425 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/27427/task/27438/stat : 27438 (java) S 27425 27427 23082 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 22 0 335389844 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554873985640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27439] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27439/stat : 27439 (java) S 27425 27427 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554872931960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27440] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27440/stat : 27440 (java) S 27425 27427 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554871879304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27441] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27441/stat : 27441 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554870828048 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27442] ppid=27425 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/27427/task/27442/stat : 27442 (java) S 27425 27427 23082 0 -1 4202560 10570 0 0 0 110 2 0 0 20 0 22 0 335389847 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554869774392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27443] ppid=27425 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/27427/task/27443/stat : 27443 (java) S 27425 27427 23082 0 -1 4202560 10764 0 0 0 92 3 0 0 20 0 22 0 335389847 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554868721848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27444] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27444/stat : 27444 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554867669496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27445] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27445/stat : 27445 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554866617160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27446] ppid=27425 vsize=11852648 CPUtime=2.77 cores=1,3,5,7
/proc/27427/task/27446/stat : 27446 (java) R 27425 27427 23082 0 -1 4202560 41 0 0 0 277 0 0 0 20 0 22 0 335389855 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554865562296 140555371943874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27447] ppid=27425 vsize=11852648 CPUtime=2.79 cores=1,3,5,7
/proc/27427/task/27447/stat : 27447 (java) R 27425 27427 23082 0 -1 4202560 288 0 0 0 270 9 0 0 20 0 22 0 335389855 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554864507744 140555372239377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27448] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27448/stat : 27448 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335389855 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554863457832 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27449] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27449/stat : 27449 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335389855 12137111552 133466 33554432000 1073741824 1073778376 140734819550640 140554862405288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 11852648

[startup+6.30089 s]
/proc/loadavg: 2.89 2.97 3.20 5/219 27449
/proc/meminfo: memFree=26659076/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11852648 CPUtime=14.21 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 25873 0 1 0 1404 17 0 0 20 0 22 0 335389838 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2963162 153124 2280 9 0 2953849 0
[pid=27427/tid=27429] ppid=27425 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/27427/task/27429/stat : 27429 (java) S 27425 27427 23082 0 -1 4202560 2861 0 1 0 10 1 0 0 20 0 22 0 335389839 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140555527976088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27430] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27430/stat : 27430 (java) S 27425 27427 23082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140555496385192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27431] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27431/stat : 27431 (java) S 27425 27427 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140555495332648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27432] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27432/stat : 27432 (java) S 27425 27427 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140555494280104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27433] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27433/stat : 27433 (java) S 27425 27427 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140555493227560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27434] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27434/stat : 27434 (java) S 27425 27427 23082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140555492173992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27435] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27435/stat : 27435 (java) S 27425 27427 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140555491121448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27436] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27436/stat : 27436 (java) S 27425 27427 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140555358013864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27437] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27437/stat : 27437 (java) S 27425 27427 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335389843 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140555356961320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27438] ppid=27425 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/27427/task/27438/stat : 27438 (java) S 27425 27427 23082 0 -1 4202560 33 0 0 0 24 0 0 0 20 0 22 0 335389844 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140554873985640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27439] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27439/stat : 27439 (java) S 27425 27427 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140554872931960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27440] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27440/stat : 27440 (java) S 27425 27427 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140554871879304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27441] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27441/stat : 27441 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140554870828048 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27442] ppid=27425 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/27427/task/27442/stat : 27442 (java) S 27425 27427 23082 0 -1 4202560 10570 0 0 0 110 2 0 0 20 0 22 0 335389847 12137111552 153124 33554432000 1073741824 1073778376 140734819550640 140554869774392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/27427/task/27436/stat : 27436 (java) S 27425 27427 23082 0 -1 4202560 37 0 0 0 20 0 0 0 20 0 22 0 335389843 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140555358013864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27437] ppid=27425 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/27427/task/27437/stat : 27437 (java) S 27425 27427 23082 0 -1 4202560 31 0 0 0 24 0 0 0 20 0 22 0 335389843 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140555356961320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27438] ppid=27425 vsize=11852648 CPUtime=5.13 cores=1,3,5,7
/proc/27427/task/27438/stat : 27438 (java) S 27425 27427 23082 0 -1 4202560 67 0 0 0 510 3 0 0 20 0 22 0 335389844 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554873985640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27439] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27439/stat : 27439 (java) S 27425 27427 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554872931960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27440] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27440/stat : 27440 (java) S 27425 27427 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554871879304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27441] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27441/stat : 27441 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554870828048 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27442] ppid=27425 vsize=11852648 CPUtime=2.89 cores=1,3,5,7
/proc/27427/task/27442/stat : 27442 (java) S 27425 27427 23082 0 -1 4202560 19534 0 0 0 285 4 0 0 20 0 22 0 335389847 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554869774392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27443] ppid=27425 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/27427/task/27443/stat : 27443 (java) S 27425 27427 23082 0 -1 4202560 15109 0 0 0 153 4 0 0 20 0 22 0 335389847 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554868721848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27444] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27444/stat : 27444 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554867669496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27445] ppid=27425 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/27427/task/27445/stat : 27445 (java) S 27425 27427 23082 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 335389847 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554866617160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27446] ppid=27425 vsize=11852648 CPUtime=72.23 cores=1,3,5,7
/proc/27427/task/27446/stat : 27446 (java) R 27425 27427 23082 0 -1 4202560 123 0 0 0 7222 1 0 0 20 0 22 0 335389855 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554865562312 140555372144747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27447] ppid=27425 vsize=11852648 CPUtime=72.3 cores=1,3,5,7
/proc/27427/task/27447/stat : 27447 (java) R 27425 27427 23082 0 -1 4202560 345 0 0 0 7217 13 0 0 20 0 22 0 335389855 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554864507744 140555372227328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27448] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27448/stat : 27448 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335389855 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554863457832 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27449] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27449/stat : 27449 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335389855 12137111552 159024 33554432000 1073741824 1073778376 140734819550640 140554862405288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 156.13
Current children cumulated vsize (KiB) 11852648

[startup+79.901 s]
/proc/loadavg: 3.17 3.04 3.20 4/219 27449
/proc/meminfo: memFree=26629576/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11852648 CPUtime=159.22 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 39535 0 1 0 15894 28 0 0 20 0 22 0 335389838 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2963162 159037 2281 9 0 2953849 0
[pid=27427/tid=27429] ppid=27425 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/27427/task/27429/stat : 27429 (java) S 27425 27427 23082 0 -1 4202560 2871 0 1 0 10 2 0 0 20 0 22 0 335389839 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140555527976088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27430] ppid=27425 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/27427/task/27430/stat : 27430 (java) S 27425 27427 23082 0 -1 4202560 47 0 0 0 23 0 0 0 20 0 22 0 335389843 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140555496385192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27431] ppid=27425 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/27427/task/27431/stat : 27431 (java) S 27425 27427 23082 0 -1 4202560 28 0 0 0 23 0 0 0 20 0 22 0 335389843 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140555495332648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27432] ppid=27425 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/27427/task/27432/stat : 27432 (java) S 27425 27427 23082 0 -1 4202560 34 0 0 0 21 0 0 0 20 0 22 0 335389843 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140555494280104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27433] ppid=27425 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/27427/task/27433/stat : 27433 (java) S 27425 27427 23082 0 -1 4202560 37 0 0 0 22 0 0 0 20 0 22 0 335389843 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140555493227560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27434] ppid=27425 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/27427/task/27434/stat : 27434 (java) S 27425 27427 23082 0 -1 4202560 41 0 0 0 23 0 0 0 20 0 22 0 335389843 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140555492173992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27435] ppid=27425 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/27427/task/27435/stat : 27435 (java) S 27425 27427 23082 0 -1 4202560 32 0 0 0 21 0 0 0 20 0 22 0 335389843 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140555491121448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27436] ppid=27425 vsize=11852648 CPUtime=0.2 cores=1,3,5,7
/proc/27427/task/27436/stat : 27436 (java) S 27425 27427 23082 0 -1 4202560 41 0 0 0 20 0 0 0 20 0 22 0 335389843 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140555358013864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27437] ppid=27425 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/27427/task/27437/stat : 27437 (java) S 27425 27427 23082 0 -1 4202560 31 0 0 0 24 0 0 0 20 0 22 0 335389843 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140555356961320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27438] ppid=27425 vsize=11852648 CPUtime=5.25 cores=1,3,5,7
/proc/27427/task/27438/stat : 27438 (java) S 27425 27427 23082 0 -1 4202560 67 0 0 0 522 3 0 0 20 0 22 0 335389844 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554873985640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27439] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27439/stat : 27439 (java) S 27425 27427 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554872931960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27440] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27440/stat : 27440 (java) S 27425 27427 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335389844 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554871879304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27441] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27441/stat : 27441 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554870828048 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27442] ppid=27425 vsize=11852648 CPUtime=2.89 cores=1,3,5,7
/proc/27427/task/27442/stat : 27442 (java) S 27425 27427 23082 0 -1 4202560 19534 0 0 0 285 4 0 0 20 0 22 0 335389847 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554869774392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27443] ppid=27425 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/27427/task/27443/stat : 27443 (java) S 27425 27427 23082 0 -1 4202560 15109 0 0 0 153 4 0 0 20 0 22 0 335389847 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554868721848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27444] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27444/stat : 27444 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335389847 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554867669496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27445] ppid=27425 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/27427/task/27445/stat : 27445 (java) S 27425 27427 23082 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 22 0 335389847 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554866617160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27446] ppid=27425 vsize=11852648 CPUtime=73.7 cores=1,3,5,7
/proc/27427/task/27446/stat : 27446 (java) R 27425 27427 23082 0 -1 4202560 125 0 0 0 7369 1 0 0 20 0 22 0 335389855 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554865562192 140555372826061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27447] ppid=27425 vsize=11852648 CPUtime=73.77 cores=1,3,5,7
/proc/27427/task/27447/stat : 27447 (java) R 27425 27427 23082 0 -1 4202560 345 0 0 0 7364 13 0 0 20 0 22 0 335389855 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554864507856 140555372236499 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27448] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27448/stat : 27448 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335389855 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554863457832 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27449] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27449/stat : 27449 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335389855 12137111552 159037 33554432000 1073741824 1073778376 140734819550640 140554862405288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 159.22
Current children cumulated vsize (KiB) 11852648

[startup+80.3077 s]
/proc/loadavg: 3.17 3.04 3.20 4/219 27449
/proc/meminfo: memFree=26629576/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11852648 CPUtime=159.92 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 39542 0 1 0 15960 32 0 0 20 0 19 0 335389838 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2963162 159027 2282 9 0 2953849 0
[pid=27427/tid=27429] ppid=27425 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/27427/task/27429/stat : 27429 (java) S 27425 27427 23082 0 -1 4202560 2871 0 1 0 10 2 0 0 20 0 19 0 335389839 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555527976088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27430] ppid=27425 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/27427/task/27430/stat : 27430 (java) S 27425 27427 23082 0 -1 4202560 49 0 0 0 23 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555496385192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27431] ppid=27425 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/27427/task/27431/stat : 27431 (java) S 27425 27427 23082 0 -1 4202560 28 0 0 0 24 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555495332648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27432] ppid=27425 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/27427/task/27432/stat : 27432 (java) S 27425 27427 23082 0 -1 4202560 34 0 0 0 21 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555494280104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27433] ppid=27425 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/27427/task/27433/stat : 27433 (java) S 27425 27427 23082 0 -1 4202560 38 0 0 0 22 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555493227560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27434] ppid=27425 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/27427/task/27434/stat : 27434 (java) S 27425 27427 23082 0 -1 4202560 41 0 0 0 24 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555492173992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27435] ppid=27425 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/27427/task/27435/stat : 27435 (java) S 27425 27427 23082 0 -1 4202560 33 0 0 0 22 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555491121448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27436] ppid=27425 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/27427/task/27436/stat : 27436 (java) S 27425 27427 23082 0 -1 4202560 41 0 0 0 21 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555358013864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27437] ppid=27425 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/27427/task/27437/stat : 27437 (java) S 27425 27427 23082 0 -1 4202560 31 0 0 0 25 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555356961320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27438] ppid=27425 vsize=11852648 CPUtime=5.3 cores=1,3,5,7
/proc/27427/task/27438/stat : 27438 (java) S 27425 27427 23082 0 -1 4202560 67 0 0 0 527 3 0 0 20 0 19 0 335389844 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554873985640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27439] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27439/stat : 27439 (java) S 27425 27427 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335389844 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554872931960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27440] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27440/stat : 27440 (java) S 27425 27427 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 335389844 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554871879304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27441] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27441/stat : 27441 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554870828048 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27442] ppid=27425 vsize=11852648 CPUtime=2.89 cores=1,3,5,7
/proc/27427/task/27442/stat : 27442 (java) S 27425 27427 23082 0 -1 4202560 19534 0 0 0 285 4 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554869774392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27443] ppid=27425 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/27427/task/27443/stat : 27443 (java) S 27425 27427 23082 0 -1 4202560 15109 0 0 0 153 4 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554868721848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27444] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27444/stat : 27444 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554867669496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27445] ppid=27425 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/27427/task/27445/stat : 27445 (java) S 27425 27427 23082 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554866617160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27449] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27449/stat : 27449 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335389855 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554862405288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 159.92
Current children cumulated vsize (KiB) 11852648

[startup+80.5007 s]
/proc/loadavg: 3.17 3.04 3.20 4/219 27449
/proc/meminfo: memFree=26629576/32873844 swapFree=7628/7628
[pid=27427] ppid=27425 vsize=11852648 CPUtime=159.92 cores=1,3,5,7
/proc/27427/stat : 27427 (java) S 27425 27427 23082 0 -1 4202496 39542 0 1 0 15960 32 0 0 20 0 19 0 335389838 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140734819541776 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27427/statm: 2963162 159027 2282 9 0 2953849 0
[pid=27427/tid=27429] ppid=27425 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/27427/task/27429/stat : 27429 (java) S 27425 27427 23082 0 -1 4202560 2871 0 1 0 10 2 0 0 20 0 19 0 335389839 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555527976088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27430] ppid=27425 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/27427/task/27430/stat : 27430 (java) S 27425 27427 23082 0 -1 4202560 49 0 0 0 23 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555496385192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27431] ppid=27425 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/27427/task/27431/stat : 27431 (java) S 27425 27427 23082 0 -1 4202560 28 0 0 0 24 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555495332648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27432] ppid=27425 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/27427/task/27432/stat : 27432 (java) S 27425 27427 23082 0 -1 4202560 34 0 0 0 21 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555494280104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27433] ppid=27425 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/27427/task/27433/stat : 27433 (java) S 27425 27427 23082 0 -1 4202560 38 0 0 0 22 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555493227560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27434] ppid=27425 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/27427/task/27434/stat : 27434 (java) S 27425 27427 23082 0 -1 4202560 41 0 0 0 24 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555492173992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27435] ppid=27425 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/27427/task/27435/stat : 27435 (java) S 27425 27427 23082 0 -1 4202560 33 0 0 0 22 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555491121448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27436] ppid=27425 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/27427/task/27436/stat : 27436 (java) S 27425 27427 23082 0 -1 4202560 41 0 0 0 21 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555358013864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27437] ppid=27425 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/27427/task/27437/stat : 27437 (java) S 27425 27427 23082 0 -1 4202560 31 0 0 0 25 0 0 0 20 0 19 0 335389843 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140555356961320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27438] ppid=27425 vsize=11852648 CPUtime=5.3 cores=1,3,5,7
/proc/27427/task/27438/stat : 27438 (java) S 27425 27427 23082 0 -1 4202560 67 0 0 0 527 3 0 0 20 0 19 0 335389844 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554873985640 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27439] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27439/stat : 27439 (java) S 27425 27427 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335389844 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554872931960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27440] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27440/stat : 27440 (java) S 27425 27427 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 335389844 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554871879304 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27441] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27441/stat : 27441 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554870828048 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27442] ppid=27425 vsize=11852648 CPUtime=2.89 cores=1,3,5,7
/proc/27427/task/27442/stat : 27442 (java) S 27425 27427 23082 0 -1 4202560 19534 0 0 0 285 4 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554869774392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27427/tid=27443] ppid=27425 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/27427/task/27443/stat : 27443 (java) S 27425 27427 23082 0 -1 4202560 15109 0 0 0 153 4 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554868721848 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27427/tid=27444] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27444/stat : 27444 (java) S 27425 27427 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554867669496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27427/tid=27445] ppid=27425 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/27427/task/27445/stat : 27445 (java) S 27425 27427 23082 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 19 0 335389847 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554866617160 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27427/tid=27449] ppid=27425 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27427/task/27449/stat : 27449 (java) S 27425 27427 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335389855 12137111552 159027 33554432000 1073741824 1073778376 140734819550640 140554862405288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 159.92
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 80.5697
CPU time (s): 160.103
CPU user time (s): 159.661
CPU system time (s): 0.441932
CPU usage (%): 198.713
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.661
system time used= 0.441932
maximum resident set size= 642020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39550
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5416
involuntary context switches= 5875

runsolver used 0.32495 second user time and 0.926859 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 05:04:09
IDJOB=3734790
IDBENCH=2905
IDSOLVER=2328
FILE ID=node144/3734790-1338692649
RUNJOBID= node144-1338678623-23102
PBS_JOBID= 14636669
Free space on /tmp= 70836 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734790-1338692649/watcher-3734790-1338692649 -o /tmp/evaluation-result-3734790-1338692649/solver-3734790-1338692649 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3734790-1338692649.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=925602231

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27263968 kB
Buffers:          629372 kB
Cached:          3635256 kB
SwapCached:          464 kB
Active:          2865564 kB
Inactive:        1876184 kB
Active(anon):     460128 kB
Inactive(anon):    11192 kB
Active(file):    2405436 kB
Inactive(file):  1864992 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               408 kB
Writeback:             0 kB
AnonPages:        478096 kB
Mapped:            22448 kB
Shmem:               172 kB
Slab:             725604 kB
SReclaimable:     167556 kB
SUnreclaim:       558048 kB
KernelStack:        1624 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    415744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 05:05:30