Trace number 4120654

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 1024.3 1022.99

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-77.cnf.gz-extracted.pb.metafix.opb
MD5SUMad3ef9b133094e9d519b19142ef5c280
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 variables309
Total number of constraints308
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)308
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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120654-1467311948.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.053s.
0.09/0.17	c declared #vars     309
0.09/0.17	c #constraints  308
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 308
0.09/0.17	c 308 constraints processed.
0.65/0.44	c cleaning 2496 clauses out of 5002 with flag 25220/5002
1.08/0.62	c cleaning 4236 clauses out of 8504 with flag 57111/11000
1.31/0.81	c cleaning 5612 clauses out of 11269 with flag 91972/18001
1.51/1.04	c cleaning 6828 clauses out of 13660 with flag 132978/26004
1.83/1.35	c cleaning 7903 clauses out of 15828 with flag 184083/35000
2.23/1.72	c cleaning 8950 clauses out of 17925 with flag 243952/45000
2.73/2.20	c cleaning 9972 clauses out of 19977 with flag 312240/56002
3.13/2.68	c cleaning 10988 clauses out of 22003 with flag 375989/68000
3.83/3.33	c cleaning 11995 clauses out of 24016 with flag 448261/81001
4.53/4.06	c cleaning 13009 clauses out of 26021 with flag 525915/95001
5.23/4.79	c cleaning 13980 clauses out of 28011 with flag 614124/110000
6.04/5.59	c cleaning 14997 clauses out of 30031 with flag 704627/126000
6.93/6.43	c cleaning 15997 clauses out of 32034 with flag 805608/143000
7.93/7.43	c cleaning 17006 clauses out of 34039 with flag 915080/161002
8.93/8.49	c cleaning 18003 clauses out of 36031 with flag 1031706/180000
10.13/9.66	c cleaning 19001 clauses out of 38029 with flag 1156141/200001
11.54/11.03	c cleaning 20003 clauses out of 40027 with flag 1286144/221000
13.03/12.57	c cleaning 21005 clauses out of 42026 with flag 1429585/243002
14.53/14.09	c cleaning 21993 clauses out of 44019 with flag 1570639/266000
16.33/15.81	c cleaning 22994 clauses out of 46028 with flag 1715252/290002
18.03/17.57	c cleaning 23997 clauses out of 48032 with flag 1877782/315000
20.03/19.57	c cleaning 25003 clauses out of 50035 with flag 2039956/341000
22.23/21.73	c cleaning 26003 clauses out of 52032 with flag 2218504/368000
24.33/23.88	c cleaning 27005 clauses out of 54032 with flag 2399439/396003
26.73/26.24	c cleaning 27999 clauses out of 56026 with flag 2590888/425002
29.43/28.97	c cleaning 28998 clauses out of 58025 with flag 2787828/455000
31.93/31.49	c cleaning 29998 clauses out of 60028 with flag 2990939/486001
34.83/34.37	c cleaning 31006 clauses out of 62032 with flag 3189366/518003
37.84/37.38	c cleaning 31998 clauses out of 64024 with flag 3408079/551001
40.94/40.45	c cleaning 33003 clauses out of 66026 with flag 3624993/585001
44.44/43.95	c cleaning 33998 clauses out of 68024 with flag 3844389/620002
47.94/47.41	c cleaning 34988 clauses out of 70025 with flag 4076971/656001
51.53/51.04	c cleaning 35995 clauses out of 72037 with flag 4313345/693001
55.43/55.00	c cleaning 37001 clauses out of 74041 with flag 4558678/731000
59.63/59.15	c cleaning 38002 clauses out of 76040 with flag 4803350/770000
64.03/63.57	c cleaning 39006 clauses out of 78038 with flag 5054686/810000
68.53/68.06	c cleaning 40008 clauses out of 80037 with flag 5313300/851005
73.24/72.71	c cleaning 40990 clauses out of 82024 with flag 5587551/893000
78.23/77.79	c cleaning 41994 clauses out of 84036 with flag 5862872/936002
83.45/83.00	c cleaning 43011 clauses out of 86041 with flag 6145911/980001
88.76/88.27	c cleaning 44000 clauses out of 88029 with flag 6430993/1025000
94.17/93.61	c cleaning 45002 clauses out of 90029 with flag 6723739/1071000
99.67/99.15	c cleaning 45991 clauses out of 92027 with flag 7012360/1118000
105.46/104.98	c cleaning 47001 clauses out of 94036 with flag 7311668/1166000
111.56/111.05	c cleaning 48006 clauses out of 96037 with flag 7606912/1215002
117.76/117.25	c cleaning 49003 clauses out of 98029 with flag 7912481/1265000
124.27/123.75	c cleaning 49996 clauses out of 100027 with flag 8225058/1316001
130.97/130.47	c cleaning 51003 clauses out of 102030 with flag 8546448/1368000
137.67/137.10	c cleaning 52002 clauses out of 104029 with flag 8872982/1421002
144.97/144.45	c cleaning 52999 clauses out of 106025 with flag 9199113/1475000
152.97/152.49	c cleaning 53993 clauses out of 108026 with flag 9525262/1530000
160.67/160.15	c cleaning 55009 clauses out of 110035 with flag 9851706/1586002
169.07/168.55	c cleaning 55999 clauses out of 112024 with flag 10187654/1643000
177.37/176.87	c cleaning 57003 clauses out of 114027 with flag 10529609/1701002
185.87/185.31	c cleaning 58000 clauses out of 116024 with flag 10870442/1760002
194.87/194.34	c cleaning 58998 clauses out of 118024 with flag 11212951/1820002
204.07/203.57	c cleaning 60009 clauses out of 120024 with flag 11564526/1881000
213.76/213.21	c cleaning 60995 clauses out of 122016 with flag 11920310/1943001
223.93/223.39	c cleaning 61994 clauses out of 124020 with flag 12284696/2006000
234.34/233.77	c cleaning 63003 clauses out of 126027 with flag 12654851/2070001
245.04/244.43	c cleaning 64001 clauses out of 128024 with flag 13022260/2135001
256.04/255.44	c cleaning 65004 clauses out of 130022 with flag 13397620/2201000
267.34/266.70	c cleaning 65991 clauses out of 132018 with flag 13779496/2268000
279.45/278.88	c cleaning 67011 clauses out of 134028 with flag 14164565/2336001
292.05/291.44	c cleaning 67984 clauses out of 136016 with flag 14559235/2405000
304.65/304.01	c cleaning 69008 clauses out of 138032 with flag 14954745/2475000
317.15/316.58	c cleaning 69991 clauses out of 140024 with flag 15353069/2546000
329.86/329.25	c cleaning 70997 clauses out of 142033 with flag 15765105/2618000
343.66/343.06	c cleaning 71998 clauses out of 144037 with flag 16181695/2691001
357.76/357.18	c cleaning 73011 clauses out of 146038 with flag 16591859/2765000
372.46/371.82	c cleaning 74003 clauses out of 148029 with flag 17022264/2840002
386.46/385.88	c cleaning 74995 clauses out of 150026 with flag 17459376/2916002
402.36/401.73	c cleaning 75999 clauses out of 152030 with flag 17883779/2993001
417.01/416.38	c cleaning 77006 clauses out of 154030 with flag 18306920/3071000
431.92/431.28	c cleaning 77999 clauses out of 156024 with flag 18744003/3150000
446.91/446.27	c cleaning 79000 clauses out of 158025 with flag 19179573/3230000
462.40/461.73	c cleaning 79996 clauses out of 160026 with flag 19623803/3311001
477.72/477.09	c cleaning 81000 clauses out of 162029 with flag 20092565/3393000
493.81/493.13	c cleaning 82000 clauses out of 164030 with flag 20547537/3476001
510.62/509.97	c cleaning 83011 clauses out of 166029 with flag 20991589/3560000
526.71/526.06	c cleaning 84004 clauses out of 168019 with flag 21462795/3645001
544.72/544.01	c cleaning 84997 clauses out of 170015 with flag 21940243/3731001
563.82/563.12	c cleaning 85995 clauses out of 172017 with flag 22401482/3818000
582.12/581.48	c cleaning 87007 clauses out of 174022 with flag 22891542/3906000
600.72/600.04	c cleaning 87989 clauses out of 176016 with flag 23376768/3995001
619.98/619.21	c cleaning 89004 clauses out of 178026 with flag 23860315/4085000
639.78/639.08	c cleaning 90003 clauses out of 180025 with flag 24358378/4176003
659.59/658.83	c cleaning 90991 clauses out of 182019 with flag 24857334/4268000
679.50/678.73	c cleaning 92007 clauses out of 184031 with flag 25363742/4361003
699.89/699.12	c cleaning 93005 clauses out of 186022 with flag 25857293/4455001
720.31/719.59	c cleaning 93994 clauses out of 188017 with flag 26354339/4550001
741.60/740.84	c cleaning 95003 clauses out of 190023 with flag 26874511/4646001
763.00/762.25	c cleaning 95990 clauses out of 192019 with flag 27397368/4743000
785.01/784.25	c cleaning 96996 clauses out of 194029 with flag 27925494/4841000
807.81/807.07	c cleaning 98006 clauses out of 196033 with flag 28451779/4940000
829.82/829.01	c cleaning 98993 clauses out of 198027 with flag 28997392/5040000
852.80/851.92	c cleaning 100011 clauses out of 200036 with flag 29552867/5141002
875.80/874.97	c cleaning 101006 clauses out of 202023 with flag 30105452/5243000
900.10/899.23	c cleaning 101998 clauses out of 204017 with flag 30668361/5346000
924.79/923.90	c cleaning 102994 clauses out of 206019 with flag 31220427/5450000
950.49/949.67	c cleaning 104004 clauses out of 208025 with flag 31808915/5555000
976.20/975.33	c cleaning 104995 clauses out of 210023 with flag 32379489/5661002
998.20/997.32	c cleaning 106000 clauses out of 212027 with flag 32970496/5768001
1021.90/1021.09	c cleaning 107010 clauses out of 214026 with flag 33590803/5876000
1023.85/1022.95	c starts		: 13803
1023.85/1022.95	c conflicts		: 5890179
1023.85/1022.95	c decisions		: 8727435
1023.85/1022.95	c propagations		: 106348953
1023.85/1022.95	c inspects		: 22565891998
1023.85/1022.95	c shortcuts		: 0
1023.85/1022.95	c learnt literals	: 13
1023.85/1022.95	c learnt binary clauses	: 12
1023.85/1022.95	c learnt ternary clauses	: 20
1023.85/1022.95	c learnt constraints	: 5890165
1023.85/1022.95	c ignored constraints	: 0
1023.85/1022.95	c root simplifications	: 0
1023.85/1022.95	c removed literals (reason simplification)	: 0
1023.85/1022.95	c reason swapping (by a shorter reason)	: 0
1023.85/1022.95	c Calls to reduceDB	: 104
1023.85/1022.95	c Number of update (reduction) of LBD	: 1840278
1023.85/1022.95	c Imported unit clauses	: 0
1023.85/1022.95	c number of reductions to clauses (during analyze)	: 0
1023.85/1022.95	c number of learned constraints concerned by reduction	: 0
1023.85/1022.95	c number of learning phase by resolution	: 0
1023.85/1022.95	c number of learning phase by cutting planes	: 0
1023.85/1022.95	c speed (assignments/second)	: 103979.57052641458
1023.85/1022.95	c non guided choices	46064
1023.85/1022.98	c learnt constraints type 
1023.85/1022.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1023.85/1022.98	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121169
1023.85/1022.98	s UNSATISFIABLE
1023.85/1022.98	c Total wall clock time (in seconds): 1022.87

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-4120654-1467311948/watcher-4120654-1467311948 -o /tmp/evaluation-result-4120654-1467311948/solver-4120654-1467311948 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120654-1467311948.opb 

