Trace number 4121894

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 822.169 820.399

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM747c80e572cc6a02c76fe14ab4243e2c
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 benchmark6.49001
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4121894-1467315985.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.16	c ... done. Wall clock time 0.044s.
0.08/0.16	c declared #vars     120
0.08/0.16	c #constraints  320
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.08/0.16	c 320 constraints processed.
0.62/0.48	c cleaning 2496 clauses out of 5001 with flag 22204/5001
1.08/0.66	c cleaning 4248 clauses out of 8504 with flag 51700/11000
1.46/0.90	c cleaning 5623 clauses out of 11257 with flag 84279/18001
1.87/1.36	c cleaning 6809 clauses out of 13633 with flag 123312/26000
2.32/1.79	c cleaning 7906 clauses out of 15824 with flag 161684/35000
3.02/2.40	c cleaning 8955 clauses out of 17919 with flag 203230/45001
3.72/3.16	c cleaning 9977 clauses out of 19964 with flag 247166/56001
4.72/4.14	c cleaning 10989 clauses out of 21986 with flag 303351/68000
5.82/5.25	c cleaning 11996 clauses out of 23998 with flag 359213/81001
7.02/6.47	c cleaning 12997 clauses out of 26002 with flag 415178/95001
8.42/7.86	c cleaning 13997 clauses out of 28005 with flag 476748/110001
9.71/9.14	c cleaning 14999 clauses out of 30008 with flag 550423/126001
11.11/10.53	c cleaning 16001 clauses out of 32009 with flag 626624/143001
12.92/12.32	c cleaning 16999 clauses out of 34007 with flag 702224/161000
15.12/14.53	c cleaning 18002 clauses out of 36009 with flag 794399/180001
18.12/17.58	c cleaning 19000 clauses out of 38006 with flag 905971/200000
20.92/20.32	c cleaning 20002 clauses out of 40006 with flag 1017002/221000
24.12/23.55	c cleaning 21003 clauses out of 42005 with flag 1116770/243001
27.32/26.71	c cleaning 22000 clauses out of 44001 with flag 1221318/266000
30.82/30.26	c cleaning 22999 clauses out of 46001 with flag 1335304/290000
35.12/34.51	c cleaning 23997 clauses out of 48002 with flag 1454411/315000
39.81/39.20	c cleaning 25001 clauses out of 50006 with flag 1575969/341001
43.91/43.39	c cleaning 25999 clauses out of 52005 with flag 1693743/368001
49.61/49.00	c cleaning 27001 clauses out of 54005 with flag 1811098/396000
55.11/54.50	c cleaning 28001 clauses out of 56005 with flag 1926359/425001
62.51/61.91	c cleaning 29002 clauses out of 58003 with flag 2063892/455000
71.03/70.42	c cleaning 29999 clauses out of 60001 with flag 2204947/486000
76.82/76.22	c cleaning 30995 clauses out of 62003 with flag 2351559/518001
83.72/83.13	c cleaning 31999 clauses out of 64007 with flag 2501942/551000
91.82/91.26	c cleaning 32998 clauses out of 66008 with flag 2650426/585000
100.41/99.84	c cleaning 34003 clauses out of 68011 with flag 2828394/620001
109.91/109.39	c cleaning 34998 clauses out of 70007 with flag 3000661/656000
120.22/119.61	c cleaning 36002 clauses out of 72009 with flag 3170131/693000
131.22/130.69	c cleaning 36997 clauses out of 74007 with flag 3346558/731000
143.62/143.03	c cleaning 38002 clauses out of 76010 with flag 3521609/770000
156.02/155.48	c cleaning 38997 clauses out of 78008 with flag 3698093/810000
170.32/169.71	c cleaning 40004 clauses out of 80012 with flag 3885981/851001
185.12/184.52	c cleaning 41001 clauses out of 82007 with flag 4071277/893000
201.62/201.09	c cleaning 42001 clauses out of 84006 with flag 4256410/936000
214.97/214.33	c cleaning 42998 clauses out of 86005 with flag 4454187/980000
228.17/227.55	c cleaning 44004 clauses out of 88007 with flag 4655322/1025000
242.87/242.23	c cleaning 44993 clauses out of 90004 with flag 4865631/1071001
257.56/256.98	c cleaning 45999 clauses out of 92011 with flag 5071507/1118001
274.17/273.60	c cleaning 47000 clauses out of 94011 with flag 5288906/1166000
293.78/293.16	c cleaning 48004 clauses out of 96012 with flag 5508002/1215001
311.57/310.99	c cleaning 49000 clauses out of 98008 with flag 5734508/1265001
331.79/331.19	c cleaning 49999 clauses out of 100007 with flag 5965378/1316000
353.68/353.02	c cleaning 51001 clauses out of 102008 with flag 6199655/1368000
376.49/375.86	c cleaning 52000 clauses out of 104008 with flag 6436547/1421001
401.99/401.34	c cleaning 53000 clauses out of 106008 with flag 6676350/1475001
426.09/425.49	c cleaning 53998 clauses out of 108008 with flag 6925166/1530001
453.42/452.33	c cleaning 54998 clauses out of 110010 with flag 7163724/1586001
481.55/480.46	c cleaning 56002 clauses out of 112012 with flag 7423024/1643001
516.56/515.48	c cleaning 57005 clauses out of 114009 with flag 7667346/1701000
548.17/547.09	c cleaning 57999 clauses out of 116004 with flag 7917917/1760001
587.49/586.38	c cleaning 58996 clauses out of 118004 with flag 8191913/1820000
636.00/634.86	c cleaning 60000 clauses out of 120009 with flag 8447909/1881001
679.10/677.95	c cleaning 61004 clauses out of 122009 with flag 8691850/1943001
729.54/728.24	c cleaning 62001 clauses out of 124003 with flag 8962017/2006000
770.74/769.41	c cleaning 62996 clauses out of 126002 with flag 9222792/2070001
817.43/816.05	c cleaning 64001 clauses out of 128003 with flag 9485339/2135001
821.73/820.36	c starts		: 1806
821.73/820.36	c conflicts		: 2148160
821.73/820.36	c decisions		: 2794465
821.73/820.36	c propagations		: 11949717
821.73/820.36	c inspects		: 21703301073
821.73/820.36	c shortcuts		: 0
821.73/820.36	c learnt literals	: 19
821.73/820.36	c learnt binary clauses	: 17
821.73/820.36	c learnt ternary clauses	: 40
821.73/820.36	c learnt constraints	: 2148140
821.73/820.36	c ignored constraints	: 0
821.73/820.36	c root simplifications	: 0
821.73/820.36	c removed literals (reason simplification)	: 0
821.73/820.36	c reason swapping (by a shorter reason)	: 0
821.73/820.36	c Calls to reduceDB	: 61
821.73/820.36	c Number of update (reduction) of LBD	: 131906
821.73/820.36	c Imported unit clauses	: 0
821.73/820.36	c number of reductions to clauses (during analyze)	: 0
821.73/820.36	c number of learned constraints concerned by reduction	: 0
821.73/820.36	c number of learning phase by resolution	: 0
821.73/820.36	c number of learning phase by cutting planes	: 0
821.73/820.36	c speed (assignments/second)	: 14569.236602690557
821.73/820.36	c non guided choices	841
821.73/820.39	c learnt constraints type 
821.73/820.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
821.73/820.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77130
821.73/820.39	s UNSATISFIABLE
821.73/820.39	c Total wall clock time (in seconds): 820.276

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

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.09 2.02 3/194 14765
/proc/meminfo: memFree=31124008/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=132 CPUtime=0 cores=0,2,4,6
/proc/14765/stat : 14765 (java) R 14762 14765 12722 0 -1 4194304 125 0 0 0 0 0 0 0 20 0 1 0 10629812 135168 2 33554432000 0 0 140735983122147 140736699109640 224922332599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14765/statm: 67 4 0 9 0 24 0

