Trace number 4122518

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 937.955 936.179

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-86.cnf.gz-extracted.pb.metafix.opb
MD5SUM66d70b225ecce73e79d92186c4fd0c1d
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.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables345
Total number of constraints344
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)344
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.08/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.30	c See www.sat4j.org for details.
0.08/0.30	c version PB16.v20160501
0.08/0.30	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.30	c java.vm.version	19.1-b02
0.08/0.30	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.30	c sun.arch.data.model	64
0.08/0.30	c java.version		1.6.0_24
0.08/0.30	c os.name		Linux
0.08/0.30	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.30	c os.arch		amd64
0.08/0.30	c Free memory 		501472288
0.08/0.30	c Max memory 		7480803328
0.08/0.30	c Total memory 		504102912
0.08/0.30	c Number of processors 	8
0.08/0.34	c Pseudo Boolean Optimization by upper bound
0.08/0.34	c --- Begin Solver configuration ---
0.08/0.34	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.34	c Learn all clauses as in MiniSAT
0.08/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.34	c No reason simplification
0.08/0.34	c Glucose 2.1 dynamic restart strategy
0.08/0.34	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.08/0.34	c timeout=2147483s
0.08/0.34	c DB Simplification allowed=false
0.08/0.34	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.34	c --- End Solver configuration ---
0.08/0.34	c solving HOME/instance-4122518-1467317003.opb
0.08/0.34	c reading problem ... 
0.08/0.34	c  no objective function found
0.21/0.40	c ... done. Wall clock time 0.06s.
0.21/0.40	c declared #vars     345
0.21/0.40	c #constraints  344
0.21/0.40	c constraints type 
0.21/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 344
0.21/0.40	c 344 constraints processed.
0.70/0.69	c cleaning 2495 clauses out of 5000 with flag 21345/5000
1.08/0.85	c cleaning 4235 clauses out of 8505 with flag 51897/11000
1.33/1.04	c cleaning 5625 clauses out of 11271 with flag 90836/18001
1.55/1.29	c cleaning 6802 clauses out of 13645 with flag 135256/26000
1.86/1.59	c cleaning 7904 clauses out of 15843 with flag 188732/35000
2.25/1.91	c cleaning 8943 clauses out of 17940 with flag 244341/45001
2.56/2.28	c cleaning 9983 clauses out of 19997 with flag 310773/56001
3.06/2.74	c cleaning 10982 clauses out of 22013 with flag 379919/68000
3.56/3.29	c cleaning 11996 clauses out of 24031 with flag 456856/81000
4.26/3.91	c cleaning 13004 clauses out of 26035 with flag 545125/95000
4.87/4.58	c cleaning 14013 clauses out of 28034 with flag 635651/110003
5.87/5.57	c cleaning 14987 clauses out of 30018 with flag 744028/126000
6.66/6.34	c cleaning 15997 clauses out of 32031 with flag 851593/143000
7.46/7.18	c cleaning 17005 clauses out of 34034 with flag 955531/161000
8.46/8.17	c cleaning 18007 clauses out of 36030 with flag 1069682/180001
9.46/9.14	c cleaning 18994 clauses out of 38022 with flag 1192821/200000
10.56/10.25	c cleaning 19997 clauses out of 40029 with flag 1319836/221001
11.76/11.45	c cleaning 21014 clauses out of 42032 with flag 1457243/243001
12.96/12.68	c cleaning 22000 clauses out of 44017 with flag 1597183/266000
14.46/14.13	c cleaning 22986 clauses out of 46017 with flag 1747494/290000
15.96/15.69	c cleaning 24001 clauses out of 48031 with flag 1897440/315000
17.66/17.34	c cleaning 24997 clauses out of 50031 with flag 2064490/341001
19.36/19.03	c cleaning 26002 clauses out of 52033 with flag 2232433/368000
21.16/20.87	c cleaning 27000 clauses out of 54032 with flag 2411396/396001
23.26/22.96	c cleaning 27998 clauses out of 56032 with flag 2597349/425001
25.36/25.01	c cleaning 28999 clauses out of 58037 with flag 2790420/455004
27.67/27.33	c cleaning 30000 clauses out of 60034 with flag 2988748/486000
30.17/29.86	c cleaning 31005 clauses out of 62035 with flag 3201004/518001
32.66/32.37	c cleaning 32003 clauses out of 64031 with flag 3412248/551002
35.46/35.20	c cleaning 33005 clauses out of 66027 with flag 3626827/585001
38.56/38.20	c cleaning 34004 clauses out of 68023 with flag 3859916/620002
41.56/41.27	c cleaning 35006 clauses out of 70017 with flag 4088655/656000
44.76/44.46	c cleaning 35998 clauses out of 72012 with flag 4326907/693001
48.16/47.82	c cleaning 37000 clauses out of 74014 with flag 4569956/731001
51.56/51.23	c cleaning 37993 clauses out of 76013 with flag 4815735/770000
55.27/54.96	c cleaning 38997 clauses out of 78020 with flag 5074115/810000
59.37/59.03	c cleaning 39996 clauses out of 80024 with flag 5340389/851001
63.27/62.99	c cleaning 41004 clauses out of 82028 with flag 5613110/893001
67.26/66.91	c cleaning 42011 clauses out of 84023 with flag 5895976/936000
71.59/71.25	c cleaning 42981 clauses out of 86012 with flag 6176339/980000
75.89/75.52	c cleaning 43993 clauses out of 88032 with flag 6463749/1025001
80.29/79.97	c cleaning 45001 clauses out of 90038 with flag 6753949/1071000
84.89/84.53	c cleaning 45997 clauses out of 92037 with flag 7054536/1118000
89.78/89.45	c cleaning 47012 clauses out of 94041 with flag 7355727/1166001
94.69/94.40	c cleaning 47998 clauses out of 96028 with flag 7661841/1215000
99.79/99.43	c cleaning 48996 clauses out of 98030 with flag 7972941/1265000
105.59/105.25	c cleaning 50011 clauses out of 100035 with flag 8297852/1316001
111.19/110.89	c cleaning 50992 clauses out of 102023 with flag 8621795/1368000
117.19/116.81	c cleaning 51994 clauses out of 104031 with flag 8940867/1421000
123.28/123.00	c cleaning 53006 clauses out of 106039 with flag 9265759/1475002
129.98/129.66	c cleaning 54001 clauses out of 108032 with flag 9596095/1530001
136.89/136.53	c cleaning 55003 clauses out of 110030 with flag 9932850/1586000
143.78/143.43	c cleaning 56002 clauses out of 112028 with flag 10279092/1643001
150.88/150.50	c cleaning 57000 clauses out of 114026 with flag 10624611/1701001
158.38/158.09	c cleaning 58010 clauses out of 116025 with flag 10982275/1760000
166.08/165.73	c cleaning 58984 clauses out of 118016 with flag 11340089/1820001
173.58/173.27	c cleaning 59996 clauses out of 120031 with flag 11704676/1881000
181.78/181.43	c cleaning 61007 clauses out of 122037 with flag 12064695/1943002
190.17/189.70	c cleaning 62005 clauses out of 124028 with flag 12436296/2006000
197.86/197.43	c cleaning 62987 clauses out of 126023 with flag 12814131/2070000
206.06/205.60	c cleaning 63999 clauses out of 128036 with flag 13193056/2135000
214.56/214.17	c cleaning 65002 clauses out of 130037 with flag 13584083/2201000
223.66/223.24	c cleaning 66002 clauses out of 132035 with flag 13969543/2268000
232.58/232.13	c cleaning 67008 clauses out of 134035 with flag 14367520/2336002
241.78/241.31	c cleaning 67991 clauses out of 136025 with flag 14759404/2405000
251.57/251.11	c cleaning 69001 clauses out of 138034 with flag 15155388/2475000
261.67/261.21	c cleaning 69994 clauses out of 140033 with flag 15565892/2546000
272.07/271.62	c cleaning 71001 clauses out of 142039 with flag 15966684/2618000
282.47/282.02	c cleaning 72011 clauses out of 144039 with flag 16381371/2691001
293.66/293.22	c cleaning 72997 clauses out of 146027 with flag 16794711/2765000
304.66/304.28	c cleaning 73999 clauses out of 148030 with flag 17217607/2840000
316.27/315.81	c cleaning 74993 clauses out of 150032 with flag 17648166/2916001
327.76/327.32	c cleaning 76006 clauses out of 152039 with flag 18091258/2993001
340.09/339.63	c cleaning 77001 clauses out of 154033 with flag 18526364/3071001
352.39/351.96	c cleaning 78001 clauses out of 156031 with flag 18980160/3150000
365.49/365.08	c cleaning 79002 clauses out of 158030 with flag 19425249/3230000
378.29/377.83	c cleaning 80004 clauses out of 160029 with flag 19867972/3311001
391.78/391.37	c cleaning 81005 clauses out of 162024 with flag 20310851/3393000
405.18/404.77	c cleaning 81999 clauses out of 164020 with flag 20766619/3476001
419.18/418.76	c cleaning 82995 clauses out of 166021 with flag 21224537/3560001
433.57/433.11	c cleaning 83997 clauses out of 168025 with flag 21683511/3645000
448.68/448.28	c cleaning 85004 clauses out of 170029 with flag 22141645/3731001
463.88/463.42	c cleaning 85997 clauses out of 172024 with flag 22620114/3818000
479.17/478.74	c cleaning 87002 clauses out of 174028 with flag 23101765/3906001
494.48/494.02	c cleaning 88002 clauses out of 176025 with flag 23595649/3995000
510.23/509.74	c cleaning 88998 clauses out of 178023 with flag 24093743/4085000
526.13/525.65	c cleaning 89990 clauses out of 180025 with flag 24584670/4176000
542.32/541.81	c cleaning 91006 clauses out of 182035 with flag 25086596/4268000
558.72/558.20	c cleaning 92008 clauses out of 184029 with flag 25579391/4361000
575.71/575.25	c cleaning 93001 clauses out of 186022 with flag 26084354/4455001
594.01/593.52	c cleaning 93996 clauses out of 188021 with flag 26578197/4550001
611.51/611.02	c cleaning 95004 clauses out of 190025 with flag 27103243/4646001
629.51/629.06	c cleaning 96001 clauses out of 192022 with flag 27619599/4743002
647.60/647.18	c cleaning 96991 clauses out of 194020 with flag 28146878/4841001
665.71/665.20	c cleaning 98002 clauses out of 196028 with flag 28677275/4940000
685.10/684.66	c cleaning 99003 clauses out of 198026 with flag 29219532/5040000
704.27/703.73	c cleaning 99995 clauses out of 200023 with flag 29761860/5141000
723.67/723.13	c cleaning 101001 clauses out of 202029 with flag 30327752/5243001
744.17/743.61	c cleaning 101994 clauses out of 204027 with flag 30874455/5346000
763.66/763.10	c cleaning 103004 clauses out of 206035 with flag 31437144/5450002
784.47/783.97	c cleaning 103983 clauses out of 208029 with flag 31990171/5555000
805.87/805.35	c cleaning 105011 clauses out of 210048 with flag 32549727/5661002
827.05/826.51	c cleaning 106006 clauses out of 212036 with flag 33122460/5768001
849.86/849.33	c cleaning 106999 clauses out of 214030 with flag 33715855/5876001
872.55/872.07	c cleaning 108008 clauses out of 216030 with flag 34306892/5985000
892.95/892.47	c cleaning 108999 clauses out of 218022 with flag 34915175/6095000
914.94/914.33	c cleaning 110008 clauses out of 220024 with flag 35543235/6206001
936.61/935.21	c cleaning 111003 clauses out of 222013 with flag 36191167/6318000
937.56/936.14	c starts		: 14089
937.56/936.14	c conflicts		: 6326700
937.56/936.14	c decisions		: 9355500
937.56/936.14	c propagations		: 113731005
937.56/936.14	c inspects		: 23003766551
937.56/936.14	c shortcuts		: 0
937.56/936.14	c learnt literals	: 12
937.56/936.14	c learnt binary clauses	: 24
937.56/936.14	c learnt ternary clauses	: 18
937.56/936.14	c learnt constraints	: 6326687
937.56/936.14	c ignored constraints	: 0
937.56/936.14	c root simplifications	: 0
937.56/936.14	c removed literals (reason simplification)	: 0
937.56/936.14	c reason swapping (by a shorter reason)	: 0
937.56/936.14	c Calls to reduceDB	: 108
937.56/936.14	c Number of update (reduction) of LBD	: 1931320
937.56/936.14	c Imported unit clauses	: 0
937.56/936.14	c number of reductions to clauses (during analyze)	: 0
937.56/936.14	c number of learned constraints concerned by reduction	: 0
937.56/936.14	c number of learning phase by resolution	: 0
937.56/936.14	c number of learning phase by cutting planes	: 0
937.56/936.14	c speed (assignments/second)	: 121540.59599570396
937.56/936.14	c non guided choices	65139
937.56/936.17	c learnt constraints type 
937.56/936.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
937.56/936.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119675
937.56/936.17	s UNSATISFIABLE
937.56/936.17	c Total wall clock time (in seconds): 935.837

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-4122518-1467317003/watcher-4122518-1467317003 -o /tmp/evaluation-result-4122518-1467317003/solver-4122518-1467317003 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1467317003-21507 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122518-1467317003.opb 

