Trace number 3709722

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 specific settings 2.3.2 snapshotSAT 183.455 182.202

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga11_9_sat_pb.cnf.cr.opb
MD5SUM5b191b5d2c07d480e8b2d3e38d895026
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.000999
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables149
Total number of constraints128
Number of constraints which are clauses108
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint5
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 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

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709722-1338130138.opb
0.10/0.11	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.039s.
0.10/0.15	c declared #vars     149
0.10/0.15	c #constraints  128
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.15	c 128 constraints processed.
0.72/0.56	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.20/0.97	c cleaning 4246 clauses out of 8505 with flag 11002/11002
1.61/1.37	c cleaning 5625 clauses out of 11257 with flag 18000/18000
2.02/1.74	c cleaning 6809 clauses out of 13632 with flag 26000/26000
2.47/2.11	c cleaning 7905 clauses out of 15823 with flag 35000/35000
2.87/2.54	c cleaning 8950 clauses out of 17918 with flag 45000/45000
3.47/3.17	c cleaning 9980 clauses out of 19970 with flag 56002/56002
4.18/3.85	c cleaning 10992 clauses out of 21989 with flag 68001/68001
4.99/4.67	c cleaning 11996 clauses out of 23996 with flag 81000/81000
5.90/5.59	c cleaning 12996 clauses out of 26000 with flag 95000/95000
6.69/6.36	c cleaning 13990 clauses out of 28004 with flag 110000/110000
7.50/7.17	c cleaning 15001 clauses out of 30015 with flag 126001/126001
8.30/7.95	c cleaning 16002 clauses out of 32014 with flag 143001/143001
9.21/8.81	c cleaning 17001 clauses out of 34011 with flag 161000/161000
10.01/9.62	c cleaning 17996 clauses out of 36010 with flag 180000/180000
11.44/11.03	c cleaning 18991 clauses out of 38014 with flag 200000/200000
12.84/12.43	c cleaning 20009 clauses out of 40023 with flag 221000/221000
13.94/13.53	c cleaning 20997 clauses out of 42015 with flag 243001/243001
14.94/14.59	c cleaning 22006 clauses out of 44020 with flag 266003/266003
16.35/15.97	c cleaning 22990 clauses out of 46011 with flag 290000/290000
17.85/17.47	c cleaning 24007 clauses out of 48023 with flag 315002/315002
19.67/19.27	c cleaning 25004 clauses out of 50016 with flag 341002/341002
21.20/20.80	c cleaning 25999 clauses out of 52011 with flag 368001/368001
23.24/22.74	c cleaning 27003 clauses out of 54012 with flag 396001/396001
25.05/24.56	c cleaning 28000 clauses out of 56010 with flag 425002/425002
26.77/26.25	c cleaning 28986 clauses out of 58010 with flag 455002/455002
28.59/28.04	c cleaning 30007 clauses out of 60022 with flag 486000/486000
30.71/30.19	c cleaning 30986 clauses out of 62015 with flag 518000/518000
32.94/32.32	c cleaning 32005 clauses out of 64031 with flag 551002/551002
35.06/34.48	c cleaning 33000 clauses out of 66024 with flag 585000/585000
38.08/37.45	c cleaning 34006 clauses out of 68024 with flag 620000/620000
40.97/40.31	c cleaning 35004 clauses out of 70019 with flag 656001/656001
43.50/42.84	c cleaning 35999 clauses out of 72016 with flag 693002/693002
45.90/45.23	c cleaning 36999 clauses out of 74016 with flag 731001/731001
48.92/48.23	c cleaning 37996 clauses out of 76016 with flag 770000/770000
51.44/50.73	c cleaning 39006 clauses out of 78021 with flag 810001/810001
54.16/53.43	c cleaning 39992 clauses out of 80016 with flag 851002/851002
57.07/56.37	c cleaning 41006 clauses out of 82022 with flag 893000/893000
60.27/59.51	c cleaning 42000 clauses out of 84016 with flag 936000/936000
64.18/63.44	c cleaning 42998 clauses out of 86016 with flag 980000/980000
69.40/68.62	c cleaning 43996 clauses out of 88020 with flag 1025002/1025002
74.32/73.51	c cleaning 44994 clauses out of 90022 with flag 1071000/1071000
77.76/76.98	c cleaning 46010 clauses out of 92028 with flag 1118000/1118000
82.06/81.25	c cleaning 47005 clauses out of 94024 with flag 1166006/1166006
86.38/85.59	c cleaning 47996 clauses out of 96014 with flag 1215001/1215001
91.60/90.76	c cleaning 48999 clauses out of 98017 with flag 1265000/1265000
97.32/96.44	c cleaning 50001 clauses out of 100018 with flag 1316000/1316000
102.08/101.19	c cleaning 50997 clauses out of 102019 with flag 1368002/1368002
107.19/106.28	c cleaning 52007 clauses out of 104024 with flag 1421004/1421004
112.01/111.05	c cleaning 52993 clauses out of 106013 with flag 1475000/1475000
117.03/116.03	c cleaning 54001 clauses out of 108020 with flag 1530000/1530000
122.25/121.23	c cleaning 54998 clauses out of 110019 with flag 1586000/1586000
126.49/125.45	c cleaning 56005 clauses out of 112023 with flag 1643002/1643002
130.61/129.57	c cleaning 56995 clauses out of 114016 with flag 1701000/1701000
135.83/134.77	c cleaning 58000 clauses out of 116021 with flag 1760000/1760000
140.95/139.84	c cleaning 59007 clauses out of 118025 with flag 1820004/1820004
145.96/144.85	c cleaning 60000 clauses out of 120014 with flag 1881000/1881000
151.11/149.98	c cleaning 61001 clauses out of 122016 with flag 1943002/1943002
156.32/155.12	c cleaning 61993 clauses out of 124014 with flag 2006001/2006001
161.74/160.59	c cleaning 63000 clauses out of 126020 with flag 2070000/2070000
169.14/167.98	c cleaning 64008 clauses out of 128020 with flag 2135000/2135000
175.67/174.46	c cleaning 64995 clauses out of 130015 with flag 2201003/2201003
182.18/180.99	c cleaning 66002 clauses out of 132018 with flag 2268001/2268001
183.43/182.17	c starts		: 228
183.43/182.17	c conflicts		: 2283700
183.43/182.17	c decisions		: 2965073
183.43/182.17	c propagations		: 31153255
183.43/182.17	c inspects		: 2859546771
183.43/182.17	c shortcuts		: 0
183.43/182.17	c learnt literals	: 0
183.43/182.17	c learnt binary clauses	: 0
183.43/182.17	c learnt ternary clauses	: 2
183.43/182.17	c learnt constraints	: 2283700
183.43/182.17	c ignored constraints	: 0
183.43/182.17	c root simplifications	: 228
183.43/182.17	c removed literals (reason simplification)	: 1254559
183.43/182.17	c reason swapping (by a shorter reason)	: 0
183.43/182.17	c Calls to reduceDB	: 63
183.43/182.17	c number of reductions to clauses (during analyze)	: 0
183.43/182.17	c number of learned constraints concerned by reduction	: 0
183.43/182.17	c number of learning phase by resolution	: 0
183.43/182.17	c number of learning phase by cutting planes	: 0
183.43/182.17	c speed (assignments/second)	: 171163.26665164912
183.43/182.17	c non guided choices	424
183.43/182.19	c learnt constraints type 
183.43/182.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81715
183.43/182.19	c constraints type 
183.43/182.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
183.43/182.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
183.43/182.19	c 128 constraints processed.
183.43/182.19	s SATISFIABLE
183.43/182.19	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 -x111 x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 x148 -x149 
183.43/182.19	c Total wall clock time (in seconds): 182.079

