Trace number 3455303

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 Res//CP 2.3.0UNSAT 158.917 80.2897

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 benchmark30.5973
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3455303-1307192367.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.02s.
0.09/0.14	c #vars     31
0.09/0.14	c #constraints  9
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1.86/0.70	c cleaning 2501 clauses out of 5002 with flag 5002/5002
3.04/0.97	c cleaning 4250 clauses out of 8499 with flag 11000/11000
4.12/1.34	c cleaning 5622 clauses out of 11249 with flag 18000/18000
5.20/1.87	c cleaning 6814 clauses out of 13627 with flag 26000/26000
6.41/2.41	c cleaning 7904 clauses out of 15813 with flag 35000/35000
7.80/3.17	c cleaning 8955 clauses out of 17910 with flag 45001/45001
9.18/3.84	c cleaning 9477 clauses out of 18954 with flag 55000/55000
10.76/4.68	c cleaning 9732 clauses out of 19477 with flag 65000/65000
12.13/5.40	c cleaning 9873 clauses out of 19745 with flag 75000/75000
13.92/6.21	c cleaning 9935 clauses out of 19872 with flag 85000/85000
15.29/6.99	c cleaning 9966 clauses out of 19937 with flag 95000/95000
16.69/7.67	c cleaning 9986 clauses out of 19971 with flag 105000/105000
18.03/8.30	c cleaning 9993 clauses out of 19986 with flag 115001/115001
19.61/9.14	c cleaning 9992 clauses out of 19992 with flag 125000/125000
21.02/9.89	c cleaning 9999 clauses out of 20000 with flag 135000/135000
22.17/10.48	c cleaning 9998 clauses out of 20003 with flag 145002/145002
23.54/11.15	c cleaning 10001 clauses out of 20003 with flag 155000/155000
25.33/12.03	c cleaning 9997 clauses out of 20002 with flag 165000/165000
27.08/12.92	c cleaning 10002 clauses out of 20005 with flag 175000/175000
28.06/13.43	c cleaning 0 clauses out of 5000 with flag 0/5000
29.18/13.85	c cleaning 9997 clauses out of 20003 with flag 185000/185000
31.07/14.76	c cleaning 10004 clauses out of 20008 with flag 195002/195002
33.15/15.63	c cleaning 10000 clauses out of 20002 with flag 205000/205000
35.31/16.73	c cleaning 9996 clauses out of 20002 with flag 215000/215000
37.48/17.81	c cleaning 9998 clauses out of 20006 with flag 225000/225000
39.07/18.67	c cleaning 9999 clauses out of 20008 with flag 235000/235000
40.62/19.48	c cleaning 10005 clauses out of 20009 with flag 245000/245000
42.39/20.36	c cleaning 10002 clauses out of 20004 with flag 255000/255000
44.15/21.21	c cleaning 9999 clauses out of 20003 with flag 265001/265001
45.54/21.94	c cleaning 9998 clauses out of 20003 with flag 275000/275000
46.88/22.65	c cleaning 9998 clauses out of 20005 with flag 285000/285000
48.04/23.28	c cleaning 10001 clauses out of 20008 with flag 295001/295001
49.60/24.06	c cleaning 10004 clauses out of 20008 with flag 305002/305002
51.17/24.83	c cleaning 9999 clauses out of 20002 with flag 315000/315000
52.94/25.76	c cleaning 9998 clauses out of 20003 with flag 325000/325000
54.50/26.59	c cleaning 9997 clauses out of 20005 with flag 335000/335000
56.28/27.46	c cleaning 10003 clauses out of 20009 with flag 345001/345001
57.62/28.14	c cleaning 10001 clauses out of 20006 with flag 355001/355001
58.98/28.82	c cleaning 10000 clauses out of 20006 with flag 365002/365002
60.15/29.47	c cleaning 9999 clauses out of 20004 with flag 375000/375000
61.50/30.17	c cleaning 10002 clauses out of 20006 with flag 385001/385001
63.26/31.04	c cleaning 9996 clauses out of 20003 with flag 395000/395000
64.85/31.85	c cleaning 10002 clauses out of 20008 with flag 405001/405001
66.59/32.78	c cleaning 10002 clauses out of 20005 with flag 415000/415000
67.94/33.45	c cleaning 10000 clauses out of 20003 with flag 425000/425000
69.34/34.14	c cleaning 10000 clauses out of 20003 with flag 435000/435000
70.87/34.96	c cleaning 9999 clauses out of 20005 with flag 445002/445002
72.63/35.84	c cleaning 9999 clauses out of 20004 with flag 455000/455000
73.98/36.60	c cleaning 10002 clauses out of 20008 with flag 465003/465003
75.14/37.20	c cleaning 9998 clauses out of 20004 with flag 475001/475001
76.70/37.93	c cleaning 9998 clauses out of 20005 with flag 485000/485000
78.07/38.66	c cleaning 10002 clauses out of 20007 with flag 495000/495000
79.62/39.47	c cleaning 9997 clauses out of 20005 with flag 505000/505000
81.19/40.30	c cleaning 9999 clauses out of 20008 with flag 515000/515000
82.95/41.12	c cleaning 10002 clauses out of 20009 with flag 525000/525000
84.14/41.79	c cleaning 10005 clauses out of 20009 with flag 535002/535002
85.46/42.44	c cleaning 9998 clauses out of 20003 with flag 545001/545001
86.62/43.04	c cleaning 10001 clauses out of 20005 with flag 555001/555001
87.78/43.61	c cleaning 10001 clauses out of 20004 with flag 565001/565001
88.96/44.22	c cleaning 10002 clauses out of 20004 with flag 575002/575002
90.31/44.91	c cleaning 9999 clauses out of 20000 with flag 585000/585000
91.67/45.65	c cleaning 9996 clauses out of 20001 with flag 595000/595000
93.03/46.38	c cleaning 9999 clauses out of 20005 with flag 605000/605000
94.59/47.11	c cleaning 10000 clauses out of 20006 with flag 615000/615000
95.74/47.77	c cleaning 10000 clauses out of 20007 with flag 625001/625001
96.93/48.38	c cleaning 9996 clauses out of 20006 with flag 635000/635000
98.27/49.09	c cleaning 10004 clauses out of 20010 with flag 645000/645000
99.63/49.73	c cleaning 10001 clauses out of 20006 with flag 655000/655000
100.97/50.41	c cleaning 10000 clauses out of 20005 with flag 665000/665000
102.13/51.04	c cleaning 9995 clauses out of 20006 with flag 675001/675001
103.70/51.89	c cleaning 10002 clauses out of 20011 with flag 685001/685001
105.26/52.60	c cleaning 10001 clauses out of 20009 with flag 695001/695001
106.60/53.34	c cleaning 10002 clauses out of 20007 with flag 705000/705000
107.96/54.06	c cleaning 10000 clauses out of 20006 with flag 715001/715001
109.12/54.68	c cleaning 10002 clauses out of 20006 with flag 725001/725001
110.48/55.31	c cleaning 9998 clauses out of 20003 with flag 735000/735000
111.62/55.90	c cleaning 10002 clauses out of 20005 with flag 745000/745000
112.79/56.55	c cleaning 9999 clauses out of 20003 with flag 755000/755000
113.97/57.17	c cleaning 10001 clauses out of 20005 with flag 765001/765001
115.10/57.79	c cleaning 10002 clauses out of 20003 with flag 775000/775000
116.45/58.42	c cleaning 9995 clauses out of 20002 with flag 785001/785001
117.41/58.98	c cleaning 9999 clauses out of 20006 with flag 795000/795000
118.77/59.60	c cleaning 10001 clauses out of 20007 with flag 805000/805000
119.93/60.23	c cleaning 10000 clauses out of 20007 with flag 815001/815001
121.07/60.85	c cleaning 10002 clauses out of 20008 with flag 825002/825002
122.22/61.48	c cleaning 9997 clauses out of 20004 with flag 835000/835000
123.58/62.10	c cleaning 10004 clauses out of 20008 with flag 845001/845001
124.56/62.70	c cleaning 10002 clauses out of 20005 with flag 855002/855002
126.19/63.42	c cleaning 9999 clauses out of 20001 with flag 865000/865000
127.50/64.07	c cleaning 9999 clauses out of 20002 with flag 875000/875000
129.28/64.82	c cleaning 9997 clauses out of 20003 with flag 885000/885000
130.42/65.44	c cleaning 9999 clauses out of 20006 with flag 895000/895000
132.05/66.20	c cleaning 10002 clauses out of 20008 with flag 905001/905001
133.41/66.91	c cleaning 10000 clauses out of 20006 with flag 915001/915001
134.36/67.48	c cleaning 9999 clauses out of 20006 with flag 925001/925001
135.52/68.10	c cleaning 9999 clauses out of 20006 with flag 935000/935000
137.11/68.87	c cleaning 9998 clauses out of 20008 with flag 945001/945001
138.64/69.54	c cleaning 10001 clauses out of 20010 with flag 955001/955001
139.79/70.15	c cleaning 10004 clauses out of 20009 with flag 965001/965001
140.95/70.79	c cleaning 9998 clauses out of 20004 with flag 975000/975000
142.31/71.42	c cleaning 9997 clauses out of 20007 with flag 985001/985001
143.45/72.08	c cleaning 10003 clauses out of 20010 with flag 995001/995001
144.64/72.66	c cleaning 10002 clauses out of 20008 with flag 1005002/1005002
145.96/73.31	c cleaning 10001 clauses out of 20006 with flag 1015002/1015002
147.13/74.00	c cleaning 9999 clauses out of 20004 with flag 1025001/1025001
148.28/74.57	c cleaning 10000 clauses out of 20004 with flag 1035000/1035000
149.43/75.17	c cleaning 10000 clauses out of 20004 with flag 1045000/1045000
150.59/75.77	c cleaning 9996 clauses out of 20004 with flag 1055000/1055000
151.94/76.42	c cleaning 10002 clauses out of 20008 with flag 1065000/1065000
152.10/76.58	c cleaning 0 clauses out of 11000 with flag 0/11000
153.40/77.12	c cleaning 10001 clauses out of 20005 with flag 1075000/1075000
154.56/77.78	c cleaning 10001 clauses out of 20005 with flag 1085001/1085001
155.69/78.40	c cleaning 10000 clauses out of 20004 with flag 1095001/1095001
157.05/79.00	c cleaning 9998 clauses out of 20002 with flag 1105000/1105000
158.20/79.63	c cleaning 10001 clauses out of 20002 with flag 1115000/1115000
158.75/79.94	c  And the winner is Resolution
158.86/80.24	c starts		: 188
158.86/80.24	c conflicts		: 1120569
158.86/80.24	c decisions		: 1123028
158.86/80.24	c propagations		: 7685459
158.86/80.24	c inspects		: 1298396779
158.86/80.24	c shortcuts		: 0
158.86/80.24	c learnt literals	: 12
158.86/80.24	c learnt binary clauses	: 70
158.86/80.24	c learnt ternary clauses	: 312
158.86/80.24	c learnt constraints	: 1120556
158.86/80.24	c ignored constraints	: 0
158.86/80.24	c root simplifications	: 0
158.86/80.24	c removed literals (reason simplification)	: 11022589
158.86/80.24	c reason swapping (by a shorter reason)	: 0
158.86/80.24	c Calls to reduceDB	: 113
158.86/80.24	c number of reductions to clauses (during analyze)	: 0
158.86/80.24	c number of learned constraints concerned by reduction	: 0
158.86/80.24	c number of learning phase by resolution	: 0
158.86/80.24	c number of learning phase by cutting planes	: 0
158.86/80.24	c speed (assignments/second)	: 95947.10428084544
158.86/80.24	c non guided choices	13
158.86/80.25	c learnt constraints type 
158.86/80.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
158.86/80.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15491
158.86/80.25	c constraints type 
158.86/80.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
158.86/80.25	c constraints type 
158.86/80.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
158.86/80.25	s UNSATISFIABLE
158.86/80.25	c Total wall clock time (in seconds): 80.132

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455303-1307192367/watcher-3455303-1307192367 -o /tmp/evaluation-result-3455303-1307192367/solver-3455303-1307192367 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455303-1307192367.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: 3.69 3.67 3.45 3/504 27407
/proc/meminfo: memFree=23338844/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 1317 0 0 0 0 0 0 0 25 0 2 0 909467375 36646912 1018 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 8947 1018 782 9 0 386 0
[pid=27407/tid=27408] ppid=27405 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) R 27405 27407 22562 0 -1 4202560 3216 0 1 0 0 0 0 0 25 0 2 0 909467376 10694979584 4032 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.024243 s]
/proc/loadavg: 3.69 3.67 3.45 3/504 27407
/proc/meminfo: memFree=23338844/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 8484 0 1 0 0 1 0 0 25 0 2 0 909467375 10694979584 8185 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2611079 8202 917 9 0 2602235 0
[pid=27407/tid=27408] ppid=27405 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) R 27405 27407 22562 0 -1 4202560 7396 0 1 0 0 0 0 0 25 0 2 0 909467376 10694979584 8212 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.102654 s]
/proc/loadavg: 3.69 3.67 3.45 3/504 27407
/proc/meminfo: memFree=23338844/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10540048 CPUtime=0.09 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 12908 0 1 0 7 2 0 0 25 0 18 0 909467375 10793009152 12604 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2635012 12604 2081 9 0 2625746 0
[pid=27407/tid=27408] ppid=27405 vsize=10540048 CPUtime=0.07 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) D 27405 27407 22562 0 -1 4202560 11037 0 1 0 6 1 0 0 25 0 18 0 909467376 10793009152 12604 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260905437367 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540048

