Trace number 3260720

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 17.6473 16.8111

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_11_99_u.cnf
MD5SUM9ad5e99587f3a7137ad13cd9a8eefafb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.27181
Satisfiable
(Un)Satisfiability was proved
Number of variables1287
Number of clauses2332
Sum of the clauses size6820
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2176
Number of clauses of size 32156
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c no version file found!!!
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		6997539544
0.03/0.09	c Max memory 		7034241024
0.03/0.09	c Total memory 		7034241024
0.03/0.09	c Number of processors 	8
0.06/0.11	c --- Begin Solver configuration ---
0.06/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.11	c Learn all clauses as in MiniSAT
0.06/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.11	c Expensive reason simplification
0.06/0.11	c Armin Biere (Picosat) restarts strategy
0.06/0.11	c Glucose learned constraints deletion strategy
0.06/0.11	c timeout=2147483647s
0.06/0.11	c DB Simplification allowed=true
0.06/0.11	c --- End Solver configuration ---
0.06/0.11	c solving HOME/instance-3260720-1303539689.cnf
0.06/0.11	c reading problem ... 
0.06/0.14	c ... done. Wall clock time 0.03s.
0.06/0.14	c #vars     1287
0.06/0.14	c #constraints  2332
0.06/0.14	c constraints type 
0.06/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2156
0.06/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 176
1.78/1.48	c cleaning 2466 clauses out of 4932 with flag 5000/5000
3.25/2.57	c cleaning 4234 clauses out of 8467 with flag 11002/11002
4.65/3.93	c cleaning 5616 clauses out of 11232 with flag 18001/18001
6.26/5.57	c cleaning 6808 clauses out of 13615 with flag 26000/26000
7.88/7.10	c cleaning 7904 clauses out of 15807 with flag 35000/35000
9.49/8.76	c cleaning 8952 clauses out of 17903 with flag 45000/45000
10.69/9.95	c cleaning 9476 clauses out of 18952 with flag 55001/55001
11.28/10.50	c cleaning 9737 clauses out of 19477 with flag 65002/65002
11.79/11.02	c cleaning 9867 clauses out of 19740 with flag 75002/75002
12.30/11.57	c cleaning 9929 clauses out of 19871 with flag 85000/85000
12.82/12.07	c cleaning 9945 clauses out of 19942 with flag 95000/95000
13.32/12.59	c cleaning 9961 clauses out of 19998 with flag 105001/105001
13.93/13.11	c cleaning 9990 clauses out of 20036 with flag 115000/115000
14.42/13.60	c cleaning 10016 clauses out of 20047 with flag 125001/125001
14.82/14.07	c cleaning 9990 clauses out of 20033 with flag 135003/135003
15.42/14.62	c cleaning 10017 clauses out of 20040 with flag 145000/145000
15.93/15.18	c cleaning 10011 clauses out of 20023 with flag 155000/155000
16.53/15.76	c cleaning 9998 clauses out of 20013 with flag 165001/165001
17.23/16.43	c cleaning 10006 clauses out of 20014 with flag 175000/175000
17.53/16.79	c starts		: 522
17.53/16.79	c conflicts		: 181583
17.53/16.79	c decisions		: 318119
17.53/16.79	c propagations		: 27648511
17.53/16.79	c inspects		: 128847419
17.53/16.79	c shortcuts		: 0
17.53/16.79	c learnt literals	: 60
17.53/16.79	c learnt binary clauses	: 305
17.53/16.79	c learnt ternary clauses	: 1982
17.53/16.79	c learnt constraints	: 181522
17.53/16.79	c ignored constraints	: 0
17.53/16.79	c root simplifications	: 581
17.53/16.79	c removed literals (reason simplification)	: 504476
17.53/16.79	c reason swapping (by a shorter reason)	: 0
17.53/16.79	c Calls to reduceDB	: 19
17.53/16.79	c speed (assignments/second)	: 1660571.2312312315
17.53/16.79	c non guided choices	1254
17.63/16.80	c learnt constraints type 
17.63/16.80	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 268
17.63/16.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11002
17.63/16.80	c constraints type 
17.63/16.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2156
17.63/16.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 176
17.63/16.80	s UNSATISFIABLE
17.63/16.80	c Total wall clock time (in seconds) : 16.681

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

