Trace number 4122606

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 871.155 869.378

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n27-d4-i3.cnf.gz-extracted.pb.metafix.opb
MD5SUMf4af71148b4f085531f880549cf1a906
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109
Total number of constraints108
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4122606-1467317207.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.023s.
0.09/0.14	c declared #vars     109
0.09/0.14	c #constraints  108
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 108
0.09/0.14	c 108 constraints processed.
0.64/0.47	c cleaning 2498 clauses out of 5001 with flag 36147/5001
1.04/0.76	c cleaning 4246 clauses out of 8502 with flag 80718/11000
1.58/1.21	c cleaning 5626 clauses out of 11258 with flag 144278/18002
2.18/1.84	c cleaning 6810 clauses out of 13630 with flag 216989/26000
2.99/2.65	c cleaning 7904 clauses out of 15820 with flag 298385/35000
3.99/3.65	c cleaning 8949 clauses out of 17917 with flag 379533/45001
5.09/4.77	c cleaning 9981 clauses out of 19968 with flag 468785/56001
6.39/6.05	c cleaning 10984 clauses out of 21986 with flag 554452/68000
7.89/7.52	c cleaning 11998 clauses out of 24003 with flag 648405/81001
9.49/9.18	c cleaning 12994 clauses out of 26004 with flag 745370/95000
11.50/11.12	c cleaning 13998 clauses out of 28011 with flag 842569/110001
13.49/13.12	c cleaning 14999 clauses out of 30013 with flag 949979/126001
15.90/15.57	c cleaning 15997 clauses out of 32014 with flag 1066820/143001
18.59/18.28	c cleaning 17001 clauses out of 34018 with flag 1195961/161002
21.59/21.23	c cleaning 17999 clauses out of 36015 with flag 1333029/180000
24.60/24.25	c cleaning 19001 clauses out of 38017 with flag 1473663/200001
28.09/27.72	c cleaning 20001 clauses out of 40017 with flag 1606607/221002
32.09/31.70	c cleaning 21000 clauses out of 42014 with flag 1752298/243000
36.09/35.72	c cleaning 22000 clauses out of 44015 with flag 1897044/266001
40.39/40.08	c cleaning 23002 clauses out of 46014 with flag 2055151/290000
45.29/44.96	c cleaning 23999 clauses out of 48013 with flag 2219912/315001
50.49/50.17	c cleaning 25001 clauses out of 50013 with flag 2390300/341000
56.10/55.72	c cleaning 26004 clauses out of 52014 with flag 2563731/368002
62.00/61.66	c cleaning 26995 clauses out of 54008 with flag 2731160/396000
68.70/68.34	c cleaning 28005 clauses out of 56016 with flag 2903463/425003
76.60/76.28	c cleaning 28993 clauses out of 58008 with flag 3087834/455000
83.89/83.56	c cleaning 29998 clauses out of 60015 with flag 3277979/486000
92.00/91.66	c cleaning 31005 clauses out of 62018 with flag 3473876/518001
100.51/100.13	c cleaning 32001 clauses out of 64012 with flag 3681890/551000
109.80/109.42	c cleaning 33001 clauses out of 66013 with flag 3883821/585002
119.70/119.39	c cleaning 33996 clauses out of 68011 with flag 4090451/620001
129.90/129.51	c cleaning 35003 clauses out of 70014 with flag 4299819/656000
140.31/139.98	c cleaning 35993 clauses out of 72012 with flag 4515192/693001
151.21/150.81	c cleaning 37002 clauses out of 74018 with flag 4744894/731000
162.80/162.44	c cleaning 38007 clauses out of 76016 with flag 4983105/770000
175.42/175.04	c cleaning 39000 clauses out of 78010 with flag 5216127/810001
188.61/188.23	c cleaning 40000 clauses out of 80011 with flag 5454410/851002
202.31/201.97	c cleaning 40996 clauses out of 82009 with flag 5698477/893000
217.40/217.03	c cleaning 42000 clauses out of 84016 with flag 5940231/936003
233.91/233.54	c cleaning 43002 clauses out of 86014 with flag 6191879/980001
250.71/250.38	c cleaning 43999 clauses out of 88011 with flag 6441209/1025000
265.85/265.45	c cleaning 44996 clauses out of 90013 with flag 6705929/1071001
282.96/282.55	c cleaning 46003 clauses out of 92016 with flag 6969652/1118000
300.56/300.10	c cleaning 46999 clauses out of 94016 with flag 7260262/1166003
319.26/318.82	c cleaning 48002 clauses out of 96016 with flag 7537169/1215002
339.27/338.83	c cleaning 49005 clauses out of 98014 with flag 7817323/1265002
358.37/357.96	c cleaning 49999 clauses out of 100007 with flag 8095260/1316000
378.36/377.95	c cleaning 51000 clauses out of 102008 with flag 8378672/1368000
400.57/400.19	c cleaning 52004 clauses out of 104009 with flag 8670190/1421001
422.75/421.86	c cleaning 52996 clauses out of 106004 with flag 8963760/1475000
446.22/445.12	c cleaning 53995 clauses out of 108009 with flag 9274549/1530001
469.53/468.43	c cleaning 55000 clauses out of 110013 with flag 9596504/1586000
493.35/492.28	c cleaning 55999 clauses out of 112014 with flag 9920104/1643001
519.16/518.04	c cleaning 56998 clauses out of 114016 with flag 10259116/1701002
546.16/545.06	c cleaning 57997 clauses out of 116016 with flag 10594215/1760000
573.37/572.25	c cleaning 59006 clauses out of 118020 with flag 10917906/1820001
601.88/600.78	c cleaning 60002 clauses out of 120013 with flag 11240964/1881000
630.67/629.54	c cleaning 60999 clauses out of 122012 with flag 11576614/1943001
660.68/659.60	c cleaning 61995 clauses out of 124014 with flag 11931591/2006002
691.11/689.99	c cleaning 63004 clauses out of 126019 with flag 12271250/2070002
723.79/722.56	c cleaning 64001 clauses out of 128014 with flag 12649180/2135001
754.39/753.19	c cleaning 65001 clauses out of 130013 with flag 13033720/2201001
787.49/786.16	c cleaning 65999 clauses out of 132010 with flag 13393879/2268000
822.99/821.67	c cleaning 67001 clauses out of 134011 with flag 13749795/2336001
858.69/857.33	c cleaning 68001 clauses out of 136009 with flag 14119501/2405001
870.70/869.34	c starts		: 602
870.70/869.34	c conflicts		: 2435447
870.70/869.34	c decisions		: 3071746
870.70/869.34	c propagations		: 35817546
870.70/869.34	c inspects		: 21224983519
870.70/869.34	c shortcuts		: 0
870.70/869.34	c learnt literals	: 13
870.70/869.34	c learnt binary clauses	: 18
870.70/869.34	c learnt ternary clauses	: 27
870.70/869.34	c learnt constraints	: 2435433
870.70/869.34	c ignored constraints	: 0
870.70/869.34	c root simplifications	: 0
870.70/869.34	c removed literals (reason simplification)	: 0
870.70/869.34	c reason swapping (by a shorter reason)	: 0
870.70/869.34	c Calls to reduceDB	: 65
870.70/869.34	c Number of update (reduction) of LBD	: 674159
870.70/869.34	c Imported unit clauses	: 0
870.70/869.34	c number of reductions to clauses (during analyze)	: 0
870.70/869.34	c number of learned constraints concerned by reduction	: 0
870.70/869.34	c number of learning phase by resolution	: 0
870.70/869.34	c number of learning phase by cutting planes	: 0
870.70/869.34	c speed (assignments/second)	: 41207.627269767385
870.70/869.34	c non guided choices	33
870.70/869.37	c learnt constraints type 
870.70/869.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
870.70/869.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98425
870.70/869.37	s UNSATISFIABLE
870.70/869.37	c Total wall clock time (in seconds): 869.249

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-4122606-1467317207/watcher-4122606-1467317207 -o /tmp/evaluation-result-4122606-1467317207/solver-4122606-1467317207 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122606-1467317207.opb 