[startup+0.300197 s]
/proc/loadavg: 3.69 3.67 3.45 3/504 27407
/proc/meminfo: memFree=23338844/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10548720 CPUtime=0.67 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 17442 0 1 0 65 2 0 0 25 0 22 0 909467375 10801889280 15822 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2637180 15822 2188 9 0 2627914 0
[pid=27407/tid=27408] ppid=27405 vsize=10548720 CPUtime=0.11 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 22562 0 -1 4202560 11497 0 1 0 10 1 0 0 25 0 22 0 909467376 10801889280 15825 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10548720

[startup+0.702126 s]
/proc/loadavg: 3.69 3.67 3.45 3/504 27407
/proc/meminfo: memFree=23338844/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10562536 CPUtime=2.26 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 45374 0 1 0 221 5 0 0 25 0 22 0 909467375 10816036864 36253 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2640634 36261 2232 9 0 2631368 0
[pid=27407/tid=27408] ppid=27405 vsize=10562536 CPUtime=0.11 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 22562 0 -1 4202560 11497 0 1 0 10 1 0 0 20 0 22 0 909467376 10816036864 36261 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10562536

[startup+1.50098 s]
/proc/loadavg: 3.69 3.67 3.45 7/526 27429
/proc/meminfo: memFree=23160164/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10562536 CPUtime=4.52 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 79085 0 1 0 442 10 0 0 25 0 22 0 909467375 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2640634 64100 2248 9 0 2631368 0
[pid=27407/tid=27408] ppid=27405 vsize=10562536 CPUtime=0.11 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 22562 0 -1 4202560 11497 0 1 0 10 1 0 0 15 0 22 0 909467376 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 22562 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 22562 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 22 0 909467378 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 22562 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 22562 0 -1 4202560 26 0 0 0 0 0 0 0 16 0 22 0 909467378 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 22562 0 -1 4202560 139 0 0 0 0 0 0 0 16 0 22 0 909467378 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 22562 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 22562 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=10562536 CPUtime=0.03 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 22562 0 -1 4202560 848 0 0 0 3 0 0 0 16 0 22 0 909467379 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 0 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 22562 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 909467379 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 22562 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 909467379 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909467382 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917217713 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=10562536 CPUtime=0.82 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 22562 0 -1 4202560 12721 0 0 0 81 1 0 0 22 0 22 0 909467382 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=10562536 CPUtime=0.92 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 22562 0 -1 4202560 9348 0 0 0 91 1 0 0 22 0 22 0 909467382 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909467382 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909467382 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27426] ppid=27405 vsize=10562536 CPUtime=1.3 cores=1,3,5,7
/proc/27407/task/27426/stat : 27426 (java) R 27405 27407 22562 0 -1 4202560 266 0 0 0 130 0 0 0 25 0 22 0 909467390 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 46912505599373 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27407/tid=27427] ppid=27405 vsize=10562536 CPUtime=1.27 cores=1,3,5,7
/proc/27407/task/27427/stat : 27427 (java) R 27405 27407 22562 0 -1 4202560 42537 0 0 0 122 5 0 0 25 0 22 0 909467390 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 46912505647982 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27407/tid=27428] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27428/stat : 27428 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909467390 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27429] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27429/stat : 27429 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909467390 10816036864 64100 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 10562536

