Trace number 4121371

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 Res+CP PB16UNSAT 525.174 260.936

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n96-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM6f11a0e94ba4ebe82cc4404049f12c7c
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 benchmark33.5739
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints384
Number of constraints which are clauses384
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4121371-1467309254.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.17	c ... done. Wall clock time 0.06s.
0.11/0.17	c declared #vars     144
0.11/0.17	c #constraints  384
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.11/0.18	c 384 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.11/0.18	c 384 constraints processed.
1.44/0.56	c cleaning 2496 clauses out of 5000 with flag 20762/5000
2.24/0.76	c cleaning 0 clauses out of 5001 with flag 0/5001
2.65/0.80	c cleaning 4246 clauses out of 8504 with flag 43284/11000
3.26/1.04	c cleaning 0 clauses out of 11001 with flag 0/11001
3.90/1.24	c cleaning 5621 clauses out of 11258 with flag 59231/18000
4.19/1.39	c cleaning 0 clauses out of 18001 with flag 0/18001
5.34/1.81	c cleaning 0 clauses out of 26000 with flag 0/26000
5.64/1.91	c cleaning 6810 clauses out of 13638 with flag 77691/26001
6.67/2.32	c cleaning 0 clauses out of 35000 with flag 0/35000
6.85/2.46	c cleaning 7904 clauses out of 15828 with flag 109250/35001
7.66/2.84	c cleaning 0 clauses out of 45000 with flag 0/45000
8.26/3.12	c cleaning 8956 clauses out of 17923 with flag 144812/45000
9.06/3.52	c cleaning 0 clauses out of 56000 with flag 0/56000
10.70/4.32	c cleaning 0 clauses out of 68002 with flag 0/68002
11.12/4.53	c cleaning 9974 clauses out of 19968 with flag 171285/56001
12.70/5.32	c cleaning 0 clauses out of 81000 with flag 0/81000
13.50/5.74	c cleaning 10990 clauses out of 21994 with flag 211102/68001
14.73/6.36	c cleaning 0 clauses out of 95000 with flag 0/95000
15.92/6.91	c cleaning 11999 clauses out of 24004 with flag 254276/81001
16.72/7.35	c cleaning 0 clauses out of 110001 with flag 0/110001
17.53/7.80	c cleaning 12998 clauses out of 26004 with flag 315332/95000
20.32/9.12	c cleaning 0 clauses out of 126001 with flag 0/126001
20.32/9.16	c cleaning 13995 clauses out of 28006 with flag 371501/110000
23.57/10.74	c cleaning 0 clauses out of 143000 with flag 0/143000
23.97/10.92	c cleaning 15001 clauses out of 30012 with flag 426021/126001
26.76/12.33	c cleaning 0 clauses out of 161000 with flag 0/161000
26.76/12.35	c cleaning 16000 clauses out of 32011 with flag 493287/143001
30.56/14.23	c cleaning 16998 clauses out of 34010 with flag 569479/161000
31.16/14.56	c cleaning 0 clauses out of 180002 with flag 0/180002
34.05/15.91	c cleaning 18002 clauses out of 36013 with flag 643697/180001
35.05/16.50	c cleaning 0 clauses out of 200001 with flag 0/200001
38.65/18.22	c cleaning 19003 clauses out of 38011 with flag 727089/200001
38.85/18.30	c cleaning 0 clauses out of 221001 with flag 0/221001
41.85/19.85	c cleaning 0 clauses out of 243000 with flag 0/243000
42.44/20.14	c cleaning 20000 clauses out of 40008 with flag 817586/221001
46.04/21.98	c cleaning 21000 clauses out of 42008 with flag 916153/243001
47.04/22.48	c cleaning 0 clauses out of 266001 with flag 0/266001
51.24/24.60	c cleaning 21998 clauses out of 44008 with flag 1019990/266001
52.74/25.29	c cleaning 0 clauses out of 290001 with flag 0/290001
56.14/26.98	c cleaning 23003 clauses out of 46009 with flag 1128029/290000
57.14/27.45	c cleaning 0 clauses out of 315001 with flag 0/315001
61.74/29.77	c cleaning 0 clauses out of 341000 with flag 0/341000
63.13/30.42	c cleaning 23998 clauses out of 48007 with flag 1240451/315001
68.34/33.09	c cleaning 0 clauses out of 368002 with flag 0/368002
69.73/33.76	c cleaning 24998 clauses out of 50009 with flag 1348930/341001
76.25/37.00	c cleaning 0 clauses out of 396000 with flag 0/396000
77.46/37.55	c cleaning 25998 clauses out of 52011 with flag 1462260/368001
83.25/40.47	c cleaning 0 clauses out of 425000 with flag 0/425000
84.65/41.12	c cleaning 27001 clauses out of 54012 with flag 1580748/396000
90.46/44.01	c cleaning 0 clauses out of 455001 with flag 0/455001
94.65/46.20	c cleaning 28000 clauses out of 56011 with flag 1710170/425000
98.78/48.12	c cleaning 0 clauses out of 486001 with flag 0/486001
104.77/51.15	c cleaning 28999 clauses out of 58012 with flag 1839097/455001
107.17/52.30	c cleaning 0 clauses out of 518001 with flag 0/518001
114.37/55.98	c cleaning 30003 clauses out of 60012 with flag 1979347/486000
117.77/57.65	c cleaning 0 clauses out of 551000 with flag 0/551000
123.58/60.53	c cleaning 31000 clauses out of 62011 with flag 2114795/518002
125.87/61.66	c cleaning 0 clauses out of 585001 with flag 0/585001
133.67/65.58	c cleaning 32004 clauses out of 64010 with flag 2261840/551001
143.48/70.46	c cleaning 0 clauses out of 620001 with flag 0/620001
144.87/71.15	c cleaning 32998 clauses out of 66005 with flag 2414085/585000
155.47/76.46	c cleaning 0 clauses out of 656001 with flag 0/656001
159.27/78.32	c cleaning 33995 clauses out of 68007 with flag 2573304/620000
168.57/82.95	c cleaning 0 clauses out of 693000 with flag 0/693000
169.98/83.65	c cleaning 35001 clauses out of 70013 with flag 2733502/656001
181.19/89.26	c cleaning 36000 clauses out of 72011 with flag 2893733/693000
194.39/95.88	c cleaning 0 clauses out of 731000 with flag 0/731000
194.57/95.99	c cleaning 37003 clauses out of 74012 with flag 3065414/731001
209.37/103.33	c cleaning 37999 clauses out of 76008 with flag 3219527/770000
224.28/110.71	c cleaning 0 clauses out of 770001 with flag 0/770001
225.09/111.19	c cleaning 38999 clauses out of 78010 with flag 3384922/810001
243.08/120.17	c cleaning 40001 clauses out of 80010 with flag 3562093/851000
248.48/122.83	c cleaning 0 clauses out of 810001 with flag 0/810001
262.62/129.82	c cleaning 41004 clauses out of 82010 with flag 3741623/893001
269.22/133.16	c cleaning 0 clauses out of 851001 with flag 0/851001
288.21/142.62	c cleaning 42000 clauses out of 84006 with flag 3939475/936001
310.00/153.59	c cleaning 0 clauses out of 893002 with flag 0/893002
310.80/153.94	c cleaning 42998 clauses out of 86006 with flag 4126347/980001
336.12/166.51	c cleaning 44002 clauses out of 88007 with flag 4324101/1025000
338.32/167.67	c cleaning 0 clauses out of 936001 with flag 0/936001
361.93/179.45	c cleaning 44997 clauses out of 90006 with flag 4522931/1071001
369.52/183.26	c cleaning 0 clauses out of 980000 with flag 0/980000
387.22/192.04	c cleaning 45999 clauses out of 92009 with flag 4725393/1118001
418.03/207.49	c cleaning 47000 clauses out of 94010 with flag 4933682/1166001
428.06/212.34	c cleaning 0 clauses out of 1025000 with flag 0/1025000
447.86/222.23	c cleaning 48003 clauses out of 96009 with flag 5141644/1215000
476.94/236.77	c cleaning 49000 clauses out of 98007 with flag 5351611/1265001
481.08/238.71	c cleaning 0 clauses out of 1070999 with flag 0/1071000
506.26/251.21	c cleaning 49997 clauses out of 100006 with flag 5574626/1316000
524.86/260.56	c And the winner is solver1
524.86/260.77	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
524.86/260.77	c starts		: 926
524.86/260.77	c conflicts		: 1353931
524.86/260.77	c decisions		: 1781256
524.86/260.77	c propagations		: 7840863
524.86/260.77	c inspects		: 5778048498
524.86/260.77	c shortcuts		: 0
524.86/260.77	c learnt literals	: 0
524.86/260.77	c learnt binary clauses	: 1
524.86/260.77	c learnt ternary clauses	: 25
524.86/260.77	c learnt constraints	: 1353931
524.86/260.77	c ignored constraints	: 0
524.86/260.77	c root simplifications	: 0
524.86/260.77	c removed literals (reason simplification)	: 3931164
524.86/260.77	c reason swapping (by a shorter reason)	: 0
524.86/260.77	c Calls to reduceDB	: 47
524.86/260.77	c Number of update (reduction) of LBD	: 198521
524.86/260.77	c Imported unit clauses	: 0
524.86/260.77	c number of reductions to clauses (during analyze)	: 0
524.86/260.77	c number of learned constraints concerned by reduction	: 0
524.86/260.77	c number of learning phase by resolution	: 0
524.86/260.77	c number of learning phase by cutting planes	: 0
524.86/260.77	c speed (assignments/second)	: 30089.233154378384
524.86/260.77	c non guided choices	370
524.86/260.79	c learnt constraints type 
524.86/260.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
524.86/260.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87939
524.86/260.79	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
524.86/260.79	c starts		: 188
524.86/260.79	c conflicts		: 1114814
524.86/260.79	c decisions		: 1287556
524.86/260.79	c propagations		: 5037059
524.86/260.79	c inspects		: 2139711364
524.86/260.79	c shortcuts		: 0
524.86/260.79	c learnt literals	: 1
524.86/260.79	c learnt binary clauses	: 2
524.86/260.79	c learnt ternary clauses	: 18
524.86/260.79	c learnt constraints	: 1114812
524.86/260.79	c ignored constraints	: 0
524.86/260.79	c root simplifications	: 0
524.86/260.79	c removed literals (reason simplification)	: 0
524.86/260.79	c reason swapping (by a shorter reason)	: 0
524.86/260.79	c Calls to reduceDB	: 42
524.86/260.79	c Number of update (reduction) of LBD	: 0
524.86/260.79	c Imported unit clauses	: 0
524.86/260.79	c number of reductions to clauses (during analyze)	: 0
524.86/260.79	c number of learned constraints concerned by reduction	: 0
524.86/260.79	c number of learning phase by resolution	: 0
524.86/260.79	c number of learning phase by cutting planes	: 0
524.86/260.79	c speed (assignments/second)	: 19327.734994033297
524.86/260.79	c non guided choices	283
525.03/260.92	c learnt constraints type 
525.03/260.92	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1114810
525.03/260.92	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
525.03/260.92	s UNSATISFIABLE
525.03/260.92	c Total wall clock time (in seconds): 260.812

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-4121371-1467309254/watcher-4121371-1467309254 -o /tmp/evaluation-result-4121371-1467309254/solver-4121371-1467309254 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31409 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4121371-1467309254.opb 