pid=24291
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: 2.17 2.24 2.58 2/194 24294
/proc/meminfo: memFree=28302528/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24294/stat : 24294 (java) R 24291 24294 14900 0 -1 4202496 473 0 0 0 0 0 0 0 20 0 1 0 10219011 9515008 128 33554432000 1073741824 1073778376 140734377650848 140734377647976 270710926640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2323 133 104 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.17 2.24 2.58 2/194 24294
/proc/meminfo: memFree=28302528/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 10219011 9787879424 6032 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.17 2.24 2.58 2/194 24294
/proc/meminfo: memFree=28302528/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 5891 0 1 0 24 1 0 0 20 0 19 0 10219011 9856040960 7582 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2406260 7582 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300218 s]
/proc/loadavg: 2.17 2.24 2.58 2/194 24294
/proc/meminfo: memFree=28302528/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 7184 0 1 0 51 1 0 0 20 0 19 0 10219011 9856040960 7917 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2406260 7917 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70018 s]
/proc/loadavg: 2.17 2.24 2.58 2/194 24294
/proc/meminfo: memFree=28302528/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 15048 0 1 0 119 2 0 0 20 0 19 0 10219011 9856040960 13208 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2406260 13208 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.16 2.23 2.58 3/213 24313
/proc/meminfo: memFree=28254908/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 15055 0 1 0 201 2 0 0 20 0 19 0 10219011 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2406260 14236 2256 9 0 2396937 0
[pid=24294/tid=24296] ppid=24291 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/24294/task/24296/stat : 24296 (java) R 24291 24294 14900 0 -1 4202560 2410 0 1 0 146 0 0 0 20 0 19 0 10219012 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139908062289600 139907905834437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24297] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24297/stat : 24297 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907905349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24298] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24298/stat : 24298 (java) S 24291 24294 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907904297128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24299] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24299/stat : 24299 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907903244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24300] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24300/stat : 24300 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907902192040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24301] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24301/stat : 24301 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907901139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24302] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24302/stat : 24302 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907900086952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24303] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24303/stat : 24303 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907899034664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24304] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24304/stat : 24304 (java) S 24291 24294 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907897981864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24305] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24305/stat : 24305 (java) S 24291 24294 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907415652584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24306] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24306/stat : 24306 (java) S 24291 24294 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907414598648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24307] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24307/stat : 24307 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907413546248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24308] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24308/stat : 24308 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907412494736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24309] ppid=24291 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24294/task/24309/stat : 24309 (java) S 24291 24294 14900 0 -1 4202560 2676 0 0 0 21 0 0 0 20 0 19 0 10219017 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907411442360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24310] ppid=24291 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24294/task/24310/stat : 24310 (java) S 24291 24294 14900 0 -1 4202560 8696 0 0 0 31 2 0 0 20 0 19 0 10219017 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907410389560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24311] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24311/stat : 24311 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907409337464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24312] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24312/stat : 24312 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907408284872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24313] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24313/stat : 24313 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219029 9856040960 14236 33554432000 1073741824 1073778376 140734377650848 139907407229864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.16 2.23 2.58 3/213 24313
/proc/meminfo: memFree=28250556/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 15058 0 1 0 361 2 0 0 20 0 19 0 10219011 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2406260 15260 2256 9 0 2396937 0
[pid=24294/tid=24296] ppid=24291 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/24294/task/24296/stat : 24296 (java) R 24291 24294 14900 0 -1 4202560 2413 0 1 0 306 0 0 0 20 0 19 0 10219012 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139908062289600 139907905834300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24297] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24297/stat : 24297 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907905349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24298] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24298/stat : 24298 (java) S 24291 24294 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907904297128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24299] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24299/stat : 24299 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907903244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24300] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24300/stat : 24300 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907902192040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24301] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24301/stat : 24301 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907901139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24302] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24302/stat : 24302 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907900086952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24303] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24303/stat : 24303 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907899034664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24304] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24304/stat : 24304 (java) S 24291 24294 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907897981864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24305] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24305/stat : 24305 (java) S 24291 24294 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907415652584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24306] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24306/stat : 24306 (java) S 24291 24294 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907414598648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24307] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24307/stat : 24307 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907413546248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24308] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24308/stat : 24308 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907412494736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24309] ppid=24291 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24294/task/24309/stat : 24309 (java) S 24291 24294 14900 0 -1 4202560 2676 0 0 0 21 0 0 0 20 0 19 0 10219017 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907411442360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24310] ppid=24291 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24294/task/24310/stat : 24310 (java) S 24291 24294 14900 0 -1 4202560 8696 0 0 0 31 2 0 0 20 0 19 0 10219017 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907410389560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24311] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24311/stat : 24311 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907409337464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24312] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24312/stat : 24312 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907408284872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24313] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24313/stat : 24313 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219029 9856040960 15260 33554432000 1073741824 1073778376 140734377650848 139907407229864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.23 2.24 2.58 4/213 24313
/proc/meminfo: memFree=28247700/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9625040 CPUtime=6.83 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 15064 0 1 0 680 3 0 0 20 0 19 0 10219011 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2406260 15923 2257 9 0 2396937 0
[pid=24294/tid=24296] ppid=24291 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/24294/task/24296/stat : 24296 (java) R 24291 24294 14900 0 -1 4202560 2418 0 1 0 626 0 0 0 20 0 19 0 10219012 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139908062289600 139907905854375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24297] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24297/stat : 24297 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907905349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24298] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24298/stat : 24298 (java) S 24291 24294 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907904297128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24299] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24299/stat : 24299 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907903244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24300] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24300/stat : 24300 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219013 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907902192040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24301] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24301/stat : 24301 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907901139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24302] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24302/stat : 24302 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907900086952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24303] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24303/stat : 24303 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907899034664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24304] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24304/stat : 24304 (java) S 24291 24294 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10219014 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907897981864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24305] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24305/stat : 24305 (java) S 24291 24294 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907415652584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24306] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24306/stat : 24306 (java) S 24291 24294 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907414598648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24307] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24307/stat : 24307 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907413546248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24308] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24308/stat : 24308 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907412494736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24309] ppid=24291 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24294/task/24309/stat : 24309 (java) S 24291 24294 14900 0 -1 4202560 2676 0 0 0 21 0 0 0 20 0 19 0 10219017 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907411442360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24310] ppid=24291 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24294/task/24310/stat : 24310 (java) S 24291 24294 14900 0 -1 4202560 8696 0 0 0 31 2 0 0 20 0 19 0 10219017 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907410389560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24311] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24311/stat : 24311 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907409337464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24312] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24312/stat : 24312 (java) S 24291 24294 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907408284872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24313] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24313/stat : 24313 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219029 9856040960 15923 33554432000 1073741824 1073778376 140734377650848 139907407229864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=24294/tid=24299] ppid=24291 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24294/task/24299/stat : 24299 (java) S 24291 24294 14900 0 -1 4202560 156 0 0 0 4 0 0 0 20 0 19 0 10219013 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907903244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24300] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24300/stat : 24300 (java) S 24291 24294 14900 0 -1 4202560 170 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907902192040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24301] ppid=24291 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/24294/task/24301/stat : 24301 (java) S 24291 24294 14900 0 -1 4202560 175 0 0 0 4 1 0 0 20 0 19 0 10219014 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907901139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24302] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24302/stat : 24302 (java) S 24291 24294 14900 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 10219014 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907900086952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24303] ppid=24291 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24294/task/24303/stat : 24303 (java) S 24291 24294 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10219014 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907899034664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24304] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24304/stat : 24304 (java) S 24291 24294 14900 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 10219014 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907897981864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24305] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24305/stat : 24305 (java) S 24291 24294 14900 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907415652584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24306] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24306/stat : 24306 (java) S 24291 24294 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907414598648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24307] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24307/stat : 24307 (java) S 24291 24294 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907413546248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24308] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24308/stat : 24308 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907412494736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24309] ppid=24291 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/24294/task/24309/stat : 24309 (java) S 24291 24294 14900 0 -1 4202560 3086 0 0 0 23 0 0 0 20 0 19 0 10219017 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907411442360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24310] ppid=24291 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24294/task/24310/stat : 24310 (java) S 24291 24294 14900 0 -1 4202560 8696 0 0 0 31 2 0 0 20 0 19 0 10219017 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907410389560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24311] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24311/stat : 24311 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907409337464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24312] ppid=24291 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24294/task/24312/stat : 24312 (java) S 24291 24294 14900 0 -1 4202560 60 0 0 0 11 15 0 0 20 0 19 0 10219017 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907408284872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24313] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24313/stat : 24313 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219029 9856040960 55525 33554432000 1073741824 1073778376 140734377650848 139907407229864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1022.5
Current children cumulated vsize (KiB) 9625040

