Trace number 4122302

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 2.3.6 Resolution PB16UNSAT 978.175 977.046

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-87.cnf.gz-extracted.pb.metafix.opb
MD5SUM132801bb2dca690052687188d53db1a1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables349
Total number of constraints348
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)348
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122302-1467316663.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.058s.
0.09/0.17	c declared #vars     349
0.09/0.17	c #constraints  348
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 348
0.09/0.17	c 348 constraints processed.
0.65/0.43	c cleaning 2494 clauses out of 5003 with flag 21066/5003
0.80/0.60	c cleaning 4245 clauses out of 8509 with flag 52972/11003
1.04/0.79	c cleaning 5621 clauses out of 11263 with flag 88027/18002
1.34/1.03	c cleaning 6813 clauses out of 13641 with flag 127678/26001
1.66/1.32	c cleaning 7899 clauses out of 15828 with flag 176380/35001
1.96/1.69	c cleaning 8951 clauses out of 17929 with flag 230831/45001
2.36/2.08	c cleaning 9983 clauses out of 19980 with flag 288519/56003
2.86/2.56	c cleaning 10993 clauses out of 21994 with flag 356139/68000
3.46/3.10	c cleaning 11989 clauses out of 24002 with flag 431742/81001
3.96/3.70	c cleaning 12996 clauses out of 26012 with flag 516763/95000
4.66/4.34	c cleaning 13991 clauses out of 28017 with flag 601914/110001
5.46/5.14	c cleaning 14992 clauses out of 30026 with flag 696466/126001
6.27/5.96	c cleaning 16009 clauses out of 32035 with flag 806295/143002
7.16/6.87	c cleaning 16998 clauses out of 34025 with flag 917031/161001
8.17/7.90	c cleaning 17988 clauses out of 36027 with flag 1028895/180001
9.36/9.03	c cleaning 19004 clauses out of 38039 with flag 1151628/200001
10.46/10.20	c cleaning 20011 clauses out of 40034 with flag 1285179/221000
11.76/11.47	c cleaning 20996 clauses out of 42025 with flag 1424366/243002
13.16/12.82	c cleaning 21996 clauses out of 44027 with flag 1569658/266000
14.67/14.31	c cleaning 22998 clauses out of 46032 with flag 1720734/290001
16.46/16.11	c cleaning 23996 clauses out of 48035 with flag 1876001/315002
18.36/18.02	c cleaning 24988 clauses out of 50037 with flag 2041126/341000
20.06/19.77	c cleaning 26015 clauses out of 52051 with flag 2208661/368002
22.16/21.85	c cleaning 27003 clauses out of 54034 with flag 2375757/396000
24.36/24.06	c cleaning 27999 clauses out of 56033 with flag 2555935/425002
26.56/26.20	c cleaning 29001 clauses out of 58033 with flag 2741907/455001
28.96/28.64	c cleaning 30010 clauses out of 60031 with flag 2937625/486000
31.56/31.25	c cleaning 31002 clauses out of 62022 with flag 3144477/518001
34.36/34.04	c cleaning 31994 clauses out of 64019 with flag 3353141/551000
37.36/37.06	c cleaning 32989 clauses out of 66025 with flag 3573718/585000
40.36/40.03	c cleaning 33996 clauses out of 68036 with flag 3799318/620000
43.46/43.16	c cleaning 35000 clauses out of 70040 with flag 4036948/656000
46.76/46.44	c cleaning 35998 clauses out of 72042 with flag 4281290/693002
50.26/49.92	c cleaning 37009 clauses out of 74043 with flag 4529677/731001
53.86/53.55	c cleaning 38009 clauses out of 76033 with flag 4786230/770000
57.67/57.35	c cleaning 38994 clauses out of 78026 with flag 5039674/810002
61.67/61.39	c cleaning 39996 clauses out of 80033 with flag 5305164/851003
65.97/65.67	c cleaning 41004 clauses out of 82034 with flag 5568739/893000
70.37/70.01	c cleaning 42012 clauses out of 84032 with flag 5857681/936002
75.00/74.60	c cleaning 42997 clauses out of 86018 with flag 6131033/980000
79.49/79.11	c cleaning 43981 clauses out of 88021 with flag 6422061/1025000
84.10/83.74	c cleaning 44999 clauses out of 90041 with flag 6714108/1071001
89.20/88.81	c cleaning 46004 clauses out of 92041 with flag 6998149/1118000
94.20/93.88	c cleaning 47005 clauses out of 94037 with flag 7293707/1166000
99.60/99.27	c cleaning 48012 clauses out of 96032 with flag 7598235/1215000
105.01/104.68	c cleaning 48991 clauses out of 98021 with flag 7895486/1265001
110.80/110.43	c cleaning 49991 clauses out of 100031 with flag 8207847/1316002
116.79/116.44	c cleaning 51001 clauses out of 102038 with flag 8528750/1368000
122.89/122.59	c cleaning 51998 clauses out of 104037 with flag 8845602/1421000
129.59/129.28	c cleaning 53002 clauses out of 106039 with flag 9168122/1475000
136.20/135.83	c cleaning 54004 clauses out of 108038 with flag 9490455/1530001
143.40/143.07	c cleaning 55006 clauses out of 110035 with flag 9821235/1586002
150.49/150.14	c cleaning 55996 clauses out of 112028 with flag 10154845/1643001
157.99/157.70	c cleaning 57003 clauses out of 114031 with flag 10493752/1701000
165.39/165.08	c cleaning 58003 clauses out of 116029 with flag 10841811/1760001
172.98/172.62	c cleaning 58990 clauses out of 118025 with flag 11206647/1820000
181.08/180.76	c cleaning 60005 clauses out of 120036 with flag 11567075/1881001
189.28/188.98	c cleaning 61000 clauses out of 122031 with flag 11919967/1943001
198.08/197.67	c cleaning 61995 clauses out of 124031 with flag 12287673/2006001
206.98/206.51	c cleaning 62999 clauses out of 126035 with flag 12665227/2070000
216.18/215.73	c cleaning 64001 clauses out of 128038 with flag 13040371/2135002
225.37/224.99	c cleaning 65002 clauses out of 130035 with flag 13434532/2201000
234.67/234.22	c cleaning 66008 clauses out of 132035 with flag 13834110/2268002
244.00/243.54	c cleaning 66998 clauses out of 134027 with flag 14227645/2336002
254.30/253.85	c cleaning 68002 clauses out of 136028 with flag 14622402/2405001
264.50/264.01	c cleaning 69004 clauses out of 138026 with flag 15022519/2475001
275.09/274.68	c cleaning 69997 clauses out of 140022 with flag 15422855/2546001
286.50/286.04	c cleaning 70998 clauses out of 142025 with flag 15851423/2618001
297.99/297.51	c cleaning 72001 clauses out of 144027 with flag 16266344/2691001
309.70/309.22	c cleaning 73008 clauses out of 146025 with flag 16684392/2765000
321.99/321.54	c cleaning 73990 clauses out of 148017 with flag 17106269/2840000
334.29/333.83	c cleaning 75004 clauses out of 150031 with flag 17536359/2916004
347.28/346.86	c cleaning 75999 clauses out of 152023 with flag 17962564/2993000
360.34/359.89	c cleaning 76997 clauses out of 154024 with flag 18395078/3071000
373.44/373.00	c cleaning 78002 clauses out of 156027 with flag 18842539/3150000
386.83/386.32	c cleaning 78994 clauses out of 158027 with flag 19291238/3230002
401.13/400.64	c cleaning 80007 clauses out of 160032 with flag 19738887/3311001
415.23/414.80	c cleaning 81002 clauses out of 162026 with flag 20193793/3393002
429.73/429.29	c cleaning 82001 clauses out of 164025 with flag 20653948/3476003
444.03/443.54	c cleaning 82989 clauses out of 166022 with flag 21116501/3560001
459.43/458.99	c cleaning 84010 clauses out of 168034 with flag 21579681/3645002
475.03/474.58	c cleaning 84994 clauses out of 170022 with flag 22060465/3731000
490.63/490.19	c cleaning 85998 clauses out of 172029 with flag 22539860/3818001
507.22/506.73	c cleaning 87001 clauses out of 174030 with flag 23017926/3906000
523.92/523.49	c cleaning 88001 clauses out of 176032 with flag 23509954/3995003
541.21/540.63	c cleaning 89005 clauses out of 178028 with flag 24010786/4085000
557.70/557.18	c cleaning 89996 clauses out of 180024 with flag 24514993/4176001
575.80/575.30	c cleaning 91006 clauses out of 182028 with flag 25017167/4268001
593.00/592.41	c cleaning 91990 clauses out of 184023 with flag 25522281/4361002
610.79/610.28	c cleaning 93004 clauses out of 186032 with flag 26037323/4455001
627.89/627.38	c cleaning 94013 clauses out of 188031 with flag 26570320/4550004
647.99/647.48	c cleaning 94998 clauses out of 190014 with flag 27092212/4646000
666.78/666.27	c cleaning 95999 clauses out of 192016 with flag 27611465/4743000
686.18/685.60	c cleaning 96996 clauses out of 194017 with flag 28148335/4841000
705.68/705.16	c cleaning 97985 clauses out of 196022 with flag 28690579/4940001
725.58/725.04	c cleaning 98998 clauses out of 198037 with flag 29246337/5040001
745.64/745.05	c cleaning 100008 clauses out of 200038 with flag 29798266/5141000
766.04/765.48	c cleaning 101009 clauses out of 202032 with flag 30360328/5243002
786.94/786.35	c cleaning 102005 clauses out of 204022 with flag 30935379/5346001
808.64/808.01	c cleaning 102992 clauses out of 206016 with flag 31512750/5450000
830.23/829.69	c cleaning 103997 clauses out of 208024 with flag 32084841/5555000
852.62/852.02	c cleaning 105011 clauses out of 210028 with flag 32669663/5661001
874.73/874.18	c cleaning 105987 clauses out of 212018 with flag 33269098/5768002
896.93/896.33	c cleaning 107006 clauses out of 214029 with flag 33860832/5876000
920.33/919.75	c cleaning 107992 clauses out of 216024 with flag 34467182/5985001
942.12/941.51	c cleaning 109006 clauses out of 218033 with flag 35097686/6095002
963.75/963.08	c cleaning 110002 clauses out of 220028 with flag 35739821/6206003
977.81/977.01	c starts		: 12985
977.81/977.01	c conflicts		: 6278350
977.81/977.01	c decisions		: 9303554
977.81/977.01	c propagations		: 112927263
977.81/977.01	c inspects		: 21887656799
977.81/977.01	c shortcuts		: 0
977.81/977.01	c learnt literals	: 12
977.81/977.01	c learnt binary clauses	: 14
977.81/977.01	c learnt ternary clauses	: 18
977.81/977.01	c learnt constraints	: 6278337
977.81/977.01	c ignored constraints	: 0
977.81/977.01	c root simplifications	: 0
977.81/977.01	c removed literals (reason simplification)	: 0
977.81/977.01	c reason swapping (by a shorter reason)	: 0
977.81/977.01	c Calls to reduceDB	: 107
977.81/977.01	c Number of update (reduction) of LBD	: 1988379
977.81/977.01	c Imported unit clauses	: 0
977.81/977.01	c number of reductions to clauses (during analyze)	: 0
977.81/977.01	c number of learned constraints concerned by reduction	: 0
977.81/977.01	c number of learning phase by resolution	: 0
977.81/977.01	c number of learning phase by cutting planes	: 0
977.81/977.01	c speed (assignments/second)	: 115604.78543547094
977.81/977.01	c non guided choices	68056
977.81/977.04	c learnt constraints type 
977.81/977.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
977.81/977.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 182346
977.81/977.04	s UNSATISFIABLE
977.81/977.04	c Total wall clock time (in seconds): 976.928

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4122302-1467316663/watcher-4122302-1467316663 -o /tmp/evaluation-result-4122302-1467316663/solver-4122302-1467316663 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122302-1467316663.opb 

