Trace number 3190254

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-06? (TO) 1301.17 1300.1

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1401248878-094-UNKNOWN.cnf
MD5SUM56bd5db172bed91bc72714a8bad8639b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark316.613
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.16	c See www.sat4j.org for details.
0.04/0.16	c no version file found!!!
0.04/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.16	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.16	c java.vm.version	19.1-b02
0.04/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.16	c sun.arch.data.model	64
0.04/0.16	c java.version		1.6.0_24
0.04/0.16	c os.name		Linux
0.04/0.16	c os.version		2.6.18-164.el5
0.04/0.16	c os.arch		amd64
0.04/0.16	c Free memory 		6997539544
0.04/0.16	c Max memory 		7034241024
0.04/0.16	c Total memory 		7034241024
0.04/0.16	c Number of processors 	8
0.04/0.20	c --- Begin Solver configuration ---
0.04/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.04/0.20	c Learn all clauses as in MiniSAT
0.04/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.20	c Expensive reason simplification
0.04/0.20	c Armin Biere (Picosat) restarts strategy
0.04/0.20	c Glucose learned constraints deletion strategy
0.04/0.20	c timeout=2147483647s
0.04/0.20	c DB Simplification allowed=true
0.04/0.20	c --- End Solver configuration ---
0.04/0.20	c solving HOME/instance-3190254-1302597627.cnf
0.04/0.20	c reading problem ... 
0.40/0.48	c ... done. Wall clock time 0.291s.
0.40/0.48	c #vars     50000
0.40/0.48	c #constraints  210000
0.40/0.48	c constraints type 
0.40/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 210000
7.41/7.13	c cleaning 2498 clauses out of 5000 with flag 5000/5000
14.28/13.95	c cleaning 4250 clauses out of 8503 with flag 11001/11001
21.98/21.68	c cleaning 5626 clauses out of 11253 with flag 18001/18001
30.90/30.59	c cleaning 6809 clauses out of 13627 with flag 26001/26001
40.92/40.56	c cleaning 7904 clauses out of 15819 with flag 35002/35002
51.93/51.59	c cleaning 8949 clauses out of 17914 with flag 45001/45001
63.94/63.51	c cleaning 9982 clauses out of 19965 with flag 56001/56001
77.25/76.83	c cleaning 10988 clauses out of 21982 with flag 68000/68000
91.66/91.26	c cleaning 11994 clauses out of 23996 with flag 81002/81002
107.27/106.89	c cleaning 12994 clauses out of 26000 with flag 95000/95000
124.28/123.82	c cleaning 13997 clauses out of 28008 with flag 110002/110002
142.39/141.97	c cleaning 14998 clauses out of 30010 with flag 126001/126001
161.20/160.75	c cleaning 16001 clauses out of 32011 with flag 143000/143000
181.41/180.90	c cleaning 16998 clauses out of 34012 with flag 161002/161002
202.52/202.05	c cleaning 17997 clauses out of 36014 with flag 180002/180002
225.13/224.63	c cleaning 19003 clauses out of 38017 with flag 200002/200002
248.45/247.96	c cleaning 20002 clauses out of 40012 with flag 221000/221000
273.06/272.54	c cleaning 21002 clauses out of 42011 with flag 243001/243001
298.48/297.94	c cleaning 22002 clauses out of 44009 with flag 266001/266001
324.79/324.25	c cleaning 22982 clauses out of 46006 with flag 290000/290000
353.01/352.46	c cleaning 24008 clauses out of 48025 with flag 315001/315001
382.51/381.99	c cleaning 25004 clauses out of 50017 with flag 341001/341001
413.44/412.86	c cleaning 25999 clauses out of 52014 with flag 368002/368002
444.76/444.11	c cleaning 27001 clauses out of 54013 with flag 396000/396000
478.27/477.68	c cleaning 27996 clauses out of 56015 with flag 425003/425003
513.59/512.94	c cleaning 29002 clauses out of 58016 with flag 455000/455000
548.81/548.13	c cleaning 29991 clauses out of 60014 with flag 486000/486000
586.42/585.76	c cleaning 31001 clauses out of 62023 with flag 518000/518000
624.03/623.36	c cleaning 32007 clauses out of 64024 with flag 551002/551002
662.96/662.27	c cleaning 33007 clauses out of 66019 with flag 585004/585004
704.47/703.79	c cleaning 33997 clauses out of 68008 with flag 620000/620000
746.09/745.30	c cleaning 34993 clauses out of 70011 with flag 656000/656000
791.21/790.41	c cleaning 36002 clauses out of 72020 with flag 693002/693002
834.73/833.98	c cleaning 36997 clauses out of 74017 with flag 731001/731001
880.85/880.01	c cleaning 38001 clauses out of 76021 with flag 770002/770002
926.17/925.37	c cleaning 39007 clauses out of 78019 with flag 810001/810001
974.79/973.95	c cleaning 39997 clauses out of 80011 with flag 851000/851000
1022.72/1021.84	c cleaning 41002 clauses out of 82014 with flag 893000/893000
1075.64/1074.77	c cleaning 41998 clauses out of 84013 with flag 936001/936001
1127.25/1126.39	c cleaning 42998 clauses out of 86014 with flag 980000/980000
1182.67/1181.76	c cleaning 43999 clauses out of 88016 with flag 1025000/1025000
1235.99/1235.05	c cleaning 44997 clauses out of 90017 with flag 1071000/1071000
1293.21/1292.25	c cleaning 46006 clauses out of 92020 with flag 1118000/1118000
1301.05/1300.01	c starts		: 1251
1301.05/1300.01	c conflicts		: 1124564
1301.05/1300.01	c decisions		: 6116874
1301.05/1300.01	c propagations		: 1715731250
1301.05/1300.01	c inspects		: 3904359334
1301.05/1300.01	c shortcuts		: 0
1301.05/1300.01	c learnt literals	: 0
1301.05/1300.01	c learnt binary clauses	: 0
1301.05/1300.01	c learnt ternary clauses	: 83
1301.05/1300.01	c learnt constraints	: 1124564
1301.05/1300.01	c ignored constraints	: 0
1301.05/1300.01	c root simplifications	: 1251
1301.05/1300.01	c removed literals (reason simplification)	: 13321627
1301.05/1300.01	c reason swapping (by a shorter reason)	: 0
1301.05/1300.01	c Calls to reduceDB	: 43
1301.05/1300.01	c speed (assignments/second)	: 1320270.5978315237
1301.05/1300.01	c non guided choices	4549
1301.05/1300.08	c learnt constraints type 
1301.05/1300.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52602
1301.05/1300.08	c constraints type 
1301.05/1300.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 210000
1301.05/1300.08	s UNKNOWN
1301.05/1300.08	c Total wall clock time (in seconds) : 1299.821

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190254-1302597627/watcher-3190254-1302597627 -o /tmp/evaluation-result-3190254-1302597627/solver-3190254-1302597627 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190254-1302597627.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: 1.00 1.00 1.20 1/219 22532
/proc/meminfo: memFree=12008924/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=9100 CPUtime=0 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 422 0 0 0 0 0 0 0 17 0 1 0 449993408 9318400 166 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260905392128 0 2147483391 4096 0 18446744071699207358 0 0 17 5 0 0 0
/proc/22532/statm: 2275 166 125 9 0 67 0

