Trace number 3709699

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT 58.2451 57.3566

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUM2d610c35d7c8dd61a03deef28cf982c0
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.08683
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
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=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709699-1338150201.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c ... done. Wall clock time 0.015s.
0.09/0.13	c declared #vars     86
0.09/0.13	c #constraints  2
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.13	c 2 constraints processed.
0.63/0.43	c cleaning 2500 clauses out of 5000 with flag 5000/5000
0.90/0.61	c cleaning 4251 clauses out of 8501 with flag 11001/11001
1.13/0.81	c cleaning 5623 clauses out of 11250 with flag 18001/18001
1.35/1.06	c cleaning 6812 clauses out of 13628 with flag 26002/26002
1.69/1.37	c cleaning 7902 clauses out of 15815 with flag 35001/35001
1.99/1.67	c cleaning 8952 clauses out of 17912 with flag 45000/45000
2.40/2.04	c cleaning 9975 clauses out of 19960 with flag 56000/56000
2.80/2.48	c cleaning 10990 clauses out of 21986 with flag 68001/68001
3.31/2.98	c cleaning 11995 clauses out of 23995 with flag 81000/81000
3.82/3.48	c cleaning 12992 clauses out of 26000 with flag 95000/95000
4.42/4.08	c cleaning 13999 clauses out of 28010 with flag 110002/110002
5.15/4.75	c cleaning 15004 clauses out of 30011 with flag 126002/126002
5.78/5.38	c cleaning 16001 clauses out of 32008 with flag 143003/143003
6.59/6.13	c cleaning 16995 clauses out of 34004 with flag 161000/161000
7.52/7.05	c cleaning 18000 clauses out of 36010 with flag 180001/180001
8.32/7.80	c cleaning 19001 clauses out of 38009 with flag 200000/200000
9.13/8.62	c cleaning 19998 clauses out of 40008 with flag 221000/221000
10.14/9.68	c cleaning 21006 clauses out of 42011 with flag 243001/243001
11.94/11.40	c cleaning 22000 clauses out of 44005 with flag 266001/266001
12.86/12.32	c cleaning 22994 clauses out of 46004 with flag 290000/290000
13.86/13.36	c cleaning 23997 clauses out of 48011 with flag 315001/315001
15.17/14.65	c cleaning 25003 clauses out of 50014 with flag 341001/341001
16.89/16.32	c cleaning 25999 clauses out of 52011 with flag 368001/368001
18.90/18.30	c cleaning 27000 clauses out of 54012 with flag 396001/396001
20.02/19.47	c cleaning 28003 clauses out of 56011 with flag 425000/425000
21.54/20.96	c cleaning 29000 clauses out of 58008 with flag 455000/455000
23.24/22.61	c cleaning 30001 clauses out of 60010 with flag 486002/486002
25.47/24.81	c cleaning 31000 clauses out of 62008 with flag 518001/518001
27.90/27.22	c cleaning 31999 clauses out of 64007 with flag 551000/551000
31.45/30.72	c cleaning 33006 clauses out of 66011 with flag 585003/585003
33.17/32.45	c cleaning 33996 clauses out of 68002 with flag 620000/620000
35.37/34.62	c cleaning 34998 clauses out of 70007 with flag 656001/656001
37.90/37.10	c cleaning 36002 clauses out of 72008 with flag 693000/693000
40.12/39.38	c cleaning 37004 clauses out of 74007 with flag 731001/731001
43.73/42.97	c cleaning 37994 clauses out of 76003 with flag 770001/770001
45.96/45.19	c cleaning 38992 clauses out of 78008 with flag 810000/810000
48.35/47.51	c cleaning 40008 clauses out of 80017 with flag 851001/851001
50.57/49.77	c cleaning 41001 clauses out of 82009 with flag 893001/893001
52.99/52.15	c cleaning 41997 clauses out of 84009 with flag 936002/936002
55.91/55.01	c cleaning 43002 clauses out of 86010 with flag 980000/980000
58.23/57.32	c starts		: 188
58.23/57.32	c conflicts		: 1018547
58.23/57.32	c decisions		: 1025061
58.23/57.32	c propagations		: 5502667
58.23/57.32	c inspects		: 524311822
58.23/57.32	c shortcuts		: 0
58.23/57.32	c learnt literals	: 0
58.23/57.32	c learnt binary clauses	: 0
58.23/57.32	c learnt ternary clauses	: 0
58.23/57.32	c learnt constraints	: 1018547
58.23/57.32	c ignored constraints	: 0
58.23/57.32	c root simplifications	: 188
58.23/57.32	c removed literals (reason simplification)	: 7189137
58.23/57.32	c reason swapping (by a shorter reason)	: 0
58.23/57.32	c Calls to reduceDB	: 40
58.23/57.32	c number of reductions to clauses (during analyze)	: 0
58.23/57.32	c number of learned constraints concerned by reduction	: 0
58.23/57.32	c number of learning phase by resolution	: 0
58.23/57.32	c number of learning phase by cutting planes	: 0
58.23/57.32	c speed (assignments/second)	: 96225.70604179417
58.23/57.32	c non guided choices	74
58.23/57.35	c learnt constraints type 
58.23/57.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81555
58.23/57.35	c constraints type 
58.23/57.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
58.23/57.35	c 2 constraints processed.
58.23/57.35	s SATISFIABLE
58.23/57.35	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 x15 x16 -x17 -x18 -x19 x20 -x21 x22 x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 
58.23/57.35	c Total wall clock time (in seconds): 57.231