[startup+3.10069 s]
/proc/loadavg: 3.69 3.67 3.45 5/526 27429
/proc/meminfo: memFree=22985448/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10562536 CPUtime=7.8 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 131860 0 1 0 765 15 0 0 25 0 22 0 909467375 10816036864 116872 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2640634 116876 2256 9 0 2631368 0
[pid=27407/tid=27408] ppid=27405 vsize=10562536 CPUtime=0.11 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 22562 0 -1 4202560 11497 0 1 0 10 1 0 0 15 0 22 0 909467376 10816036864 116878 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 22562 0 -1 4202560 155 0 0 0 0 0 0 0 16 0 22 0 909467378 10816036864 116881 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 22562 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 116884 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 22562 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 116886 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 22562 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 22 0 909467378 10816036864 116889 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 22562 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 116891 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 22562 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 116894 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 22562 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 116897 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 22562 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 22 0 909467378 10816036864 116899 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=10562536 CPUtime=0.07 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 22562 0 -1 4202560 1309 0 0 0 7 0 0 0 16 0 22 0 909467379 10816036864 116901 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 0 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 22562 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 909467379 10816036864 116904 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 22562 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 909467379 10816036864 116907 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909467382 10816036864 116908 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917217713 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=10562536 CPUtime=0.82 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 22562 0 -1 4202560 12721 0 0 0 81 1 0 0 22 0 22 0 909467382 10816036864 116910 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=10562536 CPUtime=1.04 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 22562 0 -1 4202560 9371 0 0 0 103 1 0 0 19 0 22 0 909467382 10816036864 116912 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909467382 10816036864 116915 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909467382 10816036864 116918 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27426] ppid=27405 vsize=10562536 CPUtime=2.85 cores=1,3,5,7
/proc/27407/task/27426/stat : 27426 (java) R 27405 27407 22562 0 -1 4202560 365 0 0 0 285 0 0 0 25 0 22 0 909467390 10816036864 116921 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 46912506029918 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27407/tid=27427] ppid=27405 vsize=10562536 CPUtime=2.82 cores=1,3,5,7
/proc/27407/task/27427/stat : 27427 (java) R 27405 27407 22562 0 -1 4202560 94564 0 0 0 273 9 0 0 25 0 22 0 909467390 10816036864 116924 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 46912505646291 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27407/tid=27428] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27428/stat : 27428 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909467390 10816036864 116927 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27429] ppid=27405 vsize=10562536 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27429/stat : 27429 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909467390 10816036864 116930 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 10562536