[startup+1022.4 s]
/proc/loadavg: 2.19 2.21 2.32 3/213 24339
/proc/meminfo: memFree=28063596/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9625040 CPUtime=1023.33 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 16223 0 1 0 102311 22 0 0 20 0 19 0 10219011 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2406260 55450 2272 9 0 2396937 0
[pid=24294/tid=24296] ppid=24291 vsize=9625040 CPUtime=1022.3 cores=0,2,4,6
/proc/24294/task/24296/stat : 24296 (java) R 24291 24294 14900 0 -1 4202560 2480 0 1 0 102212 18 0 0 20 0 19 0 10219012 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139908062297336 139907906075456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24297] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24297/stat : 24297 (java) S 24291 24294 14900 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907905349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24298] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24298/stat : 24298 (java) S 24291 24294 14900 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907904297128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24299] ppid=24291 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24294/task/24299/stat : 24299 (java) S 24291 24294 14900 0 -1 4202560 156 0 0 0 4 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907903244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24300] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24300/stat : 24300 (java) S 24291 24294 14900 0 -1 4202560 170 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907902192040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24301] ppid=24291 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/24294/task/24301/stat : 24301 (java) S 24291 24294 14900 0 -1 4202560 175 0 0 0 4 1 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907901139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24302] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24302/stat : 24302 (java) S 24291 24294 14900 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907900086952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24303] ppid=24291 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24294/task/24303/stat : 24303 (java) S 24291 24294 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907899034664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24304] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24304/stat : 24304 (java) S 24291 24294 14900 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907897981864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24305] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24305/stat : 24305 (java) S 24291 24294 14900 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907415652584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24306] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24306/stat : 24306 (java) S 24291 24294 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907414598648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24307] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24307/stat : 24307 (java) S 24291 24294 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907413546248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24308] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24308/stat : 24308 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907412494736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24309] ppid=24291 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24294/task/24309/stat : 24309 (java) S 24291 24294 14900 0 -1 4202560 3126 0 0 0 26 0 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907411442360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24310] ppid=24291 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24294/task/24310/stat : 24310 (java) S 24291 24294 14900 0 -1 4202560 8696 0 0 0 31 2 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907410389560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24311] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24311/stat : 24311 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907409337464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24312] ppid=24291 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24294/task/24312/stat : 24312 (java) S 24291 24294 14900 0 -1 4202560 60 0 0 0 11 15 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907408284872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24313] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24313/stat : 24313 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219029 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907407229864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1023.33
Current children cumulated vsize (KiB) 9625040