Verifier Data

OK	0

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-3709699-1338150201/watcher-3709699-1338150201 -o /tmp/evaluation-result-3709699-1338150201/solver-3709699-1338150201 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709699-1338150201.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.00 2.00 1.99 2/174 5272
/proc/meminfo: memFree=31706976/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5272/stat : 5272 (java) D 5270 5272 31461 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281145568 9515008 182 33554432000 1073741824 1073778376 140736646363664 140736646354696 260190322357 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/5272/statm: 2323 182 140 9 0 71 0

[startup+0.0467039 s]
/proc/loadavg: 2.00 2.00 1.99 2/174 5272
/proc/meminfo: memFree=31706976/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 3033 0 1 0 2 0 0 0 20 0 13 0 281145568 9446973440 3730 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2306390 3730 1701 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100232 s]
/proc/loadavg: 2.00 2.00 1.99 2/174 5272
/proc/meminfo: memFree=31706976/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 4282 0 1 0 8 1 0 0 20 0 18 0 281145568 9787842560 6000 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2389610 6000 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30017 s]
/proc/loadavg: 2.00 2.00 1.99 2/174 5272
/proc/meminfo: memFree=31706976/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 6662 0 1 0 49 1 0 0 20 0 19 0 281145568 9856004096 8696 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2406251 8696 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700251 s]
/proc/loadavg: 2.00 2.00 1.99 2/174 5272
/proc/meminfo: memFree=31706976/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 6811 0 1 0 101 2 0 0 20 0 19 0 281145568 9856004096 11354 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2406251 11354 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 2.00 2.00 1.99 3/192 5298
/proc/meminfo: memFree=31670408/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9625004 CPUtime=1.89 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 6843 0 1 0 187 2 0 0 20 0 19 0 281145568 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2406251 12914 2275 9 0 2396937 0
[pid=5272/tid=5274] ppid=5270 vsize=9625004 CPUtime=1.4 cores=1,3,5,7
/proc/5272/task/5274/stat : 5274 (java) R 5270 5272 31461 0 -1 4202560 2516 0 1 0 139 1 0 0 20 0 19 0 281145569 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140618191937960 140618051817791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5275/stat : 5275 (java) S 5270 5272 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140618170039336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5276/stat : 5276 (java) S 5270 5272 31461 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617967463336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5277] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5277/stat : 5277 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617966410536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5278] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5278/stat : 5278 (java) S 5270 5272 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617965357736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5279] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5279/stat : 5279 (java) S 5270 5272 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617964304936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5280] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5280/stat : 5280 (java) S 5270 5272 31461 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617963252136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5281] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5281/stat : 5281 (java) S 5270 5272 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617962199336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5282] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5282/stat : 5282 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617961146536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5283] ppid=5270 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/5272/task/5283/stat : 5283 (java) S 5270 5272 31461 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 281145571 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617948736488 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5284] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5284/stat : 5284 (java) S 5270 5272 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617947682552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5285] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5285/stat : 5285 (java) S 5270 5272 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617946629640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5286] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5286/stat : 5286 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617945578128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5287] ppid=5270 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/5272/task/5287/stat : 5287 (java) S 5270 5272 31461 0 -1 4202560 1015 0 0 0 14 0 0 0 20 0 19 0 281145574 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617944525240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5288] ppid=5270 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/5272/task/5288/stat : 5288 (java) S 5270 5272 31461 0 -1 4202560 2048 0 0 0 22 0 0 0 20 0 19 0 281145574 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617943472440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5289] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5289/stat : 5289 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617942419832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5290] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5290/stat : 5290 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617941367240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5291] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5291/stat : 5291 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145582 9856004096 12914 33554432000 1073741824 1073778376 140733547119776 140617940252328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 1.99 4/213 5347
/proc/meminfo: memFree=31640128/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9625004 CPUtime=3.52 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 6862 0 1 0 350 2 0 0 20 0 19 0 281145568 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2406251 13951 2275 9 0 2396937 0
[pid=5272/tid=5274] ppid=5270 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/5272/task/5274/stat : 5274 (java) R 5270 5272 31461 0 -1 4202560 2521 0 1 0 293 1 0 0 20 0 19 0 281145569 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140618191937840 140618051799620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5275/stat : 5275 (java) S 5270 5272 31461 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140618170039336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5276/stat : 5276 (java) S 5270 5272 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617967463336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5277] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5277/stat : 5277 (java) S 5270 5272 31461 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617966410536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5278] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5278/stat : 5278 (java) S 5270 5272 31461 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617965357736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5279] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5279/stat : 5279 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617964304936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5280] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5280/stat : 5280 (java) S 5270 5272 31461 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617963252136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5281] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5281/stat : 5281 (java) S 5270 5272 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617962199336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5282] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5282/stat : 5282 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145570 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617961146536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5283] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5283/stat : 5283 (java) S 5270 5272 31461 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 19 0 281145571 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617948736488 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5284] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5284/stat : 5284 (java) S 5270 5272 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617947682552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5285] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5285/stat : 5285 (java) S 5270 5272 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617946629640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5286] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5286/stat : 5286 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617945578128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5287] ppid=5270 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/5272/task/5287/stat : 5287 (java) S 5270 5272 31461 0 -1 4202560 1015 0 0 0 14 0 0 0 20 0 19 0 281145574 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617944525240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5288] ppid=5270 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/5272/task/5288/stat : 5288 (java) S 5270 5272 31461 0 -1 4202560 2048 0 0 0 22 0 0 0 20 0 19 0 281145574 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617943472440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5289] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5289/stat : 5289 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617942419832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5290] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5290/stat : 5290 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617941367240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5291] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5291/stat : 5291 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145582 9856004096 13951 33554432000 1073741824 1073778376 140733547119776 140617940252328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 5347
/proc/meminfo: memFree=31615112/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9625004 CPUtime=6.81 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 6907 0 1 0 678 3 0 0 20 0 19 0 281145568 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2406251 14682 2275 9 0 2396937 0
[pid=5272/tid=5274] ppid=5270 vsize=9625004 CPUtime=6.02 cores=1,3,5,7
/proc/5272/task/5274/stat : 5274 (java) R 5270 5272 31461 0 -1 4202560 2527 0 1 0 601 1 0 0 20 0 19 0 281145569 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140618191937960 140618051816617 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5272/task/5275/stat : 5275 (java) S 5270 5272 31461 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281145570 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140618170039336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5272/task/5276/stat : 5276 (java) S 5270 5272 31461 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281145570 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617967463336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5277] ppid=5270 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5272/task/5277/stat : 5277 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 281145570 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617966410536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5278] ppid=5270 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/5272/task/5278/stat : 5278 (java) S 5270 5272 31461 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 281145570 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617965357736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5279] ppid=5270 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/5272/task/5279/stat : 5279 (java) S 5270 5272 31461 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 281145570 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617964304936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5280] ppid=5270 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5272/task/5280/stat : 5280 (java) S 5270 5272 31461 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 281145570 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617963252136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5281] ppid=5270 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5272/task/5281/stat : 5281 (java) S 5270 5272 31461 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 281145570 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617962199336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5282] ppid=5270 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/5272/task/5282/stat : 5282 (java) S 5270 5272 31461 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281145570 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617961146536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5283] ppid=5270 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/5272/task/5283/stat : 5283 (java) S 5270 5272 31461 0 -1 4202560 34 0 0 0 15 0 0 0 20 0 19 0 281145571 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617948736488 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5284] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5284/stat : 5284 (java) S 5270 5272 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617947682552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5285] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5285/stat : 5285 (java) S 5270 5272 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617946629640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5286] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5286/stat : 5286 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617945578128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5287] ppid=5270 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/5272/task/5287/stat : 5287 (java) S 5270 5272 31461 0 -1 4202560 1015 0 0 0 14 0 0 0 20 0 19 0 281145574 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617944525240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5288] ppid=5270 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/5272/task/5288/stat : 5288 (java) S 5270 5272 31461 0 -1 4202560 2048 0 0 0 22 0 0 0 20 0 19 0 281145574 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617943472440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5289] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5289/stat : 5289 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617942419832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5290] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5290/stat : 5290 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617941367240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5291] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5291/stat : 5291 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145582 9856004096 14682 33554432000 1073741824 1073778376 140733547119776 140617940252328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

