Trace number 3731670

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 NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 821.14 816.773

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM6389567e651775a5f815611581d2023e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark659
Best CPU time to get the best result obtained on this benchmark1800.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 474
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494177
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494177
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.09	c no version file found!!!
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version	1.6.0_24
0.07/0.09	c os.name	Linux
0.07/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch	amd64
0.07/0.09	c Free memory 1599470296
0.07/0.09	c Max memory 1607860224
0.07/0.09	c Total memory 1607860224
0.07/0.09	c Number of processors 8
0.07/0.12	--- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.12	c No reason simplification
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3731670-1338687674.opb
0.07/0.12	c reading problem ... 
3.96/3.21	c ... done. Wall clock time 3.098s.
3.96/3.21	c CPU time (experimental) 3.04s.
3.96/3.21	c #vars     10000
3.96/3.21	c #constraints  656900
290.34/286.95	c cleaning 92236 clauses out of 184500 for limit 7.96940569411071E-6
290.75/287.33	c cleaning 46377 clauses out of 92767 for limit 2.6217315261682127E-5
291.05/287.62	c cleaning 23442 clauses out of 46892 for limit 8.57053401397939E-5
291.25/287.88	c cleaning 11964 clauses out of 23947 for limit 2.7593569008503766E-4
291.55/288.18	c cleaning 6235 clauses out of 12482 for limit 8.721600464946194E-4
291.85/288.49	c cleaning 3366 clauses out of 6747 for limit 0.0026608815543584926
292.15/288.76	c cleaning 1933 clauses out of 3881 for limit 0.007628664180674248
292.35/288.94	c cleaning 1219 clauses out of 2447 for limit 0.01993331574114303
292.55/289.10	c cleaning 858 clauses out of 1730 for limit 0.0465899584099573
292.65/289.23	c cleaning 679 clauses out of 1370 for limit 0.09682883846502215
292.75/289.36	c cleaning 586 clauses out of 1191 for limit 0.18368319074554504
292.85/289.45	c cleaning 531 clauses out of 1106 for limit 0.32652500755394936
292.95/289.58	c cleaning 520 clauses out of 1074 for limit 0.5539730902821606
293.14/289.71	c cleaning 505 clauses out of 1054 for limit 0.9309111380119274
293.25/289.84	c cleaning 515 clauses out of 1049 for limit 1.5425144325400975
293.35/289.97	c cleaning 507 clauses out of 1034 for limit 2.580715157787061
293.54/290.11	c cleaning 492 clauses out of 1027 for limit 4.284952922443087
293.64/290.26	c cleaning 506 clauses out of 1036 for limit 7.012084513133976
293.85/290.42	c cleaning 506 clauses out of 1031 for limit 11.631577821502413
293.94/290.54	c cleaning 504 clauses out of 1025 for limit 19.294312913503425
294.04/290.68	c cleaning 485 clauses out of 1019 for limit 31.942276332522336
806.05/801.64	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
808.85/804.42		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
810.76/806.39		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
813.05/808.65		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
815.35/810.92		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
820.04/815.63	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
820.04/815.63		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
820.04/815.63		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
820.55/816.20		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
821.14/816.76		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
821.14/816.76		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

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-3731670-1338687674/watcher-3731670-1338687674 -o /tmp/evaluation-result-3731670-1338687674/solver-3731670-1338687674 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731670-1338687674.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: 2.00 2.00 2.00 2/194 29340
/proc/meminfo: memFree=28381676/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29340/stat : 29340 (java) D 29338 29340 28047 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 334896082 9515008 182 33554432000 1073741824 1073778376 140736623983616 140736623974648 245294251701 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 2323 182 140 9 0 71 0