pid=21528
running on 4 cores: 0,2,4,6

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: 1.24 1.18 1.38 4/173 21531
/proc/meminfo: memFree=30366712/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/21531/stat : 21531 (java) D 21528 21531 16372 0 -1 4202496 156 0 1 0 0 0 0 0 20 0 1 0 10722199 278528 33 33554432000 1073741824 1073778376 140735291315360 140735291312536 252253924647 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/21531/statm: 68 33 25 9 0 25 0

[startup+0.100061 s]
/proc/loadavg: 1.24 1.18 1.38 4/173 21531
/proc/meminfo: memFree=30366712/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21531/stat : 21531 (java) D 21528 21531 16372 0 -1 4202496 1144 0 17 0 0 0 0 0 20 0 1 0 10722199 23793664 811 33554432000 1073741824 1073778376 140734845916832 140734845906824 139881835682272 0 0 4096 0 18446744071579943789 0 0 17 6 0 0 7 0 0
/proc/21531/statm: 5809 811 605 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200302 s]
/proc/loadavg: 1.24 1.18 1.38 4/173 21531
/proc/meminfo: memFree=30366712/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/21531/stat : 21531 (java) S 21528 21531 16372 0 -1 4202496 3072 0 27 0 2 1 0 0 20 0 13 0 10722199 9446973440 3718 33554432000 1073741824 1073778376 140734845916832 140734845907968 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0
/proc/21531/statm: 2306390 3718 1694 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.300209 s]
/proc/loadavg: 1.24 1.18 1.38 4/173 21531
/proc/meminfo: memFree=30366712/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/21531/stat : 21531 (java) S 21528 21531 16372 0 -1 4202496 4231 0 29 0 6 2 0 0 20 0 18 0 10722199 9787879424 5386 33554432000 1073741824 1073778376 140734845916832 140734845907968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0
/proc/21531/statm: 2389619 5387 2089 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.700214 s]
/proc/loadavg: 1.24 1.18 1.38 4/173 21531
/proc/meminfo: memFree=30366712/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/21531/stat : 21531 (java) S 21528 21531 16372 0 -1 4202496 8855 0 29 0 86 3 0 0 20 0 19 0 10722199 9856040960 8827 33554432000 1073741824 1073778376 140734845916832 140734845907968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0
/proc/21531/statm: 2406260 8827 2254 9 0 2396937 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 1.24 1.18 1.38 4/213 21574
/proc/meminfo: memFree=30287348/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/21531/stat : 21531 (java) S 21528 21531 16372 0 -1 4202496 12702 0 29 0 183 3 0 0 20 0 19 0 10722199 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 140734845907968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0
/proc/21531/statm: 2406260 12136 2256 9 0 2396937 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/21531/task/21539/stat : 21539 (java) R 21528 21531 16372 0 -1 4202560 2386 0 7 0 123 2 0 0 20 0 19 0 10722210 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881830928856 139881666223691 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881792420520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881791367976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21551] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21551/stat : 21551 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881790315432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21552] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21552/stat : 21552 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881789262888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21553] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21553/stat : 21553 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881788209320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21554] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21554/stat : 21554 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881787156776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21555] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21555/stat : 21555 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881786104232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21556] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21556/stat : 21556 (java) S 21528 21531 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881785051688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21558] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21558/stat : 21558 (java) S 21528 21531 16372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10722216 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881654639208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21559] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21559/stat : 21559 (java) S 21528 21531 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881653585528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21561] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21561/stat : 21561 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881652532872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21563] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21563/stat : 21563 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881651481616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21565] ppid=21528 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/21531/task/21565/stat : 21565 (java) S 21528 21531 16372 0 -1 4202560 5877 0 1 0 33 1 0 0 20 0 19 0 10722223 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139881650427960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21567] ppid=21528 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21531/task/21567/stat : 21567 (java) S 21528 21531 16372 0 -1 4202560 3187 0 1 0 22 0 0 0 20 0 19 0 10722223 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139880776591544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21569] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21569/stat : 21569 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139880775539192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21571] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21571/stat : 21571 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139880774486856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21574] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21574/stat : 21574 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722239 9856040960 12136 33554432000 1073741824 1073778376 140734845916832 139880773432616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 1.24 1.18 1.38 4/213 21574
/proc/meminfo: memFree=30276736/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/21531/stat : 21531 (java) S 21528 21531 16372 0 -1 4202496 12705 0 29 0 342 4 0 0 20 0 19 0 10722199 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 140734845907968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0
/proc/21531/statm: 2406260 13672 2256 9 0 2396937 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/21531/task/21539/stat : 21539 (java) R 21528 21531 16372 0 -1 4202560 2389 0 7 0 283 2 0 0 20 0 19 0 10722210 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881830919872 139881666291500 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881792420520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881791367976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21551] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21551/stat : 21551 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881790315432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21552] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21552/stat : 21552 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881789262888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21553] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21553/stat : 21553 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881788209320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21554] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21554/stat : 21554 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881787156776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21555] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21555/stat : 21555 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881786104232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21556] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21556/stat : 21556 (java) S 21528 21531 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881785051688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21558] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21558/stat : 21558 (java) S 21528 21531 16372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10722216 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881654639208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21559] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21559/stat : 21559 (java) S 21528 21531 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881653585528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21561] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21561/stat : 21561 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881652532872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21563] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21563/stat : 21563 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881651481616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21565] ppid=21528 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/21531/task/21565/stat : 21565 (java) S 21528 21531 16372 0 -1 4202560 5877 0 1 0 33 1 0 0 20 0 19 0 10722223 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139881650427960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21567] ppid=21528 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21531/task/21567/stat : 21567 (java) S 21528 21531 16372 0 -1 4202560 3187 0 1 0 22 0 0 0 20 0 19 0 10722223 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139880776591544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21569] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21569/stat : 21569 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139880775539192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21571] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21571/stat : 21571 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139880774486856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21574] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21574/stat : 21574 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722239 9856040960 13672 33554432000 1073741824 1073778376 140734845916832 139880773432616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 1.30 1.19 1.38 3/213 21574
/proc/meminfo: memFree=30260792/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=9625040 CPUtime=6.66 cores=0,2,4,6
/proc/21531/stat : 21531 (java) S 21528 21531 16372 0 -1 4202496 12712 0 29 0 662 4 0 0 20 0 19 0 10722199 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 140734845907968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0
/proc/21531/statm: 2406260 15957 2257 9 0 2396937 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=6.05 cores=0,2,4,6
/proc/21531/task/21539/stat : 21539 (java) R 21528 21531 16372 0 -1 4202560 2395 0 7 0 603 2 0 0 20 0 19 0 10722210 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881830919872 139881666335178 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881792420520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881791367976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21551] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21551/stat : 21551 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881790315432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21552] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21552/stat : 21552 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881789262888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21553] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21553/stat : 21553 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881788209320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21554] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21554/stat : 21554 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881787156776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21555] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21555/stat : 21555 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881786104232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21556] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21556/stat : 21556 (java) S 21528 21531 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10722212 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881785051688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21558] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21558/stat : 21558 (java) S 21528 21531 16372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10722216 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881654639208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21559] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21559/stat : 21559 (java) S 21528 21531 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881653585528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21561] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21561/stat : 21561 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881652532872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21563] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21563/stat : 21563 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881651481616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21565] ppid=21528 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21531/task/21565/stat : 21565 (java) S 21528 21531 16372 0 -1 4202560 5877 0 1 0 34 1 0 0 20 0 19 0 10722223 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139881650427960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21567] ppid=21528 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21531/task/21567/stat : 21567 (java) S 21528 21531 16372 0 -1 4202560 3187 0 1 0 22 0 0 0 20 0 19 0 10722223 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139880776591544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21569] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21569/stat : 21569 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139880775539192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21571] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21571/stat : 21571 (java) S 21528 21531 16372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139880774486856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21574] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21574/stat : 21574 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722239 9856040960 15957 33554432000 1073741824 1073778376 140734845916832 139880773432616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=21531/tid=21551] ppid=21528 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21531/task/21551/stat : 21551 (java) S 21528 21531 16372 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 10722212 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881790315432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21552] ppid=21528 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/21531/task/21552/stat : 21552 (java) S 21528 21531 16372 0 -1 4202560 213 0 0 0 7 2 0 0 20 0 19 0 10722212 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881789262888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21553] ppid=21528 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21531/task/21553/stat : 21553 (java) S 21528 21531 16372 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 10722212 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881788209320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21554] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21554/stat : 21554 (java) S 21528 21531 16372 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881787156776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21555] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21555/stat : 21555 (java) S 21528 21531 16372 0 -1 4202560 170 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881786104232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21556] ppid=21528 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21531/task/21556/stat : 21556 (java) S 21528 21531 16372 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 19 0 10722212 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881785051688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21558] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21558/stat : 21558 (java) S 21528 21531 16372 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10722216 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881654639208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21559] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21559/stat : 21559 (java) S 21528 21531 16372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881653585528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21561] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21561/stat : 21561 (java) S 21528 21531 16372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881652532872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21563] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21563/stat : 21563 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881651481616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21565] ppid=21528 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/21531/task/21565/stat : 21565 (java) R 21528 21531 16372 0 -1 4202560 12435 0 1 0 109 2 0 0 20 0 19 0 10722223 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139881650405208 139881836775519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21567] ppid=21528 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/21531/task/21567/stat : 21567 (java) S 21528 21531 16372 0 -1 4202560 3187 0 1 0 25 0 0 0 20 0 19 0 10722223 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139880776591544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21569] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21569/stat : 21569 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139880775539192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21571] ppid=21528 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21531/task/21571/stat : 21571 (java) S 21528 21531 16372 0 -1 4202560 56 0 0 0 7 9 0 0 20 0 19 0 10722223 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139880774486856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21574] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21574/stat : 21574 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722239 9856040960 60643 33554432000 1073741824 1073778376 140734845916832 139880773432616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 936.61
Current children cumulated vsize (KiB) 9625040