[startup+6.3011 s]
/proc/loadavg: 3.71 3.68 3.45 5/526 27429
/proc/meminfo: memFree=22789232/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10557916 CPUtime=14.09 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 154321 0 1 0 1391 18 0 0 25 0 22 0 909467375 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2639479 138252 2256 9 0 2630213 0
[pid=27407/tid=27408] ppid=27405 vsize=10557916 CPUtime=0.11 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 22562 0 -1 4202560 11497 0 1 0 10 1 0 0 15 0 22 0 909467376 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=10557916 CPUtime=0.01 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 22562 0 -1 4202560 168 0 0 0 1 0 0 0 16 0 22 0 909467378 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=10557916 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 22562 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 909467378 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=10557916 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 22562 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 22 0 909467378 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=10557916 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 22562 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 909467378 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=10557916 CPUtime=0.01 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 22562 0 -1 4202560 95 0 0 0 1 0 0 0 16 0 22 0 909467378 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=10557916 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 22562 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 22 0 909467378 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=10557916 CPUtime=0.01 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 22562 0 -1 4202560 142 0 0 0 1 0 0 0 16 0 22 0 909467378 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=10557916 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 22562 0 -1 4202560 211 0 0 0 0 0 0 0 16 0 22 0 909467378 10811305984 138252 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0

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