[startup+0.093319 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 29340
/proc/meminfo: memFree=28381676/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 4128 0 1 0 6 1 0 0 20 0 18 0 334896082 3028844544 5846 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.10022 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 29340
/proc/meminfo: memFree=28381676/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 4140 0 1 0 6 1 0 0 20 0 18 0 334896082 3028844544 5858 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 739464 5858 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 29340
/proc/meminfo: memFree=28381676/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 5910 0 1 0 41 1 0 0 20 0 18 0 334896082 3028844544 9602 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 739464 9602 2232 9 0 729885 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2957856

[startup+0.700242 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 29340
/proc/meminfo: memFree=28381676/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=2957856 CPUtime=1.07 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 8795 0 1 0 103 4 0 0 20 0 18 0 334896082 3028844544 43605 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 739464 43605 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 2957856

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 29358
/proc/meminfo: memFree=28064892/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=2957856 CPUtime=1.94 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 8980 0 1 0 185 9 0 0 20 0 18 0 334896082 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 739464 115306 2269 9 0 729885 0
[pid=29340/tid=29342] ppid=29338 vsize=2957856 CPUtime=1.43 cores=0,2,4,6
/proc/29340/task/29342/stat : 29342 (java) R 29338 29340 28047 0 -1 4202560 3241 0 1 0 135 8 0 0 20 0 18 0 334896084 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209260154504 140209090389402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29343] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29343/stat : 29343 (java) S 29338 29340 28047 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 334896085 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209243580968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29344] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29344/stat : 29344 (java) S 29338 29340 28047 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 334896085 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209242528168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29345] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29345/stat : 29345 (java) S 29338 29340 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 334896085 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209241475368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29346] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29346/stat : 29346 (java) S 29338 29340 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 334896085 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209240422568 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29347] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29347/stat : 29347 (java) S 29338 29340 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 334896085 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209239370792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29348] ppid=29338 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/29340/task/29348/stat : 29348 (java) S 29338 29340 28047 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 334896085 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209238317992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29349] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29349/stat : 29349 (java) S 29338 29340 28047 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 334896085 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209237265192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29350] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29350/stat : 29350 (java) S 29338 29340 28047 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 334896085 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209236212392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29351] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29351/stat : 29351 (java) S 29338 29340 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 334896086 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209223801320 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29352] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29352/stat : 29352 (java) S 29338 29340 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 334896087 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209222747384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29353] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29353/stat : 29353 (java) S 29338 29340 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 334896087 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209221694472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29354] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29354/stat : 29354 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334896090 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209220642960 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29355] ppid=29338 vsize=2957856 CPUtime=0.22 cores=0,2,4,6
/proc/29340/task/29355/stat : 29355 (java) S 29338 29340 28047 0 -1 4202560 2792 0 0 0 22 0 0 0 20 0 18 0 334896090 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209219591096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29356] ppid=29338 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/29340/task/29356/stat : 29356 (java) S 29338 29340 28047 0 -1 4202560 1714 0 0 0 15 0 0 0 20 0 18 0 334896090 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209218538296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29357] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29357/stat : 29357 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334896090 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209217485688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29358] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29358/stat : 29358 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334896090 3028844544 115306 33554432000 1073741824 1073778376 140736530224672 140209216433096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 2957856

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 29358
/proc/meminfo: memFree=27895964/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=2957856 CPUtime=3.85 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 9113 0 1 0 366 19 0 0 20 0 18 0 334896082 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 739464 130678 2269 9 0 729885 0
[pid=29340/tid=29342] ppid=29338 vsize=2957856 CPUtime=2.93 cores=0,2,4,6
/proc/29340/task/29342/stat : 29342 (java) R 29338 29340 28047 0 -1 4202560 3243 0 1 0 285 8 0 0 20 0 18 0 334896084 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209260154392 140209090389058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29343] ppid=29338 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/29340/task/29343/stat : 29343 (java) S 29338 29340 28047 0 -1 4202560 42 0 0 0 7 3 0 0 20 0 18 0 334896085 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209243580968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29344] ppid=29338 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/29340/task/29344/stat : 29344 (java) S 29338 29340 28047 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 334896085 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209242528168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29345] ppid=29338 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/29340/task/29345/stat : 29345 (java) S 29338 29340 28047 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 18 0 334896085 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209241475368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29346] ppid=29338 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/29340/task/29346/stat : 29346 (java) S 29338 29340 28047 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 334896085 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209240422568 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29347] ppid=29338 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/29340/task/29347/stat : 29347 (java) S 29338 29340 28047 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 334896085 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209239370792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29348] ppid=29338 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/29340/task/29348/stat : 29348 (java) S 29338 29340 28047 0 -1 4202560 28 0 0 0 7 1 0 0 20 0 18 0 334896085 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209238317992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29349] ppid=29338 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/29340/task/29349/stat : 29349 (java) S 29338 29340 28047 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 334896085 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209237265192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29350] ppid=29338 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/29340/task/29350/stat : 29350 (java) S 29338 29340 28047 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 334896085 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209236212392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29351] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29351/stat : 29351 (java) S 29338 29340 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 334896086 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209223801320 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29352] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29352/stat : 29352 (java) S 29338 29340 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 334896087 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209222747384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29353] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29353/stat : 29353 (java) S 29338 29340 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 334896087 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209221694472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29354] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29354/stat : 29354 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334896090 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209220642960 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29355] ppid=29338 vsize=2957856 CPUtime=0.22 cores=0,2,4,6
/proc/29340/task/29355/stat : 29355 (java) S 29338 29340 28047 0 -1 4202560 2792 0 0 0 22 0 0 0 20 0 18 0 334896090 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209219591096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29356] ppid=29338 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/29340/task/29356/stat : 29356 (java) S 29338 29340 28047 0 -1 4202560 1714 0 0 0 15 0 0 0 20 0 18 0 334896090 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209218538296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29357] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29357/stat : 29357 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334896090 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209217485688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29358] ppid=29338 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29358/stat : 29358 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 334896090 3028844544 130678 33554432000 1073741824 1073778376 140736530224672 140209216433096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 2957856