/proc/5272/task/5275/stat : 5275 (java) S 5270 5272 31461 0 -1 4202560 65 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140618170039336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5276/stat : 5276 (java) S 5270 5272 31461 0 -1 4202560 42 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617967463336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5277] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5277/stat : 5277 (java) S 5270 5272 31461 0 -1 4202560 58 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617966410536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5278] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5278/stat : 5278 (java) S 5270 5272 31461 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617965357736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5279] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5279/stat : 5279 (java) S 5270 5272 31461 0 -1 4202560 54 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617964304936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5280] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5280/stat : 5280 (java) S 5270 5272 31461 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617963252136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5281] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5281/stat : 5281 (java) S 5270 5272 31461 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617962199336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5282] ppid=5270 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/5272/task/5282/stat : 5282 (java) S 5270 5272 31461 0 -1 4202560 64 0 0 0 10 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617961146536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5283] ppid=5270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/5272/task/5283/stat : 5283 (java) S 5270 5272 31461 0 -1 4202560 46 0 0 0 69 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617948736488 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5284] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5284/stat : 5284 (java) S 5270 5272 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617947682552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5285] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5285/stat : 5285 (java) S 5270 5272 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617946629640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5286] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5286/stat : 5286 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617945578128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5287] ppid=5270 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/5272/task/5287/stat : 5287 (java) S 5270 5272 31461 0 -1 4202560 1015 0 0 0 14 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617944525240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5288] ppid=5270 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/5272/task/5288/stat : 5288 (java) S 5270 5272 31461 0 -1 4202560 2048 0 0 0 23 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617943472440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5289] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5289/stat : 5289 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617942419832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5290] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5290/stat : 5290 (java) S 5270 5272 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617941367240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5291] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5291/stat : 5291 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145582 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617940252328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 56.83
Current children cumulated vsize (KiB) 9625004

