Trace number 4122542

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 367.828 366.561

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n96-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMe6e000df286901e72ff2174840676cac
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 benchmark10.6454
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints384
Number of constraints which are clauses384
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122542-1467317022.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.051s.
0.09/0.16	c declared #vars     144
0.09/0.16	c #constraints  384
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.09/0.16	c 384 constraints processed.
0.65/0.43	c cleaning 2496 clauses out of 5000 with flag 25334/5000
1.10/0.61	c cleaning 4249 clauses out of 8505 with flag 57526/11001
1.30/0.87	c cleaning 5627 clauses out of 11255 with flag 95038/18000
1.71/1.29	c cleaning 6810 clauses out of 13629 with flag 136344/26001
2.63/2.11	c cleaning 7907 clauses out of 15818 with flag 187348/35000
3.74/3.27	c cleaning 8953 clauses out of 17912 with flag 239223/45001
4.54/4.07	c cleaning 9970 clauses out of 19958 with flag 293685/56000
5.84/5.30	c cleaning 10989 clauses out of 21988 with flag 360734/68000
7.14/6.62	c cleaning 12000 clauses out of 23999 with flag 430290/81000
9.34/8.83	c cleaning 12992 clauses out of 26000 with flag 507741/95001
10.93/10.48	c cleaning 13999 clauses out of 28007 with flag 585043/110000
12.53/12.07	c cleaning 14998 clauses out of 30008 with flag 658142/126000
14.23/13.71	c cleaning 15999 clauses out of 32011 with flag 733292/143001
16.13/15.64	c cleaning 17000 clauses out of 34012 with flag 816251/161001
18.03/17.56	c cleaning 18000 clauses out of 36011 with flag 904581/180000
20.74/20.23	c cleaning 19004 clauses out of 38011 with flag 1006606/200000
22.74/22.29	c cleaning 20003 clauses out of 40008 with flag 1098700/221001
25.14/24.66	c cleaning 20998 clauses out of 42004 with flag 1196602/243000
27.84/27.35	c cleaning 21994 clauses out of 44006 with flag 1302105/266000
31.14/30.63	c cleaning 23002 clauses out of 46013 with flag 1409629/290001
34.84/34.34	c cleaning 23997 clauses out of 48011 with flag 1520007/315001
39.84/39.31	c cleaning 25004 clauses out of 50013 with flag 1637493/341000
44.65/44.17	c cleaning 26003 clauses out of 52009 with flag 1745626/368000
49.54/49.04	c cleaning 27001 clauses out of 54007 with flag 1857872/396001
54.94/54.48	c cleaning 28001 clauses out of 56005 with flag 1975798/425000
60.14/59.64	c cleaning 28995 clauses out of 58005 with flag 2093763/455001
65.14/64.64	c cleaning 30004 clauses out of 60009 with flag 2230692/486000
70.95/70.44	c cleaning 31001 clauses out of 62005 with flag 2362465/518000
77.56/77.09	c cleaning 31993 clauses out of 64004 with flag 2500414/551000
85.05/84.58	c cleaning 32999 clauses out of 66012 with flag 2633353/585001
92.85/92.32	c cleaning 33997 clauses out of 68012 with flag 2783418/620000
103.15/102.60	c cleaning 35004 clauses out of 70016 with flag 2928559/656001
114.27/113.75	c cleaning 36000 clauses out of 72011 with flag 3080674/693000
124.08/123.56	c cleaning 37003 clauses out of 74011 with flag 3244186/731000
132.88/132.33	c cleaning 38001 clauses out of 76009 with flag 3418346/770001
142.88/142.30	c cleaning 39000 clauses out of 78008 with flag 3596296/810001
153.08/152.55	c cleaning 40004 clauses out of 80008 with flag 3790204/851001
162.89/161.94	c cleaning 40998 clauses out of 82004 with flag 3985290/893001
173.72/172.80	c cleaning 42001 clauses out of 84005 with flag 4186174/936000
187.11/186.13	c cleaning 43001 clauses out of 86004 with flag 4371200/980000
203.91/202.96	c cleaning 43998 clauses out of 88004 with flag 4596762/1025001
219.71/218.78	c cleaning 44998 clauses out of 90005 with flag 4824574/1071001
236.32/235.34	c cleaning 46002 clauses out of 92007 with flag 5020233/1118001
257.03/256.02	c cleaning 47000 clauses out of 94004 with flag 5260644/1166000
275.33/274.38	c cleaning 48001 clauses out of 96005 with flag 5476815/1215001
293.98/292.92	c cleaning 48999 clauses out of 98003 with flag 5704405/1265001
315.19/314.12	c cleaning 50001 clauses out of 100003 with flag 5895600/1316000
333.81/332.79	c cleaning 50999 clauses out of 102001 with flag 6075526/1368000
356.17/355.08	c cleaning 52000 clauses out of 104001 with flag 6290912/1421000
367.69/366.53	c starts		: 222
367.69/366.53	c conflicts		: 1457982
367.69/366.53	c decisions		: 1851723
367.69/366.53	c propagations		: 11703122
367.69/366.53	c inspects		: 10287251532
367.69/366.53	c shortcuts		: 0
367.69/366.53	c learnt literals	: 18
367.69/366.53	c learnt binary clauses	: 17
367.69/366.53	c learnt ternary clauses	: 32
367.69/366.53	c learnt constraints	: 1457963
367.69/366.53	c ignored constraints	: 0
367.69/366.53	c root simplifications	: 0
367.69/366.53	c removed literals (reason simplification)	: 0
367.69/366.53	c reason swapping (by a shorter reason)	: 0
367.69/366.53	c Calls to reduceDB	: 49
367.69/366.53	c Number of update (reduction) of LBD	: 144637
367.69/366.53	c Imported unit clauses	: 0
367.69/366.53	c number of reductions to clauses (during analyze)	: 0
367.69/366.53	c number of learned constraints concerned by reduction	: 0
367.69/366.53	c number of learning phase by resolution	: 0
367.69/366.53	c number of learning phase by cutting planes	: 0
367.69/366.53	c speed (assignments/second)	: 31944.148137634358
367.69/366.53	c non guided choices	831
367.69/366.55	c learnt constraints type 
367.69/366.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
367.69/366.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88951
367.69/366.55	s UNSATISFIABLE
367.69/366.55	c Total wall clock time (in seconds): 366.442

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