pid=22322
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.02 2.02 2.00 3/194 22325
/proc/meminfo: memFree=28684224/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22325/stat : 22325 (java) D 22322 22325 19879 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 12562473 2560000 46 33554432000 1073741824 1073778376 140734614188224 140734614185352 218225536295 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 22325
/proc/meminfo: memFree=28684224/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 4409 0 1 0 7 2 0 0 20 0 18 0 12562473 9787879424 6037 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 22325
/proc/meminfo: memFree=28684224/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 5525 0 1 0 23 2 0 0 20 0 19 0 12562473 9856040960 7423 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2406260 7423 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.30022 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 22325
/proc/meminfo: memFree=28684224/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 6816 0 1 0 50 2 0 0 20 0 19 0 12562473 9856040960 7919 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2406260 7919 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700144 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 22325
/proc/meminfo: memFree=28684224/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 7853 0 1 0 102 2 0 0 20 0 19 0 12562473 9856040960 8443 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2406260 8443 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.10 2.03 2.01 3/213 22344
/proc/meminfo: memFree=28656156/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 7860 0 1 0 184 2 0 0 20 0 19 0 12562473 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2406260 9471 2256 9 0 2396937 0
[pid=22325/tid=22327] ppid=22322 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) R 22322 22325 19879 0 -1 4202560 2405 0 1 0 144 2 0 0 20 0 19 0 12562474 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843385286336 139843212890747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843346786728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843345734184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843344681128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843343628584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843342576552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843341524008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843340470952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843339418408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843209247080 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843208193400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562477 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843207140232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843206088976 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 19879 0 -1 4202560 2157 0 0 0 20 0 0 0 20 0 19 0 12562479 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843205036856 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 19879 0 -1 4202560 2026 0 0 0 16 0 0 0 20 0 19 0 12562479 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843203984312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843202931448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843201879112 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562491 9856040960 9471 33554432000 1073741824 1073778376 140734614188224 139843200824360 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.10 2.03 2.01 3/213 22344
/proc/meminfo: memFree=28651564/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 7863 0 1 0 343 3 0 0 20 0 19 0 12562473 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2406260 10495 2256 9 0 2396937 0
[pid=22325/tid=22327] ppid=22322 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) R 22322 22325 19879 0 -1 4202560 2408 0 1 0 304 2 0 0 20 0 19 0 12562474 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843385286336 139843213038687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843346786728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843345734184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843344681128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843343628584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843342576552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843341524008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843340470952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843339418408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843209247080 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843208193400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562477 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843207140232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843206088976 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 19879 0 -1 4202560 2157 0 0 0 20 0 0 0 20 0 19 0 12562479 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843205036856 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 19879 0 -1 4202560 2026 0 0 0 16 0 0 0 20 0 19 0 12562479 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843203984312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843202931448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843201879112 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562491 9856040960 10495 33554432000 1073741824 1073778376 140734614188224 139843200824360 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.09 2.03 2.00 3/213 22344
/proc/meminfo: memFree=28641860/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9625040 CPUtime=6.66 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 7870 0 1 0 663 3 0 0 20 0 19 0 12562473 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2406260 12869 2257 9 0 2396937 0
[pid=22325/tid=22327] ppid=22322 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) R 22322 22325 19879 0 -1 4202560 2414 0 1 0 624 2 0 0 20 0 19 0 12562474 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843385295192 139843212835608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843346786728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843345734184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843344681128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843343628584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843342576552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843341524008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843340470952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12562475 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843339418408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843209247080 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843208193400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562477 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843207140232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843206088976 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 19879 0 -1 4202560 2157 0 0 0 20 0 0 0 20 0 19 0 12562479 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843205036856 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 19879 0 -1 4202560 2026 0 0 0 16 0 0 0 20 0 19 0 12562479 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843203984312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843202931448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843201879112 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562491 9856040960 12869 33554432000 1073741824 1073778376 140734614188224 139843200824360 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=22325/tid=22330] ppid=22322 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 19879 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 12562475 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843344681128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 19879 0 -1 4202560 139 0 0 0 8 2 0 0 20 0 19 0 12562475 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843343628584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 19879 0 -1 4202560 131 0 0 0 5 0 0 0 20 0 19 0 12562475 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843342576552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 19879 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 12562475 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843341524008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 19879 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 12562475 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843340470952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 19879 0 -1 4202560 147 0 0 0 7 0 0 0 20 0 19 0 12562475 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843339418408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 19879 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843209247080 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843208193400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12562477 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843207140232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843206088976 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 19879 0 -1 4202560 2273 0 0 0 22 0 0 0 20 0 19 0 12562479 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843205036856 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 19879 0 -1 4202560 2026 0 0 0 16 0 0 0 20 0 19 0 12562479 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843203984312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843202931448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 19879 0 -1 4202560 58 0 0 0 6 12 0 0 20 0 19 0 12562479 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843201879112 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562491 9856040960 60718 33554432000 1073741824 1073778376 140734614188224 139843200824360 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 975.16
Current children cumulated vsize (KiB) 9625040

