Trace number 4121718

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 1236.97 1235.52

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-65.cnf.gz-extracted.pb.metafix.opb
MD5SUM6c83e37a1e6a15014e24a0d6c1ba6b49
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.012997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables261
Total number of constraints260
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)260
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4121718-1467315440.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  no objective function found
0.08/0.16	c ... done. Wall clock time 0.046s.
0.08/0.16	c declared #vars     261
0.08/0.16	c #constraints  260
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 260
0.08/0.16	c 260 constraints processed.
0.63/0.43	c cleaning 2495 clauses out of 5000 with flag 21712/5000
1.10/0.62	c cleaning 4238 clauses out of 8506 with flag 52090/11001
1.33/0.85	c cleaning 5630 clauses out of 11267 with flag 90576/18000
1.64/1.20	c cleaning 6808 clauses out of 13638 with flag 135676/26001
2.05/1.53	c cleaning 7904 clauses out of 15829 with flag 186692/35000
2.44/1.96	c cleaning 8952 clauses out of 17926 with flag 239254/45001
2.94/2.43	c cleaning 9984 clauses out of 19973 with flag 297620/56000
3.44/2.95	c cleaning 10981 clauses out of 21989 with flag 364189/68000
4.24/3.70	c cleaning 11989 clauses out of 24009 with flag 439234/81001
4.94/4.41	c cleaning 12994 clauses out of 26021 with flag 523786/95002
5.73/5.20	c cleaning 14000 clauses out of 28026 with flag 614564/110001
6.53/6.07	c cleaning 14994 clauses out of 30026 with flag 706321/126001
7.53/7.09	c cleaning 16012 clauses out of 32032 with flag 811110/143001
8.73/8.24	c cleaning 16999 clauses out of 34020 with flag 921758/161001
9.93/9.49	c cleaning 17998 clauses out of 36020 with flag 1035514/180000
11.23/10.77	c cleaning 18999 clauses out of 38022 with flag 1160912/200000
12.74/12.25	c cleaning 19998 clauses out of 40024 with flag 1297590/221001
14.43/13.93	c cleaning 21004 clauses out of 42027 with flag 1439264/243002
16.04/15.56	c cleaning 21997 clauses out of 44021 with flag 1585113/266000
17.83/17.32	c cleaning 22987 clauses out of 46024 with flag 1736873/290000
19.84/19.30	c cleaning 24011 clauses out of 48039 with flag 1897898/315002
22.14/21.66	c cleaning 25006 clauses out of 50026 with flag 2063347/341000
24.64/24.11	c cleaning 25993 clauses out of 52020 with flag 2240538/368000
27.24/26.74	c cleaning 26986 clauses out of 54029 with flag 2429393/396002
29.84/29.36	c cleaning 28008 clauses out of 56042 with flag 2624334/425001
32.74/32.24	c cleaning 29002 clauses out of 58033 with flag 2821552/455000
35.84/35.33	c cleaning 30007 clauses out of 60031 with flag 3029636/486000
38.94/38.49	c cleaning 31000 clauses out of 62025 with flag 3250232/518001
42.23/41.78	c cleaning 32006 clauses out of 64025 with flag 3460374/551001
45.83/45.39	c cleaning 33001 clauses out of 66019 with flag 3684190/585001
49.83/49.30	c cleaning 33999 clauses out of 68017 with flag 3914542/620000
53.93/53.45	c cleaning 34993 clauses out of 70018 with flag 4145749/656000
58.23/57.72	c cleaning 36000 clauses out of 72025 with flag 4385154/693000
62.54/62.09	c cleaning 36996 clauses out of 74026 with flag 4630928/731001
67.24/66.75	c cleaning 38001 clauses out of 76029 with flag 4886569/770000
72.04/71.54	c cleaning 38997 clauses out of 78028 with flag 5147564/810000
77.14/76.64	c cleaning 39993 clauses out of 80032 with flag 5415038/851001
82.43/81.95	c cleaning 41003 clauses out of 82038 with flag 5692217/893000
88.73/88.22	c cleaning 42017 clauses out of 84038 with flag 5965211/936003
94.63/94.12	c cleaning 42986 clauses out of 86018 with flag 6251045/980000
100.67/100.20	c cleaning 44000 clauses out of 88032 with flag 6541309/1025000
107.06/106.56	c cleaning 44995 clauses out of 90033 with flag 6847720/1071001
113.36/112.84	c cleaning 46008 clauses out of 92038 with flag 7146663/1118001
120.76/120.22	c cleaning 47004 clauses out of 94030 with flag 7462815/1166001
127.56/127.07	c cleaning 48001 clauses out of 96027 with flag 7775316/1215002
134.76/134.23	c cleaning 49002 clauses out of 98025 with flag 8082733/1265001
142.16/141.60	c cleaning 49997 clauses out of 100023 with flag 8410900/1316001
149.47/148.98	c cleaning 50998 clauses out of 102026 with flag 8746001/1368001
157.47/156.90	c cleaning 52006 clauses out of 104029 with flag 9075856/1421002
165.67/165.19	c cleaning 52994 clauses out of 106021 with flag 9414570/1475000
174.37/173.83	c cleaning 54003 clauses out of 108028 with flag 9755220/1530001
183.77/183.23	c cleaning 55000 clauses out of 110024 with flag 10092587/1586000
192.97/192.43	c cleaning 55994 clauses out of 112024 with flag 10436408/1643000
202.57/202.08	c cleaning 57000 clauses out of 114030 with flag 10777807/1701000
212.37/211.84	c cleaning 58014 clauses out of 116031 with flag 11129264/1760001
222.97/222.44	c cleaning 58999 clauses out of 118017 with flag 11483229/1820001
233.78/233.24	c cleaning 59989 clauses out of 120018 with flag 11840477/1881001
244.88/244.33	c cleaning 61003 clauses out of 122029 with flag 12198869/1943001
257.53/256.92	c cleaning 62001 clauses out of 124025 with flag 12591243/2006000
268.54/267.98	c cleaning 63002 clauses out of 126026 with flag 12962432/2070002
280.44/279.83	c cleaning 64002 clauses out of 128023 with flag 13340379/2135001
292.84/292.21	c cleaning 64998 clauses out of 130021 with flag 13731657/2201001
305.53/304.99	c cleaning 66001 clauses out of 132023 with flag 14116677/2268001
318.46/317.88	c cleaning 66998 clauses out of 134021 with flag 14507027/2336000
331.06/330.47	c cleaning 68012 clauses out of 136023 with flag 14902961/2405000
344.66/344.06	c cleaning 69003 clauses out of 138012 with flag 15300794/2475001
358.46/357.80	c cleaning 69991 clauses out of 140009 with flag 15708673/2546001
373.36/372.75	c cleaning 71008 clauses out of 142017 with flag 16117000/2618000
388.17/387.52	c cleaning 72004 clauses out of 144010 with flag 16525302/2691001
403.07/402.46	c cleaning 72981 clauses out of 146006 with flag 16930896/2765001
417.87/417.23	c cleaning 73995 clauses out of 148025 with flag 17342935/2840001
434.47/433.88	c cleaning 75004 clauses out of 150030 with flag 17763973/2916001
451.87/451.23	c cleaning 75995 clauses out of 152025 with flag 18187108/2993000
469.11/468.49	c cleaning 77011 clauses out of 154031 with flag 18610077/3071001
486.21/485.58	c cleaning 77998 clauses out of 156021 with flag 19057267/3150002
503.81/503.15	c cleaning 78996 clauses out of 158021 with flag 19499125/3230000
521.12/520.46	c cleaning 80000 clauses out of 160027 with flag 19952572/3311002
539.72/539.07	c cleaning 81004 clauses out of 162028 with flag 20406904/3393003
558.82/558.16	c cleaning 81998 clauses out of 164021 with flag 20864491/3476000
578.62/577.91	c cleaning 82998 clauses out of 166024 with flag 21321222/3560001
599.22/598.53	c cleaning 84001 clauses out of 168025 with flag 21774359/3645000
618.93/618.22	c cleaning 85003 clauses out of 170026 with flag 22235395/3731002
640.22/639.57	c cleaning 86000 clauses out of 172021 with flag 22715166/3818000
660.63/659.90	c cleaning 86997 clauses out of 174021 with flag 23195634/3906000
682.73/682.08	c cleaning 88003 clauses out of 176025 with flag 23677560/3995001
704.60/703.81	c cleaning 88999 clauses out of 178021 with flag 24165054/4085000
726.40/725.61	c cleaning 90003 clauses out of 180023 with flag 24670633/4176001
748.91/748.14	c cleaning 91000 clauses out of 182019 with flag 25157299/4268000
772.60/771.85	c cleaning 91994 clauses out of 184020 with flag 25667095/4361001
795.60/794.85	c cleaning 93002 clauses out of 186028 with flag 26172545/4455003
821.01/820.26	c cleaning 94003 clauses out of 188023 with flag 26674887/4550000
845.72/844.97	c cleaning 95003 clauses out of 190021 with flag 27196229/4646001
871.41/870.66	c cleaning 95992 clauses out of 192018 with flag 27711444/4743001
898.62/897.88	c cleaning 97004 clauses out of 194026 with flag 28224058/4841001
924.32/923.54	c cleaning 97996 clauses out of 196023 with flag 28749573/4940002
951.82/951.00	c cleaning 99008 clauses out of 198029 with flag 29260382/5040004
979.38/978.52	c cleaning 100004 clauses out of 200018 with flag 29796293/5141001
1008.69/1007.80	c cleaning 101005 clauses out of 202013 with flag 30351196/5243000
1037.20/1036.31	c cleaning 101995 clauses out of 204009 with flag 30897112/5346001
1066.69/1065.83	c cleaning 102994 clauses out of 206014 with flag 31459474/5450001
1095.50/1094.61	c cleaning 104003 clauses out of 208019 with flag 32026182/5555000
1124.30/1123.47	c cleaning 105000 clauses out of 210016 with flag 32636366/5661000
1153.40/1152.57	c cleaning 105997 clauses out of 212018 with flag 33226836/5768002
1184.31/1183.45	c cleaning 106998 clauses out of 214020 with flag 33827587/5876001
1213.81/1212.92	c cleaning 108005 clauses out of 216023 with flag 34468148/5985002
1236.46/1235.48	c starts		: 13026
1236.46/1235.48	c conflicts		: 6069228
1236.46/1235.48	c decisions		: 8634516
1236.46/1235.48	c propagations		: 107071901
1236.46/1235.48	c inspects		: 27843041924
1236.46/1235.48	c shortcuts		: 0
1236.46/1235.48	c learnt literals	: 11
1236.46/1235.48	c learnt binary clauses	: 10
1236.46/1235.48	c learnt ternary clauses	: 20
1236.46/1235.48	c learnt constraints	: 6069216
1236.46/1235.48	c ignored constraints	: 0
1236.46/1235.48	c root simplifications	: 0
1236.46/1235.48	c removed literals (reason simplification)	: 0
1236.46/1235.48	c reason swapping (by a shorter reason)	: 0
1236.46/1235.48	c Calls to reduceDB	: 105
1236.46/1235.48	c Number of update (reduction) of LBD	: 1839424
1236.46/1235.48	c Imported unit clauses	: 0
1236.46/1235.48	c number of reductions to clauses (during analyze)	: 0
1236.46/1235.48	c number of learned constraints concerned by reduction	: 0
1236.46/1235.48	c number of learning phase by resolution	: 0
1236.46/1235.48	c number of learning phase by cutting planes	: 0
1236.46/1235.48	c speed (assignments/second)	: 86675.64762728919
1236.46/1235.48	c non guided choices	28198
1236.57/1235.51	c learnt constraints type 
1236.57/1235.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1236.57/1235.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 192222
1236.57/1235.51	s UNSATISFIABLE
1236.57/1235.51	c Total wall clock time (in seconds): 1235.395

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

