Trace number 4090934

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 PB16OPTIMUM 340.69 339.899

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
MD5SUM765d2479315862ebcb627a16e181d11d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.314952
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables110
Total number of constraints21
Number of soft constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 827
Min constraint cost 1
Max constraint cost 88
Sum of constraints costs 826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090934-1466067291.wbo
0.11/0.10	c reading problem ... 
0.11/0.12	c ... done. Wall clock time 0.017s.
0.11/0.12	c declared #vars     110
0.11/0.12	c internal #vars     131
0.11/0.12	c #constraints  21
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.11/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.11/0.12	c 21 constraints processed.
0.11/0.12	c objective function length is 21 literals
0.33/0.23	c SATISFIABLE
0.33/0.23	c OPTIMIZING...
0.33/0.23	c Got one! Elapsed wall clock time (in seconds):0.127
0.33/0.23	o 4
0.33/0.28	c Got one! Elapsed wall clock time (in seconds):0.184
0.33/0.28	o 1
0.95/0.66	c cleaning 2937 clauses out of 5879 with flag 26314/5879
1.72/1.34	c cleaning 4469 clauses out of 8942 with flag 72022/11879
2.42/2.08	c cleaning 5733 clauses out of 11473 with flag 126895/18879
3.43/3.07	c cleaning 6867 clauses out of 13742 with flag 194461/26881
4.65/4.25	c cleaning 7936 clauses out of 15875 with flag 269704/35881
5.85/5.42	c cleaning 8965 clauses out of 17937 with flag 343450/45879
7.25/6.86	c cleaning 9982 clauses out of 19973 with flag 416597/56880
9.05/8.64	c cleaning 10994 clauses out of 21991 with flag 498477/68880
12.25/11.86	c cleaning 11989 clauses out of 23996 with flag 595716/81879
15.45/15.05	c cleaning 12997 clauses out of 26007 with flag 710477/95879
18.85/18.43	c cleaning 14005 clauses out of 28011 with flag 829475/110880
21.95/21.53	c cleaning 14999 clauses out of 30005 with flag 956708/126879
26.15/25.79	c cleaning 16001 clauses out of 32009 with flag 1083378/143882
30.54/30.13	c cleaning 16999 clauses out of 34006 with flag 1236088/161880
34.65/34.23	c cleaning 17994 clauses out of 36007 with flag 1390728/180880
42.14/41.75	c cleaning 18995 clauses out of 38014 with flag 1556233/200881
49.35/48.98	c cleaning 20007 clauses out of 40019 with flag 1738888/221881
54.64/54.21	c cleaning 21001 clauses out of 42010 with flag 1906437/243879
60.74/60.31	c cleaning 22000 clauses out of 44009 with flag 2078583/266879
68.04/67.61	c cleaning 22993 clauses out of 46009 with flag 2248203/290879
76.64/76.25	c cleaning 24004 clauses out of 48017 with flag 2450580/315880
87.24/86.83	c cleaning 25000 clauses out of 50012 with flag 2663027/341879
99.84/99.44	c cleaning 26003 clauses out of 52012 with flag 2905218/368879
111.93/111.50	c cleaning 27004 clauses out of 54010 with flag 3176191/396880
124.43/124.03	c cleaning 27998 clauses out of 56006 with flag 3436203/425880
135.63/135.26	c cleaning 28997 clauses out of 58007 with flag 3696777/455879
149.13/148.74	c cleaning 30005 clauses out of 60012 with flag 3941300/486881
163.77/163.36	c cleaning 30999 clauses out of 62005 with flag 4226560/518879
180.16/179.78	c cleaning 31995 clauses out of 64006 with flag 4538506/551879
196.85/196.43	c cleaning 33005 clauses out of 66015 with flag 4870067/585883
216.26/215.82	c cleaning 33999 clauses out of 68008 with flag 5169546/620881
233.25/232.88	c cleaning 34997 clauses out of 70007 with flag 5481908/656879
253.14/252.71	c cleaning 35996 clauses out of 72010 with flag 5797824/693879
273.15/272.78	c cleaning 36993 clauses out of 74014 with flag 6128610/731879
291.54/291.18	c cleaning 38011 clauses out of 76022 with flag 6448860/770880
313.74/313.32	c cleaning 39001 clauses out of 78010 with flag 6777614/810879
333.68/333.05	c cleaning 39999 clauses out of 80009 with flag 7124201/851879
340.69/339.89	c starts		: 1980
340.69/339.89	c conflicts		: 868790
340.69/339.89	c decisions		: 1059874
340.69/339.89	c propagations		: 11398729
340.69/339.89	c inspects		: 7212082509
340.69/339.89	c shortcuts		: 0
340.69/339.89	c learnt literals	: 7
340.69/339.89	c learnt binary clauses	: 5
340.69/339.89	c learnt ternary clauses	: 5
340.69/339.89	c learnt constraints	: 868782
340.69/339.89	c ignored constraints	: 0
340.69/339.89	c root simplifications	: 0
340.69/339.89	c removed literals (reason simplification)	: 0
340.69/339.89	c reason swapping (by a shorter reason)	: 0
340.69/339.89	c Calls to reduceDB	: 37
340.69/339.89	c Number of update (reduction) of LBD	: 457538
340.69/339.89	c Imported unit clauses	: 0
340.69/339.89	c number of reductions to clauses (during analyze)	: 0
340.69/339.89	c number of learned constraints concerned by reduction	: 0
340.69/339.89	c number of learning phase by resolution	: 0
340.69/339.89	c number of learning phase by cutting planes	: 0
340.69/339.89	c speed (assignments/second)	: 33548.3680136563
340.69/339.89	c non guided choices	124
340.69/339.89	c learnt constraints type 
340.69/339.89	s OPTIMUM FOUND
340.69/339.89	c Found 2 solution(s)
340.69/339.89	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 
340.69/339.89	c objective function=1
340.69/339.89	c Total wall clock time (in seconds): 339.792