pid=25826
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.24 2.18 3/194 25829
/proc/meminfo: memFree=28280040/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/25829/stat : 25829 (java) R 25826 25829 14900 0 -1 4202496 409 0 0 0 0 0 0 0 20 0 1 0 10726444 9445376 79 33554432000 1073741824 1073778376 140735747868096 140735747865224 270698322717 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2306 92 74 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.21 2.24 2.18 3/194 25829
/proc/meminfo: memFree=28280040/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 4415 0 1 0 9 0 0 0 20 0 18 0 10726444 9787879424 6043 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.21 2.24 2.18 3/194 25829
/proc/meminfo: memFree=28280040/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 6016 0 1 0 24 1 0 0 20 0 19 0 10726444 9856040960 7195 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2406260 7195 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300227 s]
/proc/loadavg: 2.21 2.24 2.18 3/194 25829
/proc/meminfo: memFree=28280040/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 7110 0 1 0 47 1 0 0 20 0 19 0 10726444 9856040960 8218 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2406260 8218 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700179 s]
/proc/loadavg: 2.21 2.24 2.18 3/194 25829
/proc/meminfo: memFree=28280040/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 13368 0 1 0 118 2 0 0 20 0 19 0 10726444 9856040960 11981 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2406260 11981 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.21 2.24 2.18 3/213 25848
/proc/meminfo: memFree=28240824/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 13406 0 1 0 201 2 0 0 20 0 19 0 10726444 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2406260 12529 2257 9 0 2396937 0
[pid=25829/tid=25831] ppid=25826 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/25829/task/25831/stat : 25831 (java) R 25826 25829 14900 0 -1 4202560 2407 0 1 0 146 0 0 0 20 0 19 0 10726445 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646810784024 140646640169627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25832] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25832/stat : 25832 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646772275624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25833] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25833/stat : 25833 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646771223080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25834] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25834/stat : 25834 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646770170024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25835] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25835/stat : 25835 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646769117480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25836] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25836/stat : 25836 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646768065448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25837] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25837/stat : 25837 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646767012904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25838] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25838/stat : 25838 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646765959848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25839] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25839/stat : 25839 (java) S 25826 25829 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646764907304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25840] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25840/stat : 25840 (java) S 25826 25829 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646634461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25841] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25841/stat : 25841 (java) S 25826 25829 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646633407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25842] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25842/stat : 25842 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726448 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646632354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25843] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25843/stat : 25843 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646631303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25844] ppid=25826 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25829/task/25844/stat : 25844 (java) S 25826 25829 14900 0 -1 4202560 7836 0 0 0 35 2 0 0 20 0 19 0 10726450 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646630251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25845] ppid=25826 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25829/task/25845/stat : 25845 (java) S 25826 25829 14900 0 -1 4202560 1890 0 0 0 17 0 0 0 20 0 19 0 10726450 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646629198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25846] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25846/stat : 25846 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646628145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25847] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25847/stat : 25847 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646627093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25848] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25848/stat : 25848 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726461 9856040960 12529 33554432000 1073741824 1073778376 140735747868096 140646626038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.19 2.23 2.18 3/213 25848
/proc/meminfo: memFree=28238032/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 13423 0 1 0 361 3 0 0 20 0 19 0 10726444 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2406260 21233 2257 9 0 2396937 0
[pid=25829/tid=25831] ppid=25826 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/25829/task/25831/stat : 25831 (java) R 25826 25829 14900 0 -1 4202560 2424 0 1 0 304 2 0 0 20 0 19 0 10726445 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646810775232 140646640215844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25832] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25832/stat : 25832 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646772275624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25833] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25833/stat : 25833 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646771223080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25834] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25834/stat : 25834 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646770170024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25835] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25835/stat : 25835 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646769117480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25836] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25836/stat : 25836 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646768065448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25837] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25837/stat : 25837 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646767012904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25838] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25838/stat : 25838 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646765959848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25839] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25839/stat : 25839 (java) S 25826 25829 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646764907304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25840] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25840/stat : 25840 (java) S 25826 25829 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646634461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25841] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25841/stat : 25841 (java) S 25826 25829 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646633407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25842] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25842/stat : 25842 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726448 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646632354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25843] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25843/stat : 25843 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646631303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25844] ppid=25826 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25829/task/25844/stat : 25844 (java) S 25826 25829 14900 0 -1 4202560 7836 0 0 0 35 2 0 0 20 0 19 0 10726450 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646630251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25845] ppid=25826 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25829/task/25845/stat : 25845 (java) S 25826 25829 14900 0 -1 4202560 1890 0 0 0 17 0 0 0 20 0 19 0 10726450 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646629198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25846] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25846/stat : 25846 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646628145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25847] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25847/stat : 25847 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646627093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25848] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25848/stat : 25848 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726461 9856040960 21233 33554432000 1073741824 1073778376 140735747868096 140646626038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 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.19 2.23 2.18 3/213 25848
/proc/meminfo: memFree=28201548/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9625040 CPUtime=6.84 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 13427 0 1 0 681 3 0 0 20 0 19 0 10726444 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2406260 21661 2258 9 0 2396937 0
[pid=25829/tid=25831] ppid=25826 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/25829/task/25831/stat : 25831 (java) R 25826 25829 14900 0 -1 4202560 2427 0 1 0 624 2 0 0 20 0 19 0 10726445 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646810775232 140646640169264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25832] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25832/stat : 25832 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646772275624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25833] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25833/stat : 25833 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646771223080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25834] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25834/stat : 25834 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646770170024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25835] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25835/stat : 25835 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646769117480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25836] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25836/stat : 25836 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646768065448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25837] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25837/stat : 25837 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646767012904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25838] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25838/stat : 25838 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646765959848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25839] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25839/stat : 25839 (java) S 25826 25829 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646764907304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25840] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25840/stat : 25840 (java) S 25826 25829 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646634461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25841] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25841/stat : 25841 (java) S 25826 25829 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646633407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25842] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25842/stat : 25842 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726448 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646632354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25843] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25843/stat : 25843 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646631303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25844] ppid=25826 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25829/task/25844/stat : 25844 (java) S 25826 25829 14900 0 -1 4202560 7836 0 0 0 35 2 0 0 20 0 19 0 10726450 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646630251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25845] ppid=25826 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25829/task/25845/stat : 25845 (java) S 25826 25829 14900 0 -1 4202560 1890 0 0 0 17 0 0 0 20 0 19 0 10726450 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646629198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25846] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25846/stat : 25846 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646628145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25847] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25847/stat : 25847 (java) S 25826 25829 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646627093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25848] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25848/stat : 25848 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726461 9856040960 21661 33554432000 1073741824 1073778376 140735747868096 140646626038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 9625040


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