/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 22562 0 -1 4202560 170 0 0 0 12 0 0 0 16 0 22 0 909467378 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=10560060 CPUtime=0.14 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 22562 0 -1 4202560 226 0 0 0 14 0 0 0 16 0 22 0 909467378 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=10560060 CPUtime=4.65 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 22562 0 -1 4202560 6763 0 0 0 463 2 0 0 15 0 22 0 909467379 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 0 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 22562 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 909467379 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 22562 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 909467379 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909467382 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917217713 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=10560060 CPUtime=1.26 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 22562 0 -1 4202560 16514 0 0 0 125 1 0 0 15 0 22 0 909467382 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=10560060 CPUtime=2.45 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 22562 0 -1 4202560 14541 0 0 0 244 1 0 0 15 0 22 0 909467382 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909467382 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 22562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909467382 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27426] ppid=27405 vsize=10560060 CPUtime=73.76 cores=1,3,5,7
/proc/27407/task/27426/stat : 27426 (java) R 27405 27407 22562 0 -1 4202560 499 0 0 0 7376 0 0 0 25 0 22 0 909467390 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 46912505598660 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27407/tid=27427] ppid=27405 vsize=10560060 CPUtime=73.72 cores=1,3,5,7
/proc/27407/task/27427/stat : 27427 (java) R 27405 27407 22562 0 -1 4202560 145374 0 0 0 7356 16 0 0 25 0 22 0 909467390 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 46912505645954 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27407/tid=27428] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27428/stat : 27428 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909467390 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27429] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27429/stat : 27429 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909467390 10813501440 174564 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 157.22
Current children cumulated vsize (KiB) 10560060