pid=909
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: 4.24 3.61 2.64 5/197 912
/proc/meminfo: memFree=29633152/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/912/stat : 912 (java) D 909 912 31393 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 20954032 9515008 186 33554432000 1073741824 1073778376 140737422791696 140737422780760 248781040935 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2323 186 143 9 0 71 0
[pid=912/tid=913] ppid=909 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) R 909 912 31393 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 20954033 94019584 913 33554432000 1073741824 1073778376 140737422791696 140737422780760 248790204245 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 4.24 3.61 2.64 5/197 912
/proc/meminfo: memFree=29633152/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 20954032 9787879424 5606 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2389619 5606 2138 9 0 2380296 0
[pid=912/tid=913] ppid=909 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) R 909 912 31393 0 -1 4202560 2444 0 1 0 7 0 0 0 20 0 18 0 20954033 9787879424 5609 33554432000 1073741824 1073778376 140737422791696 140165327883168 140165335075719 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200297 s]
/proc/loadavg: 4.24 3.61 2.64 5/197 912
/proc/meminfo: memFree=29633152/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 4810 0 1 0 25 1 0 0 20 0 22 0 20954032 10060525568 7415 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2456183 7415 2218 9 0 2446860 0
[pid=912/tid=913] ppid=909 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) S 909 912 31393 0 -1 4202560 2475 0 1 0 15 0 0 0 20 0 22 0 20954033 10060525568 7415 33554432000 1073741824 1073778376 140737422791696 140165327885176 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300243 s]
/proc/loadavg: 4.24 3.61 2.64 5/197 912
/proc/meminfo: memFree=29633152/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9825116 CPUtime=0.65 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 7446 0 1 0 63 2 0 0 20 0 22 0 20954032 10060918784 9298 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2456279 9298 2246 9 0 2446956 0
[pid=912/tid=913] ppid=909 vsize=9825116 CPUtime=0.15 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) S 909 912 31393 0 -1 4202560 2475 0 1 0 15 0 0 0 20 0 22 0 20954033 10060918784 9298 33554432000 1073741824 1073778376 140737422791696 140165327885176 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9825116