[startup+56.7006 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 5347
/proc/meminfo: memFree=31539292/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9625004 CPUtime=57.63 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 7253 0 1 0 5758 5 0 0 20 0 19 0 281145568 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2406251 25162 2275 9 0 2396937 0
[pid=5272/tid=5274] ppid=5270 vsize=9625004 CPUtime=55.56 cores=1,3,5,7
/proc/5272/task/5274/stat : 5274 (java) R 5270 5272 31461 0 -1 4202560 2559 0 1 0 5555 1 0 0 20 0 19 0 281145569 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140618191937840 140618051807940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5275/stat : 5275 (java) S 5270 5272 31461 0 -1 4202560 65 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140618170039336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5276/stat : 5276 (java) S 5270 5272 31461 0 -1 4202560 42 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617967463336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5277] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5277/stat : 5277 (java) S 5270 5272 31461 0 -1 4202560 58 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617966410536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5278] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5278/stat : 5278 (java) S 5270 5272 31461 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617965357736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5279] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5279/stat : 5279 (java) S 5270 5272 31461 0 -1 4202560 54 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617964304936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5280] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5280/stat : 5280 (java) S 5270 5272 31461 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617963252136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5281] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5281/stat : 5281 (java) S 5270 5272 31461 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617962199336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5282] ppid=5270 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/5272/task/5282/stat : 5282 (java) S 5270 5272 31461 0 -1 4202560 64 0 0 0 10 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617961146536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5283] ppid=5270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/5272/task/5283/stat : 5283 (java) S 5270 5272 31461 0 -1 4202560 46 0 0 0 69 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617948736488 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5284] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5284/stat : 5284 (java) S 5270 5272 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617947682552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5285] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5285/stat : 5285 (java) S 5270 5272 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617946629640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5286] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5286/stat : 5286 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617945578128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5287] ppid=5270 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/5272/task/5287/stat : 5287 (java) S 5270 5272 31461 0 -1 4202560 1015 0 0 0 14 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617944525240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5288] ppid=5270 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/5272/task/5288/stat : 5288 (java) S 5270 5272 31461 0 -1 4202560 2048 0 0 0 23 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617943472440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5289] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5289/stat : 5289 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617942419832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5290] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5290/stat : 5290 (java) S 5270 5272 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617941367240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5291] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5291/stat : 5291 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145582 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617940252328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 57.63
Current children cumulated vsize (KiB) 9625004