pid=22426
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.00 2.00 2.00 3/194 22429
/proc/meminfo: memFree=28670788/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/22429/stat : 22429 (java) R 22426 22429 19879 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 12616798 9445376 95 33554432000 1073741824 1073778376 140735861559456 140735861556584 218225480123 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2306 98 76 9 0 38 0

[startup+0.100058 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 22429
/proc/meminfo: memFree=28670788/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 12616798 9787879424 6018 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 22429
/proc/meminfo: memFree=28670788/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 6497 0 1 0 26 2 0 0 20 0 19 0 12616798 9856040960 7579 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2406260 7586 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300279 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 22429
/proc/meminfo: memFree=28670788/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 7347 0 1 0 50 2 0 0 20 0 19 0 12616798 9856040960 7811 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2406260 7811 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700186 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 22429
/proc/meminfo: memFree=28670788/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 8784 0 1 0 102 2 0 0 20 0 19 0 12616798 9856040960 8739 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2406260 8739 2237 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22448
/proc/meminfo: memFree=28643760/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 8789 0 1 0 186 2 0 0 20 0 19 0 12616798 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2406260 9254 2240 9 0 2396937 0
[pid=22429/tid=22431] ppid=22426 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/22429/task/22431/stat : 22431 (java) R 22426 22429 19879 0 -1 4202560 2399 0 1 0 145 1 0 0 20 0 19 0 12616799 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408635608784 140408470805748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22432] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22432/stat : 22432 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408597109160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22433] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22433/stat : 22433 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408596056616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22434] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22434/stat : 22434 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408595003560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22435] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22435/stat : 22435 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408593951016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22436] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22436/stat : 22436 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408592898984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22437] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22437/stat : 22437 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408591846440 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22438] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22438/stat : 22438 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408590793384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22439] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22439/stat : 22439 (java) S 22426 22429 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408589740840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22440] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22440/stat : 22440 (java) S 22426 22429 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408459221352 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22441] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22441/stat : 22441 (java) S 22426 22429 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408458167672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22442] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22442/stat : 22442 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408457114504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22443] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22443/stat : 22443 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408456063248 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22444] ppid=22426 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22429/task/22444/stat : 22444 (java) S 22426 22429 19879 0 -1 4202560 1835 0 0 0 14 0 0 0 20 0 19 0 12616805 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140408455011128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22445] ppid=22426 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22429/task/22445/stat : 22445 (java) S 22426 22429 19879 0 -1 4202560 3285 0 0 0 23 0 0 0 20 0 19 0 12616805 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140407581174712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22446] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22446/stat : 22446 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140407580121848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22447] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22447/stat : 22447 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140407579069512 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22448] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22448/stat : 22448 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616813 9856040960 9254 33554432000 1073741824 1073778376 140735861559456 140407578014760 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22448
/proc/meminfo: memFree=28639168/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 8791 0 1 0 347 2 0 0 20 0 19 0 12616798 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2406260 9766 2240 9 0 2396937 0
[pid=22429/tid=22431] ppid=22426 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/22429/task/22431/stat : 22431 (java) R 22426 22429 19879 0 -1 4202560 2401 0 1 0 305 1 0 0 20 0 19 0 12616799 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408635608784 140408470805339 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22432] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22432/stat : 22432 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408597109160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22433] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22433/stat : 22433 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408596056616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22434] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22434/stat : 22434 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408595003560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22435] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22435/stat : 22435 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408593951016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22436] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22436/stat : 22436 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408592898984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22437] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22437/stat : 22437 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408591846440 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22438] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22438/stat : 22438 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408590793384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22439] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22439/stat : 22439 (java) S 22426 22429 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408589740840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22440] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22440/stat : 22440 (java) S 22426 22429 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408459221352 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22441] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22441/stat : 22441 (java) S 22426 22429 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408458167672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22442] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22442/stat : 22442 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408457114504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22443] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22443/stat : 22443 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408456063248 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22444] ppid=22426 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22429/task/22444/stat : 22444 (java) S 22426 22429 19879 0 -1 4202560 1835 0 0 0 14 0 0 0 20 0 19 0 12616805 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140408455011128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22445] ppid=22426 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22429/task/22445/stat : 22445 (java) S 22426 22429 19879 0 -1 4202560 3285 0 0 0 24 0 0 0 20 0 19 0 12616805 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140407581174712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22446] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22446/stat : 22446 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140407580121848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22447] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22447/stat : 22447 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140407579069512 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22448] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22448/stat : 22448 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616813 9856040960 9766 33554432000 1073741824 1073778376 140735861559456 140407578014760 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22448
/proc/meminfo: memFree=28635204/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 8795 0 1 0 667 2 0 0 20 0 19 0 12616798 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2406260 10783 2241 9 0 2396937 0
[pid=22429/tid=22431] ppid=22426 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/22429/task/22431/stat : 22431 (java) R 22426 22429 19879 0 -1 4202560 2404 0 1 0 625 1 0 0 20 0 19 0 12616799 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408635608784 140408470805339 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22432] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22432/stat : 22432 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408597109160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22433] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22433/stat : 22433 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408596056616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22434] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22434/stat : 22434 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408595003560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22435] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22435/stat : 22435 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408593951016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22436] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22436/stat : 22436 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408592898984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22437] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22437/stat : 22437 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408591846440 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22438] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22438/stat : 22438 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408590793384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22439] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22439/stat : 22439 (java) S 22426 22429 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408589740840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22440] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22440/stat : 22440 (java) S 22426 22429 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408459221352 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22441] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22441/stat : 22441 (java) S 22426 22429 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408458167672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22442] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22442/stat : 22442 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408457114504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22443] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22443/stat : 22443 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408456063248 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22444] ppid=22426 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22429/task/22444/stat : 22444 (java) S 22426 22429 19879 0 -1 4202560 1835 0 0 0 14 0 0 0 20 0 19 0 12616805 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140408455011128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22445] ppid=22426 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22429/task/22445/stat : 22445 (java) S 22426 22429 19879 0 -1 4202560 3285 0 0 0 24 0 0 0 20 0 19 0 12616805 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140407581174712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22446] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22446/stat : 22446 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140407580121848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22447] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22447/stat : 22447 (java) S 22426 22429 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140407579069512 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22448] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22448/stat : 22448 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616813 9856040960 10783 33554432000 1073741824 1073778376 140735861559456 140407578014760 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