[startup+0.700227 s]
/proc/loadavg: 4.24 3.61 2.64 5/197 912
/proc/meminfo: memFree=29633152/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 24523 0 1 0 220 4 0 0 20 0 22 0 20954032 10060525568 32434 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2456183 32434 2260 9 0 2446860 0
[pid=912/tid=913] ppid=909 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) S 909 912 31393 0 -1 4202560 2475 0 1 0 15 0 0 0 20 0 22 0 20954033 10060525568 32434 33554432000 1073741824 1073778376 140737422791696 140165327885176 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.5009 s]
/proc/loadavg: 4.24 3.61 2.64 7/219 934
/proc/meminfo: memFree=29449708/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 29838 0 1 0 466 7 0 0 20 0 22 0 20954032 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2456183 48302 2275 9 0 2446860 0
[pid=912/tid=913] ppid=909 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) S 909 912 31393 0 -1 4202560 2475 0 1 0 15 0 0 0 20 0 22 0 20954033 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165327885176 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=912/tid=915] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/915/stat : 915 (java) S 909 912 31393 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165171866664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=916] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/916/stat : 916 (java) S 909 912 31393 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165170813864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=917] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/917/stat : 917 (java) S 909 912 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165169761064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=912/tid=918] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/918/stat : 918 (java) S 909 912 31393 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165168708264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=919] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/919/stat : 919 (java) S 909 912 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165167655464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=920] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/920/stat : 920 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165166602664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=921] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/921/stat : 921 (java) S 909 912 31393 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165165549864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=912/tid=922] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/922/stat : 922 (java) S 909 912 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165164497064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=923] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/923/stat : 923 (java) S 909 912 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20954034 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165152087016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=924] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/924/stat : 924 (java) S 909 912 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20954035 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165151033080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=925] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/925/stat : 925 (java) S 909 912 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20954035 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165149980168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=926] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/926/stat : 926 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165148928656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=927] ppid=909 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/912/task/927/stat : 927 (java) S 909 912 31393 0 -1 4202560 10881 0 0 0 82 1 0 0 20 0 22 0 20954037 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165147875768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=928] ppid=909 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/912/task/928/stat : 928 (java) S 909 912 31393 0 -1 4202560 15059 0 0 0 107 2 0 0 20 0 22 0 20954037 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165146822968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=929] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/929/stat : 929 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165145770360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=930] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/930/stat : 930 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165144717768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=931] ppid=909 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/912/task/931/stat : 931 (java) R 909 912 31393 0 -1 4202560 22 0 0 0 129 0 0 0 20 0 22 0 20954050 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165143661976 140165200055343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=912/tid=932] ppid=909 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/912/task/932/stat : 932 (java) R 909 912 31393 0 -1 4202560 89 0 0 0 124 2 0 0 20 0 22 0 20954050 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165142609632 140165200249529 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=912/tid=933] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/933/stat : 933 (java) S 909 912 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20954050 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165141558696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=934] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/934/stat : 934 (java) S 909 912 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20954050 10060525568 48302 33554432000 1073741824 1073778376 140737422791696 140165140505896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.22 3.61 2.65 5/219 934
/proc/meminfo: memFree=29442208/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9824732 CPUtime=8.26 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 34156 0 1 0 818 8 0 0 20 0 22 0 20954032 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2456183 51984 2275 9 0 2446860 0
[pid=912/tid=913] ppid=909 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) S 909 912 31393 0 -1 4202560 2475 0 1 0 15 0 0 0 20 0 22 0 20954033 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165327885176 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=912/tid=915] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/915/stat : 915 (java) S 909 912 31393 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165171866664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=916] ppid=909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/912/task/916/stat : 916 (java) S 909 912 31393 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 20954033 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165170813864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=917] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/917/stat : 917 (java) S 909 912 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165169761064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=912/tid=918] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/918/stat : 918 (java) S 909 912 31393 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165168708264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=919] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/919/stat : 919 (java) S 909 912 31393 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165167655464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=920] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/920/stat : 920 (java) S 909 912 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165166602664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=921] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/921/stat : 921 (java) S 909 912 31393 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165165549864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=912/tid=922] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/922/stat : 922 (java) S 909 912 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20954033 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165164497064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=923] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/923/stat : 923 (java) S 909 912 31393 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 20954034 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165152087016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=924] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/924/stat : 924 (java) S 909 912 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20954035 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165151033080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=925] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/925/stat : 925 (java) S 909 912 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20954035 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165149980168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=926] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/926/stat : 926 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165148928656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=927] ppid=909 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/912/task/927/stat : 927 (java) S 909 912 31393 0 -1 4202560 10881 0 0 0 82 1 0 0 20 0 22 0 20954037 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165147875768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=928] ppid=909 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/912/task/928/stat : 928 (java) S 909 912 31393 0 -1 4202560 19291 0 0 0 139 3 0 0 20 0 22 0 20954037 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165146822968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=929] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/929/stat : 929 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165145770360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=930] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/930/stat : 930 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165144717768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=931] ppid=909 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/912/task/931/stat : 931 (java) R 909 912 31393 0 -1 4202560 22 0 0 0 285 0 0 0 20 0 22 0 20954050 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165143661824 140165200155580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=912/tid=932] ppid=909 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/912/task/932/stat : 932 (java) R 909 912 31393 0 -1 4202560 91 0 0 0 281 2 0 0 20 0 22 0 20954050 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165142602096 140165200155376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=912/tid=933] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/933/stat : 933 (java) S 909 912 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20954050 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165141558696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=934] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/934/stat : 934 (java) S 909 912 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20954050 10060525568 51984 33554432000 1073741824 1073778376 140737422791696 140165140505896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.22 3.61 2.65 5/219 934
/proc/meminfo: memFree=29296936/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9824732 CPUtime=14.73 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 34631 0 1 0 1458 15 0 0 20 0 22 0 20954032 10060525568 88959 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2456183 88959 2275 9 0 2446860 0
[pid=912/tid=913] ppid=909 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) S 909 912 31393 0 -1 4202560 2475 0 1 0 15 0 0 0 20 0 22 0 20954033 10060525568 88959 33554432000 1073741824 1073778376 140737422791696 140165327885176 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=912/tid=915] ppid=909 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/912/task/915/stat : 915 (java) S 909 912 31393 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 22 0 20954033 10060525568 88959 33554432000 1073741824 1073778376 140737422791696 140165171866664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=916] ppid=909 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/912/task/916/stat : 916 (java) S 909 912 31393 0 -1 4202560 65 0 0 0 2 2 0 0 20 0 22 0 20954033 10060525568 88959 33554432000 1073741824 1073778376 140737422791696 140165170813864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=917] ppid=909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/912/task/917/stat : 917 (java) S 909 912 31393 0 -1 4202560 63 0 0 0 1 0 0 0 20 0 22 0 20954033 10060525568 88959 33554432000 1073741824 1073778376 140737422791696 140165169761064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=912/tid=918] ppid=909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/912/task/918/stat : 918 (java) S 909 912 31393 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 20954033 10060525568 88959 33554432000 1073741824 1073778376 140737422791696 140165168708264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=919] ppid=909 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/912/task/919/stat : 919 (java) S 909 912 31393 0 -1 4202560 72 0 0 0 2 0 0 0 20 0 22 0 20954033 10060525568 88959 33554432000 1073741824 1073778376 140737422791696 140165167655464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=920] ppid=909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/912/task/920/stat : 920 (java) S 909 912 31393 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 20954033 10060525568 88959 33554432000 1073741824 1073778376 140737422791696 140165166602664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=921] ppid=909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/912/task/921/stat : 921 (java) S 909 912 31393 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 20954033 10060525568 88959 33554432000 1073741824 1073778376 140737422791696 140165165549864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=912/tid=922] ppid=909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6

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