running on 2 cores: 5,7

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.00 0.00 0.00 1/174 14123
/proc/meminfo: memFree=14476848/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=23028 CPUtime=0 cores=5,7
/proc/14123/stat : 14123 (java) R 14121 14123 14093 0 -1 4202496 960 0 0 0 0 0 0 0 17 0 1 0 465569701 23580672 703 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222916814737 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14123/statm: 5757 703 519 9 0 124 0

[startup+0.0644051 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 14123
/proc/meminfo: memFree=14476848/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7564352 CPUtime=0.03 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 8845 0 1 0 2 1 0 0 17 0 13 0 465569701 7745896448 8541 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1891088 8542 1681 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100407 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 14123
/proc/meminfo: memFree=14476848/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7569940 CPUtime=0.06 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 9501 0 1 0 5 1 0 0 17 0 18 0 465569701 7751618560 9197 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1892485 9198 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.300313 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 14123
/proc/meminfo: memFree=14476848/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7642892 CPUtime=0.43 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 13417 0 1 0 41 2 0 0 17 0 19 0 465569701 7826321408 11697 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1910723 11697 2192 9 0 1901461 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7642892

[startup+0.700237 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 14123
/proc/meminfo: memFree=14476848/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7642892 CPUtime=1.01 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 13783 0 1 0 99 2 0 0 17 0 19 0 465569701 7826321408 11961 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1910723 11961 2211 9 0 1901461 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 7642892

[startup+1.50109 s]
/proc/loadavg: 0.00 0.00 0.00 2/193 14142
/proc/meminfo: memFree=14436156/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7652884 CPUtime=1.94 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 18062 0 1 0 191 3 0 0 17 0 19 0 465569701 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1913221 15016 2234 9 0 1903959 0
[pid=14123/tid=14125] ppid=14121 vsize=7652884 CPUtime=1.42 cores=5,7
/proc/14123/task/14125/stat : 14125 (java) S 14121 14123 14093 0 -1 4202560 9356 0 1 0 141 1 0 0 25 0 19 0 465569702 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14126] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14126/stat : 14126 (java) S 14121 14123 14093 0 -1 4202560 436 0 0 0 0 0 0 0 17 0 19 0 465569705 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14127] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14127/stat : 14127 (java) S 14121 14123 14093 0 -1 4202560 27 0 0 0 0 0 0 0 17 0 19 0 465569705 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14128] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14128/stat : 14128 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465569705 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14129] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14129/stat : 14129 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465569705 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14130] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14130/stat : 14130 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465569705 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14131] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14131/stat : 14131 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465569705 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14132] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14132/stat : 14132 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465569705 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14133] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14133/stat : 14133 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465569705 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14134] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14134/stat : 14134 (java) R 14121 14123 14093 0 -1 4202560 22 0 0 0 0 0 0 0 17 0 19 0 465569706 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 47797904132164 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=14123/tid=14135] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14135/stat : 14135 (java) S 14121 14123 14093 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 465569706 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14136] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14136/stat : 14136 (java) S 14121 14123 14093 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 465569706 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14137] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14137/stat : 14137 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 465569709 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14138] ppid=14121 vsize=7652884 CPUtime=0.23 cores=5,7
/proc/14123/task/14138/stat : 14138 (java) S 14121 14123 14093 0 -1 4202560 4059 0 0 0 23 0 0 0 16 0 19 0 465569709 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14139] ppid=14121 vsize=7652884 CPUtime=0.23 cores=5,7
/proc/14123/task/14139/stat : 14139 (java) S 14121 14123 14093 0 -1 4202560 3008 0 0 0 23 0 0 0 15 0 19 0 465569709 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14140] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14140/stat : 14140 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 465569709 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14141] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14141/stat : 14141 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569709 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14142] ppid=14121 vsize=7652884 CPUtime=0 cores=5,7
/proc/14123/task/14142/stat : 14142 (java) S 14121 14123 14093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 465569716 7836553216 15016 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 7652884