[startup+1022.8 s]
/proc/loadavg: 2.19 2.21 2.32 3/213 24339
/proc/meminfo: memFree=28063596/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9625040 CPUtime=1023.74 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 16224 0 1 0 102352 22 0 0 20 0 19 0 10219011 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2406260 55450 2272 9 0 2396937 0
[pid=24294/tid=24296] ppid=24291 vsize=9625040 CPUtime=1022.7 cores=0,2,4,6
/proc/24294/task/24296/stat : 24296 (java) R 24291 24294 14900 0 -1 4202560 2481 0 1 0 102252 18 0 0 20 0 19 0 10219012 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139908062296528 139907905870278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24297] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24297/stat : 24297 (java) S 24291 24294 14900 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907905349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24298] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24298/stat : 24298 (java) S 24291 24294 14900 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907904297128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24299] ppid=24291 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24294/task/24299/stat : 24299 (java) S 24291 24294 14900 0 -1 4202560 156 0 0 0 4 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907903244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24300] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24300/stat : 24300 (java) S 24291 24294 14900 0 -1 4202560 170 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907902192040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24301] ppid=24291 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/24294/task/24301/stat : 24301 (java) S 24291 24294 14900 0 -1 4202560 175 0 0 0 4 1 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907901139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24302] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24302/stat : 24302 (java) S 24291 24294 14900 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907900086952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24303] ppid=24291 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24294/task/24303/stat : 24303 (java) S 24291 24294 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907899034664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24304] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24304/stat : 24304 (java) S 24291 24294 14900 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907897981864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24305] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24305/stat : 24305 (java) S 24291 24294 14900 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907415652584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24306] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24306/stat : 24306 (java) S 24291 24294 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907414598648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24307] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24307/stat : 24307 (java) S 24291 24294 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907413546248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24308] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24308/stat : 24308 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907412494736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24309] ppid=24291 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/24294/task/24309/stat : 24309 (java) S 24291 24294 14900 0 -1 4202560 3126 0 0 0 28 0 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907411442360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24310] ppid=24291 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24294/task/24310/stat : 24310 (java) S 24291 24294 14900 0 -1 4202560 8696 0 0 0 31 2 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907410389560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24311] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24311/stat : 24311 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907409337464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24312] ppid=24291 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24294/task/24312/stat : 24312 (java) S 24291 24294 14900 0 -1 4202560 60 0 0 0 11 15 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907408284872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24313] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24313/stat : 24313 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219029 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907407229864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1023.74
Current children cumulated vsize (KiB) 9625040