[pid=25829/tid=25834] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25834/stat : 25834 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646770170024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25835] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25835/stat : 25835 (java) S 25826 25829 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646769117480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25836] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25836/stat : 25836 (java) S 25826 25829 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646768065448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25837] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25837/stat : 25837 (java) S 25826 25829 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646767012904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25838] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25838/stat : 25838 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646765959848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25839] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25839/stat : 25839 (java) S 25826 25829 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646764907304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25840] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25840/stat : 25840 (java) S 25826 25829 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646634461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25841] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25841/stat : 25841 (java) S 25826 25829 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646633407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25842] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25842/stat : 25842 (java) S 25826 25829 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10726448 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646632354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25843] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25843/stat : 25843 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646631303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25844] ppid=25826 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/25829/task/25844/stat : 25844 (java) S 25826 25829 14900 0 -1 4202560 12101 0 0 0 88 3 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646630251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25845] ppid=25826 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25829/task/25845/stat : 25845 (java) S 25826 25829 14900 0 -1 4202560 1890 0 0 0 21 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646629198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25846] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25846/stat : 25846 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646628145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25847] ppid=25826 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/25829/task/25847/stat : 25847 (java) S 25826 25829 14900 0 -1 4202560 22 0 0 0 4 6 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646627093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25848] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25848/stat : 25848 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726461 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646626038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 366.79
Current children cumulated vsize (KiB) 9625040