[startup+3.10084 s]
/proc/loadavg: 0.00 0.00 0.00 3/193 14142
/proc/meminfo: memFree=14412968/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7663268 CPUtime=3.85 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 22475 0 1 0 382 3 0 0 17 0 19 0 465569701 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1915817 18958 2244 9 0 1906555 0
[pid=14123/tid=14125] ppid=14121 vsize=7663268 CPUtime=2.98 cores=5,7
/proc/14123/task/14125/stat : 14125 (java) R 14121 14123 14093 0 -1 4202560 9360 0 1 0 297 1 0 0 18 0 19 0 465569702 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 46912505681116 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14123/tid=14126] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14126/stat : 14126 (java) S 14121 14123 14093 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 19 0 465569705 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14127] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14127/stat : 14127 (java) S 14121 14123 14093 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 465569705 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14128] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14128/stat : 14128 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569705 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14129] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14129/stat : 14129 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569705 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14130] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14130/stat : 14130 (java) S 14121 14123 14093 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 465569705 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14131] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14131/stat : 14131 (java) S 14121 14123 14093 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 465569705 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14132] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14132/stat : 14132 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569705 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14133] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14133/stat : 14133 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569705 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14134] ppid=14121 vsize=7663268 CPUtime=0.02 cores=5,7
/proc/14123/task/14134/stat : 14134 (java) S 14121 14123 14093 0 -1 4202560 850 0 0 0 2 0 0 0 16 0 19 0 465569706 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14135] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14135/stat : 14135 (java) S 14121 14123 14093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465569706 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14136] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14136/stat : 14136 (java) S 14121 14123 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465569706 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14137] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14137/stat : 14137 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 465569709 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14138] ppid=14121 vsize=7663268 CPUtime=0.54 cores=5,7
/proc/14123/task/14138/stat : 14138 (java) S 14121 14123 14093 0 -1 4202560 6726 0 0 0 54 0 0 0 15 0 19 0 465569709 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14139] ppid=14121 vsize=7663268 CPUtime=0.26 cores=5,7
/proc/14123/task/14139/stat : 14139 (java) S 14121 14123 14093 0 -1 4202560 3325 0 0 0 26 0 0 0 16 0 19 0 465569709 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14140] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14140/stat : 14140 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 465569709 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14141] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14141/stat : 14141 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569709 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14142] ppid=14121 vsize=7663268 CPUtime=0 cores=5,7
/proc/14123/task/14142/stat : 14142 (java) S 14121 14123 14093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 465569716 7847186432 18958 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 7663268

[startup+6.30125 s]
/proc/loadavg: 0.40 0.08 0.03 4/239 14198
/proc/meminfo: memFree=14267276/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7659644 CPUtime=7.08 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 23402 0 1 0 705 3 0 0 17 0 19 0 465569701 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1914911 18951 2244 9 0 1905649 0
[pid=14123/tid=14125] ppid=14121 vsize=7659644 CPUtime=6.15 cores=5,7
/proc/14123/task/14125/stat : 14125 (java) R 14121 14123 14093 0 -1 4202560 9363 0 1 0 614 1 0 0 25 0 19 0 465569702 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 46912505522367 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14123/tid=14126] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14126/stat : 14126 (java) S 14121 14123 14093 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14127] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14127/stat : 14127 (java) S 14121 14123 14093 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14128] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14128/stat : 14128 (java) S 14121 14123 14093 0 -1 4202560 80 0 0 0 0 0 0 0 16 0 19 0 465569705 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14129] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14129/stat : 14129 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14130] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14130/stat : 14130 (java) S 14121 14123 14093 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14131] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14131/stat : 14131 (java) S 14121 14123 14093 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14132] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14132/stat : 14132 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14133] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14133/stat : 14133 (java) S 14121 14123 14093 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14134] ppid=14121 vsize=7659644 CPUtime=0.04 cores=5,7
/proc/14123/task/14134/stat : 14134 (java) S 14121 14123 14093 0 -1 4202560 1209 0 0 0 4 0 0 0 16 0 19 0 465569706 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14135] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14135/stat : 14135 (java) S 14121 14123 14093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14136] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14136/stat : 14136 (java) S 14121 14123 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14137] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14137/stat : 14137 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 465569709 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14138] ppid=14121 vsize=7659644 CPUtime=0.57 cores=5,7
/proc/14123/task/14138/stat : 14138 (java) S 14121 14123 14093 0 -1 4202560 7133 0 0 0 57 0 0 0 15 0 19 0 465569709 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14139] ppid=14121 vsize=7659644 CPUtime=0.26 cores=5,7
/proc/14123/task/14139/stat : 14139 (java) S 14121 14123 14093 0 -1 4202560 3325 0 0 0 26 0 0 0 15 0 19 0 465569709 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14140] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14140/stat : 14140 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 465569709 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14141] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14141/stat : 14141 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569709 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14142] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14142/stat : 14142 (java) S 14121 14123 14093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 465569716 7843475456 18951 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 7659644