[startup+6.30071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29359
/proc/meminfo: memFree=27866168/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=3024420 CPUtime=7.5 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 11399 0 1 0 730 20 0 0 20 0 19 0 334896082 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 756105 130866 2293 9 0 746526 0
[pid=29340/tid=29342] ppid=29338 vsize=3024420 CPUtime=6.12 cores=0,2,4,6
/proc/29340/task/29342/stat : 29342 (java) R 29338 29340 28047 0 -1 4202560 3257 0 1 0 604 8 0 0 20 0 19 0 334896084 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209260155304 140209090722869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29343] ppid=29338 vsize=3024420 CPUtime=0.1 cores=0,2,4,6
/proc/29340/task/29343/stat : 29343 (java) S 29338 29340 28047 0 -1 4202560 42 0 0 0 7 3 0 0 20 0 19 0 334896085 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209243580968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29344] ppid=29338 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/29340/task/29344/stat : 29344 (java) S 29338 29340 28047 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 334896085 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209242528168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29345] ppid=29338 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/29340/task/29345/stat : 29345 (java) S 29338 29340 28047 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 334896085 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209241475368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29346] ppid=29338 vsize=3024420 CPUtime=0.06 cores=0,2,4,6
/proc/29340/task/29346/stat : 29346 (java) S 29338 29340 28047 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 334896085 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209240422568 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29347] ppid=29338 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/29340/task/29347/stat : 29347 (java) S 29338 29340 28047 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 19 0 334896085 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209239370792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29348] ppid=29338 vsize=3024420 CPUtime=0.08 cores=0,2,4,6
/proc/29340/task/29348/stat : 29348 (java) S 29338 29340 28047 0 -1 4202560 28 0 0 0 7 1 0 0 20 0 19 0 334896085 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209238317992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29349] ppid=29338 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/29340/task/29349/stat : 29349 (java) S 29338 29340 28047 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 334896085 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209237265192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29350] ppid=29338 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/29340/task/29350/stat : 29350 (java) S 29338 29340 28047 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 334896085 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209236212392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29351] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29351/stat : 29351 (java) S 29338 29340 28047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334896086 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209223801320 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29352] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29352/stat : 29352 (java) S 29338 29340 28047 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334896087 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209222747384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29353] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29353/stat : 29353 (java) S 29338 29340 28047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334896087 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209221694472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29354] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29354/stat : 29354 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334896090 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209220642960 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29355] ppid=29338 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/29340/task/29355/stat : 29355 (java) S 29338 29340 28047 0 -1 4202560 3150 0 0 0 44 0 0 0 20 0 19 0 334896090 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209219591096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29356] ppid=29338 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/29340/task/29356/stat : 29356 (java) S 29338 29340 28047 0 -1 4202560 3619 0 0 0 38 0 0 0 20 0 19 0 334896090 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209218538296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29357] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29357/stat : 29357 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334896090 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209217485688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29358] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29358/stat : 29358 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334896090 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209216433096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29359] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29359/stat : 29359 (java) S 29338 29340 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334896416 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140209214231720 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29359
/proc/meminfo: memFree=27866192/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=3024420 CPUtime=13.96 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 11399 0 1 0 1376 20 0 0 20 0 19 0 334896082 3097006080 130866 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/29340/task/29353/stat : 29353 (java) S 29338 29340 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334896087 3097006080 418191 33554432000 1073741824 1073778376 140736530224672 140209221694472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29354] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29354/stat : 29354 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334896090 3097006080 418191 33554432000 1073741824 1073778376 140736530224672 140209220642960 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29355] ppid=29338 vsize=3024420 CPUtime=0.5 cores=0,2,4,6
/proc/29340/task/29355/stat : 29355 (java) S 29338 29340 28047 0 -1 4202560 3151 0 0 0 50 0 0 0 20 0 19 0 334896090 3097006080 418191 33554432000 1073741824 1073778376 140736530224672 140209219591096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29356] ppid=29338 vsize=3024420 CPUtime=0.46 cores=0,2,4,6
/proc/29340/task/29356/stat : 29356 (java) S 29338 29340 28047 0 -1 4202560 3630 0 0 0 46 0 0 0 20 0 19 0 334896090 3097006080 418191 33554432000 1073741824 1073778376 140736530224672 140209218538296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29357] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29357/stat : 29357 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334896090 3097006080 418191 33554432000 1073741824 1073778376 140736530224672 140209217485688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29358] ppid=29338 vsize=3024420 CPUtime=0.35 cores=0,2,4,6
/proc/29340/task/29358/stat : 29358 (java) S 29338 29340 28047 0 -1 4202560 47 0 0 0 15 20 0 0 20 0 19 0 334896090 3097006080 418191 33554432000 1073741824 1073778376 140736530224672 140209216433096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29359] ppid=29338 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29359/stat : 29359 (java) S 29338 29340 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334896416 3097006080 418191 33554432000 1073741824 1073778376 140736530224672 140209214231720 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 818.74
Current children cumulated vsize (KiB) 3024420