[startup+366.001 s]
/proc/loadavg: 2.31 2.23 2.19 3/213 25855
/proc/meminfo: memFree=28083820/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9625040 CPUtime=367.19 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 17809 0 1 0 36707 12 0 0 20 0 19 0 10726444 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2406260 46087 2271 9 0 2396937 0
[pid=25829/tid=25831] ppid=25826 vsize=9625040 CPUtime=365.96 cores=1,3,5,7
/proc/25829/task/25831/stat : 25831 (java) R 25826 25829 14900 0 -1 4202560 2482 0 1 0 36588 8 0 0 20 0 19 0 10726445 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646810782144 140646640169532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25832] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25832/stat : 25832 (java) S 25826 25829 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646772275624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25833] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25833/stat : 25833 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646771223080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25834] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25834/stat : 25834 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646770170024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25835] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25835/stat : 25835 (java) S 25826 25829 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646769117480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25836] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25836/stat : 25836 (java) S 25826 25829 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646768065448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25837] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25837/stat : 25837 (java) S 25826 25829 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646767012904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25838] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25838/stat : 25838 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646765959848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25839] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25839/stat : 25839 (java) S 25826 25829 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646764907304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25840] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25840/stat : 25840 (java) S 25826 25829 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646634461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25841] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25841/stat : 25841 (java) S 25826 25829 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646633407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25842] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25842/stat : 25842 (java) S 25826 25829 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10726448 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646632354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25843] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25843/stat : 25843 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646631303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25844] ppid=25826 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/25829/task/25844/stat : 25844 (java) S 25826 25829 14900 0 -1 4202560 12101 0 0 0 88 3 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646630251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25845] ppid=25826 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25829/task/25845/stat : 25845 (java) S 25826 25829 14900 0 -1 4202560 1890 0 0 0 21 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646629198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25846] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25846/stat : 25846 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646628145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25847] ppid=25826 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/25829/task/25847/stat : 25847 (java) S 25826 25829 14900 0 -1 4202560 22 0 0 0 4 6 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646627093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25848] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25848/stat : 25848 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726461 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646626038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 367.19
Current children cumulated vsize (KiB) 9625040

[startup+366.408 s]
/proc/loadavg: 2.31 2.23 2.19 4/213 25855
/proc/meminfo: memFree=28083944/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9625040 CPUtime=367.6 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 17809 0 1 0 36748 12 0 0 20 0 19 0 10726444 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2406260 46087 2271 9 0 2396937 0
[pid=25829/tid=25831] ppid=25826 vsize=9625040 CPUtime=366.37 cores=1,3,5,7
/proc/25829/task/25831/stat : 25831 (java) R 25826 25829 14900 0 -1 4202560 2482 0 1 0 36629 8 0 0 20 0 19 0 10726445 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646810782144 140646640169572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25832] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25832/stat : 25832 (java) S 25826 25829 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646772275624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25833] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25833/stat : 25833 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646771223080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25834] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25834/stat : 25834 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646770170024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25835] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25835/stat : 25835 (java) S 25826 25829 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646769117480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25836] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25836/stat : 25836 (java) S 25826 25829 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646768065448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25837] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25837/stat : 25837 (java) S 25826 25829 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646767012904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25838] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25838/stat : 25838 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646765959848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25839] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25839/stat : 25839 (java) S 25826 25829 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646764907304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25840] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25840/stat : 25840 (java) S 25826 25829 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646634461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25841] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25841/stat : 25841 (java) S 25826 25829 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646633407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25842] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25842/stat : 25842 (java) S 25826 25829 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10726448 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646632354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25843] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25843/stat : 25843 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646631303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25844] ppid=25826 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/25829/task/25844/stat : 25844 (java) S 25826 25829 14900 0 -1 4202560 12101 0 0 0 88 3 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646630251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25845] ppid=25826 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25829/task/25845/stat : 25845 (java) S 25826 25829 14900 0 -1 4202560 1890 0 0 0 21 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646629198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25846] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25846/stat : 25846 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646628145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25847] ppid=25826 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/25829/task/25847/stat : 25847 (java) S 25826 25829 14900 0 -1 4202560 22 0 0 0 4 6 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646627093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25848] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25848/stat : 25848 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726461 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646626038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 367.6
Current children cumulated vsize (KiB) 9625040