Verifier Data

OK	1

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-4090934-1466067291/watcher-4090934-1466067291 -o /tmp/evaluation-result-4090934-1466067291/solver-4090934-1466067291 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090934-1466067291.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 14701
/proc/meminfo: memFree=31862232/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 8773876 98570240 977 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 24065 977 743 9 0 16771 0
[pid=14701/tid=14702] ppid=14698 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8773876 98570240 977 33554432000 1073741824 1073778376 140734181816064 140418771791400 243765429632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 14701
/proc/meminfo: memFree=31862232/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 4485 0 1 0 10 1 0 0 20 0 18 0 8773876 9787879424 6115 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2389619 6115 2157 9 0 2380296 0
[pid=14701/tid=14702] ppid=14698 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 8773876 9787879424 6115 33554432000 1073741824 1073778376 140734181816064 140418771794848 140418775916478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200351 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 14701
/proc/meminfo: memFree=31862232/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 6522 0 1 0 32 1 0 0 20 0 19 0 8773876 9856040960 7328 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2406260 7328 2224 9 0 2396937 0
[pid=14701/tid=14702] ppid=14698 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 19 0 8773876 9856040960 7328 33554432000 1073741824 1073778376 140734181816064 140418771796608 140418603922920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300346 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 14701
/proc/meminfo: memFree=31862232/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 6541 0 1 0 47 1 0 0 20 0 19 0 8773876 9856040960 8359 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2406260 8359 2225 9 0 2396937 0
[pid=14701/tid=14702] ppid=14698 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2400 0 1 0 27 0 0 0 20 0 19 0 8773876 9856040960 8359 33554432000 1073741824 1073778376 140734181816064 140418771796608 140418603873700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700323 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 14701
/proc/meminfo: memFree=31862232/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 11086 0 1 0 106 2 0 0 20 0 19 0 8773876 9856040960 10767 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2406260 10767 2237 9 0 2396937 0
[pid=14701/tid=14702] ppid=14698 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2400 0 1 0 67 0 0 0 20 0 19 0 8773876 9856040960 10767 33554432000 1073741824 1073778376 140734181816064 140418771787456 140418604288124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 14720
/proc/meminfo: memFree=31825500/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 11091 0 1 0 189 3 0 0 20 0 19 0 8773876 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2406260 11282 2240 9 0 2396937 0
[pid=14701/tid=14702] ppid=14698 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2402 0 1 0 147 0 0 0 20 0 19 0 8773876 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418771794272 140418604223639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14704] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14704/stat : 14704 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418733287848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14705] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14705/stat : 14705 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418732235304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14706] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14706/stat : 14706 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418731182248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14707] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14707/stat : 14707 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418730129704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14708] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14708/stat : 14708 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418729077672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14709] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14709/stat : 14709 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418728025128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14710] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14710/stat : 14710 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418726972072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14711] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14711/stat : 14711 (java) S 14698 14701 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418725919528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14712] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14712/stat : 14712 (java) S 14698 14701 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8773878 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418595383656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14713] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14713/stat : 14713 (java) S 14698 14701 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418594329976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14714] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14714/stat : 14714 (java) S 14698 14701 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418593276808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14715] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14715/stat : 14715 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418592225552 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14716] ppid=14698 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/14701/task/14716/stat : 14716 (java) S 14698 14701 9094 0 -1 4202560 1526 0 0 0 15 0 0 0 20 0 19 0 8773881 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418591173432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14717] ppid=14698 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/14701/task/14717/stat : 14717 (java) S 14698 14701 9094 0 -1 4202560 5894 0 0 0 23 2 0 0 20 0 19 0 8773881 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418590120888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14718] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14718/stat : 14718 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140418589068024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14719] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14719/stat : 14719 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140417580395592 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14720] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14720/stat : 14720 (java) S 14698 14701 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8773888 9856040960 11282 33554432000 1073741824 1073778376 140734181816064 140417579340840 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 14720
/proc/meminfo: memFree=31822956/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 11095 0 1 0 352 3 0 0 20 0 19 0 8773876 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2406260 12307 2241 9 0 2396937 0
[pid=14701/tid=14702] ppid=14698 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2405 0 1 0 306 0 0 0 20 0 19 0 8773876 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418771787456 140418604227944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14704] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14704/stat : 14704 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418733287848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14705] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14705/stat : 14705 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418732235304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14706] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14706/stat : 14706 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418731182248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14707] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14707/stat : 14707 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418730129704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14708] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14708/stat : 14708 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418729077672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14709] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14709/stat : 14709 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418728025128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14710] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14710/stat : 14710 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418726972072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14711] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14711/stat : 14711 (java) S 14698 14701 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418725919528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14712] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14712/stat : 14712 (java) S 14698 14701 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8773878 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418595383656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14713] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14713/stat : 14713 (java) S 14698 14701 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418594329976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14714] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14714/stat : 14714 (java) S 14698 14701 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418593276808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14715] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14715/stat : 14715 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418592225552 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14716] ppid=14698 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14701/task/14716/stat : 14716 (java) S 14698 14701 9094 0 -1 4202560 1526 0 0 0 16 0 0 0 20 0 19 0 8773881 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418591173432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14717] ppid=14698 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14701/task/14717/stat : 14717 (java) S 14698 14701 9094 0 -1 4202560 5895 0 0 0 26 2 0 0 20 0 19 0 8773881 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418590120888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14718] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14718/stat : 14718 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140418589068024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14719] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14719/stat : 14719 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140417580395592 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14720] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14720/stat : 14720 (java) S 14698 14701 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8773888 9856040960 12307 33554432000 1073741824 1073778376 140734181816064 140417579340840 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 14720
/proc/meminfo: memFree=31821772/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 11100 0 1 0 672 3 0 0 20 0 19 0 8773876 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2406260 12510 2242 9 0 2396937 0
[pid=14701/tid=14702] ppid=14698 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2409 0 1 0 625 0 0 0 20 0 19 0 8773876 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418771787456 140418604287915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14704] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14704/stat : 14704 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418733287848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14705] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14705/stat : 14705 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418732235304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14706] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14706/stat : 14706 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418731182248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14707] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14707/stat : 14707 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418730129704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14708] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14708/stat : 14708 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418729077672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14709] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14709/stat : 14709 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418728025128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14710] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14710/stat : 14710 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418726972072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14711] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14711/stat : 14711 (java) S 14698 14701 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418725919528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14712] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14712/stat : 14712 (java) S 14698 14701 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8773878 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418595383656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14713] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14713/stat : 14713 (java) S 14698 14701 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418594329976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14714] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14714/stat : 14714 (java) S 14698 14701 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418593276808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14715] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14715/stat : 14715 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418592225552 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14716] ppid=14698 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14701/task/14716/stat : 14716 (java) S 14698 14701 9094 0 -1 4202560 1526 0 0 0 16 0 0 0 20 0 19 0 8773881 9856040960 12510 33554432000 1073741824 1073778376 140734181816064 140418591173432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14717] ppid=14698 vsize=9625040 CPUtime=0.28 cores=1,3,5,7

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

