Trace number 4121854

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 455.684 454.456

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-20.cnf.gz-extracted.pb.metafix.opb
MD5SUMc3d134139f1d6edb87767e17a7d8c44b
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.009997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81
Total number of constraints80
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
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.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-4121854-1467315816.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.017s.
0.09/0.13	c declared #vars     81
0.09/0.13	c #constraints  80
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.09/0.13	c 80 constraints processed.
0.66/0.46	c cleaning 2495 clauses out of 5001 with flag 25499/5001
1.03/0.78	c cleaning 4246 clauses out of 8505 with flag 71938/11000
1.57/1.21	c cleaning 5627 clauses out of 11261 with flag 124076/18002
2.07/1.78	c cleaning 6804 clauses out of 13633 with flag 176925/26001
2.88/2.51	c cleaning 7911 clauses out of 15830 with flag 237618/35002
3.79/3.46	c cleaning 8956 clauses out of 17917 with flag 306185/45000
4.89/4.54	c cleaning 9976 clauses out of 19962 with flag 388534/56001
5.99/5.68	c cleaning 10989 clauses out of 21986 with flag 478709/68001
7.38/7.06	c cleaning 11992 clauses out of 23996 with flag 588844/81000
8.98/8.66	c cleaning 12992 clauses out of 26004 with flag 705430/95000
10.88/10.55	c cleaning 14002 clauses out of 28012 with flag 822543/110000
12.88/12.55	c cleaning 14996 clauses out of 30010 with flag 946787/126000
15.28/14.90	c cleaning 16003 clauses out of 32016 with flag 1088740/143002
17.88/17.52	c cleaning 16999 clauses out of 34011 with flag 1234679/161000
20.98/20.64	c cleaning 18001 clauses out of 36012 with flag 1393707/180000
23.98/23.70	c cleaning 19002 clauses out of 38011 with flag 1556858/200000
27.78/27.40	c cleaning 19994 clauses out of 40009 with flag 1734852/221000
31.58/31.24	c cleaning 21005 clauses out of 42016 with flag 1922649/243001
35.78/35.44	c cleaning 22003 clauses out of 44012 with flag 2120267/266002
40.91/40.48	c cleaning 22997 clauses out of 46007 with flag 2318064/290000
46.27/45.45	c cleaning 23999 clauses out of 48010 with flag 2514928/315000
51.49/50.70	c cleaning 25003 clauses out of 50011 with flag 2714317/341000
57.59/56.73	c cleaning 25998 clauses out of 52010 with flag 2917178/368002
63.59/62.79	c cleaning 26996 clauses out of 54010 with flag 3141577/396000
70.09/69.25	c cleaning 28000 clauses out of 56014 with flag 3354767/425000
77.09/76.29	c cleaning 29001 clauses out of 58015 with flag 3585278/455001
84.50/83.65	c cleaning 30002 clauses out of 60016 with flag 3804168/486003
92.30/91.41	c cleaning 30993 clauses out of 62011 with flag 4056544/518000
101.00/100.13	c cleaning 32000 clauses out of 64018 with flag 4306592/551000
110.00/109.15	c cleaning 33004 clauses out of 66020 with flag 4557505/585002
119.40/118.54	c cleaning 33997 clauses out of 68014 with flag 4826336/620000
129.30/128.48	c cleaning 35005 clauses out of 70019 with flag 5095760/656002
140.91/140.00	c cleaning 35999 clauses out of 72013 with flag 5377413/693001
152.51/151.64	c cleaning 36999 clauses out of 74013 with flag 5661467/731000
164.81/163.93	c cleaning 37998 clauses out of 76014 with flag 5971834/770000
177.41/176.58	c cleaning 39002 clauses out of 78016 with flag 6286582/810000
191.10/190.22	c cleaning 40002 clauses out of 80014 with flag 6587535/851000
205.91/205.06	c cleaning 41003 clauses out of 82012 with flag 6919224/893000
220.92/220.04	c cleaning 41993 clauses out of 84008 with flag 7241159/936000
236.61/235.72	c cleaning 43003 clauses out of 86015 with flag 7571997/980000
254.72/253.84	c cleaning 44001 clauses out of 88013 with flag 7916964/1025001
272.46/271.59	c cleaning 45002 clauses out of 90011 with flag 8269875/1071000
290.17/289.26	c cleaning 46000 clauses out of 92009 with flag 8633298/1118000
308.46/307.56	c cleaning 46999 clauses out of 94010 with flag 9008038/1166001
327.26/326.36	c cleaning 47998 clauses out of 96010 with flag 9395373/1215000
346.86/345.91	c cleaning 48991 clauses out of 98012 with flag 9775603/1265000
368.68/367.75	c cleaning 50008 clauses out of 100022 with flag 10166721/1316001
390.38/389.48	c cleaning 51003 clauses out of 102013 with flag 10573650/1368000
415.28/414.38	c cleaning 52005 clauses out of 104011 with flag 10973707/1421002
439.47/438.48	c cleaning 53001 clauses out of 106002 with flag 11365933/1475000
455.47/454.42	c starts		: 555
455.47/454.42	c conflicts		: 1515734
455.47/454.42	c decisions		: 1920533
455.47/454.42	c propagations		: 28532684
455.47/454.42	c inspects		: 11974631178
455.47/454.42	c shortcuts		: 0
455.47/454.42	c learnt literals	: 20
455.47/454.42	c learnt binary clauses	: 22
455.47/454.42	c learnt ternary clauses	: 41
455.47/454.42	c learnt constraints	: 1515713
455.47/454.42	c ignored constraints	: 0
455.47/454.42	c root simplifications	: 0
455.47/454.42	c removed literals (reason simplification)	: 0
455.47/454.42	c reason swapping (by a shorter reason)	: 0
455.47/454.42	c Calls to reduceDB	: 50
455.47/454.42	c Number of update (reduction) of LBD	: 508973
455.47/454.42	c Imported unit clauses	: 0
455.47/454.42	c number of reductions to clauses (during analyze)	: 0
455.47/454.42	c number of learned constraints concerned by reduction	: 0
455.47/454.42	c number of learning phase by resolution	: 0
455.47/454.42	c number of learning phase by cutting planes	: 0
455.47/454.42	c speed (assignments/second)	: 62807.75546682046
455.47/454.42	c non guided choices	14
455.47/454.45	c learnt constraints type 
455.47/454.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
455.47/454.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93696
455.47/454.45	s UNSATISFIABLE
455.47/454.45	c Total wall clock time (in seconds): 454.336

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-4121854-1467315816/watcher-4121854-1467315816 -o /tmp/evaluation-result-4121854-1467315816/solver-4121854-1467315816 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121854-1467315816.opb 

