Trace number 3280749

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 488.85 487.343

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.09	c no version file found!!!
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		6997539544
0.02/0.09	c Max memory 		7034241024
0.02/0.09	c Total memory 		7034241024
0.02/0.09	c Number of processors 	8
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483647s
0.02/0.09	c DB Simplification allowed=true
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-3280749-1303749733.cnf
0.02/0.09	c reading problem ... 
1.08/0.92	c ... done. Wall clock time 0.83s.
1.08/0.92	c #vars     136756
1.08/0.92	c #constraints  905730
1.08/0.92	c constraints type 
1.08/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 134065
1.08/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 771540
33.37/32.66	c cleaning 2494 clauses out of 5000 with flag 5000/5000
73.05/71.75	c cleaning 4251 clauses out of 8507 with flag 11001/11001
126.77/125.44	c cleaning 5628 clauses out of 11255 with flag 18000/18000
182.60/181.26	c cleaning 6812 clauses out of 13627 with flag 26000/26000
248.03/246.61	c cleaning 7902 clauses out of 15816 with flag 35001/35001
314.45/313.04	c cleaning 8949 clauses out of 17913 with flag 45000/45000
378.67/377.26	c cleaning 9979 clauses out of 19966 with flag 56002/56002
448.28/446.85	c cleaning 10993 clauses out of 21986 with flag 68001/68001
488.71/487.30	c starts		: 304
488.71/487.30	c conflicts		: 74757
488.71/487.30	c decisions		: 158308
488.71/487.30	c propagations		: 998932548
488.71/487.30	c inspects		: 2153444904
488.71/487.30	c shortcuts		: 0
488.71/487.30	c learnt literals	: 7
488.71/487.30	c learnt binary clauses	: 446
488.71/487.30	c learnt ternary clauses	: 1003
488.71/487.30	c learnt constraints	: 74749
488.71/487.30	c ignored constraints	: 0
488.71/487.30	c root simplifications	: 310
488.71/487.30	c removed literals (reason simplification)	: 4377920
488.71/487.30	c reason swapping (by a shorter reason)	: 0
488.71/487.30	c Calls to reduceDB	: 8
488.71/487.30	c speed (assignments/second)	: 2053806.6824156372
488.71/487.30	c non guided choices	2903
488.82/487.31	c learnt constraints type 
488.82/487.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 149
488.82/487.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10751
488.82/487.31	c constraints type 
488.82/487.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 134065
488.82/487.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 771540
488.82/487.31	s UNSATISFIABLE
488.82/487.31	c Total wall clock time (in seconds) : 487.211

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

running on 2 cores: 1,3

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: 0.92 1.56 2.51 4/200 14470
/proc/meminfo: memFree=14178184/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=33696 CPUtime=0 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 1299 0 0 0 0 0 0 0 20 0 2 0 467388925 34504704 1008 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 8425 1010 777 9 0 387 0
[pid=14470/tid=14471] ppid=14468 vsize=35788 CPUtime=0 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 201 0 0 0 0 0 0 0 22 0 2 0 467388925 36646912 1017 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350213352 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0241059 s]
/proc/loadavg: 0.92 1.56 2.51 4/200 14470
/proc/meminfo: memFree=14178184/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7552232 CPUtime=0.02 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 8212 0 1 0 1 1 0 0 20 0 10 0 467388925 7733485568 7910 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1888058 7912 1516 9 0 1878806 0
[pid=14470/tid=14471] ppid=14468 vsize=7552232 CPUtime=0.01 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 7092 0 1 0 1 0 0 0 25 0 10 0 467388925 7733485568 7913 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350210507 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7552232

[startup+0.101048 s]
/proc/loadavg: 0.92 1.56 2.51 4/200 14470
/proc/meminfo: memFree=14178184/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7636308 CPUtime=0.09 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 11843 0 1 0 8 1 0 0 20 0 18 0 467388925 7819579392 11539 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1909077 11539 2052 9 0 1899815 0
[pid=14470/tid=14471] ppid=14468 vsize=7636308 CPUtime=0.08 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 10199 0 1 0 7 1 0 0 18 0 18 0 467388925 7819579392 11539 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 48001236818771 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636308

[startup+0.301007 s]
/proc/loadavg: 0.92 1.56 2.51 4/200 14470
/proc/meminfo: memFree=14178184/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7644500 CPUtime=0.47 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 15529 0 1 0 45 2 0 0 20 0 18 0 467388925 7827968000 14985 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1911125 14987 2197 9 0 1901863 0
[pid=14470/tid=14471] ppid=14468 vsize=7644500 CPUtime=0.28 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 11793 0 1 0 27 1 0 0 18 0 18 0 467388925 7827968000 14988 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 46912505550738 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7644500