[pid=14701/tid=14713] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14713/stat : 14713 (java) S 14698 14701 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418594329976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14714] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14714/stat : 14714 (java) S 14698 14701 9094 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418593276808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14715] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14715/stat : 14715 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418592225552 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14716] ppid=14698 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14701/task/14716/stat : 14716 (java) S 14698 14701 9094 0 -1 4202560 1527 0 0 0 18 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418591173432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14717] ppid=14698 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/14701/task/14717/stat : 14717 (java) S 14698 14701 9094 0 -1 4202560 12453 0 0 0 68 3 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418590120888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14718] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14718/stat : 14718 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418589068024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14719] ppid=14698 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14701/task/14719/stat : 14719 (java) S 14698 14701 9094 0 -1 4202560 20 0 0 0 1 5 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140417580395592 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14720] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14720/stat : 14720 (java) S 14698 14701 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8773888 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140417579340840 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 338.48
Current children cumulated vsize (KiB) 9625040

[startup+339.201 s]
/proc/loadavg: 1.99 2.00 2.00 3/214 14729
/proc/meminfo: memFree=31305932/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9625040 CPUtime=340.08 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 17792 0 1 0 33995 13 0 0 20 0 19 0 8773876 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2406260 45616 2262 9 0 2396937 0
[pid=14701/tid=14702] ppid=14698 vsize=9625040 CPUtime=338.21 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2476 0 1 0 33814 7 0 0 20 0 19 0 8773876 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418771794352 140418604227744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14704] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14704/stat : 14704 (java) S 14698 14701 9094 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418733287848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14705] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14705/stat : 14705 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418732235304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14706] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14706/stat : 14706 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418731182248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14707] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14707/stat : 14707 (java) S 14698 14701 9094 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418730129704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14708] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14708/stat : 14708 (java) S 14698 14701 9094 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418729077672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14709] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14709/stat : 14709 (java) S 14698 14701 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418728025128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14710] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14710/stat : 14710 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418726972072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14711] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14711/stat : 14711 (java) S 14698 14701 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418725919528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14712] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14712/stat : 14712 (java) S 14698 14701 9094 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8773878 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418595383656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14713] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14713/stat : 14713 (java) S 14698 14701 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418594329976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14714] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14714/stat : 14714 (java) S 14698 14701 9094 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418593276808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14715] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14715/stat : 14715 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418592225552 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14716] ppid=14698 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14701/task/14716/stat : 14716 (java) S 14698 14701 9094 0 -1 4202560 1527 0 0 0 18 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418591173432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14717] ppid=14698 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/14701/task/14717/stat : 14717 (java) S 14698 14701 9094 0 -1 4202560 12453 0 0 0 68 3 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418590120888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14718] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14718/stat : 14718 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418589068024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14719] ppid=14698 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14701/task/14719/stat : 14719 (java) S 14698 14701 9094 0 -1 4202560 20 0 0 0 1 5 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140417580395592 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14720] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14720/stat : 14720 (java) S 14698 14701 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8773888 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140417579340840 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 340.08
Current children cumulated vsize (KiB) 9625040