[startup+976.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22460
/proc/meminfo: memFree=28457412/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9625040 CPUtime=976.79 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 8788 0 1 0 97655 24 0 0 20 0 19 0 12562473 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2406260 60719 2272 9 0 2396937 0
[pid=22325/tid=22327] ppid=22322 vsize=9625040 CPUtime=975.71 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) R 22322 22325 19879 0 -1 4202560 2476 0 1 0 97551 20 0 0 20 0 19 0 12562474 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843385293384 139843212922976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 19879 0 -1 4202560 89 0 0 0 8 2 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843346786728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 19879 0 -1 4202560 48 0 0 0 5 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843345734184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 19879 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843344681128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 19879 0 -1 4202560 139 0 0 0 8 2 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843343628584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 19879 0 -1 4202560 131 0 0 0 5 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843342576552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 19879 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843341524008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 19879 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843340470952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 19879 0 -1 4202560 147 0 0 0 7 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843339418408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 19879 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843209247080 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843208193400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12562477 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843207140232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843206088976 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 19879 0 -1 4202560 2276 0 0 0 25 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843205036856 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 19879 0 -1 4202560 2026 0 0 0 16 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843203984312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843202931448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 19879 0 -1 4202560 58 0 0 0 6 12 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843201879112 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562491 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843200824360 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 976.79
Current children cumulated vsize (KiB) 9625040