[startup+815.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29366
/proc/meminfo: memFree=26713816/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=3090984 CPUtime=820.34 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 13813 0 1 0 81864 170 0 0 20 0 20 0 334896082 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 772746 418200 2309 9 0 763167 0
[pid=29340/tid=29342] ppid=29338 vsize=3090984 CPUtime=794.24 cores=0,2,4,6
/proc/29340/task/29342/stat : 29342 (java) S 29338 29340 28047 0 -1 4202560 3316 0 1 0 79404 20 0 0 20 0 20 0 334896084 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209260156088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29343] ppid=29338 vsize=3090984 CPUtime=0.62 cores=0,2,4,6
/proc/29340/task/29343/stat : 29343 (java) S 29338 29340 28047 0 -1 4202560 301 0 0 0 42 20 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209243580968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29344] ppid=29338 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/29340/task/29344/stat : 29344 (java) S 29338 29340 28047 0 -1 4202560 229 0 0 0 31 15 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209242528168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29345] ppid=29338 vsize=3090984 CPUtime=0.75 cores=0,2,4,6
/proc/29340/task/29345/stat : 29345 (java) S 29338 29340 28047 0 -1 4202560 472 0 0 0 45 30 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209241475368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29346] ppid=29338 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/29340/task/29346/stat : 29346 (java) S 29338 29340 28047 0 -1 4202560 220 0 0 0 37 14 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209240422568 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29347] ppid=29338 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/29340/task/29347/stat : 29347 (java) S 29338 29340 28047 0 -1 4202560 397 0 0 0 48 25 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209239370792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29348] ppid=29338 vsize=3090984 CPUtime=0.53 cores=0,2,4,6
/proc/29340/task/29348/stat : 29348 (java) S 29338 29340 28047 0 -1 4202560 288 0 0 0 36 17 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209238317992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29349] ppid=29338 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/29340/task/29349/stat : 29349 (java) S 29338 29340 28047 0 -1 4202560 254 0 0 0 36 15 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209237265192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29350] ppid=29338 vsize=3090984 CPUtime=0.49 cores=0,2,4,6
/proc/29340/task/29350/stat : 29350 (java) S 29338 29340 28047 0 -1 4202560 236 0 0 0 35 14 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209236212392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29351] ppid=29338 vsize=3090984 CPUtime=18.23 cores=0,2,4,6
/proc/29340/task/29351/stat : 29351 (java) R 29338 29340 28047 0 -1 4202560 77 0 0 0 1821 2 0 0 20 0 20 0 334896086 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209223801480 140209266279825 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29352] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29352/stat : 29352 (java) S 29338 29340 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 334896087 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209222747384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29353] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29353/stat : 29353 (java) S 29338 29340 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 334896087 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209221694472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29354] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29354/stat : 29354 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209220642960 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29355] ppid=29338 vsize=3090984 CPUtime=0.5 cores=0,2,4,6
/proc/29340/task/29355/stat : 29355 (java) S 29338 29340 28047 0 -1 4202560 3151 0 0 0 50 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209219591096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29356] ppid=29338 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/29340/task/29356/stat : 29356 (java) S 29338 29340 28047 0 -1 4202560 3630 0 0 0 46 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209218538296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29357] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29357/stat : 29357 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209217485688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29358] ppid=29338 vsize=3090984 CPUtime=0.35 cores=0,2,4,6
/proc/29340/task/29358/stat : 29358 (java) S 29338 29340 28047 0 -1 4202560 47 0 0 0 15 20 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209216433096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29359] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29359/stat : 29359 (java) S 29338 29340 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334896416 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209214231720 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29366] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29366/stat : 29366 (java) S 29338 29340 28047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 334977566 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209213177320 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 820.34
Current children cumulated vsize (KiB) 3090984