[startup+935.601 s]
/proc/loadavg: 2.22 2.12 1.85 4/213 21855
/proc/meminfo: memFree=29903708/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=9625040 CPUtime=937.05 cores=0,2,4,6
/proc/21531/stat : 21531 (java) S 21528 21531 16372 0 -1 4202496 20109 0 29 0 93684 21 0 0 20 0 19 0 10722199 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 140734845907968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0
/proc/21531/statm: 2406260 60044 2272 9 0 2396937 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=935.08 cores=0,2,4,6
/proc/21531/task/21539/stat : 21539 (java) R 21528 21531 16372 0 -1 4202560 2459 0 7 0 93489 19 0 0 20 0 19 0 10722210 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881830928712 139881666291089 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 16372 0 -1 4202560 151 0 0 0 6 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881792420520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 16372 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881791367976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21551] ppid=21528 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21531/task/21551/stat : 21551 (java) S 21528 21531 16372 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881790315432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21552] ppid=21528 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/21531/task/21552/stat : 21552 (java) S 21528 21531 16372 0 -1 4202560 213 0 0 0 7 2 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881789262888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21553] ppid=21528 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21531/task/21553/stat : 21553 (java) S 21528 21531 16372 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881788209320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21554] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21554/stat : 21554 (java) S 21528 21531 16372 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881787156776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21555] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21555/stat : 21555 (java) S 21528 21531 16372 0 -1 4202560 170 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881786104232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21556] ppid=21528 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21531/task/21556/stat : 21556 (java) S 21528 21531 16372 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881785051688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21558] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21558/stat : 21558 (java) S 21528 21531 16372 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10722216 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881654639208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21559] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21559/stat : 21559 (java) S 21528 21531 16372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881653585528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21561] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21561/stat : 21561 (java) S 21528 21531 16372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881652532872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21563] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21563/stat : 21563 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881651481616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21565] ppid=21528 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/21531/task/21565/stat : 21565 (java) S 21528 21531 16372 0 -1 4202560 12446 0 1 0 114 2 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881650427960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21567] ppid=21528 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/21531/task/21567/stat : 21567 (java) S 21528 21531 16372 0 -1 4202560 3187 0 1 0 25 0 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880776591544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21569] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21569/stat : 21569 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880775539192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21571] ppid=21528 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21531/task/21571/stat : 21571 (java) S 21528 21531 16372 0 -1 4202560 56 0 0 0 7 9 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880774486856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21574] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21574/stat : 21574 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722239 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880773432616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 937.05
Current children cumulated vsize (KiB) 9625040