[pid=22429/tid=22434] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22434/stat : 22434 (java) S 22426 22429 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408595003560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22435] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22435/stat : 22435 (java) S 22426 22429 19879 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408593951016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22436] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22436/stat : 22436 (java) S 22426 22429 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408592898984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22437] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22437/stat : 22437 (java) S 22426 22429 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408591846440 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22438] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22438/stat : 22438 (java) S 22426 22429 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408590793384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22439] ppid=22426 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22429/task/22439/stat : 22439 (java) S 22426 22429 19879 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408589740840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22440] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22440/stat : 22440 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408459221352 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22441] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22441/stat : 22441 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408458167672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22442] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22442/stat : 22442 (java) S 22426 22429 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408457114504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22443] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22443/stat : 22443 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408456063248 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22444] ppid=22426 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/22429/task/22444/stat : 22444 (java) S 22426 22429 19879 0 -1 4202560 11045 0 0 0 85 2 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408455011128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22445] ppid=22426 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22429/task/22445/stat : 22445 (java) S 22426 22429 19879 0 -1 4202560 3288 0 0 0 34 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407581174712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22446] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22446/stat : 22446 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407580121848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22447] ppid=22426 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/22429/task/22447/stat : 22447 (java) S 22426 22429 19879 0 -1 4202560 52 0 0 0 15 14 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407579069512 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22448] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22448/stat : 22448 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616813 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407578014760 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 869.41
Current children cumulated vsize (KiB) 9625040