[startup+1022.9 s]
/proc/loadavg: 2.19 2.21 2.32 3/213 24339
/proc/meminfo: memFree=28063596/32872528 swapFree=1526624/1696276
[pid=24294] ppid=24291 vsize=9625040 CPUtime=1023.85 cores=0,2,4,6
/proc/24294/stat : 24294 (java) S 24291 24294 14900 0 -1 4202496 16224 0 1 0 102363 22 0 0 20 0 19 0 10219011 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 140734377641984 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24294/statm: 2406260 55450 2272 9 0 2396937 0
[pid=24294/tid=24296] ppid=24291 vsize=9625040 CPUtime=1022.8 cores=0,2,4,6
/proc/24294/task/24296/stat : 24296 (java) R 24291 24294 14900 0 -1 4202560 2481 0 1 0 102262 18 0 0 20 0 19 0 10219012 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139908062296528 139907906075988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24297] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24297/stat : 24297 (java) S 24291 24294 14900 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907905349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24298] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24298/stat : 24298 (java) S 24291 24294 14900 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907904297128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24299] ppid=24291 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24294/task/24299/stat : 24299 (java) S 24291 24294 14900 0 -1 4202560 156 0 0 0 4 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907903244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24300] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24300/stat : 24300 (java) S 24291 24294 14900 0 -1 4202560 170 0 0 0 3 0 0 0 20 0 19 0 10219013 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907902192040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24301] ppid=24291 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/24294/task/24301/stat : 24301 (java) S 24291 24294 14900 0 -1 4202560 175 0 0 0 4 1 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907901139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24302] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24302/stat : 24302 (java) S 24291 24294 14900 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907900086952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24303] ppid=24291 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24294/task/24303/stat : 24303 (java) S 24291 24294 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907899034664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24304] ppid=24291 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24294/task/24304/stat : 24304 (java) S 24291 24294 14900 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 10219014 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907897981864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24294/tid=24305] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24305/stat : 24305 (java) S 24291 24294 14900 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907415652584 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24306] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24306/stat : 24306 (java) S 24291 24294 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907414598648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24294/tid=24307] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24307/stat : 24307 (java) S 24291 24294 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10219015 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907413546248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24308] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24308/stat : 24308 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907412494736 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24309] ppid=24291 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/24294/task/24309/stat : 24309 (java) S 24291 24294 14900 0 -1 4202560 3126 0 0 0 28 0 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907411442360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24310] ppid=24291 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24294/task/24310/stat : 24310 (java) S 24291 24294 14900 0 -1 4202560 8696 0 0 0 31 2 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907410389560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24311] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24311/stat : 24311 (java) S 24291 24294 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907409337464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24294/tid=24312] ppid=24291 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24294/task/24312/stat : 24312 (java) S 24291 24294 14900 0 -1 4202560 60 0 0 0 11 15 0 0 20 0 19 0 10219017 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907408284872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24294/tid=24313] ppid=24291 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24294/task/24313/stat : 24313 (java) S 24291 24294 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10219029 9856040960 55450 33554432000 1073741824 1073778376 140734377650848 139907407229864 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1023.85
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1022.99
CPU time (s): 1024.3
CPU user time (s): 1023.8
CPU system time (s): 0.502923
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1023.8
system time used= 0.502923
maximum resident set size= 222104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21872
involuntary context switches= 1853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.88556 second user time and 3.75743 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:39:08
IDJOB=4120654
IDBENCH=110049
IDSOLVER=2546
FILE ID=node125/4120654-1467311948
RUNJOBID= node125-1467310468-23887
PBS_JOBID= 20005253
Free space on /tmp= 71740 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-77.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120654-1467311948/watcher-4120654-1467311948 -o /tmp/evaluation-result-4120654-1467311948/solver-4120654-1467311948 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120654-1467311948.opb

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

MD5SUM BENCH= ad3ef9b133094e9d519b19142ef5c280
RANDOM SEED=1887536169

node125.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.282
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.56
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.282
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.282
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.56
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.282
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.56
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.282
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.55
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.282
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.282
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.282
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28302784 kB
Buffers:          139604 kB
Cached:          1799916 kB
SwapCached:            0 kB
Active:           447828 kB
Inactive:        1682668 kB
Active(anon):     193400 kB
Inactive(anon):        0 kB
Active(file):     254428 kB
Inactive(file):  1682668 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:       1835320 kB
Mapped:            21508 kB
Shmem:               204 kB
Slab:             610544 kB
SReclaimable:      54312 kB
SUnreclaim:       556232 kB
KernelStack:        1760 kB
PageTables:         7984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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= 71740 MiB
End job on node125 at 2016-06-30 20:56:11