Trace number 3293491

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 477.833 469.04

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2925
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.07	c no version file found!!!
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		6997539544
0.02/0.07	c Max memory 		7034241024
0.02/0.07	c Total memory 		7034241024
0.02/0.07	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-3293491-1303793800.cnf
0.02/0.09	c reading problem ... 
0.74/0.64	c ... done. Wall clock time 0.549s.
0.74/0.64	c #vars     196306
0.74/0.64	c #constraints  582994
0.74/0.64	c constraints type 
0.74/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 194331
0.74/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 388662
11.33/11.70	c cleaning 2442 clauses out of 4978 with flag 5001/5001
21.51/21.56	c cleaning 4253 clauses out of 8533 with flag 11000/11000
27.80/27.64	c cleaning 5601 clauses out of 11280 with flag 18000/18000
33.86/33.74	c cleaning 6827 clauses out of 13683 with flag 26004/26004
43.48/43.43	c cleaning 6020 clauses out of 12103 with flag 35001/35001
70.51/66.02	c cleaning 7864 clauses out of 15959 with flag 45000/45000
95.99/87.63	c cleaning 9487 clauses out of 19046 with flag 56000/56000
107.50/99.15	c cleaning 10560 clauses out of 21482 with flag 68000/68000
120.32/111.99	c cleaning 11874 clauses out of 23899 with flag 81000/81000
133.23/124.87	c cleaning 12843 clauses out of 26013 with flag 95000/95000
145.85/137.49	c cleaning 14007 clauses out of 28169 with flag 110002/110002
162.67/154.27	c cleaning 14953 clauses out of 30136 with flag 126000/126000
183.49/175.07	c cleaning 15727 clauses out of 32096 with flag 143000/143000
199.41/190.94	c cleaning 16959 clauses out of 34324 with flag 161001/161001
216.73/208.26	c cleaning 18106 clauses out of 36289 with flag 180000/180000
235.75/227.27	c cleaning 19037 clauses out of 38181 with flag 200000/200000
252.48/244.00	c cleaning 20055 clauses out of 40141 with flag 221001/221001
273.10/264.51	c cleaning 20978 clauses out of 42085 with flag 243000/243000
294.22/285.70	c cleaning 22032 clauses out of 44108 with flag 266001/266001
315.24/306.68	c cleaning 22969 clauses out of 46066 with flag 290001/290001
337.96/329.37	c cleaning 24019 clauses out of 48084 with flag 315002/315002
358.08/349.43	c cleaning 24871 clauses out of 50065 with flag 341002/341002
382.80/374.16	c cleaning 25883 clauses out of 52192 with flag 368000/368000
410.92/402.21	c cleaning 27013 clauses out of 54309 with flag 396000/396000
437.55/428.86	c cleaning 28033 clauses out of 56135 with flag 425000/425000
462.77/454.08	c cleaning 28960 clauses out of 58103 with flag 455001/455001
477.68/469.00	c starts		: 844
477.68/469.00	c conflicts		: 470284
477.68/469.00	c decisions		: 4569677
477.68/469.00	c propagations		: 919465485
477.68/469.00	c inspects		: 2308084905
477.68/469.00	c shortcuts		: 0
477.68/469.00	c learnt literals	: 142
477.68/469.00	c learnt binary clauses	: 1911
477.68/469.00	c learnt ternary clauses	: 9191
477.68/469.00	c learnt constraints	: 470141
477.68/469.00	c ignored constraints	: 0
477.68/469.00	c root simplifications	: 985
477.68/469.00	c removed literals (reason simplification)	: 7127044
477.68/469.00	c reason swapping (by a shorter reason)	: 0
477.68/469.00	c Calls to reduceDB	: 26
477.68/469.00	c speed (assignments/second)	: 1963180.6749153952
477.68/469.00	c non guided choices	472809
477.79/469.01	c learnt constraints type 
477.79/469.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1435
477.79/469.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27048
477.79/469.01	c constraints type 
477.79/469.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 194331
477.79/469.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 388662
477.79/469.01	s UNSATISFIABLE
477.79/469.01	c Total wall clock time (in seconds) : 468.905

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-3293491-1303793800/watcher-3293491-1303793800 -o /tmp/evaluation-result-3293491-1303793800/solver-3293491-1303793800 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293491-1303793800.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: 3.49 3.90 3.96 10/235 24139
/proc/meminfo: memFree=24595644/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=256 CPUtime=0 cores=1,3
/proc/24139/stat : 24139 (java) R 24137 24139 23645 0 -1 4194304 269 0 0 0 0 0 0 0 25 0 1 0 490978649 262144 32 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242965626503 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24139/statm: 64 32 24 9 0 23 0