[startup+868.801 s]
/proc/loadavg: 1.00 1.22 1.61 2/188 22503
/proc/meminfo: memFree=28673176/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9625040 CPUtime=870.2 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 18219 0 1 0 87000 20 0 0 20 0 19 0 12616798 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2406260 52276 2263 9 0 2396937 0
[pid=22429/tid=22431] ppid=22426 vsize=9625040 CPUtime=868.71 cores=0,2,4,6
/proc/22429/task/22431/stat : 22431 (java) R 22426 22429 19879 0 -1 4202560 2486 0 1 0 86854 17 0 0 20 0 19 0 12616799 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408635608784 140408471040669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22432] ppid=22426 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22429/task/22432/stat : 22432 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408597109160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22433] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22433/stat : 22433 (java) S 22426 22429 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408596056616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22434] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22434/stat : 22434 (java) S 22426 22429 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408595003560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22435] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22435/stat : 22435 (java) S 22426 22429 19879 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408593951016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22436] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22436/stat : 22436 (java) S 22426 22429 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408592898984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22437] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22437/stat : 22437 (java) S 22426 22429 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408591846440 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22438] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22438/stat : 22438 (java) S 22426 22429 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408590793384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22439] ppid=22426 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22429/task/22439/stat : 22439 (java) S 22426 22429 19879 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408589740840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22440] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22440/stat : 22440 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408459221352 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22441] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22441/stat : 22441 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408458167672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22442] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22442/stat : 22442 (java) S 22426 22429 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408457114504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22443] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22443/stat : 22443 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408456063248 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22444] ppid=22426 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/22429/task/22444/stat : 22444 (java) S 22426 22429 19879 0 -1 4202560 11045 0 0 0 85 2 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408455011128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22445] ppid=22426 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22429/task/22445/stat : 22445 (java) S 22426 22429 19879 0 -1 4202560 3288 0 0 0 34 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407581174712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22446] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22446/stat : 22446 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407580121848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22447] ppid=22426 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/22429/task/22447/stat : 22447 (java) S 22426 22429 19879 0 -1 4202560 52 0 0 0 16 14 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407579069512 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22448] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22448/stat : 22448 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616813 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407578014760 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 870.2
Current children cumulated vsize (KiB) 9625040