[startup+0.0358251 s]
/proc/loadavg: 1.00 1.00 1.20 1/219 22532
/proc/meminfo: memFree=12008924/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7551884 CPUtime=0.01 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 8324 0 1 0 1 0 0 0 17 0 10 0 449993408 7733129216 8020 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1887971 8028 1523 9 0 1878719 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7551884

[startup+0.100812 s]
/proc/loadavg: 1.00 1.00 1.20 1/219 22532
/proc/meminfo: memFree=12008924/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7564488 CPUtime=0.04 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 8955 0 1 0 3 1 0 0 17 0 13 0 449993408 7746035712 8649 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1891122 8649 1686 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.31881 s]
/proc/loadavg: 1.00 1.00 1.20 1/219 22532
/proc/meminfo: memFree=12008924/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7636772 CPUtime=0.32 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 14359 0 5 0 30 2 0 0 17 0 18 0 449993408 7820054528 13808 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1909193 13809 2198 9 0 1899931 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 7636772

[startup+0.71478 s]
/proc/loadavg: 1.00 1.00 1.20 1/219 22532
/proc/meminfo: memFree=12008924/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7641144 CPUtime=0.87 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 21770 0 5 0 84 3 0 0 17 0 19 0 449993408 7824531456 19922 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1910286 19922 2220 9 0 1901024 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 7641144