[startup+0.03975 s]
/proc/loadavg: 3.49 3.90 3.96 10/235 24139
/proc/meminfo: memFree=24595644/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7564352 CPUtime=0.02 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 8697 0 1 0 1 1 0 0 25 0 13 0 490978649 7745896448 8393 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1891088 8394 1661 9 0 1881836 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7564352

[startup+0.102735 s]
/proc/loadavg: 3.49 3.90 3.96 10/235 24139
/proc/meminfo: memFree=24595644/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7637008 CPUtime=0.09 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 11294 0 1 0 8 1 0 0 25 0 18 0 490978649 7820296192 10990 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1909252 10990 2064 9 0 1899990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7637008

[startup+0.300737 s]
/proc/loadavg: 3.49 3.90 3.96 10/235 24139
/proc/meminfo: memFree=24595644/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7637252 CPUtime=0.44 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 16257 0 1 0 42 2 0 0 25 0 18 0 490978649 7820546048 15548 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1909313 15550 2197 9 0 1900051 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 7637252

[startup+0.700611 s]
/proc/loadavg: 3.49 3.90 3.96 10/235 24139
/proc/meminfo: memFree=24595644/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7638280 CPUtime=0.89 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 32702 0 1 0 86 3 0 0 25 0 19 0 490978649 7821598720 31993 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1909570 31993 2208 9 0 1900308 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 7638280

[startup+1.50148 s]
/proc/loadavg: 3.49 3.90 3.96 4/237 24182
/proc/meminfo: memFree=24469404/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7641428 CPUtime=2.07 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 35482 0 1 0 203 4 0 0 25 0 19 0 490978649 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1910357 33241 2221 9 0 1901095 0
[pid=24139/tid=24141] ppid=24137 vsize=7641428 CPUtime=1.48 cores=1,3
/proc/24139/task/24141/stat : 24141 (java) R 24137 24139 23645 0 -1 4202560 29386 0 1 0 145 3 0 0 25 0 19 0 490978650 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 46912505653441 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24148] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24148/stat : 24148 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24150] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24150/stat : 24150 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24152] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24152/stat : 24152 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24154] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24154/stat : 24154 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 23645 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 490978652 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24156] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24156/stat : 24156 (java) S 24137 24139 23645 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490978653 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490978653 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24158] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24158/stat : 24158 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=7641428 CPUtime=0.24 cores=1,3
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 23645 0 -1 4202560 1956 0 0 0 24 0 0 0 20 0 19 0 490978655 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24160] ppid=24137 vsize=7641428 CPUtime=0.33 cores=1,3
/proc/24139/task/24160/stat : 24160 (java) R 24137 24139 23645 0 -1 4202560 2979 0 0 0 33 0 0 0 18 0 19 0 490978655 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 47085859395414 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24162] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24162/stat : 24162 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490978655 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24164] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24164/stat : 24164 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490978719 7824822272 33241 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 7641428

[startup+3.10123 s]
/proc/loadavg: 3.49 3.90 3.96 6/238 24185
/proc/meminfo: memFree=24157988/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7641428 CPUtime=3.75 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 35525 0 1 0 371 4 0 0 25 0 19 0 490978649 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1910357 33282 2225 9 0 1901095 0
[pid=24139/tid=24141] ppid=24137 vsize=7641428 CPUtime=3.08 cores=1,3
/proc/24139/task/24141/stat : 24141 (java) R 24137 24139 23645 0 -1 4202560 29414 0 1 0 305 3 0 0 25 0 19 0 490978650 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 46912505639544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24148] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24148/stat : 24148 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24150] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24150/stat : 24150 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24152] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24152/stat : 24152 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24154] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24154/stat : 24154 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 23645 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 490978652 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24156] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24156/stat : 24156 (java) S 24137 24139 23645 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490978653 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490978653 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24158] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24158/stat : 24158 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=7641428 CPUtime=0.31 cores=1,3
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 23645 0 -1 4202560 1970 0 0 0 31 0 0 0 15 0 19 0 490978655 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24160] ppid=24137 vsize=7641428 CPUtime=0.35 cores=1,3
/proc/24139/task/24160/stat : 24160 (java) S 24137 24139 23645 0 -1 4202560 2979 0 0 0 35 0 0 0 15 0 19 0 490978655 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24162] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24162/stat : 24162 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490978655 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24164] ppid=24137 vsize=7641428 CPUtime=0 cores=1,3
/proc/24139/task/24164/stat : 24164 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490978719 7824822272 33282 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 7641428