pid=25502
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.27 2.20 2.18 3/194 25505
/proc/meminfo: memFree=28271972/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/25505/stat : 25505 (java) D 25502 25505 14900 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 10568270 2560000 46 33554432000 1073741824 1073778376 140734808007296 140734862042344 270698376487 0 0 4096 0 18446612146077967104 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.27 2.20 2.18 3/194 25505
/proc/meminfo: memFree=28271972/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 4383 0 1 0 8 0 0 0 20 0 18 0 10568270 9787879424 6018 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.27 2.20 2.18 3/194 25505
/proc/meminfo: memFree=28271972/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 5990 0 1 0 25 1 0 0 20 0 19 0 10568270 9856040960 7613 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2406260 7613 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300208 s]
/proc/loadavg: 2.27 2.20 2.18 3/194 25505
/proc/meminfo: memFree=28271972/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 6899 0 1 0 50 1 0 0 20 0 19 0 10568270 9856040960 7920 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2406260 7920 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700172 s]
/proc/loadavg: 2.27 2.20 2.18 3/194 25505
/proc/meminfo: memFree=28271972/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 15088 0 1 0 120 3 0 0 20 0 19 0 10568270 9856040960 12742 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2406260 12742 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50064 s]
/proc/loadavg: 2.27 2.20 2.18 3/213 25524
/proc/meminfo: memFree=28229212/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 15094 0 1 0 202 3 0 0 20 0 19 0 10568270 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2406260 13258 2257 9 0 2396937 0
[pid=25505/tid=25507] ppid=25502 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/25505/task/25507/stat : 25507 (java) R 25502 25505 14900 0 -1 4202560 2413 0 1 0 146 0 0 0 20 0 19 0 10568271 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066826166504 140066685365095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25508] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25508/stat : 25508 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066804267944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25509] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25509/stat : 25509 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066601036840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25510] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25510/stat : 25510 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066599983784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25511] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25511/stat : 25511 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066598931240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25512] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25512/stat : 25512 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066597878184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25513] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25513/stat : 25513 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066596825640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25514] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25514/stat : 25514 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066595772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25515] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25515/stat : 25515 (java) S 25502 25505 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066594720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25516] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25516/stat : 25516 (java) S 25502 25505 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066582522728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25517] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25517/stat : 25517 (java) S 25502 25505 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066581469048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25518] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25518/stat : 25518 (java) S 25502 25505 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066580415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25519] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25519/stat : 25519 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568276 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066579364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25520] ppid=25502 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/25505/task/25520/stat : 25520 (java) S 25502 25505 14900 0 -1 4202560 5647 0 0 0 28 0 0 0 20 0 19 0 10568276 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066578311480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25521] ppid=25502 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/25505/task/25521/stat : 25521 (java) S 25502 25505 14900 0 -1 4202560 5764 0 0 0 26 1 0 0 20 0 19 0 10568276 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066577258936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25522] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25522/stat : 25522 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568277 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066576206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25523] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25523/stat : 25523 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568277 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066575153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25524] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25524/stat : 25524 (java) S 25502 25505 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10568287 9856040960 13258 33554432000 1073741824 1073778376 140734808007296 140066574001704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.27 2.20 2.18 3/213 25524
/proc/meminfo: memFree=28224620/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9625040 CPUtime=3.64 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 15097 0 1 0 361 3 0 0 20 0 19 0 10568270 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2406260 14282 2257 9 0 2396937 0
[pid=25505/tid=25507] ppid=25502 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/25505/task/25507/stat : 25507 (java) R 25502 25505 14900 0 -1 4202560 2416 0 1 0 305 0 0 0 20 0 19 0 10568271 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066826157728 140066685400859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25508] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25508/stat : 25508 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066804267944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25509] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25509/stat : 25509 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066601036840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25510] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25510/stat : 25510 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066599983784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25511] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25511/stat : 25511 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066598931240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25512] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25512/stat : 25512 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066597878184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25513] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25513/stat : 25513 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066596825640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25514] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25514/stat : 25514 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066595772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25515] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25515/stat : 25515 (java) S 25502 25505 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066594720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25516] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25516/stat : 25516 (java) S 25502 25505 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066582522728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25517] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25517/stat : 25517 (java) S 25502 25505 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066581469048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25518] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25518/stat : 25518 (java) S 25502 25505 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066580415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25519] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25519/stat : 25519 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568276 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066579364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25520] ppid=25502 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/25505/task/25520/stat : 25520 (java) S 25502 25505 14900 0 -1 4202560 5647 0 0 0 28 0 0 0 20 0 19 0 10568276 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066578311480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25521] ppid=25502 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/25505/task/25521/stat : 25521 (java) S 25502 25505 14900 0 -1 4202560 5764 0 0 0 26 1 0 0 20 0 19 0 10568276 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066577258936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25522] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25522/stat : 25522 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568277 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066576206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25523] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25523/stat : 25523 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568277 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066575153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25524] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25524/stat : 25524 (java) S 25502 25505 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10568287 9856040960 14282 33554432000 1073741824 1073778376 140734808007296 140066574001704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 25524
/proc/meminfo: memFree=28216804/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9625040 CPUtime=6.83 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 15103 0 1 0 680 3 0 0 20 0 19 0 10568270 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2406260 16063 2258 9 0 2396937 0
[pid=25505/tid=25507] ppid=25502 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/25505/task/25507/stat : 25507 (java) R 25502 25505 14900 0 -1 4202560 2421 0 1 0 625 0 0 0 20 0 19 0 10568271 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066826157728 140066685400859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25508] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25508/stat : 25508 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066804267944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25509] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25509/stat : 25509 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066601036840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25510] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25510/stat : 25510 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066599983784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25511] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25511/stat : 25511 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066598931240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25512] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25512/stat : 25512 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066597878184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25513] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25513/stat : 25513 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066596825640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25514] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25514/stat : 25514 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066595772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25515] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25515/stat : 25515 (java) S 25502 25505 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10568273 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066594720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25516] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25516/stat : 25516 (java) S 25502 25505 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066582522728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25517] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25517/stat : 25517 (java) S 25502 25505 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066581469048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25518] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25518/stat : 25518 (java) S 25502 25505 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066580415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25519] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25519/stat : 25519 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568276 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066579364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25520] ppid=25502 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/25505/task/25520/stat : 25520 (java) S 25502 25505 14900 0 -1 4202560 5647 0 0 0 28 0 0 0 20 0 19 0 10568276 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066578311480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25521] ppid=25502 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/25505/task/25521/stat : 25521 (java) S 25502 25505 14900 0 -1 4202560 5764 0 0 0 26 1 0 0 20 0 19 0 10568276 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066577258936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25522] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25522/stat : 25522 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568277 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066576206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25523] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25523/stat : 25523 (java) S 25502 25505 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10568277 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066575153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25524] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25524/stat : 25524 (java) S 25502 25505 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10568287 9856040960 16063 33554432000 1073741824 1073778376 140734808007296 140066574001704 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=25505/tid=25509] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25509/stat : 25509 (java) S 25502 25505 14900 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066601036840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25510] ppid=25502 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/25505/task/25510/stat : 25510 (java) S 25502 25505 14900 0 -1 4202560 106 0 0 0 5 0 0 0 20 0 19 0 10568273 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066599983784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25511] ppid=25502 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25505/task/25511/stat : 25511 (java) S 25502 25505 14900 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 19 0 10568273 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066598931240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25512] ppid=25502 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25505/task/25512/stat : 25512 (java) S 25502 25505 14900 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 19 0 10568273 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066597878184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25513] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25513/stat : 25513 (java) S 25502 25505 14900 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066596825640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25514] ppid=25502 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25505/task/25514/stat : 25514 (java) S 25502 25505 14900 0 -1 4202560 63 0 0 0 4 0 0 0 20 0 19 0 10568273 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066595772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25515] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25515/stat : 25515 (java) S 25502 25505 14900 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066594720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25516] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25516/stat : 25516 (java) S 25502 25505 14900 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066582522728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25517] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25517/stat : 25517 (java) S 25502 25505 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066581469048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25518] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25518/stat : 25518 (java) S 25502 25505 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066580415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25519] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25519/stat : 25519 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568276 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066579364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25520] ppid=25502 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25505/task/25520/stat : 25520 (java) S 25502 25505 14900 0 -1 4202560 5676 0 0 0 32 0 0 0 20 0 19 0 10568276 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066578311480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25521] ppid=25502 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/25505/task/25521/stat : 25521 (java) S 25502 25505 14900 0 -1 4202560 5767 0 0 0 31 2 0 0 20 0 19 0 10568276 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066577258936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25522] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25522/stat : 25522 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568277 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066576206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25523] ppid=25502 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/25505/task/25523/stat : 25523 (java) S 25502 25505 14900 0 -1 4202560 72 0 0 0 15 16 0 0 20 0 19 0 10568277 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066575153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25524] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25524/stat : 25524 (java) S 25502 25505 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10568287 9856040960 55021 33554432000 1073741824 1073778376 140734808007296 140066574001704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1235.38
Current children cumulated vsize (KiB) 9625040