[startup+0.100059 s]
/proc/loadavg: 2.13 2.09 2.02 3/194 14765
/proc/meminfo: memFree=31124008/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 4398 0 1 0 7 1 0 0 20 0 18 0 10629812 9787879424 6031 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.13 2.09 2.02 3/194 14765
/proc/meminfo: memFree=31124008/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 6181 0 1 0 23 2 0 0 20 0 19 0 10629812 9856040960 7283 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2406260 7284 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300215 s]
/proc/loadavg: 2.13 2.09 2.02 3/194 14765
/proc/meminfo: memFree=31124008/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 7061 0 1 0 46 2 0 0 20 0 19 0 10629812 9856040960 7688 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2406260 7688 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700171 s]
/proc/loadavg: 2.13 2.09 2.02 3/194 14765
/proc/meminfo: memFree=31124008/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 15621 0 1 0 123 3 0 0 20 0 19 0 10629812 9856040960 13634 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2406260 13634 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.13 2.09 2.02 3/213 14784
/proc/meminfo: memFree=31076096/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 15632 0 1 0 207 3 0 0 20 0 19 0 10629812 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2406260 14666 2250 9 0 2396937 0
[pid=14765/tid=14767] ppid=14762 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/14765/task/14767/stat : 14767 (java) R 14762 14765 12722 0 -1 4202560 2414 0 1 0 145 0 0 0 20 0 19 0 10629813 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497231143024 140497054528302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14768] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14768/stat : 14768 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497192634792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14769] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14769/stat : 14769 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497191582248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14770] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14770/stat : 14770 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497190529192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14771] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14771/stat : 14771 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497189476648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14772] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14772/stat : 14772 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497188424616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14773] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14773/stat : 14773 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497187372072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14774] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14774/stat : 14774 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497186319016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14775] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14775/stat : 14775 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497185266472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14776] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14776/stat : 14776 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497172855144 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14777] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14777/stat : 14777 (java) S 14762 14765 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497054066040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14778] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14778/stat : 14778 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497053012872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14779] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14779/stat : 14779 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497051961616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14780] ppid=14762 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/14765/task/14780/stat : 14780 (java) S 14762 14765 12722 0 -1 4202560 8068 0 0 0 31 2 0 0 20 0 19 0 10629818 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497050909496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14781] ppid=14762 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14765/task/14781/stat : 14781 (java) S 14762 14765 12722 0 -1 4202560 3880 0 0 0 28 0 0 0 20 0 19 0 10629818 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497049856952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14782] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14782/stat : 14782 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497048804088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14783] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14783/stat : 14783 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497047751752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14784] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14784/stat : 14784 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629829 9856040960 14666 33554432000 1073741824 1073778376 140736005711952 140497046697000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.13 2.09 2.02 3/213 14784
/proc/meminfo: memFree=31073552/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 15634 0 1 0 369 3 0 0 20 0 19 0 10629812 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2406260 15178 2250 9 0 2396937 0
[pid=14765/tid=14767] ppid=14762 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/14765/task/14767/stat : 14767 (java) R 14762 14765 12722 0 -1 4202560 2416 0 1 0 305 0 0 0 20 0 19 0 10629813 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497231134416 140497054552134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14768] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14768/stat : 14768 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497192634792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14769] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14769/stat : 14769 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497191582248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14770] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14770/stat : 14770 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497190529192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14771] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14771/stat : 14771 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497189476648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14772] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14772/stat : 14772 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497188424616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14773] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14773/stat : 14773 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497187372072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14774] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14774/stat : 14774 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497186319016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14775] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14775/stat : 14775 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497185266472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14776] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14776/stat : 14776 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497172855144 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14777] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14777/stat : 14777 (java) S 14762 14765 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497054066040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14778] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14778/stat : 14778 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497053012872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14779] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14779/stat : 14779 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497051961616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14780] ppid=14762 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/14765/task/14780/stat : 14780 (java) S 14762 14765 12722 0 -1 4202560 8068 0 0 0 32 2 0 0 20 0 19 0 10629818 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497050909496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14781] ppid=14762 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14765/task/14781/stat : 14781 (java) S 14762 14765 12722 0 -1 4202560 3880 0 0 0 28 0 0 0 20 0 19 0 10629818 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497049856952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14782] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14782/stat : 14782 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497048804088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14783] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14783/stat : 14783 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497047751752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14784] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14784/stat : 14784 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629829 9856040960 15178 33554432000 1073741824 1073778376 140736005711952 140497046697000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.12 2.09 2.02 4/213 14784
/proc/meminfo: memFree=31072256/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9625040 CPUtime=6.92 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 15639 0 1 0 689 3 0 0 20 0 19 0 10629812 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2406260 15309 2251 9 0 2396937 0
[pid=14765/tid=14767] ppid=14762 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/14765/task/14767/stat : 14767 (java) R 14762 14765 12722 0 -1 4202560 2420 0 1 0 625 0 0 0 20 0 19 0 10629813 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497231134416 140497054508286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14768] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14768/stat : 14768 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497192634792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14769] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14769/stat : 14769 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497191582248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14770] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14770/stat : 14770 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497190529192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14771] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14771/stat : 14771 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497189476648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14772] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14772/stat : 14772 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497188424616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14773] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14773/stat : 14773 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497187372072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14774] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14774/stat : 14774 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497186319016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14775] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14775/stat : 14775 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497185266472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14776] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14776/stat : 14776 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497172855144 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14777] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14777/stat : 14777 (java) S 14762 14765 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497054066040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14778] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14778/stat : 14778 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497053012872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14779] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14779/stat : 14779 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497051961616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14780] ppid=14762 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/14765/task/14780/stat : 14780 (java) S 14762 14765 12722 0 -1 4202560 8068 0 0 0 32 2 0 0 20 0 19 0 10629818 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497050909496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14781] ppid=14762 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14765/task/14781/stat : 14781 (java) S 14762 14765 12722 0 -1 4202560 3880 0 0 0 28 0 0 0 20 0 19 0 10629818 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497049856952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14782] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14782/stat : 14782 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497048804088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14783] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14783/stat : 14783 (java) S 14762 14765 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497047751752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14784] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14784/stat : 14784 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629829 9856040960 15309 33554432000 1073741824 1073778376 140736005711952 140497046697000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 9625040


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