[startup+79.9016 s]
/proc/loadavg: 3.64 3.67 3.46 4/526 27431
/proc/meminfo: memFree=22592216/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10560060 CPUtime=158.75 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 197616 0 1 0 15849 26 0 0 25 0 22 0 909467375 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2640015 174629 2257 9 0 2630749 0
[pid=27407/tid=27408] ppid=27405 vsize=10560060 CPUtime=0.11 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 22562 0 -1 4202560 11507 0 1 0 10 1 0 0 15 0 22 0 909467376 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=10560060 CPUtime=0.19 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 22562 0 -1 4202560 185 0 0 0 19 0 0 0 16 0 22 0 909467378 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=10560060 CPUtime=0.16 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 22562 0 -1 4202560 82 0 0 0 16 0 0 0 15 0 22 0 909467378 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=10560060 CPUtime=0.12 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 22562 0 -1 4202560 132 0 0 0 12 0 0 0 16 0 22 0 909467378 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=10560060 CPUtime=0.13 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 22562 0 -1 4202560 75 0 0 0 13 0 0 0 15 0 22 0 909467378 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=10560060 CPUtime=0.15 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 22562 0 -1 4202560 113 0 0 0 15 0 0 0 16 0 22 0 909467378 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=10560060 CPUtime=0.15 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 22562 0 -1 4202560 211 0 0 0 15 0 0 0 15 0 22 0 909467378 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=10560060 CPUtime=0.12 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 22562 0 -1 4202560 170 0 0 0 12 0 0 0 16 0 22 0 909467378 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=10560060 CPUtime=0.14 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 22562 0 -1 4202560 226 0 0 0 14 0 0 0 15 0 22 0 909467378 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=10560060 CPUtime=4.7 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 22562 0 -1 4202560 6824 0 0 0 468 2 0 0 15 0 22 0 909467379 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 0 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 22562 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 909467379 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 22562 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 909467379 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909467382 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917217713 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=10560060 CPUtime=1.26 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 22562 0 -1 4202560 16514 0 0 0 125 1 0 0 15 0 22 0 909467382 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=10560060 CPUtime=2.45 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 22562 0 -1 4202560 14541 0 0 0 244 1 0 0 15 0 22 0 909467382 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909467382 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 22562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909467382 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27426] ppid=27405 vsize=10560060 CPUtime=74.49 cores=1,3,5,7
/proc/27407/task/27426/stat : 27426 (java) R 27405 27407 22562 0 -1 4202560 500 0 0 0 7449 0 0 0 25 0 22 0 909467390 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 46912506388228 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27407/tid=27427] ppid=27405 vsize=10560060 CPUtime=74.45 cores=1,3,5,7
/proc/27407/task/27427/stat : 27427 (java) R 27405 27407 22562 0 -1 4202560 145374 0 0 0 7429 16 0 0 25 0 22 0 909467390 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 46912505666760 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27407/tid=27428] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27428/stat : 27428 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909467390 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27429] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27429/stat : 27429 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909467390 10813501440 174629 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 158.75
Current children cumulated vsize (KiB) 10560060