[startup+976.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22460
/proc/meminfo: memFree=28457288/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9625040 CPUtime=977.62 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 8789 0 1 0 97738 24 0 0 20 0 19 0 12562473 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2406260 60719 2272 9 0 2396937 0
[pid=22325/tid=22327] ppid=22322 vsize=9625040 CPUtime=976.52 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) R 22322 22325 19879 0 -1 4202560 2477 0 1 0 97632 20 0 0 20 0 19 0 12562474 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843385293384 139843212923181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 19879 0 -1 4202560 89 0 0 0 8 2 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843346786728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 19879 0 -1 4202560 48 0 0 0 5 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843345734184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 19879 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843344681128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 19879 0 -1 4202560 139 0 0 0 8 2 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843343628584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 19879 0 -1 4202560 131 0 0 0 5 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843342576552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 19879 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843341524008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 19879 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843340470952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 19879 0 -1 4202560 147 0 0 0 7 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843339418408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 19879 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843209247080 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843208193400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12562477 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843207140232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843206088976 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 19879 0 -1 4202560 2276 0 0 0 27 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843205036856 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 19879 0 -1 4202560 2026 0 0 0 16 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843203984312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843202931448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 19879 0 -1 4202560 58 0 0 0 6 12 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843201879112 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562491 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843200824360 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 977.62
Current children cumulated vsize (KiB) 9625040

