Trace number 3718457

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 2012-05-28OPTIMUM 139.85 139.05

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.012997
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3718457-1338253914.wbo
0.08/0.12	c reading problem ... 
0.08/0.14	c ... done. Wall clock time 0.017s.
0.08/0.14	c declared #vars     110
0.08/0.14	c internal #vars     131
0.08/0.14	c #constraints  21
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.08/0.14	c ignored satisfied constraints => 1
0.08/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.08/0.14	c 22 constraints processed.
0.08/0.14	c objective function length is 21 literals
0.08/0.18	c SATISFIABLE
0.08/0.18	c OPTIMIZING...
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.055
0.08/0.18	o 4
0.28/0.21	c Got one! Elapsed wall clock time (in seconds):0.092
0.28/0.21	o 1
0.73/0.58	c cleaning 2680 clauses out of 5361 with flag 35748/5361
1.30/1.07	c cleaning 4339 clauses out of 8680 with flag 79775/11360
2.09/1.82	c cleaning 5665 clauses out of 11340 with flag 131048/18359
2.71/2.46	c cleaning 6835 clauses out of 13675 with flag 192776/26359
3.76/3.45	c cleaning 7918 clauses out of 15840 with flag 256077/35359
4.98/4.60	c cleaning 8960 clauses out of 17925 with flag 334645/45362
6.61/6.21	c cleaning 9980 clauses out of 19963 with flag 435065/56360
8.43/8.09	c cleaning 10987 clauses out of 21982 with flag 538372/68359
10.65/10.27	c cleaning 11990 clauses out of 23995 with flag 648512/81359
12.86/12.42	c cleaning 12996 clauses out of 26005 with flag 785435/95359
15.07/14.67	c cleaning 14002 clauses out of 28011 with flag 913002/110361
18.18/17.73	c cleaning 15001 clauses out of 30009 with flag 1041568/126361
21.19/20.70	c cleaning 16002 clauses out of 32008 with flag 1160493/143361
24.81/24.38	c cleaning 16996 clauses out of 34004 with flag 1310816/161359
28.13/27.60	c cleaning 18001 clauses out of 36008 with flag 1466334/180359
31.85/31.32	c cleaning 18994 clauses out of 38007 with flag 1628149/200359
35.38/34.88	c cleaning 20004 clauses out of 40013 with flag 1781970/221359
39.88/39.30	c cleaning 21000 clauses out of 42009 with flag 1948099/243359
44.89/44.36	c cleaning 21999 clauses out of 44009 with flag 2126186/266359
50.73/50.14	c cleaning 23003 clauses out of 46010 with flag 2324448/290359
56.83/56.27	c cleaning 24003 clauses out of 48008 with flag 2538269/315360
62.57/61.91	c cleaning 25002 clauses out of 50006 with flag 2754848/341361
69.90/69.29	c cleaning 25998 clauses out of 52003 with flag 2951707/368360
79.43/78.70	c cleaning 27000 clauses out of 54007 with flag 3172731/396362
88.96/88.26	c cleaning 27995 clauses out of 56006 with flag 3400543/425361
99.29/98.53	c cleaning 29001 clauses out of 58009 with flag 3657846/455359
109.10/108.34	c cleaning 30002 clauses out of 60009 with flag 3890702/486360
118.80/118.09	c cleaning 31003 clauses out of 62008 with flag 4121762/518361
128.42/127.64	c cleaning 32003 clauses out of 64006 with flag 4383743/551362
139.85/139.04	c starts		: 155
139.85/139.04	c conflicts		: 585006
139.85/139.04	c decisions		: 664044
139.85/139.04	c propagations		: 7539776
139.85/139.04	c inspects		: 2438448380
139.85/139.04	c shortcuts		: 0
139.85/139.04	c learnt literals	: 7
139.85/139.04	c learnt binary clauses	: 6
139.85/139.04	c learnt ternary clauses	: 6
139.85/139.04	c learnt constraints	: 584998
139.85/139.04	c ignored constraints	: 0
139.85/139.04	c root simplifications	: 0
139.85/139.04	c removed literals (reason simplification)	: 0
139.85/139.04	c reason swapping (by a shorter reason)	: 0
139.85/139.04	c Calls to reduceDB	: 29
139.85/139.04	c Number of update (reduction) of LBD	: 317655
139.85/139.04	c number of reductions to clauses (during analyze)	: 0
139.85/139.04	c number of learned constraints concerned by reduction	: 0
139.85/139.04	c number of learning phase by resolution	: 0
139.85/139.04	c number of learning phase by cutting planes	: 0
139.85/139.04	c speed (assignments/second)	: 54282.826246598226
139.85/139.04	c non guided choices	141
139.85/139.04	c learnt constraints type 
139.85/139.04	c constraints type 
139.85/139.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
139.85/139.04	c ignored satisfied constraints => 1
139.85/139.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
139.85/139.04	c 22 constraints processed.
139.85/139.04	s OPTIMUM FOUND
139.85/139.04	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 
139.85/139.04	c objective function=1
139.85/139.04	c Total wall clock time (in seconds): 138.92

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3718457-1338253914/watcher-3718457-1338253914 -o /tmp/evaluation-result-3718457-1338253914/solver-3718457-1338253914 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718457-1338253914.wbo 

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.00 2.00 3/197 30698
/proc/meminfo: memFree=30728956/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/30698/stat : 30698 (java) D 30696 30698 26693 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 291516683 2560000 47 33554432000 1073741824 1073778376 140734135709824 140734135706952 273579863335 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/30698/statm: 625 47 37 9 0 29 0