[startup+1235.2 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 25554
/proc/meminfo: memFree=27968828/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9625040 CPUtime=1236.25 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 15922 0 1 0 123602 23 0 0 20 0 19 0 10568270 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2406260 55051 2272 9 0 2396937 0
[pid=25505/tid=25507] ppid=25502 vsize=9625040 CPUtime=1235.1 cores=0,2,4,6
/proc/25505/task/25507/stat : 25507 (java) R 25502 25505 14900 0 -1 4202560 2486 0 1 0 123489 21 0 0 20 0 19 0 10568271 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066826166504 140066685418618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25508] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25508/stat : 25508 (java) S 25502 25505 14900 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066804267944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25509] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25509/stat : 25509 (java) S 25502 25505 14900 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066601036840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25510] ppid=25502 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/25505/task/25510/stat : 25510 (java) S 25502 25505 14900 0 -1 4202560 106 0 0 0 5 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066599983784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25511] ppid=25502 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25505/task/25511/stat : 25511 (java) S 25502 25505 14900 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066598931240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25512] ppid=25502 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25505/task/25512/stat : 25512 (java) S 25502 25505 14900 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066597878184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25513] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25513/stat : 25513 (java) S 25502 25505 14900 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066596825640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25514] ppid=25502 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25505/task/25514/stat : 25514 (java) S 25502 25505 14900 0 -1 4202560 63 0 0 0 4 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066595772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25515] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25515/stat : 25515 (java) S 25502 25505 14900 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066594720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25516] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25516/stat : 25516 (java) S 25502 25505 14900 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066582522728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25517] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25517/stat : 25517 (java) S 25502 25505 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066581469048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25518] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25518/stat : 25518 (java) S 25502 25505 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066580415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25519] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25519/stat : 25519 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568276 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066579364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25520] ppid=25502 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25505/task/25520/stat : 25520 (java) S 25502 25505 14900 0 -1 4202560 5676 0 0 0 32 0 0 0 20 0 19 0 10568276 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066578311480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25521] ppid=25502 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25505/task/25521/stat : 25521 (java) S 25502 25505 14900 0 -1 4202560 5797 0 0 0 38 2 0 0 20 0 19 0 10568276 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066577258936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25522] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25522/stat : 25522 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568277 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066576206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25523] ppid=25502 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/25505/task/25523/stat : 25523 (java) S 25502 25505 14900 0 -1 4202560 72 0 0 0 15 16 0 0 20 0 19 0 10568277 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066575153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25524] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25524/stat : 25524 (java) S 25502 25505 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10568287 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066574001704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1236.25
Current children cumulated vsize (KiB) 9625040