Verifier Data

OK	0

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-3709722-1338130138/watcher-3709722-1338130138 -o /tmp/evaluation-result-3709722-1338130138/solver-3709722-1338130138 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709722-1338130138.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.89 1.97 1.99 3/194 29092
/proc/meminfo: memFree=30830364/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 1237 0 0 0 0 0 0 0 20 0 2 0 279138678 98635776 944 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 24081 954 723 9 0 16771 0
[pid=29092/tid=29093] ppid=29090 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 2 0 279138678 98635776 963 33554432000 1073741824 1073778376 140735224899936 140494106152488 213410428000 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0356621 s]
/proc/loadavg: 1.89 1.97 1.99 3/194 29092
/proc/meminfo: memFree=30830364/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 3015 0 1 0 2 0 0 0 20 0 13 0 279138678 9446973440 3711 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2306390 3711 1692 9 0 2297091 0
[pid=29092/tid=29093] ppid=29090 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 1832 0 1 0 1 0 0 0 20 0 13 0 279138678 9446973440 3711 33554432000 1073741824 1073778376 140735224899936 140494106153200 213423023373 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100282 s]
/proc/loadavg: 1.89 1.97 1.99 3/194 29092
/proc/meminfo: memFree=30830364/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 4292 0 1 0 9 1 0 0 20 0 18 0 279138678 9787842560 6009 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2389610 6009 2116 9 0 2380296 0
[pid=29092/tid=29093] ppid=29090 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 2419 0 1 0 7 0 0 0 20 0 18 0 279138678 9787842560 6009 33554432000 1073741824 1073778376 140735224899936 140494106156264 140494108957824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300242 s]
/proc/loadavg: 1.89 1.97 1.99 3/194 29092
/proc/meminfo: memFree=30830364/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 6625 0 1 0 49 1 0 0 20 0 19 0 279138678 9856004096 8513 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2406251 8513 2227 9 0 2396937 0
[pid=29092/tid=29093] ppid=29090 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 2502 0 1 0 27 0 0 0 20 0 19 0 279138678 9856004096 8513 33554432000 1073741824 1073778376 140735224899936 140494106157464 140493967587475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700238 s]
/proc/loadavg: 1.89 1.97 1.99 3/194 29092
/proc/meminfo: memFree=30830364/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 7046 0 1 0 98 1 0 0 20 0 19 0 279138678 9856004096 10113 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2406251 10113 2268 9 0 2396937 0
[pid=29092/tid=29093] ppid=29090 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 2506 0 1 0 66 0 0 0 20 0 19 0 279138678 9856004096 10113 33554432000 1073741824 1073778376 140735224899936 140494106157480 140493967542128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.89 1.97 1.99 3/213 29111
/proc/meminfo: memFree=30793432/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9625004 CPUtime=1.82 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 7070 0 1 0 181 1 0 0 20 0 19 0 279138678 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2406251 11148 2270 9 0 2396937 0
[pid=29092/tid=29093] ppid=29090 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 2507 0 1 0 144 0 0 0 20 0 19 0 279138678 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140494106157480 140493967595728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29095] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140494095219240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29096] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140494094166440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29097] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29090 29092 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140494093113640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29092/tid=29098] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29090 29092 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140494092060840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29099] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29090 29092 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140494091009064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29100] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29090 29092 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140494089956264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29101] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29090 29092 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140494088903464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29102] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29090 29092 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140494087850664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29103] ppid=29090 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29090 29092 28151 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 279138680 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140493930015208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29104] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29090 29092 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140493928961272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29105] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140493927908360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29106] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140493926856848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29107] ppid=29090 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29090 29092 28151 0 -1 4202560 1175 0 0 0 13 0 0 0 20 0 19 0 279138683 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140493925804984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29108] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29108/stat : 29108 (java) S 29090 29092 28151 0 -1 4202560 2131 0 0 0 18 0 0 0 20 0 19 0 279138683 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140493924752184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29109] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29109/stat : 29109 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140493923699576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29110] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29110/stat : 29110 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140493922646984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29111] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29111/stat : 29111 (java) S 29090 29092 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279138694 9856004096 11148 33554432000 1073741824 1073778376 140735224899936 140493921592488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 1.90 1.97 1.99 3/213 29111
/proc/meminfo: memFree=30765072/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9625004 CPUtime=3.47 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 7387 0 1 0 346 1 0 0 20 0 19 0 279138678 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2406251 11156 2271 9 0 2396937 0
[pid=29092/tid=29093] ppid=29090 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 2509 0 1 0 300 0 0 0 20 0 19 0 279138678 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140494106157360 140493967523536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29095] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140494095219240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29096] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29090 29092 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140494094166440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29097] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29090 29092 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140494093113640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29092/tid=29098] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29090 29092 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140494092060840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29099] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29090 29092 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140494091009064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29100] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29090 29092 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140494089956264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29092/tid=29101] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29090 29092 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140494088903464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29102] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29090 29092 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140494087850664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29103] ppid=29090 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29090 29092 28151 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 279138680 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140493930015208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29104] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29090 29092 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140493928961272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29105] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140493927908360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29106] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140493926856848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29107] ppid=29090 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29090 29092 28151 0 -1 4202560 1484 0 0 0 17 0 0 0 20 0 19 0 279138683 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140493925804984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29108] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29108/stat : 29108 (java) S 29090 29092 28151 0 -1 4202560 2131 0 0 0 18 0 0 0 20 0 19 0 279138683 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140493924752184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29109] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29109/stat : 29109 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140493923699576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29110] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29110/stat : 29110 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140493922646984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29111] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29111/stat : 29111 (java) S 29090 29092 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279138694 9856004096 11156 33554432000 1073741824 1073778376 140735224899936 140493921592488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 1.90 1.97 1.99 3/213 29111
/proc/meminfo: memFree=30741240/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9625004 CPUtime=6.69 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 7425 0 1 0 667 2 0 0 20 0 19 0 279138678 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2406251 12089 2271 9 0 2396937 0
[pid=29092/tid=29093] ppid=29090 vsize=9625004 CPUtime=6.13 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 2514 0 1 0 613 0 0 0 20 0 19 0 279138678 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140494106157360 140493967546875 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29095] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29090 29092 28151 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140494095219240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29096] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29090 29092 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140494094166440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29097] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29090 29092 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140494093113640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29092/tid=29098] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29090 29092 28151 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140494092060840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29099] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29090 29092 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140494091009064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29100] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140494089956264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29092/tid=29101] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29090 29092 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140494088903464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29102] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29090 29092 28151 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 279138679 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140494087850664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29103] ppid=29090 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29090 29092 28151 0 -1 4202560 35 0 0 0 9 0 0 0 20 0 19 0 279138680 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140493930015208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29104] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29090 29092 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140493928961272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29105] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140493927908360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29106] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140493926856848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29107] ppid=29090 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29090 29092 28151 0 -1 4202560 1484 0 0 0 17 0 0 0 20 0 19 0 279138683 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140493925804984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29108] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29108/stat : 29108 (java) S 29090 29092 28151 0 -1 4202560 2131 0 0 0 18 0 0 0 20 0 19 0 279138683 9856004096 12089 33554432000 1073741824 1073778376 140735224899936 140493924752184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/29092/task/29105/stat : 29105 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 22665 33554432000 1073741824 1073778376 140735224899936 140493927908360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29106] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 22665 33554432000 1073741824 1073778376 140735224899936 140493926856848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29107] ppid=29090 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29090 29092 28151 0 -1 4202560 1484 0 0 0 17 0 0 0 20 0 19 0 279138683 9856004096 22665 33554432000 1073741824 1073778376 140735224899936 140493925804984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29108] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29108/stat : 29108 (java) S 29090 29092 28151 0 -1 4202560 2131 0 0 0 18 0 0 0 20 0 19 0 279138683 9856004096 22665 33554432000 1073741824 1073778376 140735224899936 140493924752184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29109] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29109/stat : 29109 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 22665 33554432000 1073741824 1073778376 140735224899936 140493923699576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29110] ppid=29090 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29092/task/29110/stat : 29110 (java) S 29090 29092 28151 0 -1 4202560 11 0 0 0 2 1 0 0 20 0 19 0 279138683 9856004096 22665 33554432000 1073741824 1073778376 140735224899936 140493922646984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29111] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29111/stat : 29111 (java) S 29090 29092 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279138694 9856004096 22665 33554432000 1073741824 1073778376 140735224899936 140493921592488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 181.98
Current children cumulated vsize (KiB) 9625004