[startup+816.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29366
/proc/meminfo: memFree=26713808/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=3090984 CPUtime=820.74 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 13815 0 1 0 81904 170 0 0 20 0 20 0 334896082 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 772746 418200 2309 9 0 763167 0
[pid=29340/tid=29342] ppid=29338 vsize=3090984 CPUtime=794.24 cores=0,2,4,6
/proc/29340/task/29342/stat : 29342 (java) S 29338 29340 28047 0 -1 4202560 3316 0 1 0 79404 20 0 0 20 0 20 0 334896084 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209260156088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29343] ppid=29338 vsize=3090984 CPUtime=0.62 cores=0,2,4,6
/proc/29340/task/29343/stat : 29343 (java) S 29338 29340 28047 0 -1 4202560 301 0 0 0 42 20 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209243580968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29344] ppid=29338 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/29340/task/29344/stat : 29344 (java) S 29338 29340 28047 0 -1 4202560 229 0 0 0 31 15 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209242528168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29345] ppid=29338 vsize=3090984 CPUtime=0.75 cores=0,2,4,6
/proc/29340/task/29345/stat : 29345 (java) S 29338 29340 28047 0 -1 4202560 472 0 0 0 45 30 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209241475368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29346] ppid=29338 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/29340/task/29346/stat : 29346 (java) S 29338 29340 28047 0 -1 4202560 220 0 0 0 37 14 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209240422568 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29347] ppid=29338 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/29340/task/29347/stat : 29347 (java) S 29338 29340 28047 0 -1 4202560 397 0 0 0 48 25 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209239370792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29348] ppid=29338 vsize=3090984 CPUtime=0.53 cores=0,2,4,6
/proc/29340/task/29348/stat : 29348 (java) S 29338 29340 28047 0 -1 4202560 288 0 0 0 36 17 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209238317992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29349] ppid=29338 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/29340/task/29349/stat : 29349 (java) S 29338 29340 28047 0 -1 4202560 254 0 0 0 36 15 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209237265192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29350] ppid=29338 vsize=3090984 CPUtime=0.49 cores=0,2,4,6
/proc/29340/task/29350/stat : 29350 (java) S 29338 29340 28047 0 -1 4202560 236 0 0 0 35 14 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209236212392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29351] ppid=29338 vsize=3090984 CPUtime=18.63 cores=0,2,4,6
/proc/29340/task/29351/stat : 29351 (java) R 29338 29340 28047 0 -1 4202560 77 0 0 0 1861 2 0 0 20 0 20 0 334896086 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209223801480 140209266281584 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29352] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29352/stat : 29352 (java) S 29338 29340 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 334896087 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209222747384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29353] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29353/stat : 29353 (java) S 29338 29340 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 334896087 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209221694472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29354] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29354/stat : 29354 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209220642960 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29355] ppid=29338 vsize=3090984 CPUtime=0.5 cores=0,2,4,6
/proc/29340/task/29355/stat : 29355 (java) S 29338 29340 28047 0 -1 4202560 3151 0 0 0 50 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209219591096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29356] ppid=29338 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/29340/task/29356/stat : 29356 (java) S 29338 29340 28047 0 -1 4202560 3630 0 0 0 46 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209218538296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29357] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29357/stat : 29357 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209217485688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29358] ppid=29338 vsize=3090984 CPUtime=0.35 cores=0,2,4,6
/proc/29340/task/29358/stat : 29358 (java) S 29338 29340 28047 0 -1 4202560 47 0 0 0 15 20 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209216433096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29359] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29359/stat : 29359 (java) S 29338 29340 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334896416 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209214231720 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29366] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29366/stat : 29366 (java) S 29338 29340 28047 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 334977566 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209213177352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 820.74
Current children cumulated vsize (KiB) 3090984