[startup+869.201 s]
/proc/loadavg: 1.00 1.22 1.61 2/188 22503
/proc/meminfo: memFree=28673208/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9625040 CPUtime=870.6 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 18219 0 1 0 87040 20 0 0 20 0 19 0 12616798 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2406260 52276 2263 9 0 2396937 0
[pid=22429/tid=22431] ppid=22426 vsize=9625040 CPUtime=869.11 cores=0,2,4,6
/proc/22429/task/22431/stat : 22431 (java) R 22426 22429 19879 0 -1 4202560 2486 0 1 0 86894 17 0 0 20 0 19 0 12616799 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408635608784 140408471040570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22432] ppid=22426 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22429/task/22432/stat : 22432 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408597109160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22433] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22433/stat : 22433 (java) S 22426 22429 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408596056616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22434] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22434/stat : 22434 (java) S 22426 22429 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408595003560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22435] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22435/stat : 22435 (java) S 22426 22429 19879 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408593951016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22436] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22436/stat : 22436 (java) S 22426 22429 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408592898984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22437] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22437/stat : 22437 (java) S 22426 22429 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408591846440 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22438] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22438/stat : 22438 (java) S 22426 22429 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408590793384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22439] ppid=22426 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22429/task/22439/stat : 22439 (java) S 22426 22429 19879 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408589740840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22440] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22440/stat : 22440 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408459221352 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22441] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22441/stat : 22441 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408458167672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22442] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22442/stat : 22442 (java) S 22426 22429 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408457114504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22443] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22443/stat : 22443 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408456063248 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22444] ppid=22426 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/22429/task/22444/stat : 22444 (java) S 22426 22429 19879 0 -1 4202560 11045 0 0 0 85 2 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408455011128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22445] ppid=22426 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22429/task/22445/stat : 22445 (java) S 22426 22429 19879 0 -1 4202560 3288 0 0 0 34 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407581174712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22446] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22446/stat : 22446 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407580121848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22447] ppid=22426 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/22429/task/22447/stat : 22447 (java) S 22426 22429 19879 0 -1 4202560 52 0 0 0 16 14 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407579069512 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22448] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22448/stat : 22448 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616813 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407578014760 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 870.6
Current children cumulated vsize (KiB) 9625040