[startup+181.507 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 29114
/proc/meminfo: memFree=30471888/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9625004 CPUtime=182.83 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 7915 0 1 0 18276 7 0 0 20 0 19 0 279138678 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2406251 22668 2271 9 0 2396937 0
[pid=29092/tid=29093] ppid=29090 vsize=9625004 CPUtime=179.32 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 2572 0 1 0 17929 3 0 0 20 0 19 0 279138678 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494106157480 140493967547646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29095] ppid=29090 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29090 29092 28151 0 -1 4202560 51 0 0 0 16 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494095219240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29096] ppid=29090 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29090 29092 28151 0 -1 4202560 58 0 0 0 16 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494094166440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29097] ppid=29090 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29090 29092 28151 0 -1 4202560 28 0 0 0 16 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494093113640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29098] ppid=29090 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29090 29092 28151 0 -1 4202560 58 0 0 0 17 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494092060840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29099] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29090 29092 28151 0 -1 4202560 58 0 0 0 18 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494091009064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29100] ppid=29090 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29090 29092 28151 0 -1 4202560 100 0 0 0 15 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494089956264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29092/tid=29101] ppid=29090 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29090 29092 28151 0 -1 4202560 64 0 0 0 15 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494088903464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29102] ppid=29090 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29090 29092 28151 0 -1 4202560 61 0 0 0 19 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494087850664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29103] ppid=29090 vsize=9625004 CPUtime=1.24 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29090 29092 28151 0 -1 4202560 52 0 0 0 124 0 0 0 20 0 19 0 279138680 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493930015208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29104] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29090 29092 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493928961272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29105] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493927908360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29106] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493926856848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29107] ppid=29090 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29090 29092 28151 0 -1 4202560 1484 0 0 0 17 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493925804984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29108] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29108/stat : 29108 (java) S 29090 29092 28151 0 -1 4202560 2131 0 0 0 18 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493924752184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29109] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29109/stat : 29109 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493923699576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29110] ppid=29090 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29092/task/29110/stat : 29110 (java) S 29090 29092 28151 0 -1 4202560 11 0 0 0 2 1 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493922646984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29111] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29111/stat : 29111 (java) S 29090 29092 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279138694 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493921592488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 182.83
Current children cumulated vsize (KiB) 9625004