[startup+57.1006 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 5347
/proc/meminfo: memFree=31539292/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9625004 CPUtime=58.04 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 7253 0 1 0 5799 5 0 0 20 0 19 0 281145568 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2406251 25162 2275 9 0 2396937 0
[pid=5272/tid=5274] ppid=5270 vsize=9625004 CPUtime=55.96 cores=1,3,5,7
/proc/5272/task/5274/stat : 5274 (java) R 5270 5272 31461 0 -1 4202560 2559 0 1 0 5595 1 0 0 20 0 19 0 281145569 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140618191937840 140618051852006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5275/stat : 5275 (java) S 5270 5272 31461 0 -1 4202560 65 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140618170039336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5276/stat : 5276 (java) S 5270 5272 31461 0 -1 4202560 42 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617967463336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5277] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5277/stat : 5277 (java) S 5270 5272 31461 0 -1 4202560 58 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617966410536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5278] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5278/stat : 5278 (java) S 5270 5272 31461 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617965357736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5279] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5279/stat : 5279 (java) S 5270 5272 31461 0 -1 4202560 54 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617964304936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5280] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5280/stat : 5280 (java) S 5270 5272 31461 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617963252136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5281] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5281/stat : 5281 (java) S 5270 5272 31461 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617962199336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5282] ppid=5270 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/5272/task/5282/stat : 5282 (java) S 5270 5272 31461 0 -1 4202560 64 0 0 0 10 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617961146536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5283] ppid=5270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/5272/task/5283/stat : 5283 (java) S 5270 5272 31461 0 -1 4202560 46 0 0 0 69 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617948736488 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5284] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5284/stat : 5284 (java) S 5270 5272 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617947682552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5285] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5285/stat : 5285 (java) S 5270 5272 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617946629640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5286] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5286/stat : 5286 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617945578128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5287] ppid=5270 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/5272/task/5287/stat : 5287 (java) S 5270 5272 31461 0 -1 4202560 1015 0 0 0 14 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617944525240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5288] ppid=5270 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/5272/task/5288/stat : 5288 (java) S 5270 5272 31461 0 -1 4202560 2048 0 0 0 23 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617943472440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5289] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5289/stat : 5289 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617942419832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5290] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5290/stat : 5290 (java) S 5270 5272 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617941367240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5291] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5291/stat : 5291 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145582 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617940252328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 58.04
Current children cumulated vsize (KiB) 9625004