/proc/912/task/925/stat : 925 (java) S 909 912 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20954035 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165149980168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=926] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/926/stat : 926 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165148928656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=927] ppid=909 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/912/task/927/stat : 927 (java) S 909 912 31393 0 -1 4202560 10887 0 0 0 91 2 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165147875768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=928] ppid=909 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/912/task/928/stat : 928 (java) S 909 912 31393 0 -1 4202560 21487 0 0 0 190 3 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165146822968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=929] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/929/stat : 929 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165145770360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=930] ppid=909 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/912/task/930/stat : 930 (java) S 909 912 31393 0 -1 4202560 15 0 0 0 4 4 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165144717768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=931] ppid=909 vsize=9824732 CPUtime=258.29 cores=0,2,4,6
/proc/912/task/931/stat : 931 (java) R 909 912 31393 0 -1 4202560 45 0 0 0 25826 3 0 0 20 0 22 0 20954050 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165143663544 140165200155585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=912/tid=932] ppid=909 vsize=9824732 CPUtime=258.19 cores=0,2,4,6
/proc/912/task/932/stat : 932 (java) R 909 912 31393 0 -1 4202560 775 0 0 0 25801 18 0 0 20 0 22 0 20954050 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165142611112 140165200155580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=912/tid=933] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/933/stat : 933 (java) S 909 912 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20954050 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165141558696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=934] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/934/stat : 934 (java) S 909 912 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20954050 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165140505896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 523.86
Current children cumulated vsize (KiB) 9824732