[startup+816.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29366
/proc/meminfo: memFree=26713808/32873844 swapFree=7372/7372
[pid=29340] ppid=29338 vsize=3090984 CPUtime=821.14 cores=0,2,4,6
/proc/29340/stat : 29340 (java) S 29338 29340 28047 0 -1 4202496 13816 0 1 0 81944 170 0 0 20 0 20 0 334896082 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140736530215808 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29340/statm: 772746 418200 2309 9 0 763167 0
[pid=29340/tid=29342] ppid=29338 vsize=3090984 CPUtime=794.24 cores=0,2,4,6
/proc/29340/task/29342/stat : 29342 (java) S 29338 29340 28047 0 -1 4202560 3316 0 1 0 79404 20 0 0 20 0 20 0 334896084 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209260156088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29343] ppid=29338 vsize=3090984 CPUtime=0.62 cores=0,2,4,6
/proc/29340/task/29343/stat : 29343 (java) S 29338 29340 28047 0 -1 4202560 301 0 0 0 42 20 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209243580968 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29344] ppid=29338 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/29340/task/29344/stat : 29344 (java) S 29338 29340 28047 0 -1 4202560 229 0 0 0 31 15 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209242528168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29345] ppid=29338 vsize=3090984 CPUtime=0.75 cores=0,2,4,6
/proc/29340/task/29345/stat : 29345 (java) S 29338 29340 28047 0 -1 4202560 472 0 0 0 45 30 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209241475368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29346] ppid=29338 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/29340/task/29346/stat : 29346 (java) S 29338 29340 28047 0 -1 4202560 220 0 0 0 37 14 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209240422568 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29347] ppid=29338 vsize=3090984 CPUtime=0.73 cores=0,2,4,6
/proc/29340/task/29347/stat : 29347 (java) S 29338 29340 28047 0 -1 4202560 397 0 0 0 48 25 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209239370792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29348] ppid=29338 vsize=3090984 CPUtime=0.53 cores=0,2,4,6
/proc/29340/task/29348/stat : 29348 (java) S 29338 29340 28047 0 -1 4202560 288 0 0 0 36 17 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209238317992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29349] ppid=29338 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/29340/task/29349/stat : 29349 (java) S 29338 29340 28047 0 -1 4202560 254 0 0 0 36 15 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209237265192 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29350] ppid=29338 vsize=3090984 CPUtime=0.49 cores=0,2,4,6
/proc/29340/task/29350/stat : 29350 (java) S 29338 29340 28047 0 -1 4202560 236 0 0 0 35 14 0 0 20 0 20 0 334896085 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209236212392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29351] ppid=29338 vsize=3090984 CPUtime=19.03 cores=0,2,4,6
/proc/29340/task/29351/stat : 29351 (java) R 29338 29340 28047 0 -1 4202560 77 0 0 0 1901 2 0 0 20 0 20 0 334896086 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209223801480 140209266663496 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29352] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29352/stat : 29352 (java) S 29338 29340 28047 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 334896087 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209222747384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29353] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29353/stat : 29353 (java) S 29338 29340 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 334896087 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209221694472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29354] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29354/stat : 29354 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209220642960 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29355] ppid=29338 vsize=3090984 CPUtime=0.5 cores=0,2,4,6
/proc/29340/task/29355/stat : 29355 (java) S 29338 29340 28047 0 -1 4202560 3151 0 0 0 50 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209219591096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29340/tid=29356] ppid=29338 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/29340/task/29356/stat : 29356 (java) S 29338 29340 28047 0 -1 4202560 3630 0 0 0 46 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209218538296 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29357] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29357/stat : 29357 (java) S 29338 29340 28047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209217485688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29340/tid=29358] ppid=29338 vsize=3090984 CPUtime=0.35 cores=0,2,4,6
/proc/29340/task/29358/stat : 29358 (java) S 29338 29340 28047 0 -1 4202560 47 0 0 0 15 20 0 0 20 0 20 0 334896090 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209216433096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29340/tid=29359] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29359/stat : 29359 (java) S 29338 29340 28047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334896416 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209214231720 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29340/tid=29366] ppid=29338 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/29340/task/29366/stat : 29366 (java) S 29338 29340 28047 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 334977566 3165167616 418200 33554432000 1073741824 1073778376 140736530224672 140209213178216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 821.14
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29340 and gives
#  childrusage.ru_utime.tv_sec=817
#  childrusage.ru_utime.tv_usec=457727
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=51688
# CPU time returned by wait4() is 819.509
# while last known CPU time is 821.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 816.773
CPU time (s): 821.14
CPU user time (s): 819.44
CPU system time (s): 1.7
CPU usage (%): 100.535
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 817.458
system time used= 2.05169
maximum resident set size= 1672820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13826
page faults= 1
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17829
involuntary context switches= 4957

