Trace number 3266220

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 core 2.3.0 SNAPSHOT 2011-02-06UNSAT 16.3525 14.7964

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_3900_3900_060.shuffled.cnf
MD5SUM8fb426184fc34ee36ee1bb5e07551b2d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.369943
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses936
Sum of the clauses size4520
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37
Number of clauses of size 4146
Number of clauses of size 5783
Number of clauses of size over 50

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3266220-1303582409.cnf
0.00/0.09	c reading problem ... 
0.00/0.10	c ... done. Wall clock time 0.017s.
0.00/0.10	c #vars     60
0.00/0.10	c #constraints  936
0.00/0.10	c constraints type 
0.00/0.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 936
0.75/0.54	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.39/0.93	c cleaning 4246 clauses out of 8503 with flag 11003/11003
1.89/1.46	c cleaning 5627 clauses out of 11255 with flag 18001/18001
2.50/2.09	c cleaning 6814 clauses out of 13628 with flag 26001/26001
3.42/2.92	c cleaning 7906 clauses out of 15815 with flag 35002/35002
4.42/3.96	c cleaning 8950 clauses out of 17907 with flag 45000/45000
5.52/5.07	c cleaning 9478 clauses out of 18958 with flag 55001/55001
6.62/6.19	c cleaning 9737 clauses out of 19479 with flag 65000/65000
7.82/7.32	c cleaning 9869 clauses out of 19742 with flag 75000/75000
8.82/8.40	c cleaning 9936 clauses out of 19873 with flag 85000/85000
9.92/9.46	c cleaning 9965 clauses out of 19937 with flag 95000/95000
11.28/10.62	c cleaning 9983 clauses out of 19972 with flag 105000/105000
12.65/11.63	c cleaning 9990 clauses out of 19989 with flag 115000/115000
14.03/12.61	c cleaning 9997 clauses out of 19999 with flag 125000/125000
14.93/13.56	c cleaning 9997 clauses out of 20003 with flag 135001/135001
15.85/14.37	c cleaning 8082 clauses out of 16172 with flag 145001/145001
16.25/14.78	c starts		: 464
16.25/14.78	c conflicts		: 150588
16.25/14.78	c decisions		: 167901
16.25/14.78	c propagations		: 1892666
16.25/14.78	c inspects		: 241777707
16.25/14.78	c shortcuts		: 0
16.25/14.78	c learnt literals	: 13
16.25/14.78	c learnt binary clauses	: 83
16.25/14.78	c learnt ternary clauses	: 356
16.25/14.78	c learnt constraints	: 150574
16.25/14.78	c ignored constraints	: 0
16.25/14.78	c root simplifications	: 476
16.25/14.78	c removed literals (reason simplification)	: 663654
16.25/14.78	c reason swapping (by a shorter reason)	: 0
16.25/14.78	c Calls to reduceDB	: 16
16.25/14.79	c speed (assignments/second)	: 128919.41965806145
16.25/14.79	c non guided choices	20
16.25/14.79	c learnt constraints type 
16.25/14.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
16.25/14.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1043
16.25/14.79	c constraints type 
16.25/14.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 936
16.25/14.79	s UNSATISFIABLE
16.25/14.79	c Total wall clock time (in seconds) : 14.697

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3266220-1303582409/watcher-3266220-1303582409 -o /tmp/evaluation-result-3266220-1303582409/solver-3266220-1303582409 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3266220-1303582409.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.58 2.90 3.57 5/241 10664
/proc/meminfo: memFree=18381928/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=23028 CPUtime=0 cores=0,2
/proc/10664/stat : 10664 (java) R 10662 10664 9649 0 -1 4202496 958 0 0 0 0 0 0 0 25 0 1 0 469840575 23580672 701 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274659845608 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10664/statm: 5757 701 518 9 0 124 0