[pid=14765/tid=14770] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14770/stat : 14770 (java) S 14762 14765 12722 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497190529192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14771] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14771/stat : 14771 (java) S 14762 14765 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497189476648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14772] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14772/stat : 14772 (java) S 14762 14765 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497188424616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14773] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14773/stat : 14773 (java) S 14762 14765 12722 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497187372072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14774] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14774/stat : 14774 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497186319016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14775] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14775/stat : 14775 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497185266472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14776] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14776/stat : 14776 (java) S 14762 14765 12722 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497172855144 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14777] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14777/stat : 14777 (java) S 14762 14765 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497054066040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14778] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14778/stat : 14778 (java) S 14762 14765 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497053012872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14779] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14779/stat : 14779 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497051961616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14780] ppid=14762 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14765/task/14780/stat : 14780 (java) S 14762 14765 12722 0 -1 4202560 10812 0 0 0 89 2 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497050909496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14781] ppid=14762 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/14765/task/14781/stat : 14781 (java) S 14762 14765 12722 0 -1 4202560 3880 0 0 0 29 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497049856952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14782] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14782/stat : 14782 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497048804088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14783] ppid=14762 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14765/task/14783/stat : 14783 (java) S 14762 14765 12722 0 -1 4202560 48 0 0 0 12 14 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497047751752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14784] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14784/stat : 14784 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629829 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497046697000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 820.63
Current children cumulated vsize (KiB) 9625040