[startup+977.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22460
/proc/meminfo: memFree=28457288/32872528 swapFree=7620/7620
[pid=22325] ppid=22322 vsize=9625040 CPUtime=977.81 cores=1,3,5,7
/proc/22325/stat : 22325 (java) S 22322 22325 19879 0 -1 4202496 8789 0 1 0 97757 24 0 0 20 0 19 0 12562473 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 140734614179360 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22325/statm: 2406260 60719 2272 9 0 2396937 0
[pid=22325/tid=22327] ppid=22322 vsize=9625040 CPUtime=976.71 cores=1,3,5,7
/proc/22325/task/22327/stat : 22327 (java) R 22322 22325 19879 0 -1 4202560 2477 0 1 0 97651 20 0 0 20 0 19 0 12562474 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843385293384 139843212922988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22328] ppid=22322 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/22325/task/22328/stat : 22328 (java) S 22322 22325 19879 0 -1 4202560 89 0 0 0 8 2 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843346786728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22325/tid=22329] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22329/stat : 22329 (java) S 22322 22325 19879 0 -1 4202560 48 0 0 0 5 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843345734184 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22330] ppid=22322 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/22325/task/22330/stat : 22330 (java) S 22322 22325 19879 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843344681128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22331] ppid=22322 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/22325/task/22331/stat : 22331 (java) S 22322 22325 19879 0 -1 4202560 139 0 0 0 8 2 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843343628584 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22332] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22332/stat : 22332 (java) S 22322 22325 19879 0 -1 4202560 131 0 0 0 5 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843342576552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22333] ppid=22322 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/22325/task/22333/stat : 22333 (java) S 22322 22325 19879 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843341524008 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22334] ppid=22322 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/22325/task/22334/stat : 22334 (java) S 22322 22325 19879 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843340470952 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22335] ppid=22322 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/22325/task/22335/stat : 22335 (java) S 22322 22325 19879 0 -1 4202560 147 0 0 0 7 0 0 0 20 0 19 0 12562475 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843339418408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22325/tid=22336] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22336/stat : 22336 (java) S 22322 22325 19879 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843209247080 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22337] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22337/stat : 22337 (java) S 22322 22325 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12562476 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843208193400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22338] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22338/stat : 22338 (java) S 22322 22325 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12562477 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843207140232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22339] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22339/stat : 22339 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843206088976 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22340] ppid=22322 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22325/task/22340/stat : 22340 (java) S 22322 22325 19879 0 -1 4202560 2276 0 0 0 27 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843205036856 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22341] ppid=22322 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22325/task/22341/stat : 22341 (java) S 22322 22325 19879 0 -1 4202560 2026 0 0 0 16 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843203984312 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22342] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22342/stat : 22342 (java) S 22322 22325 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843202931448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22325/tid=22343] ppid=22322 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22325/task/22343/stat : 22343 (java) S 22322 22325 19879 0 -1 4202560 58 0 0 0 6 12 0 0 20 0 19 0 12562479 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843201879112 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22325/tid=22344] ppid=22322 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22325/task/22344/stat : 22344 (java) S 22322 22325 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12562491 9856040960 60719 33554432000 1073741824 1073778376 140734614188224 139843200824360 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 977.81
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 977.046
CPU time (s): 978.175
CPU user time (s): 977.661
CPU system time (s): 0.513921
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 977.661
system time used= 0.513921
maximum resident set size= 242972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8819
page faults= 1
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21001
involuntary context switches= 12021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.60215 second user time and 7.14691 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 21:57:43
IDJOB=4122302
IDBENCH=111030
IDSOLVER=2546
FILE ID=node106/4122302-1467316663
RUNJOBID= node106-1467308742-19896
PBS_JOBID= 20005279
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-87.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122302-1467316663/watcher-4122302-1467316663 -o /tmp/evaluation-result-4122302-1467316663/solver-4122302-1467316663 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122302-1467316663.opb

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

MD5SUM BENCH= 132801bb2dca690052687188d53db1a1
RANDOM SEED=1336117214

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28684504 kB
Buffers:           83892 kB
Cached:          3134420 kB
SwapCached:            0 kB
Active:          2549344 kB
Inactive:         876204 kB
Active(anon):     194120 kB
Inactive(anon):    15724 kB
Active(file):    2355224 kB
Inactive(file):   860480 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               784 kB
Writeback:             0 kB
AnonPages:        214564 kB
Mapped:            23332 kB
Shmem:               204 kB
Slab:             626100 kB
SReclaimable:      69208 kB
SUnreclaim:       556892 kB
KernelStack:        1648 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node106 at 2016-06-30 22:14:01