[startup+869.301 s]
/proc/loadavg: 1.00 1.22 1.61 2/188 22503
/proc/meminfo: memFree=28673208/32872528 swapFree=7620/7620
[pid=22429] ppid=22426 vsize=9625040 CPUtime=870.7 cores=0,2,4,6
/proc/22429/stat : 22429 (java) S 22426 22429 19879 0 -1 4202496 18219 0 1 0 87050 20 0 0 20 0 19 0 12616798 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140735861550592 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22429/statm: 2406260 52276 2263 9 0 2396937 0
[pid=22429/tid=22431] ppid=22426 vsize=9625040 CPUtime=869.21 cores=0,2,4,6
/proc/22429/task/22431/stat : 22431 (java) R 22426 22429 19879 0 -1 4202560 2486 0 1 0 86904 17 0 0 20 0 19 0 12616799 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408635608784 140408470864352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22432] ppid=22426 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22429/task/22432/stat : 22432 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408597109160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22433] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22433/stat : 22433 (java) S 22426 22429 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408596056616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22434] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22434/stat : 22434 (java) S 22426 22429 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408595003560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22435] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22435/stat : 22435 (java) S 22426 22429 19879 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408593951016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22436] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22436/stat : 22436 (java) S 22426 22429 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408592898984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22437] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22437/stat : 22437 (java) S 22426 22429 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408591846440 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22438] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22438/stat : 22438 (java) S 22426 22429 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408590793384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22439] ppid=22426 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22429/task/22439/stat : 22439 (java) S 22426 22429 19879 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 12616801 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408589740840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22440] ppid=22426 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/22429/task/22440/stat : 22440 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408459221352 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22441] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22441/stat : 22441 (java) S 22426 22429 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408458167672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22442] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22442/stat : 22442 (java) S 22426 22429 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12616802 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408457114504 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22443] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22443/stat : 22443 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408456063248 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22429/tid=22444] ppid=22426 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/22429/task/22444/stat : 22444 (java) S 22426 22429 19879 0 -1 4202560 11045 0 0 0 85 2 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140408455011128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22429/tid=22445] ppid=22426 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22429/task/22445/stat : 22445 (java) S 22426 22429 19879 0 -1 4202560 3288 0 0 0 34 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407581174712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22446] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22446/stat : 22446 (java) S 22426 22429 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407580121848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22429/tid=22447] ppid=22426 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/22429/task/22447/stat : 22447 (java) S 22426 22429 19879 0 -1 4202560 52 0 0 0 16 14 0 0 20 0 19 0 12616805 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407579069512 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22429/tid=22448] ppid=22426 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22429/task/22448/stat : 22448 (java) S 22426 22429 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12616813 9856040960 52276 33554432000 1073741824 1073778376 140735861559456 140407578014760 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 870.7
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 869.378
CPU time (s): 871.155
CPU user time (s): 870.68
CPU system time (s): 0.474927
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 870.68
system time used= 0.474927
maximum resident set size= 209200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18253
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18616
involuntary context switches= 1515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03608 second user time and 8.16976 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 22:06:47
IDJOB=4122606
IDBENCH=111201
IDSOLVER=2546
FILE ID=node106/4122606-1467317207
RUNJOBID= node106-1467308742-19895
PBS_JOBID= 20005279
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n27-d4-i3.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122606-1467317207/watcher-4122606-1467317207 -o /tmp/evaluation-result-4122606-1467317207/solver-4122606-1467317207 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122606-1467317207.opb

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

MD5SUM BENCH= f4af71148b4f085531f880549cf1a906
RANDOM SEED=101594928

node106.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.495
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.99
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.495
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.56
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.495
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.495
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.495
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		: 2666.495
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.495
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.495
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:        28671540 kB
Buffers:           84484 kB
Cached:          3134308 kB
SwapCached:            0 kB
Active:          2560112 kB
Inactive:         876560 kB
Active(anon):     205024 kB
Inactive(anon):    15724 kB
Active(file):    2355088 kB
Inactive(file):   860836 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:        225952 kB
Mapped:            23364 kB
Shmem:               204 kB
Slab:             626188 kB
SReclaimable:      69220 kB
SUnreclaim:       556968 kB
KernelStack:        1584 kB
PageTables:         4140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 71748 MiB
End job on node106 at 2016-06-30 22:21:16