[startup+181.901 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 29114
/proc/meminfo: memFree=30471888/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9625004 CPUtime=183.23 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 7915 0 1 0 18316 7 0 0 20 0 19 0 279138678 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2406251 22668 2271 9 0 2396937 0
[pid=29092/tid=29093] ppid=29090 vsize=9625004 CPUtime=179.71 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 2572 0 1 0 17968 3 0 0 20 0 19 0 279138678 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494106157480 140493967546875 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29095] ppid=29090 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29090 29092 28151 0 -1 4202560 51 0 0 0 16 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494095219240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29096] ppid=29090 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29090 29092 28151 0 -1 4202560 58 0 0 0 16 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494094166440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29097] ppid=29090 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29090 29092 28151 0 -1 4202560 28 0 0 0 16 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494093113640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29098] ppid=29090 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29090 29092 28151 0 -1 4202560 58 0 0 0 17 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494092060840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29099] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29090 29092 28151 0 -1 4202560 58 0 0 0 18 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494091009064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29100] ppid=29090 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29090 29092 28151 0 -1 4202560 100 0 0 0 15 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494089956264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29092/tid=29101] ppid=29090 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29090 29092 28151 0 -1 4202560 64 0 0 0 15 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494088903464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29102] ppid=29090 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29090 29092 28151 0 -1 4202560 61 0 0 0 19 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494087850664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29103] ppid=29090 vsize=9625004 CPUtime=1.24 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29090 29092 28151 0 -1 4202560 52 0 0 0 124 0 0 0 20 0 19 0 279138680 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493930015208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29104] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29090 29092 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493928961272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29105] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493927908360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29106] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493926856848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29107] ppid=29090 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29090 29092 28151 0 -1 4202560 1484 0 0 0 17 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493925804984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29108] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29108/stat : 29108 (java) S 29090 29092 28151 0 -1 4202560 2131 0 0 0 18 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493924752184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29109] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29109/stat : 29109 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493923699576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29110] ppid=29090 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29092/task/29110/stat : 29110 (java) S 29090 29092 28151 0 -1 4202560 11 0 0 0 2 1 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493922646984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29111] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29111/stat : 29111 (java) S 29090 29092 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279138694 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493921592488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 183.23
Current children cumulated vsize (KiB) 9625004