[startup+1235.41 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 25554
/proc/meminfo: memFree=27968828/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9625040 CPUtime=1236.46 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 15922 0 1 0 123623 23 0 0 20 0 19 0 10568270 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2406260 55051 2272 9 0 2396937 0
[pid=25505/tid=25507] ppid=25502 vsize=9625040 CPUtime=1235.31 cores=0,2,4,6
/proc/25505/task/25507/stat : 25507 (java) R 25502 25505 14900 0 -1 4202560 2486 0 1 0 123510 21 0 0 20 0 19 0 10568271 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066826166504 140066685418080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25508] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25508/stat : 25508 (java) S 25502 25505 14900 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066804267944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25509] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25509/stat : 25509 (java) S 25502 25505 14900 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066601036840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25510] ppid=25502 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/25505/task/25510/stat : 25510 (java) S 25502 25505 14900 0 -1 4202560 106 0 0 0 5 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066599983784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25511] ppid=25502 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25505/task/25511/stat : 25511 (java) S 25502 25505 14900 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066598931240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25512] ppid=25502 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25505/task/25512/stat : 25512 (java) S 25502 25505 14900 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066597878184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25513] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25513/stat : 25513 (java) S 25502 25505 14900 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066596825640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25514] ppid=25502 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25505/task/25514/stat : 25514 (java) S 25502 25505 14900 0 -1 4202560 63 0 0 0 4 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066595772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25515] ppid=25502 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25515/stat : 25515 (java) S 25502 25505 14900 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 10568273 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066594720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25516] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25516/stat : 25516 (java) S 25502 25505 14900 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066582522728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25517] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25517/stat : 25517 (java) S 25502 25505 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066581469048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25518] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25518/stat : 25518 (java) S 25502 25505 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10568274 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066580415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25519] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25519/stat : 25519 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568276 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066579364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25520] ppid=25502 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25505/task/25520/stat : 25520 (java) S 25502 25505 14900 0 -1 4202560 5676 0 0 0 32 0 0 0 20 0 19 0 10568276 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066578311480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25521] ppid=25502 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25505/task/25521/stat : 25521 (java) S 25502 25505 14900 0 -1 4202560 5797 0 0 0 39 2 0 0 20 0 19 0 10568276 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066577258936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25522] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25522/stat : 25522 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568277 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066576206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25523] ppid=25502 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/25505/task/25523/stat : 25523 (java) S 25502 25505 14900 0 -1 4202560 72 0 0 0 15 16 0 0 20 0 19 0 10568277 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066575153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25524] ppid=25502 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25524/stat : 25524 (java) S 25502 25505 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10568287 9856040960 55051 33554432000 1073741824 1073778376 140734808007296 140066574001704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1236.46
Current children cumulated vsize (KiB) 9625040