[startup+260.401 s]
/proc/loadavg: 4.24 4.00 3.04 6/219 1078
/proc/meminfo: memFree=26725108/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9824732 CPUtime=524.66 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 40041 0 1 0 52394 72 0 0 20 0 22 0 20954032 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2456183 360675 2276 9 0 2446860 0
[pid=912/tid=913] ppid=909 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) S 909 912 31393 0 -1 4202560 2480 0 1 0 16 0 0 0 20 0 22 0 20954033 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165327885176 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=915] ppid=909 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/912/task/915/stat : 915 (java) S 909 912 31393 0 -1 4202560 379 0 0 0 33 6 0 0 20 0 22 0 20954033 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165171866664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=916] ppid=909 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/912/task/916/stat : 916 (java) S 909 912 31393 0 -1 4202560 305 0 0 0 26 6 0 0 20 0 22 0 20954033 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165170813864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=917] ppid=909 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/912/task/917/stat : 917 (java) S 909 912 31393 0 -1 4202560 205 0 0 0 24 5 0 0 20 0 22 0 20954033 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165169761064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=918] ppid=909 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/912/task/918/stat : 918 (java) S 909 912 31393 0 -1 4202560 275 0 0 0 30 7 0 0 20 0 22 0 20954033 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165168708264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=919] ppid=909 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/912/task/919/stat : 919 (java) S 909 912 31393 0 -1 4202560 236 0 0 0 28 5 0 0 20 0 22 0 20954033 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165167655464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=920] ppid=909 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/912/task/920/stat : 920 (java) S 909 912 31393 0 -1 4202560 279 0 0 0 34 6 0 0 20 0 22 0 20954033 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165166602664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=921] ppid=909 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/912/task/921/stat : 921 (java) S 909 912 31393 0 -1 4202560 373 0 0 0 33 6 0 0 20 0 22 0 20954033 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165165549864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=922] ppid=909 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/912/task/922/stat : 922 (java) S 909 912 31393 0 -1 4202560 266 0 0 0 27 6 0 0 20 0 22 0 20954033 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165164497064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=923] ppid=909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/912/task/923/stat : 923 (java) S 909 912 31393 0 -1 4202560 770 0 0 0 1 0 0 0 20 0 22 0 20954034 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165152087016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=924] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/924/stat : 924 (java) S 909 912 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 20954035 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165151033080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=925] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/925/stat : 925 (java) S 909 912 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 20954035 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165149980168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=926] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/926/stat : 926 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165148928656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=927] ppid=909 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/912/task/927/stat : 927 (java) S 909 912 31393 0 -1 4202560 10887 0 0 0 91 2 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165147875768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=928] ppid=909 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/912/task/928/stat : 928 (java) S 909 912 31393 0 -1 4202560 21487 0 0 0 190 3 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165146822968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=929] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/929/stat : 929 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165145770360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=930] ppid=909 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/912/task/930/stat : 930 (java) S 909 912 31393 0 -1 4202560 15 0 0 0 4 4 0 0 20 0 22 0 20954037 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165144717768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=931] ppid=909 vsize=9824732 CPUtime=258.69 cores=0,2,4,6
/proc/912/task/931/stat : 931 (java) R 909 912 31393 0 -1 4202560 45 0 0 0 25866 3 0 0 20 0 22 0 20954050 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165143663544 140165200155580 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=912/tid=932] ppid=909 vsize=9824732 CPUtime=258.59 cores=0,2,4,6
/proc/912/task/932/stat : 932 (java) R 909 912 31393 0 -1 4202560 775 0 0 0 25841 18 0 0 20 0 22 0 20954050 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165142611112 140165200175225 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=912/tid=933] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/933/stat : 933 (java) S 909 912 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20954050 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165141558696 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=934] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/934/stat : 934 (java) S 909 912 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 20954050 10060525568 360675 33554432000 1073741824 1073778376 140737422791696 140165140505896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 524.66
Current children cumulated vsize (KiB) 9824732