[startup+0.700962 s]
/proc/loadavg: 0.92 1.56 2.51 4/200 14470
/proc/meminfo: memFree=14178184/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7644500 CPUtime=0.87 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 26211 0 1 0 84 3 0 0 20 0 18 0 467388925 7827968000 25667 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1911125 25667 2197 9 0 1901863 0
[pid=14470/tid=14471] ppid=14468 vsize=7644500 CPUtime=0.68 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 22471 0 1 0 65 3 0 0 18 0 18 0 467388925 7827968000 25667 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350210507 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 7644500

[startup+1.50082 s]
/proc/loadavg: 0.92 1.56 2.51 12/261 14538
/proc/meminfo: memFree=13761316/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7650648 CPUtime=2.08 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 36436 0 1 0 203 5 0 0 20 0 19 0 467388925 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1912662 35591 2219 9 0 1903400 0
[pid=14470/tid=14471] ppid=14468 vsize=7650648 CPUtime=1.48 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 30931 0 1 0 144 4 0 0 20 0 19 0 467388925 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 46912505654706 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 467388927 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 467388927 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467388927 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14035 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 467388928 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467388928 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467388928 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=7650648 CPUtime=0.28 cores=1,3
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14035 0 -1 4202560 465 0 0 0 28 0 0 0 19 0 19 0 467388930 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=7650648 CPUtime=0.3 cores=1,3
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14035 0 -1 4202560 3878 0 0 0 30 0 0 0 19 0 19 0 467388930 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467388930 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14538] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14538/stat : 14538 (java) S 14468 14470 14035 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467389022 7834263552 35591 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 7650648

[startup+3.10149 s]
/proc/loadavg: 0.92 1.56 2.51 5/261 14538
/proc/meminfo: memFree=13586416/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7650648 CPUtime=3.78 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 36502 0 1 0 373 5 0 0 20 0 19 0 467388925 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1912662 35656 2221 9 0 1903400 0
[pid=14470/tid=14471] ppid=14468 vsize=7650648 CPUtime=3.08 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 30985 0 1 0 304 4 0 0 25 0 19 0 467388925 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 46912505664161 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 467388927 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 467388927 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467388927 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14035 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 467388928 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467388928 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467388928 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=7650648 CPUtime=0.31 cores=1,3
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14035 0 -1 4202560 468 0 0 0 31 0 0 0 15 0 19 0 467388930 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=7650648 CPUtime=0.37 cores=1,3
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14035 0 -1 4202560 3887 0 0 0 37 0 0 0 15 0 19 0 467388930 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467388930 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14538] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14538/stat : 14538 (java) S 14468 14470 14035 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467389022 7834263552 35656 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 7650648

[startup+6.30085 s]
/proc/loadavg: 1.17 1.60 2.52 6/262 14585
/proc/meminfo: memFree=13635200/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7650648 CPUtime=7.02 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 36576 0 1 0 697 5 0 0 20 0 19 0 467388925 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1912662 35727 2221 9 0 1903400 0
[pid=14470/tid=14471] ppid=14468 vsize=7650648 CPUtime=6.28 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 31055 0 1 0 624 4 0 0 25 0 19 0 467388925 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 46912505735070 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 467388927 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 467388927 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467388927 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388927 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14035 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 467388928 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467388928 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467388928 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=7650648 CPUtime=0 cores=1,3
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=7650648 CPUtime=0.35 cores=1,3
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14035 0 -1 4202560 472 0 0 0 35 0 0 0 16 0 19 0 467388930 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=7650648 CPUtime=0.38 cores=1,3
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14035 0 -1 4202560 3887 0 0 0 38 0 0 0 15 0 19 0 467388930 7834263552 35727 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0

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

/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 31744 0 1 0 48245 5 0 0 25 0 19 0 467388925 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 46912505762314 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=7666584 CPUtime=0.12 cores=1,3
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14035 0 -1 4202560 8853 0 0 0 12 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=7666584 CPUtime=0.15 cores=1,3
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14035 0 -1 4202560 10747 0 0 0 14 1 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=7666584 CPUtime=0.03 cores=1,3
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14035 0 -1 4202560 366 0 0 0 3 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=7666584 CPUtime=0.02 cores=1,3
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14035 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=7666584 CPUtime=0.01 cores=1,3
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14035 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=7666584 CPUtime=0.03 cores=1,3
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=7666584 CPUtime=0.01 cores=1,3
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14035 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=7666584 CPUtime=0.02 cores=1,3
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14035 0 -1 4202560 4 0 0 0 2 0 0 0 16 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=7666584 CPUtime=1.93 cores=1,3
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14035 0 -1 4202560 25614 0 0 0 191 2 0 0 15 0 19 0 467388928 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467388928 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14035 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 467388928 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=7666584 CPUtime=0.42 cores=1,3
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14035 0 -1 4202560 497 0 0 0 42 0 0 0 15 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=7666584 CPUtime=0.85 cores=1,3
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14035 0 -1 4202560 9024 0 0 0 84 1 0 0 15 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14035 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14538] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14538/stat : 14538 (java) S 14468 14470 14035 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467389022 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 486.2
Current children cumulated vsize (KiB) 7666584