[startup+0.115199 s]
/proc/loadavg: 1.58 2.90 3.57 5/241 10664
/proc/meminfo: memFree=18381928/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7637412 CPUtime=0.12 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 10437 0 1 0 12 0 0 0 25 0 19 0 469840575 7820709888 10133 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1909353 10133 2124 9 0 1900091 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7637412

[startup+0.20112 s]
/proc/loadavg: 1.58 2.90 3.57 5/241 10664
/proc/meminfo: memFree=18381928/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7640712 CPUtime=0.29 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 11796 0 1 0 28 1 0 0 25 0 19 0 469840575 7824089088 11042 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1910178 11042 2194 9 0 1900916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7640712

[startup+0.301103 s]
/proc/loadavg: 1.58 2.90 3.57 5/241 10664
/proc/meminfo: memFree=18381928/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7640852 CPUtime=0.49 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 12084 0 1 0 48 1 0 0 25 0 19 0 469840575 7824232448 11198 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1910213 11198 2200 9 0 1900951 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7640852

[startup+0.713444 s]
/proc/loadavg: 1.58 2.90 3.57 5/241 10664
/proc/meminfo: memFree=18381928/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7665372 CPUtime=1.17 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 20224 0 1 0 115 2 0 0 25 0 19 0 469840575 7849340928 17286 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1916343 17286 2234 9 0 1907081 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 7665372

[startup+1.50092 s]
/proc/loadavg: 1.58 2.90 3.57 5/260 10683
/proc/meminfo: memFree=18317460/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7665372 CPUtime=2 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 20749 0 1 0 198 2 0 0 25 0 19 0 469840575 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1916343 17809 2239 9 0 1907081 0
[pid=10664/tid=10666] ppid=10662 vsize=7665372 CPUtime=1.42 cores=0,2
/proc/10664/task/10666/stat : 10666 (java) R 10662 10664 9649 0 -1 4202560 8916 0 1 0 142 0 0 0 21 0 19 0 469840576 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 46912505573542 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10664/tid=10667] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10667/stat : 10667 (java) S 10662 10664 9649 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10668] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10668/stat : 10668 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10669] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10669/stat : 10669 (java) S 10662 10664 9649 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10670] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10670/stat : 10670 (java) S 10662 10664 9649 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10671/stat : 10671 (java) S 10662 10664 9649 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10672] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10672/stat : 10672 (java) S 10662 10664 9649 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10673] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10673/stat : 10673 (java) S 10662 10664 9649 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10674/stat : 10674 (java) S 10662 10664 9649 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10675] ppid=10662 vsize=7665372 CPUtime=0.02 cores=0,2
/proc/10664/task/10675/stat : 10675 (java) S 10662 10664 9649 0 -1 4202560 472 0 0 0 2 0 0 0 15 0 19 0 469840578 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 0 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10676] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10676/stat : 10676 (java) S 10662 10664 9649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 469840578 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10677/stat : 10677 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 469840578 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10678] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10678/stat : 10678 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676631985 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10679] ppid=10662 vsize=7665372 CPUtime=0.39 cores=0,2
/proc/10664/task/10679/stat : 10679 (java) S 10662 10664 9649 0 -1 4202560 7788 0 0 0 39 0 0 0 15 0 19 0 469840581 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=7665372 CPUtime=0.11 cores=0,2
/proc/10664/task/10680/stat : 10680 (java) S 10662 10664 9649 0 -1 4202560 1934 0 0 0 11 0 0 0 16 0 19 0 469840581 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10681] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10681/stat : 10681 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10682] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10682/stat : 10682 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469840581 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10683/stat : 10683 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469840586 7849340928 17809 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7665372