[startup+1.50156 s]
/proc/loadavg: 1.00 1.00 1.20 6/262 22575
/proc/meminfo: memFree=11836168/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7641504 CPUtime=1.83 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 23136 0 5 0 179 4 0 0 17 0 19 0 449993408 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1910376 20693 2225 9 0 1901114 0
[pid=22532/tid=22534] ppid=22530 vsize=7641504 CPUtime=1.21 cores=5,7
/proc/22532/task/22534/stat : 22534 (java) R 22530 22532 22441 0 -1 4202560 17440 0 1 0 118 3 0 0 25 0 19 0 449993409 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 46912505662721 0 4 0 16800975 0 0 0 -1 7 0 0 6
[pid=22532/tid=22541] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22541/stat : 22541 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993410 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22542] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22542/stat : 22542 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22543] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22543/stat : 22543 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22544] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22544/stat : 22544 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22545] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22545/stat : 22545 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22546] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22546/stat : 22546 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22547] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22547/stat : 22547 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993410 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22548] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22548/stat : 22548 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993410 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22549] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22549/stat : 22549 (java) S 22530 22532 22441 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 449993411 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 0 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22550] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22550/stat : 22550 (java) S 22530 22532 22441 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 19 0 449993412 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22551] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22551/stat : 22551 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993412 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22554] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22554/stat : 22554 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993420 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917217713 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22558] ppid=22530 vsize=7641504 CPUtime=0.31 cores=5,7
/proc/22532/task/22558/stat : 22558 (java) S 22530 22532 22441 0 -1 4202560 2005 0 2 0 31 0 0 0 15 0 19 0 449993420 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22563] ppid=22530 vsize=7641504 CPUtime=0.29 cores=5,7
/proc/22532/task/22563/stat : 22563 (java) S 22530 22532 22441 0 -1 4202560 2528 0 2 0 29 0 0 0 15 0 19 0 449993420 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22567] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22567/stat : 22567 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993420 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22570] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22570/stat : 22570 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449993420 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22574] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22574/stat : 22574 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993460 7824900096 20693 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 7641504