[startup+80.1017 s]
/proc/loadavg: 3.64 3.67 3.46 4/526 27431
/proc/meminfo: memFree=22592216/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10560060 CPUtime=158.86 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 197617 0 1 0 15860 26 0 0 25 0 19 0 909467375 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2640015 174630 2258 9 0 2630749 0
[pid=27407/tid=27408] ppid=27405 vsize=10560060 CPUtime=0.11 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 22562 0 -1 4202560 11507 0 1 0 10 1 0 0 15 0 19 0 909467376 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=10560060 CPUtime=0.19 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 22562 0 -1 4202560 185 0 0 0 19 0 0 0 16 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=10560060 CPUtime=0.16 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 22562 0 -1 4202560 82 0 0 0 16 0 0 0 15 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=10560060 CPUtime=0.12 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 22562 0 -1 4202560 132 0 0 0 12 0 0 0 16 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=10560060 CPUtime=0.13 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 22562 0 -1 4202560 75 0 0 0 13 0 0 0 15 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=10560060 CPUtime=0.15 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 22562 0 -1 4202560 113 0 0 0 15 0 0 0 16 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=10560060 CPUtime=0.15 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 22562 0 -1 4202560 211 0 0 0 15 0 0 0 15 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=10560060 CPUtime=0.12 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 22562 0 -1 4202560 170 0 0 0 12 0 0 0 16 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=10560060 CPUtime=0.14 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 22562 0 -1 4202560 226 0 0 0 14 0 0 0 15 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=10560060 CPUtime=4.7 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 22562 0 -1 4202560 6824 0 0 0 468 2 0 0 15 0 19 0 909467379 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 0 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 22562 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 909467379 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 22562 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 909467379 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917217713 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=10560060 CPUtime=1.26 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 22562 0 -1 4202560 16514 0 0 0 125 1 0 0 15 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=10560060 CPUtime=2.45 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 22562 0 -1 4202560 14541 0 0 0 244 1 0 0 15 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 22562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27428] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27428/stat : 27428 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909467390 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 158.86
Current children cumulated vsize (KiB) 10560060