[startup+3.10069 s]
/proc/loadavg: 1.58 2.90 3.57 5/260 10683
/proc/meminfo: memFree=18315352/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7665372 CPUtime=3.62 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 20891 0 1 0 360 2 0 0 25 0 19 0 469840575 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1916343 17948 2239 9 0 1907081 0
[pid=10664/tid=10666] ppid=10662 vsize=7665372 CPUtime=2.99 cores=0,2
/proc/10664/task/10666/stat : 10666 (java) R 10662 10664 9649 0 -1 4202560 8918 0 1 0 299 0 0 0 25 0 19 0 469840576 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 46912505573542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10664/tid=10667] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10667/stat : 10667 (java) S 10662 10664 9649 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10668] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10668/stat : 10668 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10669] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10669/stat : 10669 (java) S 10662 10664 9649 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10670] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10670/stat : 10670 (java) S 10662 10664 9649 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10671/stat : 10671 (java) S 10662 10664 9649 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10672] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10672/stat : 10672 (java) S 10662 10664 9649 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10673] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10673/stat : 10673 (java) S 10662 10664 9649 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10674/stat : 10674 (java) S 10662 10664 9649 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 19 0 469840577 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10675] ppid=10662 vsize=7665372 CPUtime=0.05 cores=0,2
/proc/10664/task/10675/stat : 10675 (java) S 10662 10664 9649 0 -1 4202560 541 0 0 0 5 0 0 0 16 0 19 0 469840578 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 0 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10676] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10676/stat : 10676 (java) S 10662 10664 9649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 469840578 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10677/stat : 10677 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 469840578 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10678] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10678/stat : 10678 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676631985 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10679] ppid=10662 vsize=7665372 CPUtime=0.39 cores=0,2
/proc/10664/task/10679/stat : 10679 (java) S 10662 10664 9649 0 -1 4202560 7788 0 0 0 39 0 0 0 15 0 19 0 469840581 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=7665372 CPUtime=0.13 cores=0,2
/proc/10664/task/10680/stat : 10680 (java) S 10662 10664 9649 0 -1 4202560 1939 0 0 0 13 0 0 0 15 0 19 0 469840581 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10681] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10681/stat : 10681 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10682] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10682/stat : 10682 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469840581 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=7665372 CPUtime=0 cores=0,2
/proc/10664/task/10683/stat : 10683 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469840586 7849340928 17948 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 7665372

[startup+6.30113 s]
/proc/loadavg: 1.77 2.91 3.58 5/260 10683
/proc/meminfo: memFree=18323652/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7662012 CPUtime=6.82 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 21089 0 1 0 680 2 0 0 25 0 19 0 469840575 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1915503 17840 2239 9 0 1906241 0
[pid=10664/tid=10666] ppid=10662 vsize=7662012 CPUtime=6.15 cores=0,2
/proc/10664/task/10666/stat : 10666 (java) R 10662 10664 9649 0 -1 4202560 8922 0 1 0 615 0 0 0 25 0 19 0 469840576 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 46912505573542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10664/tid=10667] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10667/stat : 10667 (java) S 10662 10664 9649 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10668] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10668/stat : 10668 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10669] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10669/stat : 10669 (java) S 10662 10664 9649 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10670] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10670/stat : 10670 (java) S 10662 10664 9649 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10671/stat : 10671 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10672] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10672/stat : 10672 (java) S 10662 10664 9649 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10673] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10673/stat : 10673 (java) S 10662 10664 9649 0 -1 4202560 55 0 0 0 0 0 0 0 16 0 19 0 469840577 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10674/stat : 10674 (java) S 10662 10664 9649 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10675] ppid=10662 vsize=7662012 CPUtime=0.09 cores=0,2
/proc/10664/task/10675/stat : 10675 (java) S 10662 10664 9649 0 -1 4202560 725 0 0 0 9 0 0 0 16 0 19 0 469840578 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 0 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10676] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10676/stat : 10676 (java) S 10662 10664 9649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 469840578 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10677/stat : 10677 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 469840578 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10678] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10678/stat : 10678 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676631985 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10679] ppid=10662 vsize=7662012 CPUtime=0.39 cores=0,2
/proc/10664/task/10679/stat : 10679 (java) S 10662 10664 9649 0 -1 4202560 7788 0 0 0 39 0 0 0 15 0 19 0 469840581 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=7662012 CPUtime=0.13 cores=0,2
/proc/10664/task/10680/stat : 10680 (java) S 10662 10664 9649 0 -1 4202560 1939 0 0 0 13 0 0 0 15 0 19 0 469840581 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10681] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10681/stat : 10681 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10682] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10682/stat : 10682 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469840581 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10683/stat : 10683 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469840586 7845900288 17840 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 7662012