pid=14694
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.10 2.07 2.01 3/194 14697
/proc/meminfo: memFree=31039468/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/14697/stat : 14697 (java) R 14694 14697 12722 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 10612930 278528 33 33554432000 1073741824 1073778376 140734585097264 140735116254408 224913353909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14697/statm: 68 33 25 9 0 25 0

[startup+0.100061 s]
/proc/loadavg: 2.10 2.07 2.01 3/194 14697
/proc/meminfo: memFree=31039468/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 10612930 9787879424 6042 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 2.10 2.07 2.01 3/194 14697
/proc/meminfo: memFree=31039468/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 7850 0 1 0 27 2 0 0 20 0 19 0 10612930 9856040960 8476 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2406260 8476 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300242 s]
/proc/loadavg: 2.10 2.07 2.01 3/194 14697
/proc/meminfo: memFree=31039468/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 8313 0 1 0 52 2 0 0 20 0 19 0 10612930 9856040960 8556 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2406260 8556 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700188 s]
/proc/loadavg: 2.10 2.07 2.01 3/194 14697
/proc/meminfo: memFree=31039468/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 8994 0 1 0 101 2 0 0 20 0 19 0 10612930 9856040960 9115 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2406260 9115 2237 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.10 2.07 2.01 3/213 14716
/proc/meminfo: memFree=31011344/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 8999 0 1 0 185 2 0 0 20 0 19 0 10612930 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2406260 9630 2240 9 0 2396937 0
[pid=14697/tid=14699] ppid=14694 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14697/task/14699/stat : 14699 (java) R 14694 14697 12722 0 -1 4202560 2402 0 1 0 146 0 0 0 20 0 19 0 10612931 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728719183568 139728590933622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14700] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14700/stat : 14700 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728562895784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14701] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14701/stat : 14701 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728561843240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14702] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14702/stat : 14702 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728560790184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14703] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14703/stat : 14703 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728559737640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14704] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14704/stat : 14704 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728558684584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14705] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14705/stat : 14705 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728557632040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14706] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14706/stat : 14706 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728556578984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14707] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14707/stat : 14707 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728555526440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14708] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14708/stat : 14708 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728543329128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14709] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14709/stat : 14709 (java) S 14694 14697 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728542275448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14710] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14710/stat : 14710 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728541222280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14711] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14711/stat : 14711 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612936 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728540171024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14712] ppid=14694 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14697/task/14712/stat : 14712 (java) S 14694 14697 12722 0 -1 4202560 2132 0 0 0 16 0 0 0 20 0 19 0 10612937 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728539117880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14713] ppid=14694 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14697/task/14713/stat : 14713 (java) S 14694 14697 12722 0 -1 4202560 3195 0 0 0 22 0 0 0 20 0 19 0 10612937 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728538065336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14714] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14714/stat : 14714 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728537012472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14715] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14715/stat : 14715 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728535960136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14716] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14716/stat : 14716 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612944 9856040960 9630 33554432000 1073741824 1073778376 140734585097264 139728534906408 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.09 2.06 2.01 3/213 14716
/proc/meminfo: memFree=31009296/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 9000 0 1 0 346 2 0 0 20 0 19 0 10612930 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2406260 10142 2240 9 0 2396937 0
[pid=14697/tid=14699] ppid=14694 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14697/task/14699/stat : 14699 (java) R 14694 14697 12722 0 -1 4202560 2403 0 1 0 306 0 0 0 20 0 19 0 10612931 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728719192344 139728590933599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14700] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14700/stat : 14700 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728562895784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14701] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14701/stat : 14701 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728561843240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14702] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14702/stat : 14702 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728560790184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14703] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14703/stat : 14703 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728559737640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14704] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14704/stat : 14704 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728558684584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14705] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14705/stat : 14705 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728557632040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14706] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14706/stat : 14706 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728556578984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14707] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14707/stat : 14707 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728555526440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14708] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14708/stat : 14708 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728543329128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14709] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14709/stat : 14709 (java) S 14694 14697 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728542275448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14710] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14710/stat : 14710 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728541222280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14711] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14711/stat : 14711 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612936 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728540171024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14712] ppid=14694 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14697/task/14712/stat : 14712 (java) S 14694 14697 12722 0 -1 4202560 2132 0 0 0 16 0 0 0 20 0 19 0 10612937 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728539117880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14713] ppid=14694 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14697/task/14713/stat : 14713 (java) S 14694 14697 12722 0 -1 4202560 3195 0 0 0 23 0 0 0 20 0 19 0 10612937 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728538065336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14714] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14714/stat : 14714 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728537012472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14715] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14715/stat : 14715 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728535960136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14716] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14716/stat : 14716 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612944 9856040960 10142 33554432000 1073741824 1073778376 140734585097264 139728534906408 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.09 2.06 2.01 3/213 14716
/proc/meminfo: memFree=31002804/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 9004 0 1 0 666 2 0 0 20 0 19 0 10612930 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2406260 11036 2241 9 0 2396937 0
[pid=14697/tid=14699] ppid=14694 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/14697/task/14699/stat : 14699 (java) R 14694 14697 12722 0 -1 4202560 2406 0 1 0 626 0 0 0 20 0 19 0 10612931 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728719183568 139728590933391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14700] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14700/stat : 14700 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728562895784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14701] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14701/stat : 14701 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728561843240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14702] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14702/stat : 14702 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728560790184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14703] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14703/stat : 14703 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728559737640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14704] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14704/stat : 14704 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728558684584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14705] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14705/stat : 14705 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728557632040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14706] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14706/stat : 14706 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728556578984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14707] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14707/stat : 14707 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728555526440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14708] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14708/stat : 14708 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728543329128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14709] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14709/stat : 14709 (java) S 14694 14697 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728542275448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14710] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14710/stat : 14710 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728541222280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14711] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14711/stat : 14711 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612936 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728540171024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14712] ppid=14694 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14697/task/14712/stat : 14712 (java) S 14694 14697 12722 0 -1 4202560 2132 0 0 0 16 0 0 0 20 0 19 0 10612937 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728539117880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14713] ppid=14694 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14697/task/14713/stat : 14713 (java) S 14694 14697 12722 0 -1 4202560 3195 0 0 0 23 0 0 0 20 0 19 0 10612937 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728538065336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14714] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14714/stat : 14714 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728537012472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14715] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14715/stat : 14715 (java) S 14694 14697 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728535960136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14716] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14716/stat : 14716 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612944 9856040960 11036 33554432000 1073741824 1073778376 140734585097264 139728534906408 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