[startup+6.30068 s]
/proc/loadavg: 3.53 3.91 3.96 4/238 24186
/proc/meminfo: memFree=24008720/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7640476 CPUtime=6.99 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 35594 0 1 0 695 4 0 0 25 0 19 0 490978649 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1910119 33072 2226 9 0 1900857 0
[pid=24139/tid=24141] ppid=24137 vsize=7640476 CPUtime=6.28 cores=1,3
/proc/24139/task/24141/stat : 24141 (java) R 24137 24139 23645 0 -1 4202560 29480 0 1 0 625 3 0 0 25 0 19 0 490978650 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 46912505645729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24148] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24148/stat : 24148 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24150] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24150/stat : 24150 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24152] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24152/stat : 24152 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24154] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24154/stat : 24154 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978651 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 23645 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 490978652 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24156] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24156/stat : 24156 (java) S 24137 24139 23645 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490978653 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490978653 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24158] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24158/stat : 24158 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=7640476 CPUtime=0.31 cores=1,3
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 23645 0 -1 4202560 1970 0 0 0 31 0 0 0 15 0 19 0 490978655 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24160] ppid=24137 vsize=7640476 CPUtime=0.38 cores=1,3
/proc/24139/task/24160/stat : 24160 (java) S 24137 24139 23645 0 -1 4202560 2982 0 0 0 38 0 0 0 15 0 19 0 490978655 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24162] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24162/stat : 24162 (java) R 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490978655 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24139/tid=24164] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24164/stat : 24164 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490978719 7823847424 33072 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 7640476

[startup+12.7015 s]

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

/proc/24139/task/24141/stat : 24141 (java) R 24137 24139 23645 0 -1 4202560 29711 0 1 0 43194 35 0 0 25 0 19 0 490978650 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 46912505758777 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=7640476 CPUtime=2.53 cores=1,3
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 23645 0 -1 4202560 16 0 0 0 231 22 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24148] ppid=24137 vsize=7640476 CPUtime=5.12 cores=1,3
/proc/24139/task/24148/stat : 24148 (java) S 24137 24139 23645 0 -1 4202560 10518 0 0 0 506 6 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=7640476 CPUtime=4.01 cores=1,3
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 23645 0 -1 4202560 8851 0 0 0 391 10 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24150] ppid=24137 vsize=7640476 CPUtime=5.09 cores=1,3
/proc/24139/task/24150/stat : 24150 (java) S 24137 24139 23645 0 -1 4202560 42 0 0 0 506 3 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=7640476 CPUtime=5.24 cores=1,3
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 497 27 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24152] ppid=24137 vsize=7640476 CPUtime=3.12 cores=1,3
/proc/24139/task/24152/stat : 24152 (java) S 24137 24139 23645 0 -1 4202560 4 0 0 0 298 14 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=7640476 CPUtime=5.2 cores=1,3
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 23645 0 -1 4202560 11 0 0 0 500 20 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24154] ppid=24137 vsize=7640476 CPUtime=4.63 cores=1,3
/proc/24139/task/24154/stat : 24154 (java) S 24137 24139 23645 0 -1 4202560 5 0 0 0 449 14 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=7640476 CPUtime=6.48 cores=1,3
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 23645 0 -1 4202560 25461 0 0 0 636 12 0 0 15 0 19 0 490978652 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24156] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24156/stat : 24156 (java) S 24137 24139 23645 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490978653 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 23645 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490978653 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24158] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24158/stat : 24158 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=7640476 CPUtime=0.42 cores=1,3
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 23645 0 -1 4202560 1980 0 0 0 42 0 0 0 15 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24160] ppid=24137 vsize=7640476 CPUtime=0.38 cores=1,3
/proc/24139/task/24160/stat : 24160 (java) S 24137 24139 23645 0 -1 4202560 2982 0 0 0 38 0 0 0 15 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24162] ppid=24137 vsize=7640476 CPUtime=0.54 cores=1,3
/proc/24139/task/24162/stat : 24162 (java) S 24137 24139 23645 0 -1 4202560 27 0 0 0 6 48 0 0 15 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24164] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24164/stat : 24164 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490978719 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 475.18
Current children cumulated vsize (KiB) 7640476