[startup+182.101 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 29114
/proc/meminfo: memFree=30471888/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=9625004 CPUtime=183.43 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29090 29092 28151 0 -1 4202496 7915 0 1 0 18336 7 0 0 20 0 19 0 279138678 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140735224891072 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 2406251 22668 2271 9 0 2396937 0
[pid=29092/tid=29093] ppid=29090 vsize=9625004 CPUtime=179.91 cores=0,2,4,6
/proc/29092/task/29093/stat : 29093 (java) R 29090 29092 28151 0 -1 4202560 2572 0 1 0 17988 3 0 0 20 0 19 0 279138678 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494106157360 140493967523593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29095] ppid=29090 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29090 29092 28151 0 -1 4202560 51 0 0 0 16 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494095219240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29096] ppid=29090 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29090 29092 28151 0 -1 4202560 58 0 0 0 16 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494094166440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29097] ppid=29090 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29090 29092 28151 0 -1 4202560 28 0 0 0 16 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494093113640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29098] ppid=29090 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29090 29092 28151 0 -1 4202560 58 0 0 0 17 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494092060840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29099] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29090 29092 28151 0 -1 4202560 58 0 0 0 18 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494091009064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29100] ppid=29090 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29090 29092 28151 0 -1 4202560 100 0 0 0 15 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494089956264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29092/tid=29101] ppid=29090 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29090 29092 28151 0 -1 4202560 64 0 0 0 15 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494088903464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29102] ppid=29090 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29090 29092 28151 0 -1 4202560 61 0 0 0 19 0 0 0 20 0 19 0 279138679 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140494087850664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29103] ppid=29090 vsize=9625004 CPUtime=1.24 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29090 29092 28151 0 -1 4202560 52 0 0 0 124 0 0 0 20 0 19 0 279138680 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493930015208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29104] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29090 29092 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493928961272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29105] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29090 29092 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279138681 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493927908360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29106] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493926856848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29092/tid=29107] ppid=29090 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29090 29092 28151 0 -1 4202560 1484 0 0 0 17 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493925804984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29108] ppid=29090 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/29092/task/29108/stat : 29108 (java) S 29090 29092 28151 0 -1 4202560 2131 0 0 0 18 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493924752184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29109] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29109/stat : 29109 (java) S 29090 29092 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493923699576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29092/tid=29110] ppid=29090 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29092/task/29110/stat : 29110 (java) S 29090 29092 28151 0 -1 4202560 11 0 0 0 2 1 0 0 20 0 19 0 279138683 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493922646984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29092/tid=29111] ppid=29090 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29111/stat : 29111 (java) S 29090 29092 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279138694 9856004096 22668 33554432000 1073741824 1073778376 140735224899936 140493921592488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 183.43
Current children cumulated vsize (KiB) 9625004