[pid=14697/tid=14702] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14702/stat : 14702 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728560790184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14703] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14703/stat : 14703 (java) S 14694 14697 12722 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728559737640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14704] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14704/stat : 14704 (java) S 14694 14697 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728558684584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14705] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14705/stat : 14705 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728557632040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14706] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14706/stat : 14706 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728556578984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14707] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14707/stat : 14707 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728555526440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14708] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14708/stat : 14708 (java) S 14694 14697 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728543329128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14709] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14709/stat : 14709 (java) S 14694 14697 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728542275448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14710] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14710/stat : 14710 (java) S 14694 14697 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728541222280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14711] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14711/stat : 14711 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612936 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728540171024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14712] ppid=14694 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14697/task/14712/stat : 14712 (java) S 14694 14697 12722 0 -1 4202560 2135 0 0 0 18 0 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728539117880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14713] ppid=14694 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/14697/task/14713/stat : 14713 (java) S 14694 14697 12722 0 -1 4202560 10517 0 0 0 79 2 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728538065336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14714] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14714/stat : 14714 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728537012472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14715] ppid=14694 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14697/task/14715/stat : 14715 (java) S 14694 14697 12722 0 -1 4202560 28 0 0 0 6 8 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728535960136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14716] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14716/stat : 14716 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612944 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728534906408 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 453.87
Current children cumulated vsize (KiB) 9625040