[startup+12.701 s]

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

/proc/10664/task/10667/stat : 10667 (java) S 10662 10664 9649 0 -1 4202560 147 0 0 0 0 0 0 0 16 0 19 0 469840577 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10668] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10668/stat : 10668 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10669] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10669/stat : 10669 (java) S 10662 10664 9649 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10670] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10670/stat : 10670 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10671/stat : 10671 (java) S 10662 10664 9649 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10672] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10672/stat : 10672 (java) S 10662 10664 9649 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10673] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10673/stat : 10673 (java) S 10662 10664 9649 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10674/stat : 10674 (java) S 10662 10664 9649 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10675] ppid=10662 vsize=7662012 CPUtime=0.16 cores=0,2
/proc/10664/task/10675/stat : 10675 (java) S 10662 10664 9649 0 -1 4202560 776 0 0 0 16 0 0 0 15 0 19 0 469840578 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 0 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10676] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10676/stat : 10676 (java) S 10662 10664 9649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 469840578 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10677/stat : 10677 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 469840578 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10678] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10678/stat : 10678 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676631985 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10679] ppid=10662 vsize=7662012 CPUtime=0.41 cores=0,2
/proc/10664/task/10679/stat : 10679 (java) S 10662 10664 9649 0 -1 4202560 7789 0 0 0 41 0 0 0 15 0 19 0 469840581 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=7662012 CPUtime=1.06 cores=0,2
/proc/10664/task/10680/stat : 10680 (java) S 10662 10664 9649 0 -1 4202560 11700 0 0 0 105 1 0 0 16 0 19 0 469840581 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10681] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10681/stat : 10681 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10682] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10682/stat : 10682 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469840581 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10683/stat : 10683 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469840586 7845900288 23839 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 7662012

[startup+13.7008 s]
/proc/loadavg: 1.95 2.93 3.58 5/260 10684
/proc/meminfo: memFree=18296800/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7662012 CPUtime=15.13 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 30928 0 1 0 1510 3 0 0 25 0 19 0 469840575 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1915503 23841 2242 9 0 1906241 0
[pid=10664/tid=10666] ppid=10662 vsize=7662012 CPUtime=13.4 cores=0,2
/proc/10664/task/10666/stat : 10666 (java) R 10662 10664 9649 0 -1 4202560 8935 0 1 0 1340 0 0 0 25 0 19 0 469840576 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 46912505509800 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10664/tid=10667] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10667/stat : 10667 (java) S 10662 10664 9649 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10668] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10668/stat : 10668 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 469840577 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10669] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10669/stat : 10669 (java) S 10662 10664 9649 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10670] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10670/stat : 10670 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10671/stat : 10671 (java) S 10662 10664 9649 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10672] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10672/stat : 10672 (java) S 10662 10664 9649 0 -1 4202560 115 0 0 0 0 0 0 0 16 0 19 0 469840577 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10673] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10673/stat : 10673 (java) S 10662 10664 9649 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10674/stat : 10674 (java) S 10662 10664 9649 0 -1 4202560 223 0 0 0 0 0 0 0 16 0 19 0 469840577 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10675] ppid=10662 vsize=7662012 CPUtime=0.17 cores=0,2
/proc/10664/task/10675/stat : 10675 (java) S 10662 10664 9649 0 -1 4202560 776 0 0 0 17 0 0 0 16 0 19 0 469840578 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 0 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10676] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10676/stat : 10676 (java) S 10662 10664 9649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 469840578 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10677/stat : 10677 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 469840578 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10678] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10678/stat : 10678 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676631985 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10679] ppid=10662 vsize=7662012 CPUtime=0.41 cores=0,2
/proc/10664/task/10679/stat : 10679 (java) S 10662 10664 9649 0 -1 4202560 7789 0 0 0 41 0 0 0 15 0 19 0 469840581 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=7662012 CPUtime=1.07 cores=0,2
/proc/10664/task/10680/stat : 10680 (java) S 10662 10664 9649 0 -1 4202560 11700 0 0 0 106 1 0 0 15 0 19 0 469840581 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10681] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10681/stat : 10681 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10682] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10682/stat : 10682 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469840581 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10683/stat : 10683 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469840586 7845900288 23841 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.13
Current children cumulated vsize (KiB) 7662012