[startup+12.7011 s]

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

/proc/14123/task/14125/stat : 14125 (java) R 14121 14123 14093 0 -1 4202560 9377 0 1 0 1551 1 0 0 25 0 19 0 465569702 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 46912505576875 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14123/tid=14126] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14126/stat : 14126 (java) S 14121 14123 14093 0 -1 4202560 885 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14127] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14127/stat : 14127 (java) S 14121 14123 14093 0 -1 4202560 31 0 0 0 1 0 0 0 16 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14128] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14128/stat : 14128 (java) S 14121 14123 14093 0 -1 4202560 235 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14129] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14129/stat : 14129 (java) S 14121 14123 14093 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14130] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14130/stat : 14130 (java) S 14121 14123 14093 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14131] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14131/stat : 14131 (java) S 14121 14123 14093 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14132] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14132/stat : 14132 (java) S 14121 14123 14093 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14133] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14133/stat : 14133 (java) S 14121 14123 14093 0 -1 4202560 90 0 0 0 1 0 0 0 16 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14134] ppid=14121 vsize=7659644 CPUtime=0.24 cores=5,7
/proc/14123/task/14134/stat : 14134 (java) S 14121 14123 14093 0 -1 4202560 1713 0 0 0 24 0 0 0 16 0 19 0 465569706 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14135] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14135/stat : 14135 (java) S 14121 14123 14093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14136] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14136/stat : 14136 (java) S 14121 14123 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14137] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14137/stat : 14137 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14138] ppid=14121 vsize=7659644 CPUtime=0.6 cores=5,7
/proc/14123/task/14138/stat : 14138 (java) S 14121 14123 14093 0 -1 4202560 7350 0 0 0 60 0 0 0 15 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14139] ppid=14121 vsize=7659644 CPUtime=0.26 cores=5,7
/proc/14123/task/14139/stat : 14139 (java) S 14121 14123 14093 0 -1 4202560 3325 0 0 0 26 0 0 0 15 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14140] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14140/stat : 14140 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14141] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14141/stat : 14141 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14142] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14142/stat : 14142 (java) S 14121 14123 14093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 465569716 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 16.73
Current children cumulated vsize (KiB) 7659644

[startup+16.3014 s]
/proc/loadavg: 0.80 0.18 0.06 4/239 14245
/proc/meminfo: memFree=14228020/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7659644 CPUtime=17.13 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 24446 0 1 0 1709 4 0 0 17 0 19 0 465569701 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1914911 19801 2244 9 0 1905649 0
[pid=14123/tid=14125] ppid=14121 vsize=7659644 CPUtime=15.92 cores=5,7
/proc/14123/task/14125/stat : 14125 (java) R 14121 14123 14093 0 -1 4202560 9377 0 1 0 1591 1 0 0 25 0 19 0 465569702 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 46912505576256 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14123/tid=14126] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14126/stat : 14126 (java) S 14121 14123 14093 0 -1 4202560 885 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14127] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14127/stat : 14127 (java) S 14121 14123 14093 0 -1 4202560 31 0 0 0 1 0 0 0 16 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14128] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14128/stat : 14128 (java) S 14121 14123 14093 0 -1 4202560 235 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14129] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14129/stat : 14129 (java) S 14121 14123 14093 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14130] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14130/stat : 14130 (java) S 14121 14123 14093 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14131] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14131/stat : 14131 (java) S 14121 14123 14093 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14132] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14132/stat : 14132 (java) S 14121 14123 14093 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14133] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14133/stat : 14133 (java) S 14121 14123 14093 0 -1 4202560 90 0 0 0 1 0 0 0 16 0 19 0 465569705 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14134] ppid=14121 vsize=7659644 CPUtime=0.24 cores=5,7
/proc/14123/task/14134/stat : 14134 (java) S 14121 14123 14093 0 -1 4202560 1713 0 0 0 24 0 0 0 16 0 19 0 465569706 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14135] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14135/stat : 14135 (java) S 14121 14123 14093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14136] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14136/stat : 14136 (java) S 14121 14123 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14137] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14137/stat : 14137 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14138] ppid=14121 vsize=7659644 CPUtime=0.6 cores=5,7
/proc/14123/task/14138/stat : 14138 (java) S 14121 14123 14093 0 -1 4202560 7350 0 0 0 60 0 0 0 15 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14139] ppid=14121 vsize=7659644 CPUtime=0.26 cores=5,7
/proc/14123/task/14139/stat : 14139 (java) S 14121 14123 14093 0 -1 4202560 3325 0 0 0 26 0 0 0 15 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14140] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14140/stat : 14140 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14141] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14141/stat : 14141 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569709 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14142] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14142/stat : 14142 (java) S 14121 14123 14093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 465569716 7843475456 19801 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.13
Current children cumulated vsize (KiB) 7659644