[startup+820.001 s]
/proc/loadavg: 2.02 2.05 2.01 3/214 15000
/proc/meminfo: memFree=30940952/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9625040 CPUtime=821.43 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 18593 0 1 0 82121 22 0 0 20 0 19 0 10629812 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2406260 54059 2271 9 0 2396937 0
[pid=14765/tid=14767] ppid=14762 vsize=9625040 CPUtime=819.95 cores=0,2,4,6
/proc/14765/task/14767/stat : 14767 (java) R 14762 14765 12722 0 -1 4202560 2498 0 1 0 81979 16 0 0 20 0 19 0 10629813 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497231134416 140497054507825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14768] ppid=14762 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14765/task/14768/stat : 14768 (java) S 14762 14765 12722 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497192634792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14769] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14769/stat : 14769 (java) S 14762 14765 12722 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497191582248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14770] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14770/stat : 14770 (java) S 14762 14765 12722 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497190529192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14771] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14771/stat : 14771 (java) S 14762 14765 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497189476648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14772] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14772/stat : 14772 (java) S 14762 14765 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497188424616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14773] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14773/stat : 14773 (java) S 14762 14765 12722 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497187372072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14774] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14774/stat : 14774 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497186319016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14775] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14775/stat : 14775 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497185266472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14776] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14776/stat : 14776 (java) S 14762 14765 12722 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497172855144 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14777] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14777/stat : 14777 (java) S 14762 14765 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497054066040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14778] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14778/stat : 14778 (java) S 14762 14765 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497053012872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14779] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14779/stat : 14779 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497051961616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14780] ppid=14762 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14765/task/14780/stat : 14780 (java) S 14762 14765 12722 0 -1 4202560 10812 0 0 0 89 2 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497050909496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14781] ppid=14762 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/14765/task/14781/stat : 14781 (java) S 14762 14765 12722 0 -1 4202560 3880 0 0 0 29 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497049856952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14782] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14782/stat : 14782 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497048804088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14783] ppid=14762 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14765/task/14783/stat : 14783 (java) S 14762 14765 12722 0 -1 4202560 48 0 0 0 12 14 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497047751752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14784] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14784/stat : 14784 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629829 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497046697000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 821.43
Current children cumulated vsize (KiB) 9625040