runsolver used 2.85956 second user time and 9.14461 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 03:41:15
IDJOB=3731670
IDBENCH=1975
IDSOLVER=2319
FILE ID=node109/3731670-1338687674
RUNJOBID= node109-1338678620-28066
PBS_JOBID= 14636704
Free space on /tmp= 70676 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731670-1338687674/watcher-3731670-1338687674 -o /tmp/evaluation-result-3731670-1338687674/solver-3731670-1338687674 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3731670-1338687674.opb           

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

MD5SUM BENCH= 6389567e651775a5f815611581d2023e
RANDOM SEED=1688046671

node109.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.264
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.52
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.264
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.264
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.264
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.264
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.91
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.264
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.91
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.264
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.91
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28382204 kB
Buffers:          336832 kB
Cached:          1597572 kB
SwapCached:          964 kB
Active:          2590984 kB
Inactive:        1004484 kB
Active(anon):    1655568 kB
Inactive(anon):     7844 kB
Active(file):     935416 kB
Inactive(file):   996640 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105532 kB
Dirty:             20456 kB
Writeback:             0 kB
AnonPages:       1683896 kB
Mapped:            18364 kB
Shmem:                 4 kB
Slab:             738024 kB
SReclaimable:     179156 kB
SUnreclaim:       558868 kB
KernelStack:        1576 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1824544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 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= 70672 MiB
End job on node109 at 2012-06-03 03:54:52