[startup+260.808 s]
/proc/loadavg: 4.24 4.00 3.04 4/216 1078
/proc/meminfo: memFree=26725108/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9824732 CPUtime=523.79 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 40055 0 1 0 52301 78 0 0 20 0 19 0 20954032 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2456183 360673 2287 9 0 2446860 0
[pid=912/tid=913] ppid=909 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) S 909 912 31393 0 -1 4202560 2480 0 1 0 16 1 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165327885016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=915] ppid=909 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/912/task/915/stat : 915 (java) S 909 912 31393 0 -1 4202560 379 0 0 0 33 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165171866664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=916] ppid=909 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/912/task/916/stat : 916 (java) S 909 912 31393 0 -1 4202560 305 0 0 0 26 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165170813864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=917] ppid=909 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/912/task/917/stat : 917 (java) S 909 912 31393 0 -1 4202560 205 0 0 0 24 5 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165169761064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=918] ppid=909 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/912/task/918/stat : 918 (java) S 909 912 31393 0 -1 4202560 275 0 0 0 30 7 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165168708264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=919] ppid=909 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/912/task/919/stat : 919 (java) S 909 912 31393 0 -1 4202560 236 0 0 0 28 5 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165167655464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=920] ppid=909 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/912/task/920/stat : 920 (java) S 909 912 31393 0 -1 4202560 279 0 0 0 34 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165166602664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=921] ppid=909 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/912/task/921/stat : 921 (java) S 909 912 31393 0 -1 4202560 373 0 0 0 33 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165165549864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=922] ppid=909 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/912/task/922/stat : 922 (java) S 909 912 31393 0 -1 4202560 266 0 0 0 27 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165164497064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=923] ppid=909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/912/task/923/stat : 923 (java) S 909 912 31393 0 -1 4202560 770 0 0 0 1 0 0 0 20 0 19 0 20954034 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165152087016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=924] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/924/stat : 924 (java) S 909 912 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 20954035 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165151033080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=925] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/925/stat : 925 (java) S 909 912 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 20954035 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165149980168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=926] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/926/stat : 926 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165148928656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=927] ppid=909 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/912/task/927/stat : 927 (java) R 909 912 31393 0 -1 4202560 10894 0 0 0 94 2 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165147875648 140165334858604 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=912/tid=928] ppid=909 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/912/task/928/stat : 928 (java) S 909 912 31393 0 -1 4202560 21490 0 0 0 190 3 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165146822968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=929] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/929/stat : 929 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165145770360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=930] ppid=909 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/912/task/930/stat : 930 (java) S 909 912 31393 0 -1 4202560 15 0 0 0 4 4 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165144717768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 523.79
Current children cumulated vsize (KiB) 9824732