[startup+3.10127 s]
/proc/loadavg: 1.00 1.00 1.20 5/262 22575
/proc/meminfo: memFree=11801328/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7641504 CPUtime=3.44 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 23692 0 5 0 340 4 0 0 17 0 19 0 449993408 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1910376 21248 2225 9 0 1901114 0
[pid=22532/tid=22534] ppid=22530 vsize=7641504 CPUtime=2.79 cores=5,7
/proc/22532/task/22534/stat : 22534 (java) R 22530 22532 22441 0 -1 4202560 17993 0 1 0 276 3 0 0 25 0 19 0 449993409 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 46912505782302 0 4 0 16800975 0 0 0 -1 7 0 0 6
[pid=22532/tid=22541] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22541/stat : 22541 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993410 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22542] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22542/stat : 22542 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22543] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22543/stat : 22543 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22544] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22544/stat : 22544 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22545] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22545/stat : 22545 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22546] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22546/stat : 22546 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22547] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22547/stat : 22547 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993410 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22548] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22548/stat : 22548 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993410 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22549] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22549/stat : 22549 (java) S 22530 22532 22441 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 449993411 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 0 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22550] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22550/stat : 22550 (java) S 22530 22532 22441 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 19 0 449993412 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22551] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22551/stat : 22551 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993412 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22554] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22554/stat : 22554 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993420 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917217713 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22558] ppid=22530 vsize=7641504 CPUtime=0.33 cores=5,7
/proc/22532/task/22558/stat : 22558 (java) S 22530 22532 22441 0 -1 4202560 2007 0 2 0 33 0 0 0 15 0 19 0 449993420 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22563] ppid=22530 vsize=7641504 CPUtime=0.29 cores=5,7
/proc/22532/task/22563/stat : 22563 (java) S 22530 22532 22441 0 -1 4202560 2528 0 2 0 29 0 0 0 15 0 19 0 449993420 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22567] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22567/stat : 22567 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993420 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22570] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22570/stat : 22570 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449993420 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22574] ppid=22530 vsize=7641504 CPUtime=0 cores=5,7
/proc/22532/task/22574/stat : 22574 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993460 7824900096 21248 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 7641504

[startup+6.30068 s]
/proc/loadavg: 1.24 1.05 1.22 5/262 22575
/proc/meminfo: memFree=11770640/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7640788 CPUtime=6.61 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 24533 0 5 0 657 4 0 0 17 0 19 0 449993408 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1910197 21843 2225 9 0 1900935 0
[pid=22532/tid=22534] ppid=22530 vsize=7640788 CPUtime=5.97 cores=5,7
/proc/22532/task/22534/stat : 22534 (java) R 22530 22532 22441 0 -1 4202560 18834 0 1 0 594 3 0 0 25 0 19 0 449993409 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 46912505662487 0 4 0 16800975 0 0 0 -1 5 0 0 6
[pid=22532/tid=22541] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22541/stat : 22541 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993410 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22542] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22542/stat : 22542 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22543] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22543/stat : 22543 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22544] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22544/stat : 22544 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22545] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22545/stat : 22545 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22546] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22546/stat : 22546 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 449993410 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22547] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22547/stat : 22547 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993410 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22548] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22548/stat : 22548 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993410 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22549] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22549/stat : 22549 (java) S 22530 22532 22441 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 449993411 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 0 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22550] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22550/stat : 22550 (java) S 22530 22532 22441 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 19 0 449993412 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22551] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22551/stat : 22551 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993412 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22554] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22554/stat : 22554 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993420 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917217713 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22558] ppid=22530 vsize=7640788 CPUtime=0.33 cores=5,7
/proc/22532/task/22558/stat : 22558 (java) S 22530 22532 22441 0 -1 4202560 2007 0 2 0 33 0 0 0 15 0 19 0 449993420 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22563] ppid=22530 vsize=7640788 CPUtime=0.29 cores=5,7
/proc/22532/task/22563/stat : 22563 (java) S 22530 22532 22441 0 -1 4202560 2528 0 2 0 29 0 0 0 15 0 19 0 449993420 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22567] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22567/stat : 22567 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993420 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22570] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22570/stat : 22570 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449993420 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22574] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22574/stat : 22574 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993460 7824166912 21843 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 7640788

[startup+12.7015 s]

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