[startup+0.0827331 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 30698
/proc/meminfo: memFree=30728956/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 3274 0 1 0 4 1 0 0 20 0 18 0 291516683 9787817984 4482 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2389604 4482 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100228 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 30698
/proc/meminfo: memFree=30728956/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 4092 0 1 0 6 2 0 0 20 0 18 0 291516683 9787817984 5289 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2389604 5290 2037 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300256 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 30698
/proc/meminfo: memFree=30728956/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 6337 0 1 0 42 2 0 0 20 0 19 0 291516683 9855979520 7203 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2406245 7203 2210 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9624980

[startup+0.700256 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 30698
/proc/meminfo: memFree=30728956/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 7214 0 1 0 93 3 0 0 20 0 19 0 291516683 9855979520 9310 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2406245 9310 2251 9 0 2396937 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9624980

[startup+1.50062 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 30717
/proc/meminfo: memFree=30700144/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9624980 CPUtime=1.79 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 7232 0 1 0 176 3 0 0 20 0 19 0 291516683 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2406245 10346 2253 9 0 2396937 0
[pid=30698/tid=30700] ppid=30696 vsize=9624980 CPUtime=1.44 cores=1,3,5,7
/proc/30698/task/30700/stat : 30700 (java) R 30696 30698 26693 0 -1 4202560 2452 0 1 0 142 2 0 0 20 0 19 0 291516684 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606337737112 140606173495057 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30701] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30701/stat : 30701 (java) S 30696 30698 26693 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606299228968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30702] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30702/stat : 30702 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606298176168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30703] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30703/stat : 30703 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606297123880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30704] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30704/stat : 30704 (java) S 30696 30698 26693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606296071080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30705] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30705/stat : 30705 (java) S 30696 30698 26693 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606295017768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30706] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30706/stat : 30706 (java) S 30696 30698 26693 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606293964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30707] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30707/stat : 30707 (java) S 30696 30698 26693 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606292912680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30708] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30708/stat : 30708 (java) S 30696 30698 26693 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606291859880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30709] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30709/stat : 30709 (java) S 30696 30698 26693 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606161722088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30710] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30710/stat : 30710 (java) S 30696 30698 26693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606160668152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30711] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30711/stat : 30711 (java) S 30696 30698 26693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606159615752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30712] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30712/stat : 30712 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606158564240 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30713] ppid=30696 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/30698/task/30713/stat : 30713 (java) S 30696 30698 26693 0 -1 4202560 1671 0 0 0 12 0 0 0 20 0 19 0 291516690 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140606157510840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30714] ppid=30696 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/30698/task/30714/stat : 30714 (java) S 30696 30698 26693 0 -1 4202560 1855 0 0 0 16 0 0 0 20 0 19 0 291516690 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140605283887160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30715] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30715/stat : 30715 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140605282835064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30716] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30716/stat : 30716 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140605281782472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30717] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30717/stat : 30717 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516698 9855979520 10346 33554432000 1073741824 1073778376 140735078919968 140605280728488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9624980