[startup+260.901 s]
/proc/loadavg: 4.24 4.00 3.04 4/216 1078
/proc/meminfo: memFree=26725108/32872528 swapFree=1394584/1580588
[pid=912] ppid=909 vsize=9824732 CPUtime=523.9 cores=0,2,4,6
/proc/912/stat : 912 (java) S 909 912 31393 0 -1 4202496 40055 0 1 0 52312 78 0 0 20 0 19 0 20954032 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140737422782832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/912/statm: 2456183 360673 2287 9 0 2446860 0
[pid=912/tid=913] ppid=909 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/912/task/913/stat : 913 (java) S 909 912 31393 0 -1 4202560 2480 0 1 0 16 1 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165327885016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=915] ppid=909 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/912/task/915/stat : 915 (java) S 909 912 31393 0 -1 4202560 379 0 0 0 33 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165171866664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=916] ppid=909 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/912/task/916/stat : 916 (java) S 909 912 31393 0 -1 4202560 305 0 0 0 26 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165170813864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=917] ppid=909 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/912/task/917/stat : 917 (java) S 909 912 31393 0 -1 4202560 205 0 0 0 24 5 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165169761064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=918] ppid=909 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/912/task/918/stat : 918 (java) S 909 912 31393 0 -1 4202560 275 0 0 0 30 7 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165168708264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=919] ppid=909 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/912/task/919/stat : 919 (java) S 909 912 31393 0 -1 4202560 236 0 0 0 28 5 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165167655464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=920] ppid=909 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/912/task/920/stat : 920 (java) S 909 912 31393 0 -1 4202560 279 0 0 0 34 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165166602664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=921] ppid=909 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/912/task/921/stat : 921 (java) S 909 912 31393 0 -1 4202560 373 0 0 0 33 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165165549864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=922] ppid=909 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/912/task/922/stat : 922 (java) S 909 912 31393 0 -1 4202560 266 0 0 0 27 6 0 0 20 0 19 0 20954033 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165164497064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=912/tid=923] ppid=909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/912/task/923/stat : 923 (java) S 909 912 31393 0 -1 4202560 770 0 0 0 1 0 0 0 20 0 19 0 20954034 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165152087016 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=924] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/924/stat : 924 (java) S 909 912 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 20954035 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165151033080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=925] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/925/stat : 925 (java) S 909 912 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 20954035 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165149980168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=926] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/926/stat : 926 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165148928656 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=927] ppid=909 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/912/task/927/stat : 927 (java) S 909 912 31393 0 -1 4202560 10894 0 0 0 96 2 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165147875768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=912/tid=928] ppid=909 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/912/task/928/stat : 928 (java) S 909 912 31393 0 -1 4202560 21490 0 0 0 190 3 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165146822968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=929] ppid=909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/912/task/929/stat : 929 (java) S 909 912 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165145770360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=912/tid=930] ppid=909 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/912/task/930/stat : 930 (java) S 909 912 31393 0 -1 4202560 15 0 0 0 4 4 0 0 20 0 19 0 20954037 10060525568 360673 33554432000 1073741824 1073778376 140737422791696 140165144717768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 523.9
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.13
#  lost CPU user time (s): 1.20001
#  lost CPU system time (s): -0.07