[startup+936.001 s]
/proc/loadavg: 2.22 2.12 1.85 4/213 21855
/proc/meminfo: memFree=29903708/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=9625040 CPUtime=937.46 cores=0,2,4,6
/proc/21531/stat : 21531 (java) S 21528 21531 16372 0 -1 4202496 20110 0 29 0 93725 21 0 0 20 0 19 0 10722199 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 140734845907968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0
/proc/21531/statm: 2406260 60044 2272 9 0 2396937 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=935.48 cores=0,2,4,6
/proc/21531/task/21539/stat : 21539 (java) R 21528 21531 16372 0 -1 4202560 2460 0 7 0 93529 19 0 0 20 0 19 0 10722210 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881830928672 139881666291632 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 16372 0 -1 4202560 151 0 0 0 6 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881792420520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 16372 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881791367976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21551] ppid=21528 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21531/task/21551/stat : 21551 (java) S 21528 21531 16372 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881790315432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21552] ppid=21528 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/21531/task/21552/stat : 21552 (java) S 21528 21531 16372 0 -1 4202560 213 0 0 0 7 2 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881789262888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21553] ppid=21528 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21531/task/21553/stat : 21553 (java) S 21528 21531 16372 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881788209320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21554] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21554/stat : 21554 (java) S 21528 21531 16372 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881787156776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21555] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21555/stat : 21555 (java) S 21528 21531 16372 0 -1 4202560 170 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881786104232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21556] ppid=21528 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21531/task/21556/stat : 21556 (java) S 21528 21531 16372 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881785051688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21558] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21558/stat : 21558 (java) S 21528 21531 16372 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10722216 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881654639208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21559] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21559/stat : 21559 (java) S 21528 21531 16372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881653585528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21561] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21561/stat : 21561 (java) S 21528 21531 16372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881652532872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21563] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21563/stat : 21563 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881651481616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21565] ppid=21528 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/21531/task/21565/stat : 21565 (java) S 21528 21531 16372 0 -1 4202560 12446 0 1 0 114 2 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881650427960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21567] ppid=21528 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/21531/task/21567/stat : 21567 (java) S 21528 21531 16372 0 -1 4202560 3187 0 1 0 25 0 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880776591544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21569] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21569/stat : 21569 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880775539192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21571] ppid=21528 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21531/task/21571/stat : 21571 (java) S 21528 21531 16372 0 -1 4202560 56 0 0 0 7 9 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880774486856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21574] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21574/stat : 21574 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722239 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880773432616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 937.46
Current children cumulated vsize (KiB) 9625040