[startup+57.3006 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 5347
/proc/meminfo: memFree=31539292/32873648 swapFree=7116/7116
[pid=5272] ppid=5270 vsize=9625004 CPUtime=58.23 cores=1,3,5,7
/proc/5272/stat : 5272 (java) S 5270 5272 31461 0 -1 4202496 7253 0 1 0 5818 5 0 0 20 0 19 0 281145568 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140733547110912 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5272/statm: 2406251 25162 2275 9 0 2396937 0
[pid=5272/tid=5274] ppid=5270 vsize=9625004 CPUtime=56.15 cores=1,3,5,7
/proc/5272/task/5274/stat : 5274 (java) R 5270 5272 31461 0 -1 4202560 2559 0 1 0 5614 1 0 0 20 0 19 0 281145569 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140618191937840 140618051807975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5275/stat : 5275 (java) S 5270 5272 31461 0 -1 4202560 65 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140618170039336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5276/stat : 5276 (java) S 5270 5272 31461 0 -1 4202560 42 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617967463336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5277] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5277/stat : 5277 (java) S 5270 5272 31461 0 -1 4202560 58 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617966410536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5278] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5278/stat : 5278 (java) S 5270 5272 31461 0 -1 4202560 40 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617965357736 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5279] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5279/stat : 5279 (java) S 5270 5272 31461 0 -1 4202560 54 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617964304936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5272/tid=5280] ppid=5270 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5272/task/5280/stat : 5280 (java) S 5270 5272 31461 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617963252136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5281] ppid=5270 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5272/task/5281/stat : 5281 (java) S 5270 5272 31461 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617962199336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5282] ppid=5270 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/5272/task/5282/stat : 5282 (java) S 5270 5272 31461 0 -1 4202560 64 0 0 0 10 0 0 0 20 0 19 0 281145570 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617961146536 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5283] ppid=5270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/5272/task/5283/stat : 5283 (java) S 5270 5272 31461 0 -1 4202560 46 0 0 0 69 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617948736488 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5284] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5284/stat : 5284 (java) S 5270 5272 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617947682552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5285] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5285/stat : 5285 (java) S 5270 5272 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145571 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617946629640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5286] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5286/stat : 5286 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617945578128 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5287] ppid=5270 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/5272/task/5287/stat : 5287 (java) S 5270 5272 31461 0 -1 4202560 1015 0 0 0 14 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617944525240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5272/tid=5288] ppid=5270 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/5272/task/5288/stat : 5288 (java) S 5270 5272 31461 0 -1 4202560 2048 0 0 0 23 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617943472440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5289] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5289/stat : 5289 (java) S 5270 5272 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617942419832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5272/tid=5290] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5290/stat : 5290 (java) S 5270 5272 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281145574 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617941367240 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5272/tid=5291] ppid=5270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5272/task/5291/stat : 5291 (java) S 5270 5272 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145582 9856004096 25162 33554432000 1073741824 1073778376 140733547119776 140617940252328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 58.23
Current children cumulated vsize (KiB) 9625004

Child status: 10
Real time (s): 57.3566
CPU time (s): 58.2451
CPU user time (s): 58.0952
CPU system time (s): 0.149977
CPU usage (%): 101.549
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.0952
system time used= 0.149977
maximum resident set size= 100840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7304
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2567
involuntary context switches= 2386

runsolver used 0.201969 second user time and 0.464929 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 22:23:21
IDJOB=3709699
IDBENCH=2556
IDSOLVER=2289
FILE ID=node123/3709699-1338150201
RUNJOBID= node123-1338144817-4665
PBS_JOBID= 14624505
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww5.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709699-1338150201/watcher-3709699-1338150201 -o /tmp/evaluation-result-3709699-1338150201/solver-3709699-1338150201 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709699-1338150201.opb

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

MD5SUM BENCH= 2d610c35d7c8dd61a03deef28cf982c0
RANDOM SEED=788615363

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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	: 5331.92
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		: 2667.217
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		: 2667.217
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.91
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		: 2667.217
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.91
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		: 2667.217
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		: 2667.217
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:       32873648 kB
MemFree:        31707628 kB
Buffers:          156840 kB
Cached:           210056 kB
SwapCached:          956 kB
Active:           186540 kB
Inactive:         192052 kB
Active(anon):       4292 kB
Inactive(anon):     9080 kB
Active(file):     182248 kB
Inactive(file):   182972 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:        123632 kB
Mapped:            10464 kB
Shmem:                 0 kB
Slab:             651992 kB
SReclaimable:      96200 kB
SUnreclaim:       555792 kB
KernelStack:        1512 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     137540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node123 at 2012-05-27 22:24:18