[startup+1235.5 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 25554
/proc/meminfo: memFree=27968828/32872528 swapFree=1526624/1696276
[pid=25505] ppid=25502 vsize=9691604 CPUtime=1236.57 cores=0,2,4,6
/proc/25505/stat : 25505 (java) S 25502 25505 14900 0 -1 4202496 15940 0 1 0 123634 23 0 0 20 0 19 0 10568270 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140734807998432 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25505/statm: 2422901 55067 2281 9 0 2413578 0
[pid=25505/tid=25507] ppid=25502 vsize=9691604 CPUtime=1235.38 cores=0,2,4,6
/proc/25505/task/25507/stat : 25507 (java) S 25502 25505 14900 0 -1 4202560 2488 0 1 0 123516 22 0 0 20 0 19 0 10568271 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066826167000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25508] ppid=25502 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25508/stat : 25508 (java) S 25502 25505 14900 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 10568273 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066804267944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25509] ppid=25502 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25509/stat : 25509 (java) S 25502 25505 14900 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 19 0 10568273 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066601036840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25510] ppid=25502 vsize=9691604 CPUtime=0.05 cores=0,2,4,6
/proc/25505/task/25510/stat : 25510 (java) S 25502 25505 14900 0 -1 4202560 106 0 0 0 5 0 0 0 20 0 19 0 10568273 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066599983784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25511] ppid=25502 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/25505/task/25511/stat : 25511 (java) S 25502 25505 14900 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 19 0 10568273 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066598931240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25505/tid=25512] ppid=25502 vsize=9691604 CPUtime=0.03 cores=0,2,4,6
/proc/25505/task/25512/stat : 25512 (java) S 25502 25505 14900 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 19 0 10568273 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066597878184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25513] ppid=25502 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25513/stat : 25513 (java) S 25502 25505 14900 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 19 0 10568273 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066596825640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25514] ppid=25502 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/25505/task/25514/stat : 25514 (java) S 25502 25505 14900 0 -1 4202560 63 0 0 0 4 0 0 0 20 0 19 0 10568273 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066595772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25515] ppid=25502 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/25505/task/25515/stat : 25515 (java) S 25502 25505 14900 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 10568273 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066594720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25505/tid=25516] ppid=25502 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25516/stat : 25516 (java) S 25502 25505 14900 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10568274 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066582522728 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25517] ppid=25502 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25517/stat : 25517 (java) S 25502 25505 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10568274 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066581469048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25518] ppid=25502 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25518/stat : 25518 (java) S 25502 25505 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10568274 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066580415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25519] ppid=25502 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25519/stat : 25519 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568276 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066579364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25520] ppid=25502 vsize=9691604 CPUtime=0.32 cores=0,2,4,6
/proc/25505/task/25520/stat : 25520 (java) S 25502 25505 14900 0 -1 4202560 5676 0 0 0 32 0 0 0 20 0 19 0 10568276 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066578311480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25521] ppid=25502 vsize=9691604 CPUtime=0.42 cores=0,2,4,6
/proc/25505/task/25521/stat : 25521 (java) R 25502 25505 14900 0 -1 4202560 5805 0 0 0 40 2 0 0 20 0 19 0 10568276 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066577258816 140066830256686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25505/tid=25522] ppid=25502 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25505/task/25522/stat : 25522 (java) S 25502 25505 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10568277 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066576206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25505/tid=25523] ppid=25502 vsize=9691604 CPUtime=0.31 cores=0,2,4,6
/proc/25505/task/25523/stat : 25523 (java) S 25502 25505 14900 0 -1 4202560 72 0 0 0 15 16 0 0 20 0 19 0 10568277 9924202496 55067 33554432000 1073741824 1073778376 140734808007296 140066575153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1236.57
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 1235.52
CPU time (s): 1236.97
CPU user time (s): 1236.42
CPU system time (s): 0.543917
CPU usage (%): 100.117
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1236.42
system time used= 0.543917
maximum resident set size= 220296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15950
page faults= 1
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26359
involuntary context switches= 1982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2229 second user time and 8.72467 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 21:37:20
IDJOB=4121718
IDBENCH=110642
IDSOLVER=2546
FILE ID=node125/4121718-1467315440
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-65.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121718-1467315440/watcher-4121718-1467315440 -o /tmp/evaluation-result-4121718-1467315440/solver-4121718-1467315440 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121718-1467315440.opb

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

MD5SUM BENCH= 6c83e37a1e6a15014e24a0d6c1ba6b49
RANDOM SEED=79094981

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:        28272608 kB
Buffers:          144032 kB
Cached:          1801332 kB
SwapCached:            0 kB
Active:           446980 kB
Inactive:        1687756 kB
Active(anon):     191808 kB
Inactive(anon):        0 kB
Active(file):     255172 kB
Inactive(file):  1687756 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       1872952 kB
Mapped:            21504 kB
Shmem:               204 kB
Slab:             610948 kB
SReclaimable:      54708 kB
SUnreclaim:       556240 kB
KernelStack:        1720 kB
PageTables:         7848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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 21:57:56