[startup+182.201 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 29114
/proc/meminfo: memFree=30471888/32873844 swapFree=6600/6600
[pid=29092] ppid=29090 vsize=0 CPUtime=183.22 cores=0,2,4,6
/proc/29092/stat : 29092 (java) Z 29090 29092 28151 0 -1 4203532 8122 0 1 0 18305 17 0 0 20 0 2 0 279138678 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29092/statm: 0 0 0 0 0 0 0
[pid=29092/tid=29102] ppid=29090 vsize=0 CPUtime=0.19 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) R 29090 29092 28151 0 -1 4203588 61 0 0 0 19 0 0 0 20 0 2 0 279138679 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 183.22
Current children cumulated vsize (KiB) 0

Child status: 10

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

Real time (s): 182.202
CPU time (s): 183.455
CPU user time (s): 183.374
CPU system time (s): 0.080972
CPU usage (%): 100.688
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.064
system time used= 0.180972
maximum resident set size= 91396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8122
page faults= 1
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5774
involuntary context switches= 4179

runsolver used 0.531919 second user time and 1.53677 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 16:48:58
IDJOB=3709722
IDBENCH=1425
IDSOLVER=2289
FILE ID=node140/3709722-1338130138
RUNJOBID= node140-1338124688-28167
PBS_JOBID= 14624514
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga11_9_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709722-1338130138/watcher-3709722-1338130138 -o /tmp/evaluation-result-3709722-1338130138/solver-3709722-1338130138 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709722-1338130138.opb

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

MD5SUM BENCH= 5b191b5d2c07d480e8b2d3e38d895026
RANDOM SEED=1784212675

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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	: 5331.91
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.094
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	: 5331.91
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.094
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	: 5331.91
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.094
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	: 5331.92
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.094
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	: 5331.88
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.094
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	: 5331.90
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.094
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30830892 kB
Buffers:          381256 kB
Cached:           703852 kB
SwapCached:         1492 kB
Active:           909928 kB
Inactive:         245564 kB
Active(anon):      62436 kB
Inactive(anon):     8612 kB
Active(file):     847492 kB
Inactive(file):   236952 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:              1920 kB
Writeback:             8 kB
AnonPages:         98564 kB
Mapped:            19812 kB
Shmem:                 8 kB
Slab:             718844 kB
SReclaimable:     160572 kB
SUnreclaim:       558272 kB
KernelStack:        1592 kB
PageTables:         4440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 71332 MiB
End job on node140 at 2012-05-27 16:52:01