[startup+468.001 s]
/proc/loadavg: 4.34 4.39 4.27 5/260 24232
/proc/meminfo: memFree=21708232/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7640476 CPUtime=476.78 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 80765 0 1 0 47460 218 0 0 25 0 19 0 490978649 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1910119 78071 2254 9 0 1900857 0
[pid=24139/tid=24141] ppid=24137 vsize=7640476 CPUtime=433.89 cores=1,3
/proc/24139/task/24141/stat : 24141 (java) R 24137 24139 23645 0 -1 4202560 29711 0 1 0 43354 35 0 0 25 0 19 0 490978650 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 46912505653441 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=7640476 CPUtime=2.53 cores=1,3
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 23645 0 -1 4202560 16 0 0 0 231 22 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24148] ppid=24137 vsize=7640476 CPUtime=5.12 cores=1,3
/proc/24139/task/24148/stat : 24148 (java) S 24137 24139 23645 0 -1 4202560 10518 0 0 0 506 6 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=7640476 CPUtime=4.01 cores=1,3
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 23645 0 -1 4202560 8851 0 0 0 391 10 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24150] ppid=24137 vsize=7640476 CPUtime=5.09 cores=1,3
/proc/24139/task/24150/stat : 24150 (java) S 24137 24139 23645 0 -1 4202560 42 0 0 0 506 3 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=7640476 CPUtime=5.24 cores=1,3
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 497 27 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24152] ppid=24137 vsize=7640476 CPUtime=3.12 cores=1,3
/proc/24139/task/24152/stat : 24152 (java) S 24137 24139 23645 0 -1 4202560 4 0 0 0 298 14 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=7640476 CPUtime=5.2 cores=1,3
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 23645 0 -1 4202560 11 0 0 0 500 20 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24154] ppid=24137 vsize=7640476 CPUtime=4.63 cores=1,3
/proc/24139/task/24154/stat : 24154 (java) S 24137 24139 23645 0 -1 4202560 5 0 0 0 449 14 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=7640476 CPUtime=6.48 cores=1,3
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 23645 0 -1 4202560 25461 0 0 0 636 12 0 0 15 0 19 0 490978652 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24156] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24156/stat : 24156 (java) S 24137 24139 23645 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490978653 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 23645 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490978653 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24158] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24158/stat : 24158 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=7640476 CPUtime=0.42 cores=1,3
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 23645 0 -1 4202560 1980 0 0 0 42 0 0 0 15 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24160] ppid=24137 vsize=7640476 CPUtime=0.38 cores=1,3
/proc/24139/task/24160/stat : 24160 (java) S 24137 24139 23645 0 -1 4202560 2982 0 0 0 38 0 0 0 15 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24162] ppid=24137 vsize=7640476 CPUtime=0.54 cores=1,3
/proc/24139/task/24162/stat : 24162 (java) S 24137 24139 23645 0 -1 4202560 27 0 0 0 6 48 0 0 15 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24164] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24164/stat : 24164 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490978719 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 476.78
Current children cumulated vsize (KiB) 7640476