[startup+14.5077 s]
/proc/loadavg: 2.12 2.95 3.58 5/260 10684
/proc/meminfo: memFree=18296684/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7662012 CPUtime=16.05 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 30935 0 1 0 1602 3 0 0 25 0 19 0 469840575 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1915503 23847 2242 9 0 1906241 0
[pid=10664/tid=10666] ppid=10662 vsize=7662012 CPUtime=14.18 cores=0,2
/proc/10664/task/10666/stat : 10666 (java) R 10662 10664 9649 0 -1 4202560 8937 0 1 0 1418 0 0 0 18 0 19 0 469840576 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 46912505805842 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10664/tid=10667] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10667/stat : 10667 (java) S 10662 10664 9649 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10668] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10668/stat : 10668 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10669] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10669/stat : 10669 (java) S 10662 10664 9649 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10670] ppid=10662 vsize=7662012 CPUtime=0.01 cores=0,2
/proc/10664/task/10670/stat : 10670 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 1 0 0 0 16 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10671/stat : 10671 (java) S 10662 10664 9649 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10672] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10672/stat : 10672 (java) S 10662 10664 9649 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10673] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10673/stat : 10673 (java) S 10662 10664 9649 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10674/stat : 10674 (java) S 10662 10664 9649 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10675] ppid=10662 vsize=7662012 CPUtime=0.18 cores=0,2
/proc/10664/task/10675/stat : 10675 (java) S 10662 10664 9649 0 -1 4202560 776 0 0 0 18 0 0 0 16 0 19 0 469840578 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 0 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10676] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10676/stat : 10676 (java) S 10662 10664 9649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 469840578 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10677/stat : 10677 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 469840578 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10678] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10678/stat : 10678 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676631985 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10679] ppid=10662 vsize=7662012 CPUtime=0.41 cores=0,2
/proc/10664/task/10679/stat : 10679 (java) S 10662 10664 9649 0 -1 4202560 7789 0 0 0 41 0 0 0 15 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=7662012 CPUtime=1.19 cores=0,2
/proc/10664/task/10680/stat : 10680 (java) S 10662 10664 9649 0 -1 4202560 11705 0 0 0 118 1 0 0 15 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10681] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10681/stat : 10681 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10682] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10682/stat : 10682 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10683/stat : 10683 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469840586 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.05
Current children cumulated vsize (KiB) 7662012