[startup+820.201 s]
/proc/loadavg: 2.02 2.05 2.01 3/214 15000
/proc/meminfo: memFree=30940952/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9625040 CPUtime=821.63 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 18593 0 1 0 82141 22 0 0 20 0 19 0 10629812 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2406260 54059 2271 9 0 2396937 0
[pid=14765/tid=14767] ppid=14762 vsize=9625040 CPUtime=820.15 cores=0,2,4,6
/proc/14765/task/14767/stat : 14767 (java) R 14762 14765 12722 0 -1 4202560 2498 0 1 0 81999 16 0 0 20 0 19 0 10629813 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497231134416 140497054508026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14768] ppid=14762 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14765/task/14768/stat : 14768 (java) S 14762 14765 12722 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497192634792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14769] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14769/stat : 14769 (java) S 14762 14765 12722 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497191582248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14770] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14770/stat : 14770 (java) S 14762 14765 12722 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497190529192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14771] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14771/stat : 14771 (java) S 14762 14765 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497189476648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14772] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14772/stat : 14772 (java) S 14762 14765 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497188424616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14773] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14773/stat : 14773 (java) S 14762 14765 12722 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497187372072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14774] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14774/stat : 14774 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497186319016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14775] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14775/stat : 14775 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497185266472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14776] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14776/stat : 14776 (java) S 14762 14765 12722 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497172855144 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14777] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14777/stat : 14777 (java) S 14762 14765 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497054066040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14778] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14778/stat : 14778 (java) S 14762 14765 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497053012872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14779] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14779/stat : 14779 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497051961616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14780] ppid=14762 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14765/task/14780/stat : 14780 (java) S 14762 14765 12722 0 -1 4202560 10812 0 0 0 89 2 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497050909496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14781] ppid=14762 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/14765/task/14781/stat : 14781 (java) S 14762 14765 12722 0 -1 4202560 3880 0 0 0 29 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497049856952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14782] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14782/stat : 14782 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497048804088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14783] ppid=14762 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14765/task/14783/stat : 14783 (java) S 14762 14765 12722 0 -1 4202560 48 0 0 0 12 14 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497047751752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14784] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14784/stat : 14784 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629829 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497046697000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 821.63
Current children cumulated vsize (KiB) 9625040