[startup+468.801 s]
/proc/loadavg: 4.32 4.38 4.27 5/260 24232
/proc/meminfo: memFree=21708232/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7640476 CPUtime=477.58 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 80765 0 1 0 47540 218 0 0 25 0 19 0 490978649 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1910119 78071 2254 9 0 1900857 0
[pid=24139/tid=24141] ppid=24137 vsize=7640476 CPUtime=434.69 cores=1,3
/proc/24139/task/24141/stat : 24141 (java) R 24137 24139 23645 0 -1 4202560 29711 0 1 0 43434 35 0 0 25 0 19 0 490978650 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 46912505636209 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=7640476 CPUtime=2.53 cores=1,3
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 23645 0 -1 4202560 16 0 0 0 231 22 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24148] ppid=24137 vsize=7640476 CPUtime=5.12 cores=1,3
/proc/24139/task/24148/stat : 24148 (java) S 24137 24139 23645 0 -1 4202560 10518 0 0 0 506 6 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=7640476 CPUtime=4.01 cores=1,3
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 23645 0 -1 4202560 8851 0 0 0 391 10 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24150] ppid=24137 vsize=7640476 CPUtime=5.09 cores=1,3
/proc/24139/task/24150/stat : 24150 (java) S 24137 24139 23645 0 -1 4202560 42 0 0 0 506 3 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=7640476 CPUtime=5.24 cores=1,3
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 497 27 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24152] ppid=24137 vsize=7640476 CPUtime=3.12 cores=1,3
/proc/24139/task/24152/stat : 24152 (java) S 24137 24139 23645 0 -1 4202560 4 0 0 0 298 14 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=7640476 CPUtime=5.2 cores=1,3
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 23645 0 -1 4202560 11 0 0 0 500 20 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24154] ppid=24137 vsize=7640476 CPUtime=4.63 cores=1,3
/proc/24139/task/24154/stat : 24154 (java) S 24137 24139 23645 0 -1 4202560 5 0 0 0 449 14 0 0 15 0 19 0 490978651 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=7640476 CPUtime=6.48 cores=1,3
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 23645 0 -1 4202560 25461 0 0 0 636 12 0 0 15 0 19 0 490978652 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24156] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24156/stat : 24156 (java) S 24137 24139 23645 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490978653 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 23645 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490978653 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24158] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24158/stat : 24158 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=7640476 CPUtime=0.42 cores=1,3
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 23645 0 -1 4202560 1980 0 0 0 42 0 0 0 15 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24160] ppid=24137 vsize=7640476 CPUtime=0.38 cores=1,3
/proc/24139/task/24160/stat : 24160 (java) S 24137 24139 23645 0 -1 4202560 2982 0 0 0 38 0 0 0 15 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24162] ppid=24137 vsize=7640476 CPUtime=0.54 cores=1,3
/proc/24139/task/24162/stat : 24162 (java) S 24137 24139 23645 0 -1 4202560 27 0 0 0 6 48 0 0 15 0 19 0 490978655 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24164] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24164/stat : 24164 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490978719 7823847424 78071 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 477.58
Current children cumulated vsize (KiB) 7640476