[startup+453.601 s]
/proc/loadavg: 2.13 2.10 2.02 3/213 14792
/proc/meminfo: memFree=30896620/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9625040 CPUtime=454.67 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 16473 0 1 0 45455 12 0 0 20 0 19 0 10612930 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2406260 45938 2262 9 0 2396937 0
[pid=14697/tid=14699] ppid=14694 vsize=9625040 CPUtime=453.57 cores=1,3,5,7
/proc/14697/task/14699/stat : 14699 (java) R 14694 14697 12722 0 -1 4202560 2485 0 1 0 45348 9 0 0 20 0 19 0 10612931 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728719190464 139728591206271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14700] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14700/stat : 14700 (java) S 14694 14697 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728562895784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14701] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14701/stat : 14701 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728561843240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14702] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14702/stat : 14702 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728560790184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14703] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14703/stat : 14703 (java) S 14694 14697 12722 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728559737640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14704] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14704/stat : 14704 (java) S 14694 14697 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728558684584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14705] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14705/stat : 14705 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728557632040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14706] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14706/stat : 14706 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728556578984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14707] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14707/stat : 14707 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728555526440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14708] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14708/stat : 14708 (java) S 14694 14697 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728543329128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14709] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14709/stat : 14709 (java) S 14694 14697 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728542275448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14710] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14710/stat : 14710 (java) S 14694 14697 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728541222280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14711] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14711/stat : 14711 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612936 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728540171024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14712] ppid=14694 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14697/task/14712/stat : 14712 (java) S 14694 14697 12722 0 -1 4202560 2135 0 0 0 18 0 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728539117880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14713] ppid=14694 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/14697/task/14713/stat : 14713 (java) S 14694 14697 12722 0 -1 4202560 10517 0 0 0 79 2 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728538065336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14714] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14714/stat : 14714 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728537012472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14715] ppid=14694 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14697/task/14715/stat : 14715 (java) S 14694 14697 12722 0 -1 4202560 28 0 0 0 6 8 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728535960136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14716] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14716/stat : 14716 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612944 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728534906408 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 454.67
Current children cumulated vsize (KiB) 9625040

[startup+454.001 s]
/proc/loadavg: 2.13 2.10 2.02 3/213 14792
/proc/meminfo: memFree=30896620/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9625040 CPUtime=455.07 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 16473 0 1 0 45495 12 0 0 20 0 19 0 10612930 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2406260 45938 2262 9 0 2396937 0
[pid=14697/tid=14699] ppid=14694 vsize=9625040 CPUtime=453.97 cores=1,3,5,7
/proc/14697/task/14699/stat : 14699 (java) R 14694 14697 12722 0 -1 4202560 2485 0 1 0 45388 9 0 0 20 0 19 0 10612931 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728719190464 139728591206271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14700] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14700/stat : 14700 (java) S 14694 14697 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728562895784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14701] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14701/stat : 14701 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728561843240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14702] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14702/stat : 14702 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728560790184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14703] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14703/stat : 14703 (java) S 14694 14697 12722 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728559737640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14704] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14704/stat : 14704 (java) S 14694 14697 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728558684584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14705] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14705/stat : 14705 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728557632040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14706] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14706/stat : 14706 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728556578984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14707] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14707/stat : 14707 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728555526440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14708] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14708/stat : 14708 (java) S 14694 14697 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728543329128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14709] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14709/stat : 14709 (java) S 14694 14697 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728542275448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14710] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14710/stat : 14710 (java) S 14694 14697 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728541222280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14711] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14711/stat : 14711 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612936 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728540171024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14712] ppid=14694 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14697/task/14712/stat : 14712 (java) S 14694 14697 12722 0 -1 4202560 2135 0 0 0 18 0 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728539117880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14713] ppid=14694 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/14697/task/14713/stat : 14713 (java) S 14694 14697 12722 0 -1 4202560 10517 0 0 0 79 2 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728538065336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14714] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14714/stat : 14714 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728537012472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14715] ppid=14694 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14697/task/14715/stat : 14715 (java) S 14694 14697 12722 0 -1 4202560 28 0 0 0 6 8 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728535960136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14716] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14716/stat : 14716 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612944 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728534906408 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 455.07
Current children cumulated vsize (KiB) 9625040