[startup+366.501 s]
/proc/loadavg: 2.31 2.23 2.19 4/213 25855
/proc/meminfo: memFree=28083944/32872528 swapFree=1526624/1696276
[pid=25829] ppid=25826 vsize=9625040 CPUtime=367.69 cores=1,3,5,7
/proc/25829/stat : 25829 (java) S 25826 25829 14900 0 -1 4202496 17809 0 1 0 36757 12 0 0 20 0 19 0 10726444 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140735747859232 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25829/statm: 2406260 46087 2271 9 0 2396937 0
[pid=25829/tid=25831] ppid=25826 vsize=9625040 CPUtime=366.46 cores=1,3,5,7
/proc/25829/task/25831/stat : 25831 (java) R 25826 25829 14900 0 -1 4202560 2482 0 1 0 36638 8 0 0 20 0 19 0 10726445 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646810782144 140646640612215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25832] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25832/stat : 25832 (java) S 25826 25829 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646772275624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25833] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25833/stat : 25833 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646771223080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25834] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25834/stat : 25834 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646770170024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25829/tid=25835] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25835/stat : 25835 (java) S 25826 25829 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646769117480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25829/tid=25836] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25836/stat : 25836 (java) S 25826 25829 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646768065448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25837] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25837/stat : 25837 (java) S 25826 25829 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646767012904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25838] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25838/stat : 25838 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646765959848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25839] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25839/stat : 25839 (java) S 25826 25829 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10726446 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646764907304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25840] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25840/stat : 25840 (java) S 25826 25829 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646634461544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25841] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25841/stat : 25841 (java) S 25826 25829 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10726447 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646633407864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25842] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25842/stat : 25842 (java) S 25826 25829 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10726448 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646632354696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25843] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25843/stat : 25843 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646631303440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25844] ppid=25826 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/25829/task/25844/stat : 25844 (java) S 25826 25829 14900 0 -1 4202560 12101 0 0 0 88 3 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646630251320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25845] ppid=25826 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25829/task/25845/stat : 25845 (java) S 25826 25829 14900 0 -1 4202560 1890 0 0 0 21 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646629198776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25846] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25846/stat : 25846 (java) S 25826 25829 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646628145912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25829/tid=25847] ppid=25826 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/25829/task/25847/stat : 25847 (java) S 25826 25829 14900 0 -1 4202560 22 0 0 0 4 6 0 0 20 0 19 0 10726450 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646627093576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25829/tid=25848] ppid=25826 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25829/task/25848/stat : 25848 (java) S 25826 25829 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10726461 9856040960 46087 33554432000 1073741824 1073778376 140735747868096 140646626038824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 367.69
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 366.561
CPU time (s): 367.828
CPU user time (s): 367.606
CPU system time (s): 0.221966
CPU usage (%): 100.346
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 367.606
system time used= 0.221966
maximum resident set size= 193448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17833
page faults= 1
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8011
involuntary context switches= 522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9627 second user time and 2.87756 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 22:03:42
IDJOB=4122542
IDBENCH=111161
IDSOLVER=2546
FILE ID=node125/4122542-1467317022
RUNJOBID= node125-1467310468-23888
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-tseitin-regular-n96-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122542-1467317022/watcher-4122542-1467317022 -o /tmp/evaluation-result-4122542-1467317022/solver-4122542-1467317022 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122542-1467317022.opb

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

MD5SUM BENCH= e6e000df286901e72ff2174840676cac
RANDOM SEED=985073476

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:        28281204 kB
Buffers:          145724 kB
Cached:          1801772 kB
SwapCached:            0 kB
Active:           454864 kB
Inactive:        1689712 kB
Active(anon):     199496 kB
Inactive(anon):        0 kB
Active(file):     255368 kB
Inactive(file):  1689712 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               448 kB
Writeback:             0 kB
AnonPages:       1874232 kB
Mapped:            21508 kB
Shmem:               204 kB
Slab:             611052 kB
SReclaimable:      54808 kB
SUnreclaim:       556244 kB
KernelStack:        1760 kB
PageTables:         8020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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 22:09:49