[startup+469.001 s]
/proc/loadavg: 4.32 4.38 4.27 5/260 24232
/proc/meminfo: memFree=21708232/32951132 swapFree=67111364/67111528
[pid=24139] ppid=24137 vsize=7640476 CPUtime=477.79 cores=1,3
/proc/24139/stat : 24139 (java) S 24137 24139 23645 0 -1 4202496 80772 0 1 0 47561 218 0 0 25 0 19 0 490978649 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24139/statm: 1910119 78075 2255 9 0 1900857 0
[pid=24139/tid=24141] ppid=24137 vsize=7640476 CPUtime=434.89 cores=1,3
/proc/24139/task/24141/stat : 24141 (java) S 24137 24139 23645 0 -1 4202560 29714 0 1 0 43454 35 0 0 25 0 19 0 490978650 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24147] ppid=24137 vsize=7640476 CPUtime=2.53 cores=1,3
/proc/24139/task/24147/stat : 24147 (java) S 24137 24139 23645 0 -1 4202560 16 0 0 0 231 22 0 0 15 0 19 0 490978651 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24148] ppid=24137 vsize=7640476 CPUtime=5.12 cores=1,3
/proc/24139/task/24148/stat : 24148 (java) S 24137 24139 23645 0 -1 4202560 10518 0 0 0 506 6 0 0 15 0 19 0 490978651 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24149] ppid=24137 vsize=7640476 CPUtime=4.01 cores=1,3
/proc/24139/task/24149/stat : 24149 (java) S 24137 24139 23645 0 -1 4202560 8851 0 0 0 391 10 0 0 15 0 19 0 490978651 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24150] ppid=24137 vsize=7640476 CPUtime=5.09 cores=1,3
/proc/24139/task/24150/stat : 24150 (java) S 24137 24139 23645 0 -1 4202560 42 0 0 0 506 3 0 0 15 0 19 0 490978651 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24151] ppid=24137 vsize=7640476 CPUtime=5.24 cores=1,3
/proc/24139/task/24151/stat : 24151 (java) S 24137 24139 23645 0 -1 4202560 7 0 0 0 497 27 0 0 15 0 19 0 490978651 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24152] ppid=24137 vsize=7640476 CPUtime=3.12 cores=1,3
/proc/24139/task/24152/stat : 24152 (java) S 24137 24139 23645 0 -1 4202560 4 0 0 0 298 14 0 0 15 0 19 0 490978651 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24153] ppid=24137 vsize=7640476 CPUtime=5.2 cores=1,3
/proc/24139/task/24153/stat : 24153 (java) S 24137 24139 23645 0 -1 4202560 11 0 0 0 500 20 0 0 15 0 19 0 490978651 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24154] ppid=24137 vsize=7640476 CPUtime=4.63 cores=1,3
/proc/24139/task/24154/stat : 24154 (java) S 24137 24139 23645 0 -1 4202560 5 0 0 0 449 14 0 0 15 0 19 0 490978651 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24155] ppid=24137 vsize=7640476 CPUtime=6.48 cores=1,3
/proc/24139/task/24155/stat : 24155 (java) S 24137 24139 23645 0 -1 4202560 25461 0 0 0 636 12 0 0 15 0 19 0 490978652 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 0 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24156] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24156/stat : 24156 (java) S 24137 24139 23645 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490978653 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24157] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24157/stat : 24157 (java) S 24137 24139 23645 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490978653 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24158] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24158/stat : 24158 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982373809 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24159] ppid=24137 vsize=7640476 CPUtime=0.43 cores=1,3
/proc/24139/task/24159/stat : 24159 (java) S 24137 24139 23645 0 -1 4202560 1982 0 0 0 43 0 0 0 15 0 19 0 490978655 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24160] ppid=24137 vsize=7640476 CPUtime=0.38 cores=1,3
/proc/24139/task/24160/stat : 24160 (java) S 24137 24139 23645 0 -1 4202560 2982 0 0 0 38 0 0 0 15 0 19 0 490978655 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
[pid=24139/tid=24161] ppid=24137 vsize=7640476 CPUtime=0 cores=1,3
/proc/24139/task/24161/stat : 24161 (java) S 24137 24139 23645 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490978655 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366105 0 4 0 16800975 18446604471137257536 0 0 -1 1 0 0 0
[pid=24139/tid=24162] ppid=24137 vsize=7640476 CPUtime=0.54 cores=1,3
/proc/24139/task/24162/stat : 24162 (java) S 24137 24139 23645 0 -1 4202560 27 0 0 0 6 48 0 0 15 0 19 0 490978655 7823847424 78075 33554432000 1073741824 1073778376 140736676763392 18446744073709551615 242982366720 0 4 0 16800975 18446604471137257536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 477.79
Current children cumulated vsize (KiB) 7640476

Child status: 20
Real time (s): 469.04
CPU time (s): 477.833
CPU user time (s): 475.634
CPU system time (s): 2.19967
CPU usage (%): 101.875
Max. virtual memory (cumulated for all children) (KiB): 7641428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 475.634
system time used= 2.19966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80779
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= 14113
involuntary context switches= 317483

runsolver used 0.716891 second user time and 1.86372 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 06:56:40
IDJOB=3293491
IDBENCH=88143
IDSOLVER=1611
FILE ID=node128/3293491-1303793800
RUNJOBID= node128-1303793799-23962
PBS_JOBID= 13157268
Free space on /tmp= 67080 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.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-3293491-1303793800/watcher-3293491-1303793800 -o /tmp/evaluation-result-3293491-1303793800/solver-3293491-1303793800 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293491-1303793800.cnf

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

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=336708013

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24596048 kB
Buffers:       1299400 kB
Cached:        6232004 kB
SwapCached:        160 kB
Active:         949864 kB
Inactive:      6783236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24596048 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           21064 kB
Writeback:          24 kB
AnonPages:      201528 kB
Mapped:          22824 kB
Slab:           556216 kB
PageTables:       5008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 22000820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66856 MiB
End job on node128 at 2011-04-26 07:04:29