[startup+820.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/214 15000
/proc/meminfo: memFree=30940952/32872528 swapFree=171816/177948
[pid=14765] ppid=14762 vsize=9625040 CPUtime=821.73 cores=0,2,4,6
/proc/14765/stat : 14765 (java) S 14762 14765 12722 0 -1 4202496 18593 0 1 0 82151 22 0 0 20 0 19 0 10629812 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140736005703088 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14765/statm: 2406260 54059 2271 9 0 2396937 0
[pid=14765/tid=14767] ppid=14762 vsize=9625040 CPUtime=820.25 cores=0,2,4,6
/proc/14765/task/14767/stat : 14767 (java) R 14762 14765 12722 0 -1 4202560 2498 0 1 0 82009 16 0 0 20 0 19 0 10629813 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497231134416 140497054507839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14768] ppid=14762 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14765/task/14768/stat : 14768 (java) S 14762 14765 12722 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497192634792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14769] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14769/stat : 14769 (java) S 14762 14765 12722 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497191582248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14770] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14770/stat : 14770 (java) S 14762 14765 12722 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497190529192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14765/tid=14771] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14771/stat : 14771 (java) S 14762 14765 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497189476648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14772] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14772/stat : 14772 (java) S 14762 14765 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497188424616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14773] ppid=14762 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14765/task/14773/stat : 14773 (java) S 14762 14765 12722 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497187372072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14774] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14774/stat : 14774 (java) S 14762 14765 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497186319016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14775] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14775/stat : 14775 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629814 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497185266472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14776] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14776/stat : 14776 (java) S 14762 14765 12722 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497172855144 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14777] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14777/stat : 14777 (java) S 14762 14765 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497054066040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14778] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14778/stat : 14778 (java) S 14762 14765 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10629816 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497053012872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14779] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14779/stat : 14779 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497051961616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14780] ppid=14762 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/14765/task/14780/stat : 14780 (java) S 14762 14765 12722 0 -1 4202560 10812 0 0 0 89 2 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497050909496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14765/tid=14781] ppid=14762 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/14765/task/14781/stat : 14781 (java) S 14762 14765 12722 0 -1 4202560 3880 0 0 0 29 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497049856952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14782] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14782/stat : 14782 (java) S 14762 14765 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497048804088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14765/tid=14783] ppid=14762 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14765/task/14783/stat : 14783 (java) S 14762 14765 12722 0 -1 4202560 48 0 0 0 12 14 0 0 20 0 19 0 10629818 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497047751752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14765/tid=14784] ppid=14762 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14765/task/14784/stat : 14784 (java) S 14762 14765 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10629829 9856040960 54059 33554432000 1073741824 1073778376 140736005711952 140497046697000 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 821.73
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 820.399
CPU time (s): 822.169
CPU user time (s): 821.706
CPU system time (s): 0.462929
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 821.706
system time used= 0.462929
maximum resident set size= 216336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18627
page faults= 1
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17577
involuntary context switches= 1227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.04323 second user time and 5.9361 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 21:46:25
IDJOB=4121894
IDBENCH=110724
IDSOLVER=2546
FILE ID=node105/4121894-1467315985
RUNJOBID= node105-1467308726-12738
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-tseitin-regular-n80-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121894-1467315985/watcher-4121894-1467315985 -o /tmp/evaluation-result-4121894-1467315985/solver-4121894-1467315985 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12738 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121894-1467315985.opb

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

MD5SUM BENCH= 747c80e572cc6a02c76fe14ab4243e2c
RANDOM SEED=1637021091

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:        31124800 kB
Buffers:          146316 kB
Cached:           541036 kB
SwapCached:            0 kB
Active:           395704 kB
Inactive:         421500 kB
Active(anon):     124984 kB
Inactive(anon):     7948 kB
Active(file):     270720 kB
Inactive(file):   413552 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        320196 kB
Mapped:            22196 kB
Shmem:               204 kB
Slab:             611208 kB
SReclaimable:      55076 kB
SUnreclaim:       556132 kB
KernelStack:        1768 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node105 at 2016-06-30 22:00:05