[startup+14.7006 s]
/proc/loadavg: 2.12 2.95 3.58 5/260 10684
/proc/meminfo: memFree=18296684/32951132 swapFree=67111528/67111528
[pid=10664] ppid=10662 vsize=7662012 CPUtime=16.25 cores=0,2
/proc/10664/stat : 10664 (java) S 10662 10664 9649 0 -1 4202496 30935 0 1 0 1622 3 0 0 25 0 19 0 469840575 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10664/statm: 1915503 23847 2242 9 0 1906241 0
[pid=10664/tid=10666] ppid=10662 vsize=7662012 CPUtime=14.38 cores=0,2
/proc/10664/task/10666/stat : 10666 (java) R 10662 10664 9649 0 -1 4202560 8937 0 1 0 1438 0 0 0 18 0 19 0 469840576 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 46912505510005 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10664/tid=10667] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10667/stat : 10667 (java) S 10662 10664 9649 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10668] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10668/stat : 10668 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10669] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10669/stat : 10669 (java) S 10662 10664 9649 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10670] ppid=10662 vsize=7662012 CPUtime=0.01 cores=0,2
/proc/10664/task/10670/stat : 10670 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 1 0 0 0 16 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10671] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10671/stat : 10671 (java) S 10662 10664 9649 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10672] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10672/stat : 10672 (java) S 10662 10664 9649 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10673] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10673/stat : 10673 (java) S 10662 10664 9649 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10674] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10674/stat : 10674 (java) S 10662 10664 9649 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 469840577 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10675] ppid=10662 vsize=7662012 CPUtime=0.18 cores=0,2
/proc/10664/task/10675/stat : 10675 (java) S 10662 10664 9649 0 -1 4202560 776 0 0 0 18 0 0 0 16 0 19 0 469840578 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 0 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10676] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10676/stat : 10676 (java) S 10662 10664 9649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 469840578 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10677] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10677/stat : 10677 (java) S 10662 10664 9649 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 469840578 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10678] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10678/stat : 10678 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676631985 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10679] ppid=10662 vsize=7662012 CPUtime=0.41 cores=0,2
/proc/10664/task/10679/stat : 10679 (java) S 10662 10664 9649 0 -1 4202560 7789 0 0 0 41 0 0 0 15 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10680] ppid=10662 vsize=7662012 CPUtime=1.19 cores=0,2
/proc/10664/task/10680/stat : 10680 (java) S 10662 10664 9649 0 -1 4202560 11705 0 0 0 118 1 0 0 15 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
[pid=10664/tid=10681] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10681/stat : 10681 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624281 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10682] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10682/stat : 10682 (java) S 10662 10664 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469840581 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 2 0 0 0
[pid=10664/tid=10683] ppid=10662 vsize=7662012 CPUtime=0 cores=0,2
/proc/10664/task/10683/stat : 10683 (java) S 10662 10664 9649 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469840586 7845900288 23847 33554432000 1073741824 1073778376 140734255340416 18446744073709551615 274676624896 0 4 0 16800975 18446604446099935488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.25
Current children cumulated vsize (KiB) 7662012

Child status: 20
Real time (s): 14.7964
CPU time (s): 16.3525
CPU user time (s): 16.3115
CPU system time (s): 0.040993
CPU usage (%): 110.517
Max. virtual memory (cumulated for all children) (KiB): 7665372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3115
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30943
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 912
involuntary context switches= 597

runsolver used 0.029995 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 20:13:29
IDJOB=3266220
IDBENCH=87444
IDSOLVER=1611
FILE ID=node131/3266220-1303582409
RUNJOBID= node131-1303582407-10338
PBS_JOBID= 13150336
Free space on /tmp= 72004 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_3900_3900_060.shuffled.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266220-1303582409/watcher-3266220-1303582409 -o /tmp/evaluation-result-3266220-1303582409/solver-3266220-1303582409 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3266220-1303582409.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8fb426184fc34ee36ee1bb5e07551b2d
RANDOM SEED=54086109

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18382208 kB
Buffers:        992880 kB
Cached:       12799244 kB
SwapCached:          0 kB
Active:        4446660 kB
Inactive:      9606688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18382208 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2056 kB
Writeback:          16 kB
AnonPages:      260764 kB
Mapped:          23596 kB
Slab:           451588 kB
PageTables:       6148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 22075924 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72004 MiB
End job on node131 at 2011-04-23 20:13:44