[startup+339.601 s]
/proc/loadavg: 1.99 2.00 2.00 3/214 14729
/proc/meminfo: memFree=31305932/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9625040 CPUtime=340.49 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 17792 0 1 0 34036 13 0 0 20 0 19 0 8773876 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2406260 45616 2262 9 0 2396937 0
[pid=14701/tid=14702] ppid=14698 vsize=9625040 CPUtime=338.61 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2476 0 1 0 33854 7 0 0 20 0 19 0 8773876 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418771794352 140418604288124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14704] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14704/stat : 14704 (java) S 14698 14701 9094 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418733287848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14705] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14705/stat : 14705 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418732235304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14706] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14706/stat : 14706 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418731182248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14707] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14707/stat : 14707 (java) S 14698 14701 9094 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418730129704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14708] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14708/stat : 14708 (java) S 14698 14701 9094 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418729077672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14709] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14709/stat : 14709 (java) S 14698 14701 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418728025128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14710] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14710/stat : 14710 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418726972072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14711] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14711/stat : 14711 (java) S 14698 14701 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418725919528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14712] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14712/stat : 14712 (java) S 14698 14701 9094 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8773878 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418595383656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14713] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14713/stat : 14713 (java) S 14698 14701 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418594329976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14714] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14714/stat : 14714 (java) S 14698 14701 9094 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418593276808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14715] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14715/stat : 14715 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418592225552 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14716] ppid=14698 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14701/task/14716/stat : 14716 (java) S 14698 14701 9094 0 -1 4202560 1527 0 0 0 18 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418591173432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14717] ppid=14698 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/14701/task/14717/stat : 14717 (java) S 14698 14701 9094 0 -1 4202560 12453 0 0 0 69 3 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418590120888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14718] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14718/stat : 14718 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418589068024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14719] ppid=14698 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14701/task/14719/stat : 14719 (java) S 14698 14701 9094 0 -1 4202560 20 0 0 0 1 5 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140417580395592 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14720] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14720/stat : 14720 (java) S 14698 14701 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8773888 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140417579340840 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 340.49
Current children cumulated vsize (KiB) 9625040