[pid=22532/tid=22546] ppid=22530 vsize=7640788 CPUtime=0.17 cores=5,7
/proc/22532/task/22546/stat : 22546 (java) S 22530 22532 22441 0 -1 4202560 1715 0 0 0 17 0 0 0 15 0 19 0 449993410 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22547] ppid=22530 vsize=7640788 CPUtime=0.07 cores=5,7
/proc/22532/task/22547/stat : 22547 (java) S 22530 22532 22441 0 -1 4202560 386 0 0 0 7 0 0 0 15 0 19 0 449993410 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22548] ppid=22530 vsize=7640788 CPUtime=0.15 cores=5,7
/proc/22532/task/22548/stat : 22548 (java) S 22530 22532 22441 0 -1 4202560 5238 0 0 0 15 0 0 0 15 0 19 0 449993410 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22549] ppid=22530 vsize=7640788 CPUtime=4.73 cores=5,7
/proc/22532/task/22549/stat : 22549 (java) S 22530 22532 22441 0 -1 4202560 12326 0 0 0 472 1 0 0 15 0 19 0 449993411 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 0 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22550] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22550/stat : 22550 (java) S 22530 22532 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993412 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22551] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22551/stat : 22551 (java) S 22530 22532 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449993412 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22554] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22554/stat : 22554 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993420 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917217713 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22558] ppid=22530 vsize=7640788 CPUtime=0.39 cores=5,7
/proc/22532/task/22558/stat : 22558 (java) S 22530 22532 22441 0 -1 4202560 2192 0 2 0 39 0 0 0 15 0 19 0 449993420 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22563] ppid=22530 vsize=7640788 CPUtime=0.3 cores=5,7
/proc/22532/task/22563/stat : 22563 (java) S 22530 22532 22441 0 -1 4202560 2529 0 2 0 30 0 0 0 15 0 19 0 449993420 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22567] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22567/stat : 22567 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993420 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22570] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22570/stat : 22570 (java) S 22530 22532 22441 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 449993420 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22574] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22574/stat : 22574 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993460 7824166912 76242 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1123.25
Current children cumulated vsize (KiB) 7640788

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 3.19 5/262 22606
/proc/meminfo: memFree=11108876/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7640788 CPUtime=1183.29 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 84493 0 5 0 118314 15 0 0 17 0 19 0 449993408 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1910197 81462 2253 9 0 1900935 0
[pid=22532/tid=22534] ppid=22530 vsize=7640788 CPUtime=1176.24 cores=5,7
/proc/22532/task/22534/stat : 22534 (java) R 22530 22532 22441 0 -1 4202560 33061 0 1 0 117616 8 0 0 25 0 19 0 449993409 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 46912505641089 0 4 0 16800975 0 0 0 -1 5 0 0 6
[pid=22532/tid=22541] ppid=22530 vsize=7640788 CPUtime=0.12 cores=5,7
/proc/22532/task/22541/stat : 22541 (java) S 22530 22532 22441 0 -1 4202560 4962 0 0 0 12 0 0 0 15 0 19 0 449993410 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22542] ppid=22530 vsize=7640788 CPUtime=0.21 cores=5,7
/proc/22532/task/22542/stat : 22542 (java) S 22530 22532 22441 0 -1 4202560 7779 0 0 0 20 1 0 0 16 0 19 0 449993410 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22543] ppid=22530 vsize=7640788 CPUtime=0.19 cores=5,7
/proc/22532/task/22543/stat : 22543 (java) S 22530 22532 22441 0 -1 4202560 5516 0 0 0 19 0 0 0 16 0 19 0 449993410 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22544] ppid=22530 vsize=7640788 CPUtime=0.17 cores=5,7
/proc/22532/task/22544/stat : 22544 (java) S 22530 22532 22441 0 -1 4202560 3314 0 0 0 17 0 0 0 15 0 19 0 449993410 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22545] ppid=22530 vsize=7640788 CPUtime=0.11 cores=5,7
/proc/22532/task/22545/stat : 22545 (java) S 22530 22532 22441 0 -1 4202560 2612 0 0 0 11 0 0 0 15 0 19 0 449993410 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22546] ppid=22530 vsize=7640788 CPUtime=0.19 cores=5,7
/proc/22532/task/22546/stat : 22546 (java) S 22530 22532 22441 0 -1 4202560 2089 0 0 0 19 0 0 0 15 0 19 0 449993410 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22547] ppid=22530 vsize=7640788 CPUtime=0.09 cores=5,7
/proc/22532/task/22547/stat : 22547 (java) S 22530 22532 22441 0 -1 4202560 1620 0 0 0 9 0 0 0 15 0 19 0 449993410 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22548] ppid=22530 vsize=7640788 CPUtime=0.15 cores=5,7
/proc/22532/task/22548/stat : 22548 (java) S 22530 22532 22441 0 -1 4202560 5238 0 0 0 15 0 0 0 15 0 19 0 449993410 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22549] ppid=22530 vsize=7640788 CPUtime=5.02 cores=5,7
/proc/22532/task/22549/stat : 22549 (java) S 22530 22532 22441 0 -1 4202560 12359 0 0 0 501 1 0 0 16 0 19 0 449993411 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 0 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22550] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22550/stat : 22550 (java) S 22530 22532 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993412 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22551] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22551/stat : 22551 (java) S 22530 22532 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449993412 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22554] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22554/stat : 22554 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993420 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917217713 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22558] ppid=22530 vsize=7640788 CPUtime=0.39 cores=5,7
/proc/22532/task/22558/stat : 22558 (java) S 22530 22532 22441 0 -1 4202560 2192 0 2 0 39 0 0 0 15 0 19 0 449993420 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22563] ppid=22530 vsize=7640788 CPUtime=0.3 cores=5,7
/proc/22532/task/22563/stat : 22563 (java) S 22530 22532 22441 0 -1 4202560 2529 0 2 0 30 0 0 0 15 0 19 0 449993420 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22567] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22567/stat : 22567 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993420 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22570] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22570/stat : 22570 (java) S 22530 22532 22441 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 449993420 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22574] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22574/stat : 22574 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993460 7824166912 81462 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.29
Current children cumulated vsize (KiB) 7640788

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 3.23 5/262 22616
/proc/meminfo: memFree=11093820/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7640788 CPUtime=1243.31 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 84689 0 5 0 124316 15 0 0 17 0 19 0 449993408 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1910197 81651 2253 9 0 1900935 0
[pid=22532/tid=22534] ppid=22530 vsize=7640788 CPUtime=1236.1 cores=5,7
/proc/22532/task/22534/stat : 22534 (java) R 22530 22532 22441 0 -1 4202560 33062 0 1 0 123602 8 0 0 25 0 19 0 449993409 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 46912505755408 0 4 0 16800975 0 0 0 -1 5 0 0 6
[pid=22532/tid=22541] ppid=22530 vsize=7640788 CPUtime=0.12 cores=5,7
/proc/22532/task/22541/stat : 22541 (java) S 22530 22532 22441 0 -1 4202560 4962 0 0 0 12 0 0 0 15 0 19 0 449993410 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22542] ppid=22530 vsize=7640788 CPUtime=0.23 cores=5,7
/proc/22532/task/22542/stat : 22542 (java) S 22530 22532 22441 0 -1 4202560 7780 0 0 0 22 1 0 0 15 0 19 0 449993410 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22543] ppid=22530 vsize=7640788 CPUtime=0.19 cores=5,7
/proc/22532/task/22543/stat : 22543 (java) S 22530 22532 22441 0 -1 4202560 5516 0 0 0 19 0 0 0 15 0 19 0 449993410 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22544] ppid=22530 vsize=7640788 CPUtime=0.17 cores=5,7
/proc/22532/task/22544/stat : 22544 (java) S 22530 22532 22441 0 -1 4202560 3314 0 0 0 17 0 0 0 15 0 19 0 449993410 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22545] ppid=22530 vsize=7640788 CPUtime=0.11 cores=5,7
/proc/22532/task/22545/stat : 22545 (java) S 22530 22532 22441 0 -1 4202560 2612 0 0 0 11 0 0 0 15 0 19 0 449993410 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22546] ppid=22530 vsize=7640788 CPUtime=0.19 cores=5,7
/proc/22532/task/22546/stat : 22546 (java) S 22530 22532 22441 0 -1 4202560 2089 0 0 0 19 0 0 0 15 0 19 0 449993410 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22547] ppid=22530 vsize=7640788 CPUtime=0.09 cores=5,7
/proc/22532/task/22547/stat : 22547 (java) S 22530 22532 22441 0 -1 4202560 1620 0 0 0 9 0 0 0 15 0 19 0 449993410 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22548] ppid=22530 vsize=7640788 CPUtime=0.17 cores=5,7
/proc/22532/task/22548/stat : 22548 (java) S 22530 22532 22441 0 -1 4202560 5241 0 0 0 17 0 0 0 16 0 19 0 449993410 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22549] ppid=22530 vsize=7640788 CPUtime=5.14 cores=5,7
/proc/22532/task/22549/stat : 22549 (java) S 22530 22532 22441 0 -1 4202560 12546 0 0 0 513 1 0 0 15 0 19 0 449993411 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 0 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22550] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22550/stat : 22550 (java) S 22530 22532 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993412 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22551] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22551/stat : 22551 (java) S 22530 22532 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449993412 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22554] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22554/stat : 22554 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993420 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917217713 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22558] ppid=22530 vsize=7640788 CPUtime=0.39 cores=5,7
/proc/22532/task/22558/stat : 22558 (java) S 22530 22532 22441 0 -1 4202560 2192 0 2 0 39 0 0 0 15 0 19 0 449993420 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22563] ppid=22530 vsize=7640788 CPUtime=0.3 cores=5,7
/proc/22532/task/22563/stat : 22563 (java) S 22530 22532 22441 0 -1 4202560 2529 0 2 0 30 0 0 0 15 0 19 0 449993420 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22567] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22567/stat : 22567 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993420 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22570] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22570/stat : 22570 (java) S 22530 22532 22441 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 449993420 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22574] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22574/stat : 22574 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993460 7824166912 81651 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.31
Current children cumulated vsize (KiB) 7640788



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 3.96 3.28 2/203 22627
/proc/meminfo: memFree=11743968/32950928 swapFree=67111528/67111528
[pid=22532] ppid=22530 vsize=7640788 CPUtime=1301.05 cores=5,7
/proc/22532/stat : 22532 (java) S 22530 22532 22441 0 -1 4202496 89060 0 5 0 130088 17 0 0 17 0 19 0 449993408 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22532/statm: 1910197 86015 2253 9 0 1900935 0
[pid=22532/tid=22534] ppid=22530 vsize=7640788 CPUtime=1293.65 cores=5,7
/proc/22532/task/22534/stat : 22534 (java) R 22530 22532 22441 0 -1 4202560 35071 0 1 0 129356 9 0 0 25 0 19 0 449993409 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 46912505755408 0 4 0 16800975 0 0 0 -1 5 0 0 6
[pid=22532/tid=22541] ppid=22530 vsize=7640788 CPUtime=0.12 cores=5,7
/proc/22532/task/22541/stat : 22541 (java) S 22530 22532 22441 0 -1 4202560 4962 0 0 0 12 0 0 0 15 0 19 0 449993410 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22542] ppid=22530 vsize=7640788 CPUtime=0.23 cores=5,7
/proc/22532/task/22542/stat : 22542 (java) S 22530 22532 22441 0 -1 4202560 7780 0 0 0 22 1 0 0 15 0 19 0 449993410 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22543] ppid=22530 vsize=7640788 CPUtime=0.21 cores=5,7
/proc/22532/task/22543/stat : 22543 (java) S 22530 22532 22441 0 -1 4202560 6414 0 0 0 21 0 0 0 15 0 19 0 449993410 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22544] ppid=22530 vsize=7640788 CPUtime=0.17 cores=5,7
/proc/22532/task/22544/stat : 22544 (java) S 22530 22532 22441 0 -1 4202560 3314 0 0 0 17 0 0 0 15 0 19 0 449993410 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22545] ppid=22530 vsize=7640788 CPUtime=0.11 cores=5,7
/proc/22532/task/22545/stat : 22545 (java) S 22530 22532 22441 0 -1 4202560 2612 0 0 0 11 0 0 0 15 0 19 0 449993410 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22546] ppid=22530 vsize=7640788 CPUtime=0.19 cores=5,7
/proc/22532/task/22546/stat : 22546 (java) S 22530 22532 22441 0 -1 4202560 2289 0 0 0 19 0 0 0 16 0 19 0 449993410 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22547] ppid=22530 vsize=7640788 CPUtime=0.11 cores=5,7
/proc/22532/task/22547/stat : 22547 (java) S 22530 22532 22441 0 -1 4202560 2652 0 0 0 11 0 0 0 15 0 19 0 449993410 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22548] ppid=22530 vsize=7640788 CPUtime=0.17 cores=5,7
/proc/22532/task/22548/stat : 22548 (java) S 22530 22532 22441 0 -1 4202560 5241 0 0 0 17 0 0 0 15 0 19 0 449993410 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22549] ppid=22530 vsize=7640788 CPUtime=5.27 cores=5,7
/proc/22532/task/22549/stat : 22549 (java) S 22530 22532 22441 0 -1 4202560 12774 0 0 0 526 1 0 0 15 0 19 0 449993411 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 0 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22550] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22550/stat : 22550 (java) S 22530 22532 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993412 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22551] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22551/stat : 22551 (java) S 22530 22532 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449993412 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22554] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22554/stat : 22554 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993420 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917217713 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22558] ppid=22530 vsize=7640788 CPUtime=0.39 cores=5,7
/proc/22532/task/22558/stat : 22558 (java) S 22530 22532 22441 0 -1 4202560 2192 0 2 0 39 0 0 0 15 0 19 0 449993420 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22563] ppid=22530 vsize=7640788 CPUtime=0.3 cores=5,7
/proc/22532/task/22563/stat : 22563 (java) S 22530 22532 22441 0 -1 4202560 2529 0 2 0 30 0 0 0 15 0 19 0 449993420 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22567] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22567/stat : 22567 (java) S 22530 22532 22441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993420 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210009 0 4 0 16800975 18446604471158751488 0 0 -1 5 0 0 0
[pid=22532/tid=22570] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22570/stat : 22570 (java) S 22530 22532 22441 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 449993420 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
[pid=22532/tid=22574] ppid=22530 vsize=7640788 CPUtime=0 cores=5,7
/proc/22532/task/22574/stat : 22574 (java) S 22530 22532 22441 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 449993460 7824166912 86015 33554432000 1073741824 1073778376 140737406578688 18446744073709551615 260917210624 0 4 0 16800975 18446604471158751488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.05
Current children cumulated vsize (KiB) 7640788

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.1
CPU time (s): 1301.17
CPU user time (s): 1300.98
CPU system time (s): 0.187971
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 7641504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.98
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89383
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28308
involuntary context switches= 4824

runsolver used 2.02769 second user time and 5.08423 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-12 10:40:27
IDJOB=3190254
IDBENCH=82585
IDSOLVER=1611
FILE ID=node116/3190254-1302597627
RUNJOBID= node116-1302597627-22462
PBS_JOBID= 12958106
Free space on /tmp= 71440 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1401248878-094-UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190254-1302597627/watcher-3190254-1302597627 -o /tmp/evaluation-result-3190254-1302597627/solver-3190254-1302597627 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190254-1302597627.cnf

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

MD5SUM BENCH= 56bd5db172bed91bc72714a8bad8639b
RANDOM SEED=698526453

node116.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.826
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.65
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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12009328 kB
Buffers:        734136 kB
Cached:       19592200 kB
SwapCached:          0 kB
Active:        7772108 kB
Inactive:     12699952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12009328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10876 kB
Writeback:           0 kB
AnonPages:      145524 kB
Mapped:          20736 kB
Slab:           402868 kB
PageTables:       6588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21969380 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= 71440 MiB
End job on node116 at 2011-04-12 11:02:09