[startup+486.302 s]
/proc/loadavg: 4.09 3.61 3.14 5/262 14689
/proc/meminfo: memFree=13645744/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7666584 CPUtime=487.8 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 88041 0 1 0 48768 12 0 0 20 0 19 0 467388925 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1916646 85430 2253 9 0 1907384 0
[pid=14470/tid=14471] ppid=14468 vsize=7666584 CPUtime=484.1 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 31744 0 1 0 48405 5 0 0 25 0 19 0 467388925 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 46912505734858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=7666584 CPUtime=0.12 cores=1,3
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14035 0 -1 4202560 8853 0 0 0 12 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=7666584 CPUtime=0.15 cores=1,3
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14035 0 -1 4202560 10747 0 0 0 14 1 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=7666584 CPUtime=0.03 cores=1,3
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14035 0 -1 4202560 366 0 0 0 3 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=7666584 CPUtime=0.02 cores=1,3
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14035 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=7666584 CPUtime=0.01 cores=1,3
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14035 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=7666584 CPUtime=0.03 cores=1,3
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=7666584 CPUtime=0.01 cores=1,3
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14035 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=7666584 CPUtime=0.02 cores=1,3
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14035 0 -1 4202560 4 0 0 0 2 0 0 0 16 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=7666584 CPUtime=1.93 cores=1,3
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14035 0 -1 4202560 25614 0 0 0 191 2 0 0 15 0 19 0 467388928 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467388928 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14035 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 467388928 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=7666584 CPUtime=0.42 cores=1,3
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14035 0 -1 4202560 497 0 0 0 42 0 0 0 15 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=7666584 CPUtime=0.85 cores=1,3
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14035 0 -1 4202560 9024 0 0 0 84 1 0 0 15 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14035 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14538] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14538/stat : 14538 (java) S 14468 14470 14035 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467389022 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 487.8
Current children cumulated vsize (KiB) 7666584

[startup+487.101 s]
/proc/loadavg: 4.09 3.61 3.14 5/262 14689
/proc/meminfo: memFree=13645744/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7666584 CPUtime=488.6 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 88041 0 1 0 48848 12 0 0 20 0 19 0 467388925 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1916646 85430 2253 9 0 1907384 0
[pid=14470/tid=14471] ppid=14468 vsize=7666584 CPUtime=484.9 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) R 14468 14470 14035 0 -1 4202560 31744 0 1 0 48485 5 0 0 25 0 19 0 467388925 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 46912505810195 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=7666584 CPUtime=0.12 cores=1,3
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14035 0 -1 4202560 8853 0 0 0 12 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=7666584 CPUtime=0.15 cores=1,3
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14035 0 -1 4202560 10747 0 0 0 14 1 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=7666584 CPUtime=0.03 cores=1,3
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14035 0 -1 4202560 366 0 0 0 3 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=7666584 CPUtime=0.02 cores=1,3
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14035 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=7666584 CPUtime=0.01 cores=1,3
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14035 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=7666584 CPUtime=0.03 cores=1,3
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=7666584 CPUtime=0.01 cores=1,3
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14035 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=7666584 CPUtime=0.02 cores=1,3
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14035 0 -1 4202560 4 0 0 0 2 0 0 0 16 0 19 0 467388927 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=7666584 CPUtime=1.93 cores=1,3
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14035 0 -1 4202560 25614 0 0 0 191 2 0 0 15 0 19 0 467388928 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467388928 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14035 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 467388928 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=7666584 CPUtime=0.42 cores=1,3
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14035 0 -1 4202560 497 0 0 0 42 0 0 0 15 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=7666584 CPUtime=0.85 cores=1,3
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14035 0 -1 4202560 9024 0 0 0 84 1 0 0 15 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14035 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 467388930 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14538] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14538/stat : 14538 (java) S 14468 14470 14035 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467389022 7850582016 85430 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 488.6
Current children cumulated vsize (KiB) 7666584