[startup+16.7013 s]
/proc/loadavg: 0.80 0.18 0.06 4/239 14245
/proc/meminfo: memFree=14228068/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7659644 CPUtime=17.53 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 24449 0 1 0 1749 4 0 0 17 0 19 0 465569701 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1914911 19803 2244 9 0 1905649 0
[pid=14123/tid=14125] ppid=14121 vsize=7659644 CPUtime=16.3 cores=5,7
/proc/14123/task/14125/stat : 14125 (java) R 14121 14123 14093 0 -1 4202560 9378 0 1 0 1629 1 0 0 25 0 19 0 465569702 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 46912505525279 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14123/tid=14126] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14126/stat : 14126 (java) S 14121 14123 14093 0 -1 4202560 885 0 0 0 1 0 0 0 16 0 19 0 465569705 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14127] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14127/stat : 14127 (java) S 14121 14123 14093 0 -1 4202560 31 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14128] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14128/stat : 14128 (java) S 14121 14123 14093 0 -1 4202560 235 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14129] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14129/stat : 14129 (java) S 14121 14123 14093 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 465569705 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14130] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14130/stat : 14130 (java) S 14121 14123 14093 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14131] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14131/stat : 14131 (java) S 14121 14123 14093 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14132] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14132/stat : 14132 (java) S 14121 14123 14093 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14133] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14133/stat : 14133 (java) S 14121 14123 14093 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14134] ppid=14121 vsize=7659644 CPUtime=0.25 cores=5,7
/proc/14123/task/14134/stat : 14134 (java) S 14121 14123 14093 0 -1 4202560 1713 0 0 0 25 0 0 0 16 0 19 0 465569706 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14135] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14135/stat : 14135 (java) S 14121 14123 14093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14136] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14136/stat : 14136 (java) S 14121 14123 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14137] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14137/stat : 14137 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 465569709 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14138] ppid=14121 vsize=7659644 CPUtime=0.6 cores=5,7
/proc/14123/task/14138/stat : 14138 (java) S 14121 14123 14093 0 -1 4202560 7350 0 0 0 60 0 0 0 15 0 19 0 465569709 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14139] ppid=14121 vsize=7659644 CPUtime=0.26 cores=5,7
/proc/14123/task/14139/stat : 14139 (java) S 14121 14123 14093 0 -1 4202560 3325 0 0 0 26 0 0 0 15 0 19 0 465569709 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14140] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14140/stat : 14140 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 465569709 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14141] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14141/stat : 14141 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569709 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14142] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14142/stat : 14142 (java) S 14121 14123 14093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 465569716 7843475456 19803 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.53
Current children cumulated vsize (KiB) 7659644