[startup+3.10062 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 30717
/proc/meminfo: memFree=30693876/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9624980 CPUtime=3.46 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 7416 0 1 0 342 4 0 0 20 0 19 0 291516683 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2406245 10885 2263 9 0 2396937 0
[pid=30698/tid=30700] ppid=30696 vsize=9624980 CPUtime=3 cores=1,3,5,7
/proc/30698/task/30700/stat : 30700 (java) R 30696 30698 26693 0 -1 4202560 2452 0 1 0 298 2 0 0 20 0 19 0 291516684 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606337737128 140606173552615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30701] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30701/stat : 30701 (java) S 30696 30698 26693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606299228968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30702] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30702/stat : 30702 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606298176168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30703] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30703/stat : 30703 (java) S 30696 30698 26693 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606297123880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30704] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30704/stat : 30704 (java) S 30696 30698 26693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606296071080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30705] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30705/stat : 30705 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606295017768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30706] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30706/stat : 30706 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606293964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30707] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30707/stat : 30707 (java) S 30696 30698 26693 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606292912680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30708] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30708/stat : 30708 (java) S 30696 30698 26693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606291859880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30709] ppid=30696 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/30698/task/30709/stat : 30709 (java) S 30696 30698 26693 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 291516687 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606161722088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30710] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30710/stat : 30710 (java) S 30696 30698 26693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606160668152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30711] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30711/stat : 30711 (java) S 30696 30698 26693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606159615752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30712] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30712/stat : 30712 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606158564240 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30713] ppid=30696 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/30698/task/30713/stat : 30713 (java) S 30696 30698 26693 0 -1 4202560 1672 0 0 0 13 0 0 0 20 0 19 0 291516690 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140606157510840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30714] ppid=30696 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/30698/task/30714/stat : 30714 (java) S 30696 30698 26693 0 -1 4202560 2017 0 0 0 19 0 0 0 20 0 19 0 291516690 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140605283887160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30715] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30715/stat : 30715 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140605282835064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30716] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30716/stat : 30716 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140605281782472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30717] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30717/stat : 30717 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516698 9855979520 10885 33554432000 1073741824 1073778376 140735078919968 140605280728488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9624980