[startup+339.801 s]
/proc/loadavg: 1.99 2.00 2.00 3/214 14729
/proc/meminfo: memFree=31305932/32872528 swapFree=7268/7268
[pid=14701] ppid=14698 vsize=9625040 CPUtime=340.69 cores=1,3,5,7
/proc/14701/stat : 14701 (java) S 14698 14701 9094 0 -1 4202496 17792 0 1 0 34056 13 0 0 20 0 19 0 8773876 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140734181807200 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14701/statm: 2406260 45616 2262 9 0 2396937 0
[pid=14701/tid=14702] ppid=14698 vsize=9625040 CPUtime=338.81 cores=1,3,5,7
/proc/14701/task/14702/stat : 14702 (java) R 14698 14701 9094 0 -1 4202560 2476 0 1 0 33874 7 0 0 20 0 19 0 8773876 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418771796136 140418604449496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14704] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14704/stat : 14704 (java) S 14698 14701 9094 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418733287848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14705] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14705/stat : 14705 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418732235304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14706] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14706/stat : 14706 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418731182248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14707] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14707/stat : 14707 (java) S 14698 14701 9094 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418730129704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14708] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14708/stat : 14708 (java) S 14698 14701 9094 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418729077672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14709] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14709/stat : 14709 (java) S 14698 14701 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418728025128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14710] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14710/stat : 14710 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418726972072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14701/tid=14711] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14711/stat : 14711 (java) S 14698 14701 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8773877 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418725919528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14712] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14712/stat : 14712 (java) S 14698 14701 9094 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8773878 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418595383656 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14713] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14713/stat : 14713 (java) S 14698 14701 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418594329976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14701/tid=14714] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14714/stat : 14714 (java) S 14698 14701 9094 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8773879 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418593276808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14715] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14715/stat : 14715 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418592225552 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14716] ppid=14698 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14701/task/14716/stat : 14716 (java) S 14698 14701 9094 0 -1 4202560 1527 0 0 0 18 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418591173432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14717] ppid=14698 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/14701/task/14717/stat : 14717 (java) S 14698 14701 9094 0 -1 4202560 12453 0 0 0 69 3 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418590120888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14718] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14718/stat : 14718 (java) S 14698 14701 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140418589068024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14701/tid=14719] ppid=14698 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14701/task/14719/stat : 14719 (java) S 14698 14701 9094 0 -1 4202560 20 0 0 0 1 5 0 0 20 0 19 0 8773881 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140417580395592 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14701/tid=14720] ppid=14698 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14701/task/14720/stat : 14720 (java) S 14698 14701 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8773888 9856040960 45616 33554432000 1073741824 1073778376 140734181816064 140417579340840 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 340.69
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14701 and gives
#  childrusage.ru_utime.tv_sec=339
#  childrusage.ru_utime.tv_usec=790344
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=231964
# CPU time returned by wait4() is 340.022
# while last known CPU time is 340.69
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 339.899
CPU time (s): 340.69
CPU user time (s): 340.56
CPU system time (s): 0.13
CPU usage (%): 100.233
Max. virtual memory (cumulated for all children) (KiB): 9625392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.79
system time used= 0.231964
maximum resident set size= 193124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17813
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7418
involuntary context switches= 7208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.30465 second user time and 2.82257 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:54:51
IDJOB=4090934
IDBENCH=79175
IDSOLVER=2551
FILE ID=node151/4090934-1466067291
RUNJOBID= node151-1466062104-9111
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090934-1466067291/watcher-4090934-1466067291 -o /tmp/evaluation-result-4090934-1466067291/solver-4090934-1466067291 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090934-1466067291.wbo

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

MD5SUM BENCH= 765d2479315862ebcb627a16e181d11d
RANDOM SEED=1423905450

node151.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.103
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.20
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.103
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.103
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.103
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.103
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.54
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.103
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.103
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.56
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.103
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:        31863140 kB
Buffers:           10996 kB
Cached:            45176 kB
SwapCached:        61612 kB
Active:           200148 kB
Inactive:          90768 kB
Active(anon):     176328 kB
Inactive(anon):    61036 kB
Active(file):      23820 kB
Inactive(file):    29732 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038968 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:        194264 kB
Mapped:            15228 kB
Shmem:                 0 kB
Slab:             565948 kB
SReclaimable:       9356 kB
SUnreclaim:       556592 kB
KernelStack:        1584 kB
PageTables:         4476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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 node151 at 2016-06-16 11:00:31