Real time (s): 260.936
CPU time (s): 525.174
CPU user time (s): 524.302
CPU system time (s): 0.872856
CPU usage (%): 201.266
Max. virtual memory (cumulated for all children) (KiB): 9825116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 523.101
system time used= 0.942856
maximum resident set size= 1465852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40063
page faults= 1
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6910
involuntary context switches= 6689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44678 second user time and 2.36464 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 19:54:14
IDJOB=4121371
IDBENCH=110448
IDSOLVER=2543
FILE ID=node139/4121371-1467309254
RUNJOBID= node139-1467308838-31409
PBS_JOBID= 20005284
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n96-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121371-1467309254/watcher-4121371-1467309254 -o /tmp/evaluation-result-4121371-1467309254/solver-4121371-1467309254 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467308838-31409 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121371-1467309254.opb

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

MD5SUM BENCH= 6f11a0e94ba4ebe82cc4404049f12c7c
RANDOM SEED=229599177

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29633160 kB
Buffers:          177156 kB
Cached:           337228 kB
SwapCached:         3804 kB
Active:           632276 kB
Inactive:         281836 kB
Active(anon):     398184 kB
Inactive(anon):     3900 kB
Active(file):     234092 kB
Inactive(file):   277936 kB
Unevictable:     1580588 kB
Mlocked:         1394584 kB
SwapTotal:      67108856 kB
SwapFree:       67097620 kB
Dirty:               956 kB
Writeback:             0 kB
AnonPages:       2000152 kB
Mapped:            15956 kB
Shmem:                 0 kB
Slab:             603880 kB
SReclaimable:      47340 kB
SUnreclaim:       556540 kB
KernelStack:        1784 kB
PageTables:         8312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2444312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 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= 71708 MiB
End job on node139 at 2016-06-30 19:58:36