[startup+6.30063 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 30717
/proc/meminfo: memFree=30691348/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9624980 CPUtime=6.73 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 7427 0 1 0 669 4 0 0 20 0 19 0 291516683 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2406245 11375 2263 9 0 2396937 0
[pid=30698/tid=30700] ppid=30696 vsize=9624980 CPUtime=6.12 cores=1,3,5,7
/proc/30698/task/30700/stat : 30700 (java) R 30696 30698 26693 0 -1 4202560 2456 0 1 0 610 2 0 0 20 0 19 0 291516684 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606337736952 140606173595267 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30701] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30701/stat : 30701 (java) S 30696 30698 26693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606299228968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30702] ppid=30696 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/30698/task/30702/stat : 30702 (java) S 30696 30698 26693 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 291516686 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606298176168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30703] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30703/stat : 30703 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606297123880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30704] ppid=30696 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/30698/task/30704/stat : 30704 (java) S 30696 30698 26693 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 291516686 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606296071080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30705] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30705/stat : 30705 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606295017768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30706] ppid=30696 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/30698/task/30706/stat : 30706 (java) S 30696 30698 26693 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291516686 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606293964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30707] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30707/stat : 30707 (java) S 30696 30698 26693 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606292912680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30708] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30708/stat : 30708 (java) S 30696 30698 26693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291516686 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606291859880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30709] ppid=30696 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/30698/task/30709/stat : 30709 (java) S 30696 30698 26693 0 -1 4202560 34 0 0 0 7 0 0 0 20 0 19 0 291516687 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606161722088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30710] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30710/stat : 30710 (java) S 30696 30698 26693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606160668152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30711] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30711/stat : 30711 (java) S 30696 30698 26693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606159615752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30712] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30712/stat : 30712 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606158564240 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30713] ppid=30696 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/30698/task/30713/stat : 30713 (java) S 30696 30698 26693 0 -1 4202560 1672 0 0 0 13 0 0 0 20 0 19 0 291516690 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140606157510840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30714] ppid=30696 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/30698/task/30714/stat : 30714 (java) S 30696 30698 26693 0 -1 4202560 2017 0 0 0 19 0 0 0 20 0 19 0 291516690 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140605283887160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30715] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30715/stat : 30715 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140605282835064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30716] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30716/stat : 30716 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140605281782472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30717] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30717/stat : 30717 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516698 9855979520 11375 33554432000 1073741824 1073778376 140735078919968 140605280728488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/30698/task/30708/stat : 30708 (java) S 30696 30698 26693 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606291859880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30709] ppid=30696 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/30698/task/30709/stat : 30709 (java) S 30696 30698 26693 0 -1 4202560 45 0 0 0 52 0 0 0 20 0 19 0 291516687 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606161722088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30710] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30710/stat : 30710 (java) S 30696 30698 26693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606160668152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30711] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30711/stat : 30711 (java) S 30696 30698 26693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606159615752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30712] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30712/stat : 30712 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606158564240 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30713] ppid=30696 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/30698/task/30713/stat : 30713 (java) S 30696 30698 26693 0 -1 4202560 1675 0 0 0 13 0 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606157510840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30714] ppid=30696 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/30698/task/30714/stat : 30714 (java) S 30696 30698 26693 0 -1 4202560 2017 0 0 0 19 0 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140605283887160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30715] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30715/stat : 30715 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140605282835064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30716] ppid=30696 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/30698/task/30716/stat : 30716 (java) S 30696 30698 26693 0 -1 4202560 9 0 0 0 0 3 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140605281782472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30717] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30717/stat : 30717 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516698 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140605280728488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 139.14
Current children cumulated vsize (KiB) 9624980

[startup+138.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 30776
/proc/meminfo: memFree=30999716/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9624980 CPUtime=139.55 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 7644 0 1 0 13947 8 0 0 20 0 19 0 291516683 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2406245 16141 2267 9 0 2396937 0
[pid=30698/tid=30700] ppid=30696 vsize=9624980 CPUtime=137.51 cores=1,3,5,7
/proc/30698/task/30700/stat : 30700 (java) R 30696 30698 26693 0 -1 4202560 2487 0 1 0 13748 3 0 0 20 0 19 0 291516684 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606337737848 140606173677328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30701] ppid=30696 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/30698/task/30701/stat : 30701 (java) S 30696 30698 26693 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606299228968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30702] ppid=30696 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/30698/task/30702/stat : 30702 (java) S 30696 30698 26693 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 19 0 291516686 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606298176168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30703] ppid=30696 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/30698/task/30703/stat : 30703 (java) S 30696 30698 26693 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 291516686 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606297123880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30704] ppid=30696 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/30698/task/30704/stat : 30704 (java) S 30696 30698 26693 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 291516686 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606296071080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30705] ppid=30696 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/30698/task/30705/stat : 30705 (java) S 30696 30698 26693 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606295017768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30706] ppid=30696 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/30698/task/30706/stat : 30706 (java) S 30696 30698 26693 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 291516686 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606293964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30707] ppid=30696 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/30698/task/30707/stat : 30707 (java) S 30696 30698 26693 0 -1 4202560 21 0 0 0 7 0 0 0 20 0 19 0 291516686 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606292912680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30708] ppid=30696 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/30698/task/30708/stat : 30708 (java) S 30696 30698 26693 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606291859880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30709] ppid=30696 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/30698/task/30709/stat : 30709 (java) S 30696 30698 26693 0 -1 4202560 45 0 0 0 52 0 0 0 20 0 19 0 291516687 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606161722088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30710] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30710/stat : 30710 (java) S 30696 30698 26693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606160668152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30711] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30711/stat : 30711 (java) S 30696 30698 26693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606159615752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30712] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30712/stat : 30712 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606158564240 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30713] ppid=30696 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/30698/task/30713/stat : 30713 (java) S 30696 30698 26693 0 -1 4202560 1675 0 0 0 14 0 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140606157510840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30714] ppid=30696 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/30698/task/30714/stat : 30714 (java) S 30696 30698 26693 0 -1 4202560 2017 0 0 0 19 0 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140605283887160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30715] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30715/stat : 30715 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140605282835064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30716] ppid=30696 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/30698/task/30716/stat : 30716 (java) S 30696 30698 26693 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 291516690 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140605281782472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30717] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30717/stat : 30717 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516698 9855979520 16141 33554432000 1073741824 1073778376 140735078919968 140605280728488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 139.55
Current children cumulated vsize (KiB) 9624980