[startup+454.408 s]
/proc/loadavg: 2.13 2.10 2.02 3/213 14792
/proc/meminfo: memFree=30896620/32872528 swapFree=171816/177948
[pid=14697] ppid=14694 vsize=9625040 CPUtime=455.47 cores=1,3,5,7
/proc/14697/stat : 14697 (java) S 14694 14697 12722 0 -1 4202496 16473 0 1 0 45535 12 0 0 20 0 19 0 10612930 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 140734585088400 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14697/statm: 2406260 45938 2262 9 0 2396937 0
[pid=14697/tid=14699] ppid=14694 vsize=9625040 CPUtime=454.38 cores=1,3,5,7
/proc/14697/task/14699/stat : 14699 (java) R 14694 14697 12722 0 -1 4202560 2485 0 1 0 45429 9 0 0 20 0 19 0 10612931 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728719190464 139728590960044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14697/tid=14700] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14700/stat : 14700 (java) S 14694 14697 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728562895784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14701] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14701/stat : 14701 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728561843240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14702] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14702/stat : 14702 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728560790184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14703] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14703/stat : 14703 (java) S 14694 14697 12722 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728559737640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14704] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14704/stat : 14704 (java) S 14694 14697 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728558684584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14705] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14705/stat : 14705 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728557632040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14706] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14706/stat : 14706 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728556578984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14707] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14707/stat : 14707 (java) S 14694 14697 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10612933 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728555526440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14708] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14708/stat : 14708 (java) S 14694 14697 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728543329128 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14709] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14709/stat : 14709 (java) S 14694 14697 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728542275448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14710] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14710/stat : 14710 (java) S 14694 14697 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10612934 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728541222280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14711] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14711/stat : 14711 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612936 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728540171024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14712] ppid=14694 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14697/task/14712/stat : 14712 (java) S 14694 14697 12722 0 -1 4202560 2135 0 0 0 18 0 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728539117880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14697/tid=14713] ppid=14694 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/14697/task/14713/stat : 14713 (java) S 14694 14697 12722 0 -1 4202560 10517 0 0 0 79 2 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728538065336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14714] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14714/stat : 14714 (java) S 14694 14697 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728537012472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14697/tid=14715] ppid=14694 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14697/task/14715/stat : 14715 (java) S 14694 14697 12722 0 -1 4202560 28 0 0 0 6 8 0 0 20 0 19 0 10612937 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728535960136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14697/tid=14716] ppid=14694 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14697/task/14716/stat : 14716 (java) S 14694 14697 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10612944 9856040960 45938 33554432000 1073741824 1073778376 140734585097264 139728534906408 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 455.47
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 454.456
CPU time (s): 455.684
CPU user time (s): 455.421
CPU system time (s): 0.26296
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 455.421
system time used= 0.26296
maximum resident set size= 183848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16505
page faults= 1
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9870
involuntary context switches= 622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.99754 second user time and 3.9264 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 21:43:36
IDJOB=4121854
IDBENCH=110705
IDSOLVER=2546
FILE ID=node105/4121854-1467315816
RUNJOBID= node105-1467308726-12739
PBS_JOBID= 20005269
Free space on /tmp= 71728 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-20.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121854-1467315816/watcher-4121854-1467315816 -o /tmp/evaluation-result-4121854-1467315816/solver-4121854-1467315816 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121854-1467315816.opb

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

MD5SUM BENCH= c3d134139f1d6edb87767e17a7d8c44b
RANDOM SEED=1779754224

node105.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.487
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.97
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.487
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.487
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.487
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.487
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.487
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.487
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:        31040268 kB
Buffers:          146164 kB
Cached:           540580 kB
SwapCached:            0 kB
Active:           491732 kB
Inactive:         421444 kB
Active(anon):     220652 kB
Inactive(anon):     7948 kB
Active(file):     271080 kB
Inactive(file):   413496 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:        498184 kB
Mapped:            22168 kB
Shmem:               204 kB
Slab:             611192 kB
SReclaimable:      55072 kB
SUnreclaim:       556120 kB
KernelStack:        1760 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 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= 71728 MiB
End job on node105 at 2016-06-30 21:51:11