[startup+16.8013 s]
/proc/loadavg: 0.80 0.18 0.06 4/239 14245
/proc/meminfo: memFree=14228068/32951124 swapFree=67111528/67111528
[pid=14123] ppid=14121 vsize=7659644 CPUtime=17.63 cores=5,7
/proc/14123/stat : 14123 (java) S 14121 14123 14093 0 -1 4202496 24455 0 1 0 1759 4 0 0 17 0 19 0 465569701 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14123/statm: 1914911 19809 2245 9 0 1905649 0
[pid=14123/tid=14125] ppid=14121 vsize=7659644 CPUtime=16.4 cores=5,7
/proc/14123/task/14125/stat : 14125 (java) S 14121 14123 14093 0 -1 4202560 9380 0 1 0 1639 1 0 0 25 0 19 0 465569702 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14126] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14126/stat : 14126 (java) S 14121 14123 14093 0 -1 4202560 885 0 0 0 1 0 0 0 16 0 19 0 465569705 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14127] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14127/stat : 14127 (java) S 14121 14123 14093 0 -1 4202560 31 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14128] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14128/stat : 14128 (java) S 14121 14123 14093 0 -1 4202560 235 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14129] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14129/stat : 14129 (java) S 14121 14123 14093 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 465569705 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14130] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14130/stat : 14130 (java) S 14121 14123 14093 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14131] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14131/stat : 14131 (java) S 14121 14123 14093 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14132] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14132/stat : 14132 (java) S 14121 14123 14093 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 465569705 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14133] ppid=14121 vsize=7659644 CPUtime=0.01 cores=5,7
/proc/14123/task/14133/stat : 14133 (java) S 14121 14123 14093 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 19 0 465569705 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14134] ppid=14121 vsize=7659644 CPUtime=0.25 cores=5,7
/proc/14123/task/14134/stat : 14134 (java) S 14121 14123 14093 0 -1 4202560 1713 0 0 0 25 0 0 0 16 0 19 0 465569706 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 0 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14135] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14135/stat : 14135 (java) S 14121 14123 14093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14136] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14136/stat : 14136 (java) S 14121 14123 14093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 465569706 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14137] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14137/stat : 14137 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 465569709 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933600689 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14138] ppid=14121 vsize=7659644 CPUtime=0.6 cores=5,7
/proc/14123/task/14138/stat : 14138 (java) S 14121 14123 14093 0 -1 4202560 7350 0 0 0 60 0 0 0 15 0 19 0 465569709 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
[pid=14123/tid=14139] ppid=14121 vsize=7659644 CPUtime=0.26 cores=5,7
/proc/14123/task/14139/stat : 14139 (java) S 14121 14123 14093 0 -1 4202560 3325 0 0 0 26 0 0 0 15 0 19 0 465569709 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14140] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14140/stat : 14140 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 465569709 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933592985 0 4 0 16800975 18446604471124704320 0 0 -1 5 0 0 0
[pid=14123/tid=14141] ppid=14121 vsize=7659644 CPUtime=0 cores=5,7
/proc/14123/task/14141/stat : 14141 (java) S 14121 14123 14093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465569709 7843475456 19809 33554432000 1073741824 1073778376 140736800318592 18446744073709551615 222933593600 0 4 0 16800975 18446604471124704320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.63
Current children cumulated vsize (KiB) 7659644

Child status: 20
Real time (s): 16.8111
CPU time (s): 17.6473
CPU user time (s): 17.6013
CPU system time (s): 0.045993
CPU usage (%): 104.974
Max. virtual memory (cumulated for all children) (KiB): 7663268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6013
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24461
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= 1140
involuntary context switches= 478

runsolver used 0.029995 second user time and 0.068989 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-23 08:21:30
IDJOB=3260720
IDBENCH=83193
IDSOLVER=1611
FILE ID=node109/3260720-1303539689
RUNJOBID= node109-1303539684-14114
PBS_JOBID= 13143129
Free space on /tmp= 71636 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_11_99_u.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-3260720-1303539689/watcher-3260720-1303539689 -o /tmp/evaluation-result-3260720-1303539689/solver-3260720-1303539689 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3260720-1303539689.cnf

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

MD5SUM BENCH= 9ad5e99587f3a7137ad13cd9a8eefafb
RANDOM SEED=1122488000

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.82
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.809
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.809
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.82
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.809
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:     32951124 kB
MemFree:      14476988 kB
Buffers:       2092996 kB
Cached:       15747380 kB
SwapCached:          0 kB
Active:        9683016 kB
Inactive:      8221908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14476988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             240 kB
Writeback:           0 kB
AnonPages:       63920 kB
Mapped:          14432 kB
Slab:           506096 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186372 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= 71632 MiB
End job on node109 at 2011-04-23 08:21:46