[startup+138.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 30776
/proc/meminfo: memFree=30999716/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9624980 CPUtime=139.75 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 7645 0 1 0 13967 8 0 0 20 0 19 0 291516683 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2406245 16142 2268 9 0 2396937 0
[pid=30698/tid=30700] ppid=30696 vsize=9624980 CPUtime=137.7 cores=1,3,5,7
/proc/30698/task/30700/stat : 30700 (java) R 30696 30698 26693 0 -1 4202560 2487 0 1 0 13767 3 0 0 20 0 19 0 291516684 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606337737624 140606173353922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30701] ppid=30696 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/30698/task/30701/stat : 30701 (java) S 30696 30698 26693 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606299228968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30702] ppid=30696 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/30698/task/30702/stat : 30702 (java) S 30696 30698 26693 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606298176168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30703] ppid=30696 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/30698/task/30703/stat : 30703 (java) S 30696 30698 26693 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606297123880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30704] ppid=30696 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/30698/task/30704/stat : 30704 (java) S 30696 30698 26693 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606296071080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30705] ppid=30696 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/30698/task/30705/stat : 30705 (java) S 30696 30698 26693 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606295017768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30706] ppid=30696 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/30698/task/30706/stat : 30706 (java) S 30696 30698 26693 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606293964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30707] ppid=30696 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/30698/task/30707/stat : 30707 (java) S 30696 30698 26693 0 -1 4202560 21 0 0 0 7 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606292912680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30708] ppid=30696 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/30698/task/30708/stat : 30708 (java) S 30696 30698 26693 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606291859880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30709] ppid=30696 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/30698/task/30709/stat : 30709 (java) S 30696 30698 26693 0 -1 4202560 45 0 0 0 52 0 0 0 20 0 19 0 291516687 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606161722088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30710] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30710/stat : 30710 (java) S 30696 30698 26693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606160668152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30711] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30711/stat : 30711 (java) S 30696 30698 26693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606159615752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30712] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30712/stat : 30712 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606158564240 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30713] ppid=30696 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/30698/task/30713/stat : 30713 (java) S 30696 30698 26693 0 -1 4202560 1676 0 0 0 15 0 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606157510840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30714] ppid=30696 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/30698/task/30714/stat : 30714 (java) S 30696 30698 26693 0 -1 4202560 2017 0 0 0 19 0 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140605283887160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30715] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30715/stat : 30715 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140605282835064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30716] ppid=30696 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/30698/task/30716/stat : 30716 (java) S 30696 30698 26693 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140605281782472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30717] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30717/stat : 30717 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516698 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140605280728488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 139.75
Current children cumulated vsize (KiB) 9624980