[startup+936.101 s]
/proc/loadavg: 2.22 2.12 1.85 3/213 21855
/proc/meminfo: memFree=29904780/32872528 swapFree=1199948/1314412
[pid=21531] ppid=21528 vsize=9625040 CPUtime=937.56 cores=0,2,4,6
/proc/21531/stat : 21531 (java) S 21528 21531 16372 0 -1 4202496 20110 0 29 0 93735 21 0 0 20 0 19 0 10722199 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 140734845907968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 8 0 0
/proc/21531/statm: 2406260 60044 2272 9 0 2396937 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=935.59 cores=0,2,4,6
/proc/21531/task/21539/stat : 21539 (java) R 21528 21531 16372 0 -1 4202560 2460 0 7 0 93540 19 0 0 20 0 19 0 10722210 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881830928672 139881666540573 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 16372 0 -1 4202560 151 0 0 0 6 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881792420520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 16372 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881791367976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21551] ppid=21528 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21531/task/21551/stat : 21551 (java) S 21528 21531 16372 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881790315432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21552] ppid=21528 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/21531/task/21552/stat : 21552 (java) S 21528 21531 16372 0 -1 4202560 213 0 0 0 7 2 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881789262888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21553] ppid=21528 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21531/task/21553/stat : 21553 (java) S 21528 21531 16372 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881788209320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21554] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21554/stat : 21554 (java) S 21528 21531 16372 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881787156776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21555] ppid=21528 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21531/task/21555/stat : 21555 (java) S 21528 21531 16372 0 -1 4202560 170 0 0 0 5 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881786104232 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21556] ppid=21528 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21531/task/21556/stat : 21556 (java) S 21528 21531 16372 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 19 0 10722212 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881785051688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21558] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21558/stat : 21558 (java) S 21528 21531 16372 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10722216 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881654639208 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21531/tid=21559] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21559/stat : 21559 (java) S 21528 21531 16372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881653585528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21561] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21561/stat : 21561 (java) S 21528 21531 16372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10722217 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881652532872 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21563] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21563/stat : 21563 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881651481616 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21565] ppid=21528 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/21531/task/21565/stat : 21565 (java) S 21528 21531 16372 0 -1 4202560 12446 0 1 0 114 2 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139881650427960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21531/tid=21567] ppid=21528 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/21531/task/21567/stat : 21567 (java) S 21528 21531 16372 0 -1 4202560 3187 0 1 0 25 0 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880776591544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21569] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21569/stat : 21569 (java) S 21528 21531 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880775539192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21531/tid=21571] ppid=21528 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21531/task/21571/stat : 21571 (java) S 21528 21531 16372 0 -1 4202560 56 0 0 0 7 9 0 0 20 0 19 0 10722223 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880774486856 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21531/tid=21574] ppid=21528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21531/task/21574/stat : 21574 (java) S 21528 21531 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10722239 9856040960 60044 33554432000 1073741824 1073778376 140734845916832 139880773432616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 937.56
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 936.179
CPU time (s): 937.955
CPU user time (s): 937.468
CPU system time (s): 0.486925
CPU usage (%): 100.19
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 937.468
system time used= 0.486925
maximum resident set size= 243148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20133
page faults= 29
swaps= 0
block input operations= 21216
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20428
involuntary context switches= 19176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.56561 second user time and 3.59845 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-30 22:03:23
IDJOB=4122518
IDBENCH=111157
IDSOLVER=2546
FILE ID=node131/4122518-1467317003
RUNJOBID= node131-1467317003-21507
PBS_JOBID= 20005251
Free space on /tmp= 71736 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-86.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122518-1467317003/watcher-4122518-1467317003 -o /tmp/evaluation-result-4122518-1467317003/solver-4122518-1467317003 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1467317003-21507 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122518-1467317003.opb

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

MD5SUM BENCH= 66d70b225ecce73e79d92186c4fd0c1d
RANDOM SEED=609154912

node131.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.334
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.66
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.334
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.55
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.334
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.334
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.54
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.334
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.334
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.334
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.334
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:        30367048 kB
Buffers:          128880 kB
Cached:           309840 kB
SwapCached:            0 kB
Active:           229092 kB
Inactive:         222220 kB
Active(anon):       7032 kB
Inactive(anon):     8184 kB
Active(file):     222060 kB
Inactive(file):   214036 kB
Unevictable:     1314412 kB
Mlocked:         1199948 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       1327012 kB
Mapped:            13296 kB
Shmem:               204 kB
Slab:             606368 kB
SReclaimable:      50784 kB
SUnreclaim:       555584 kB
KernelStack:        1368 kB
PageTables:         6936 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1412792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71732 MiB
End job on node131 at 2016-06-30 22:18:59