[startup+487.309 s]
/proc/loadavg: 4.09 3.61 3.14 5/262 14689
/proc/meminfo: memFree=13645248/32951124 swapFree=67111528/67111528
[pid=14470] ppid=14468 vsize=7666584 CPUtime=488.82 cores=1,3
/proc/14470/stat : 14470 (java) S 14468 14470 14035 0 -1 4202496 88047 0 1 0 48870 12 0 0 20 0 19 0 467388925 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14470/statm: 1916646 85436 2254 9 0 1907384 0
[pid=14470/tid=14471] ppid=14468 vsize=7666584 CPUtime=485.11 cores=1,3
/proc/14470/task/14471/stat : 14471 (java) S 14468 14470 14035 0 -1 4202560 31747 0 1 0 48506 5 0 0 25 0 19 0 467388925 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14473] ppid=14468 vsize=7666584 CPUtime=0.12 cores=1,3
/proc/14470/task/14473/stat : 14473 (java) S 14468 14470 14035 0 -1 4202560 8853 0 0 0 12 0 0 0 15 0 19 0 467388927 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14474] ppid=14468 vsize=7666584 CPUtime=0.15 cores=1,3
/proc/14470/task/14474/stat : 14474 (java) S 14468 14470 14035 0 -1 4202560 10747 0 0 0 14 1 0 0 15 0 19 0 467388927 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14475] ppid=14468 vsize=7666584 CPUtime=0.03 cores=1,3
/proc/14470/task/14475/stat : 14475 (java) S 14468 14470 14035 0 -1 4202560 366 0 0 0 3 0 0 0 15 0 19 0 467388927 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14476] ppid=14468 vsize=7666584 CPUtime=0.02 cores=1,3
/proc/14470/task/14476/stat : 14476 (java) S 14468 14470 14035 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 19 0 467388927 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14477] ppid=14468 vsize=7666584 CPUtime=0.01 cores=1,3
/proc/14470/task/14477/stat : 14477 (java) S 14468 14470 14035 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 467388927 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14478] ppid=14468 vsize=7666584 CPUtime=0.03 cores=1,3
/proc/14470/task/14478/stat : 14478 (java) S 14468 14470 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467388927 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14479] ppid=14468 vsize=7666584 CPUtime=0.01 cores=1,3
/proc/14470/task/14479/stat : 14479 (java) S 14468 14470 14035 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 467388927 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14480] ppid=14468 vsize=7666584 CPUtime=0.02 cores=1,3
/proc/14470/task/14480/stat : 14480 (java) S 14468 14470 14035 0 -1 4202560 4 0 0 0 2 0 0 0 16 0 19 0 467388927 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14481] ppid=14468 vsize=7666584 CPUtime=1.93 cores=1,3
/proc/14470/task/14481/stat : 14481 (java) S 14468 14470 14035 0 -1 4202560 25614 0 0 0 191 2 0 0 15 0 19 0 467388928 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14482] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14482/stat : 14482 (java) S 14468 14470 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467388928 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14483] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14483/stat : 14483 (java) S 14468 14470 14035 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 467388928 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14484] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14484/stat : 14484 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14485] ppid=14468 vsize=7666584 CPUtime=0.43 cores=1,3
/proc/14470/task/14485/stat : 14485 (java) S 14468 14470 14035 0 -1 4202560 497 0 0 0 43 0 0 0 15 0 19 0 467388930 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14486] ppid=14468 vsize=7666584 CPUtime=0.85 cores=1,3
/proc/14470/task/14486/stat : 14486 (java) S 14468 14470 14035 0 -1 4202560 9024 0 0 0 84 1 0 0 15 0 19 0 467388930 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14470/tid=14487] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14487/stat : 14487 (java) S 14468 14470 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467388930 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14470/tid=14488] ppid=14468 vsize=7666584 CPUtime=0 cores=1,3
/proc/14470/task/14488/stat : 14488 (java) S 14468 14470 14035 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 467388930 7850582016 85436 33554432000 1073741824 1073778376 140737312746512 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 488.82
Current children cumulated vsize (KiB) 7666584

Child status: 20
Real time (s): 487.343
CPU time (s): 488.85
CPU user time (s): 488.708
CPU system time (s): 0.141978
CPU usage (%): 100.309
Max. virtual memory (cumulated for all children) (KiB): 7666584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 488.708
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88054
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= 10282
involuntary context switches= 1625

runsolver used 0.78888 second user time and 1.87871 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 18:42:13
IDJOB=3280749
IDBENCH=20431
IDSOLVER=1611
FILE ID=node143/3280749-1303749733
RUNJOBID= node143-1303749732-14425
PBS_JOBID= 13154019
Free space on /tmp= 72304 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.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-3280749-1303749733/watcher-3280749-1303749733 -o /tmp/evaluation-result-3280749-1303749733/solver-3280749-1303749733 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3280749-1303749733.cnf

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=1894445810

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
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.83
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.846
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.75
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14178464 kB
Buffers:       2273560 kB
Cached:       15839888 kB
SwapCached:          0 kB
Active:        6843076 kB
Inactive:     11372420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14178464 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           45404 kB
Writeback:           4 kB
AnonPages:      101296 kB
Mapped:          21200 kB
Slab:           493652 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7458408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72328 MiB
End job on node143 at 2011-04-25 18:50:21