[startup+139.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 30776
/proc/meminfo: memFree=30999716/32873844 swapFree=7112/7112
[pid=30698] ppid=30696 vsize=9624980 CPUtime=139.85 cores=1,3,5,7
/proc/30698/stat : 30698 (java) S 30696 30698 26693 0 -1 4202496 7645 0 1 0 13977 8 0 0 20 0 19 0 291516683 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140735078911104 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30698/statm: 2406245 16142 2268 9 0 2396937 0
[pid=30698/tid=30700] ppid=30696 vsize=9624980 CPUtime=137.8 cores=1,3,5,7
/proc/30698/task/30700/stat : 30700 (java) R 30696 30698 26693 0 -1 4202560 2487 0 1 0 13777 3 0 0 20 0 19 0 291516684 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606337737624 140606173677356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30701] ppid=30696 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/30698/task/30701/stat : 30701 (java) S 30696 30698 26693 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606299228968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30702] ppid=30696 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/30698/task/30702/stat : 30702 (java) S 30696 30698 26693 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606298176168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30703] ppid=30696 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/30698/task/30703/stat : 30703 (java) S 30696 30698 26693 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606297123880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30704] ppid=30696 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/30698/task/30704/stat : 30704 (java) S 30696 30698 26693 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606296071080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30705] ppid=30696 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/30698/task/30705/stat : 30705 (java) S 30696 30698 26693 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606295017768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30706] ppid=30696 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/30698/task/30706/stat : 30706 (java) S 30696 30698 26693 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606293964968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30698/tid=30707] ppid=30696 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/30698/task/30707/stat : 30707 (java) S 30696 30698 26693 0 -1 4202560 21 0 0 0 7 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606292912680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30708] ppid=30696 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/30698/task/30708/stat : 30708 (java) S 30696 30698 26693 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291516686 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606291859880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30709] ppid=30696 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/30698/task/30709/stat : 30709 (java) S 30696 30698 26693 0 -1 4202560 45 0 0 0 52 0 0 0 20 0 19 0 291516687 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606161722088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30710] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30710/stat : 30710 (java) S 30696 30698 26693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606160668152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30711] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30711/stat : 30711 (java) S 30696 30698 26693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291516687 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606159615752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30712] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30712/stat : 30712 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606158564240 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30713] ppid=30696 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/30698/task/30713/stat : 30713 (java) S 30696 30698 26693 0 -1 4202560 1676 0 0 0 15 0 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140606157510840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30698/tid=30714] ppid=30696 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/30698/task/30714/stat : 30714 (java) S 30696 30698 26693 0 -1 4202560 2017 0 0 0 19 0 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140605283887160 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30715] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30715/stat : 30715 (java) S 30696 30698 26693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140605282835064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30698/tid=30716] ppid=30696 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/30698/task/30716/stat : 30716 (java) S 30696 30698 26693 0 -1 4202560 9 0 0 0 1 3 0 0 20 0 19 0 291516690 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140605281782472 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30698/tid=30717] ppid=30696 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/30698/task/30717/stat : 30717 (java) S 30696 30698 26693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291516698 9855979520 16142 33554432000 1073741824 1073778376 140735078919968 140605280728488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 139.85
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30698 and gives
#  childrusage.ru_utime.tv_sec=139
#  childrusage.ru_utime.tv_usec=470797
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=193970
# CPU time returned by wait4() is 139.665
# while last known CPU time is 139.85
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 139.05
CPU time (s): 139.85
CPU user time (s): 139.77
CPU system time (s): 0.08
CPU usage (%): 100.575
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.471
system time used= 0.19397
maximum resident set size= 66656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7658
page faults= 1
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3977
involuntary context switches= 2535

runsolver used 0.581911 second user time and 1.47677 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-29 03:11:54
IDJOB=3718457
IDBENCH=79175
IDSOLVER=2301
FILE ID=node132/3718457-1338253914
RUNJOBID= node132-1338248099-29405
PBS_JOBID= 14624620
Free space on /tmp= 71636 MiB

SOLVER NAME= Sat4j PB  2012-05-28
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 HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718457-1338253914/watcher-3718457-1338253914 -o /tmp/evaluation-result-3718457-1338253914/solver-3718457-1338253914 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718457-1338253914.wbo

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

MD5SUM BENCH= 765d2479315862ebcb627a16e181d11d
RANDOM SEED=604204521

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.832
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.56
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.832
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.832
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:       32873844 kB
MemFree:        30729228 kB
Buffers:          495364 kB
Cached:           256832 kB
SwapCached:         2112 kB
Active:           921008 kB
Inactive:         330168 kB
Active(anon):     491672 kB
Inactive(anon):     7640 kB
Active(file):     429336 kB
Inactive(file):   322528 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:               144 kB
Writeback:             0 kB
AnonPages:        501976 kB
Mapped:            19268 kB
Shmem:                 8 kB
Slab:             754412 kB
SReclaimable:     195828 kB
SUnreclaim:       558584 kB
KernelStack:        1624 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1084320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71636 MiB
End job on node132 at 2012-05-29 03:14:13