[startup+80.2007 s]
/proc/loadavg: 3.64 3.67 3.46 3/523 27431
/proc/meminfo: memFree=22591372/32950928 swapFree=61542356/67111528
[pid=27407] ppid=27405 vsize=10560060 CPUtime=158.86 cores=1,3,5,7
/proc/27407/stat : 27407 (java) S 27405 27407 22562 0 -1 4202496 197617 0 1 0 15860 26 0 0 25 0 19 0 909467375 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27407/statm: 2640015 174630 2258 9 0 2630749 0
[pid=27407/tid=27408] ppid=27405 vsize=10560060 CPUtime=0.11 cores=1,3,5,7
/proc/27407/task/27408/stat : 27408 (java) S 27405 27407 22562 0 -1 4202560 11507 0 1 0 10 1 0 0 15 0 19 0 909467376 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27410] ppid=27405 vsize=10560060 CPUtime=0.19 cores=1,3,5,7
/proc/27407/task/27410/stat : 27410 (java) S 27405 27407 22562 0 -1 4202560 185 0 0 0 19 0 0 0 16 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27411] ppid=27405 vsize=10560060 CPUtime=0.16 cores=1,3,5,7
/proc/27407/task/27411/stat : 27411 (java) S 27405 27407 22562 0 -1 4202560 82 0 0 0 16 0 0 0 15 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27412] ppid=27405 vsize=10560060 CPUtime=0.12 cores=1,3,5,7
/proc/27407/task/27412/stat : 27412 (java) S 27405 27407 22562 0 -1 4202560 132 0 0 0 12 0 0 0 16 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
[pid=27407/tid=27413] ppid=27405 vsize=10560060 CPUtime=0.13 cores=1,3,5,7
/proc/27407/task/27413/stat : 27413 (java) S 27405 27407 22562 0 -1 4202560 75 0 0 0 13 0 0 0 15 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27414] ppid=27405 vsize=10560060 CPUtime=0.15 cores=1,3,5,7
/proc/27407/task/27414/stat : 27414 (java) S 27405 27407 22562 0 -1 4202560 113 0 0 0 15 0 0 0 16 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27415] ppid=27405 vsize=10560060 CPUtime=0.15 cores=1,3,5,7
/proc/27407/task/27415/stat : 27415 (java) S 27405 27407 22562 0 -1 4202560 211 0 0 0 15 0 0 0 15 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27416] ppid=27405 vsize=10560060 CPUtime=0.12 cores=1,3,5,7
/proc/27407/task/27416/stat : 27416 (java) S 27405 27407 22562 0 -1 4202560 170 0 0 0 12 0 0 0 16 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27417] ppid=27405 vsize=10560060 CPUtime=0.14 cores=1,3,5,7
/proc/27407/task/27417/stat : 27417 (java) S 27405 27407 22562 0 -1 4202560 226 0 0 0 14 0 0 0 15 0 19 0 909467378 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27418] ppid=27405 vsize=10560060 CPUtime=4.7 cores=1,3,5,7
/proc/27407/task/27418/stat : 27418 (java) S 27405 27407 22562 0 -1 4202560 6824 0 0 0 468 2 0 0 15 0 19 0 909467379 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 0 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27419] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27419/stat : 27419 (java) S 27405 27407 22562 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 909467379 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27420] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27420/stat : 27420 (java) S 27405 27407 22562 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 909467379 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27421] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27421/stat : 27421 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917217713 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27422] ppid=27405 vsize=10560060 CPUtime=1.26 cores=1,3,5,7
/proc/27407/task/27422/stat : 27422 (java) S 27405 27407 22562 0 -1 4202560 16514 0 0 0 125 1 0 0 15 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 1 0 0 0
[pid=27407/tid=27423] ppid=27405 vsize=10560060 CPUtime=2.45 cores=1,3,5,7
/proc/27407/task/27423/stat : 27423 (java) S 27405 27407 22562 0 -1 4202560 14541 0 0 0 244 1 0 0 15 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27424] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27424/stat : 27424 (java) S 27405 27407 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210009 0 4 0 16800975 18446604469719347584 0 0 -1 5 0 0 0
[pid=27407/tid=27425] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27425/stat : 27425 (java) S 27405 27407 22562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 909467382 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 3 0 0 0
[pid=27407/tid=27428] ppid=27405 vsize=10560060 CPUtime=0 cores=1,3,5,7
/proc/27407/task/27428/stat : 27428 (java) S 27405 27407 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909467390 10813501440 174630 33554432000 1073741824 1073778376 140734777706384 18446744073709551615 260917210624 0 4 0 16800975 18446604469719347584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 158.86
Current children cumulated vsize (KiB) 10560060

Child status: 20
Real time (s): 80.2897
CPU time (s): 158.917
CPU user time (s): 158.625
CPU system time (s): 0.291955
CPU usage (%): 197.929
Max. virtual memory (cumulated for all children) (KiB): 10569772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.625
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197626
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= 5159
involuntary context switches= 6292

runsolver used 0.400939 second user time and 0.939857 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-04 14:59:27
IDJOB=3455303
IDBENCH=2905
IDSOLVER=1950
FILE ID=node116/3455303-1307192367
RUNJOBID= node116-1307191339-27016
PBS_JOBID= 13508818
Free space on /tmp= 73888 MiB

SOLVER NAME= 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-3455303-1307192367/watcher-3455303-1307192367 -o /tmp/evaluation-result-3455303-1307192367/solver-3455303-1307192367 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455303-1307192367.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=1737659033

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.77
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.826
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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:      23339124 kB
Buffers:        279596 kB
Cached:         506260 kB
SwapCached:      12580 kB
Active:        8944600 kB
Inactive:       393932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23339124 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:             212 kB
Writeback:           0 kB
AnonPages:     8551128 kB
Mapped:          30840 kB
Slab:           140672 kB
PageTables:      65100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 149945564 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= 73884 MiB
End job on node116 at 2011-06-04 15:00:47