Trace number 3190241

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.5 1300.08

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S950666065-093-UNKNOWN.cnf
MD5SUMe27af9a147b2d7c0283d090128805575
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark919.622
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.17	c See www.sat4j.org for details.
0.04/0.18	c no version file found!!!
0.04/0.18	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.18	c java.vm.version	19.1-b02
0.04/0.18	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.18	c sun.arch.data.model	64
0.04/0.18	c java.version		1.6.0_24
0.04/0.18	c os.name		Linux
0.04/0.18	c os.version		2.6.18-164.el5
0.04/0.18	c os.arch		amd64
0.04/0.18	c Free memory 		6997539544
0.04/0.18	c Max memory 		7034241024
0.04/0.18	c Total memory 		7034241024
0.04/0.18	c Number of processors 	8
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483647s
0.09/0.20	c DB Simplification allowed=true
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-3190241-1302597529.cnf
0.09/0.20	c reading problem ... 
0.39/0.42	c ... done. Wall clock time 0.217s.
0.39/0.42	c #vars     34999
0.39/0.42	c #constraints  147000
0.39/0.42	c constraints type 
0.39/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147000
5.74/5.33	c cleaning 2499 clauses out of 5002 with flag 5002/5002
11.11/10.41	c cleaning 4251 clauses out of 8503 with flag 11002/11002
16.92/16.26	c cleaning 5623 clauses out of 11250 with flag 18000/18000
23.63/22.91	c cleaning 6809 clauses out of 13627 with flag 26000/26000
31.15/30.43	c cleaning 7902 clauses out of 15818 with flag 35000/35000
39.36/38.67	c cleaning 8955 clauses out of 17917 with flag 45001/45001
48.47/47.72	c cleaning 9977 clauses out of 19961 with flag 56000/56000
58.48/57.79	c cleaning 10988 clauses out of 21984 with flag 68000/68000
69.39/68.61	c cleaning 11993 clauses out of 23996 with flag 81000/81000
81.11/80.38	c cleaning 12998 clauses out of 26004 with flag 95001/95001
93.91/93.17	c cleaning 13995 clauses out of 28005 with flag 110000/110000
107.62/106.82	c cleaning 15001 clauses out of 30015 with flag 126005/126005
122.03/121.26	c cleaning 15999 clauses out of 32009 with flag 143000/143000
137.74/136.93	c cleaning 17000 clauses out of 34010 with flag 161000/161000
154.04/153.26	c cleaning 18001 clauses out of 36010 with flag 180000/180000
171.36/170.55	c cleaning 19000 clauses out of 38012 with flag 200003/200003
189.66/188.90	c cleaning 20002 clauses out of 40010 with flag 221001/221001
209.17/208.38	c cleaning 20998 clauses out of 42007 with flag 243000/243000
229.28/228.49	c cleaning 22000 clauses out of 44009 with flag 266000/266000
250.30/249.45	c cleaning 22997 clauses out of 46011 with flag 290002/290002
272.71/271.80	c cleaning 23999 clauses out of 48013 with flag 315001/315001
296.22/295.37	c cleaning 25001 clauses out of 50013 with flag 341000/341000
320.34/319.40	c cleaning 26003 clauses out of 52013 with flag 368001/368001
344.45/343.59	c cleaning 26999 clauses out of 54009 with flag 396000/396000
370.47/369.59	c cleaning 28000 clauses out of 56010 with flag 425000/425000
397.97/397.09	c cleaning 28995 clauses out of 58010 with flag 455000/455000
425.29/424.37	c cleaning 29997 clauses out of 60015 with flag 486000/486000
454.80/453.83	c cleaning 30997 clauses out of 62019 with flag 518001/518001
485.12/484.10	c cleaning 32006 clauses out of 64021 with flag 551000/551000
515.74/514.80	c cleaning 33006 clauses out of 66017 with flag 585002/585002
548.55/547.59	c cleaning 33992 clauses out of 68009 with flag 620000/620000
581.16/580.14	c cleaning 34999 clauses out of 70018 with flag 656001/656001
615.78/614.76	c cleaning 35996 clauses out of 72019 with flag 693001/693001
650.39/649.38	c cleaning 36992 clauses out of 74023 with flag 731001/731001
687.31/686.22	c cleaning 38007 clauses out of 76030 with flag 770000/770000
723.52/722.47	c cleaning 38990 clauses out of 78023 with flag 810000/810000
763.04/761.90	c cleaning 40010 clauses out of 80034 with flag 851001/851001
801.25/800.12	c cleaning 41011 clauses out of 82026 with flag 893003/893003
843.07/841.91	c cleaning 42000 clauses out of 84012 with flag 936000/936000
883.19/882.01	c cleaning 42996 clauses out of 86013 with flag 980001/980001
927.21/926.01	c cleaning 44004 clauses out of 88017 with flag 1025001/1025001
969.63/968.48	c cleaning 44997 clauses out of 90013 with flag 1071001/1071001
1015.94/1014.79	c cleaning 46002 clauses out of 92016 with flag 1118001/1118001
1061.67/1060.49	c cleaning 46992 clauses out of 94013 with flag 1166000/1166000
1108.29/1107.03	c cleaning 48002 clauses out of 96025 with flag 1215004/1215004
1157.71/1156.44	c cleaning 49001 clauses out of 98019 with flag 1265000/1265000
1205.92/1204.68	c cleaning 50000 clauses out of 100019 with flag 1316001/1316001
1258.56/1257.20	c cleaning 51002 clauses out of 102018 with flag 1368000/1368000
1301.39/1300.01	c starts		: 1369
1301.39/1300.01	c conflicts		: 1413053
1301.39/1300.01	c decisions		: 5474076
1301.39/1300.01	c propagations		: 1693231310
1301.39/1300.01	c inspects		: 4183347437
1301.39/1300.01	c shortcuts		: 0
1301.39/1300.01	c learnt literals	: 0
1301.39/1300.01	c learnt binary clauses	: 0
1301.39/1300.01	c learnt ternary clauses	: 89
1301.39/1300.01	c learnt constraints	: 1413053
1301.39/1300.01	c ignored constraints	: 0
1301.39/1300.01	c root simplifications	: 1369
1301.39/1300.01	c removed literals (reason simplification)	: 20492527
1301.39/1300.01	c reason swapping (by a shorter reason)	: 0
1301.39/1300.01	c Calls to reduceDB	: 48
1301.39/1300.01	c speed (assignments/second)	: 1302893.5289740711
1301.39/1300.01	c non guided choices	3142
1301.39/1300.06	c learnt constraints type 
1301.39/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96121
1301.39/1300.06	c constraints type 
1301.39/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147000
1301.39/1300.06	s UNKNOWN
1301.39/1300.06	c Total wall clock time (in seconds) : 1299.811

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-3190241-1302597529/watcher-3190241-1302597529 -o /tmp/evaluation-result-3190241-1302597529/solver-3190241-1302597529 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190241-1302597529.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: 7.60 7.62 5.64 5/186 22676
/proc/meminfo: memFree=16782892/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=23028 CPUtime=0 cores=5,7
/proc/22676/stat : 22676 (java) R 22674 22676 22624 0 -1 4202496 961 0 0 0 0 0 0 0 18 0 1 0 371352615 23580672 703 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274469005201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22676/statm: 5757 703 519 9 0 124 0

[startup+0.075104 s]
/proc/loadavg: 7.60 7.62 5.64 5/186 22676
/proc/meminfo: memFree=16782892/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7565244 CPUtime=0.03 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 8668 0 54 0 2 1 0 0 18 0 13 0 371352615 7746809856 8416 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1891311 8416 1670 9 0 1882059 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7565244

[startup+0.101095 s]
/proc/loadavg: 7.60 7.62 5.64 5/186 22676
/proc/meminfo: memFree=16782892/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7565244 CPUtime=0.04 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 8864 0 54 0 3 1 0 0 18 0 13 0 371352615 7746809856 8612 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1891311 8612 1686 9 0 1882059 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7565244

[startup+0.301002 s]
/proc/loadavg: 7.60 7.62 5.64 5/186 22676
/proc/meminfo: memFree=16782892/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7636984 CPUtime=0.27 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 13059 0 56 0 25 2 0 0 18 0 18 0 371352615 7820271616 12750 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1909246 12750 2190 9 0 1899984 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7636984

[startup+0.700932 s]
/proc/loadavg: 7.60 7.62 5.64 5/186 22676
/proc/meminfo: memFree=16782892/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7638012 CPUtime=0.95 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 19778 0 56 0 92 3 0 0 18 0 19 0 371352615 7821324288 17947 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1909503 17947 2219 9 0 1900241 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 7638012

[startup+1.50087 s]
/proc/loadavg: 7.60 7.62 5.64 8/262 22757
/proc/meminfo: memFree=16560344/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7638012 CPUtime=1.92 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 20362 0 56 0 189 3 0 0 18 0 19 0 371352615 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1909503 18485 2224 9 0 1900241 0
[pid=22676/tid=22678] ppid=22674 vsize=7638012 CPUtime=1.36 cores=5,7
/proc/22676/task/22678/stat : 22678 (java) R 22674 22676 22624 0 -1 4202560 14831 0 54 0 134 2 0 0 20 0 19 0 371352616 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 46912505621887 0 4 0 16800975 0 0 0 -1 5 0 0 9
[pid=22676/tid=22689] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22689/stat : 22689 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371352617 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22692] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22692/stat : 22692 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22693] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22693/stat : 22693 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22696] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22696/stat : 22696 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22697] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22697/stat : 22697 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22699] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22699/stat : 22699 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22701] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22701/stat : 22701 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22702] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22702/stat : 22702 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22708] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22708/stat : 22708 (java) S 22674 22676 22624 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 371352621 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 0 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22712] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22712/stat : 22712 (java) S 22674 22676 22624 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 371352622 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22715] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22715/stat : 22715 (java) S 22674 22676 22624 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 371352622 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22735] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22735/stat : 22735 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485791153 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22740] ppid=22674 vsize=7638012 CPUtime=0.24 cores=5,7
/proc/22676/task/22740/stat : 22740 (java) S 22674 22676 22624 0 -1 4202560 1194 0 1 0 24 0 0 0 16 0 19 0 371352629 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22744] ppid=22674 vsize=7638012 CPUtime=0.29 cores=5,7
/proc/22676/task/22744/stat : 22744 (java) S 22674 22676 22624 0 -1 4202560 3174 0 1 0 29 0 0 0 15 0 19 0 371352629 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22747] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22747/stat : 22747 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22751] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22751/stat : 22751 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352629 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22757] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22757/stat : 22757 (java) S 22674 22676 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352661 7821324288 18485 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 7638012

[startup+3.10151 s]
/proc/loadavg: 7.60 7.62 5.64 5/262 22757
/proc/meminfo: memFree=16520168/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7638012 CPUtime=3.53 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 20863 0 56 0 349 4 0 0 18 0 19 0 371352615 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1909503 18985 2224 9 0 1900241 0
[pid=22676/tid=22678] ppid=22674 vsize=7638012 CPUtime=2.97 cores=5,7
/proc/22676/task/22678/stat : 22678 (java) R 22674 22676 22624 0 -1 4202560 15331 0 54 0 294 3 0 0 25 0 19 0 371352616 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 46912505622161 0 4 0 16800975 0 0 0 -1 5 0 0 9
[pid=22676/tid=22689] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22689/stat : 22689 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371352617 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22692] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22692/stat : 22692 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22693] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22693/stat : 22693 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22696] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22696/stat : 22696 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22697] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22697/stat : 22697 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22699] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22699/stat : 22699 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22701] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22701/stat : 22701 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22702] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22702/stat : 22702 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352617 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22708] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22708/stat : 22708 (java) S 22674 22676 22624 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371352621 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 0 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22712] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22712/stat : 22712 (java) S 22674 22676 22624 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 371352622 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22715] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22715/stat : 22715 (java) S 22674 22676 22624 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 371352622 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22735] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22735/stat : 22735 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485791153 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22740] ppid=22674 vsize=7638012 CPUtime=0.24 cores=5,7
/proc/22676/task/22740/stat : 22740 (java) S 22674 22676 22624 0 -1 4202560 1194 0 1 0 24 0 0 0 16 0 19 0 371352629 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22744] ppid=22674 vsize=7638012 CPUtime=0.29 cores=5,7
/proc/22676/task/22744/stat : 22744 (java) S 22674 22676 22624 0 -1 4202560 3174 0 1 0 29 0 0 0 15 0 19 0 371352629 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22747] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22747/stat : 22747 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22751] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22751/stat : 22751 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352629 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22757] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22757/stat : 22757 (java) S 22674 22676 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352661 7821324288 18985 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 7638012

[startup+6.30095 s]
/proc/loadavg: 7.31 7.56 5.63 7/262 22757
/proc/meminfo: memFree=16449648/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7638012 CPUtime=6.98 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 40065 0 56 0 691 7 0 0 18 0 19 0 371352615 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1909503 35696 2251 9 0 1900241 0
[pid=22676/tid=22678] ppid=22674 vsize=7638012 CPUtime=6.03 cores=5,7
/proc/22676/task/22678/stat : 22678 (java) R 22674 22676 22624 0 -1 4202560 16017 0 54 0 600 3 0 0 25 0 19 0 371352616 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 46912505655361 0 4 0 16800975 0 0 0 -1 5 0 0 9
[pid=22676/tid=22689] ppid=22674 vsize=7638012 CPUtime=0.03 cores=5,7
/proc/22676/task/22689/stat : 22689 (java) S 22674 22676 22624 0 -1 4202560 1870 0 0 0 3 0 0 0 17 0 19 0 371352617 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22692] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22692/stat : 22692 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371352617 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22693] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22693/stat : 22693 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371352617 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22696] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22696/stat : 22696 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371352617 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22697] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22697/stat : 22697 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371352617 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22699] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22699/stat : 22699 (java) S 22674 22676 22624 0 -1 4202560 267 0 0 0 0 0 0 0 18 0 19 0 371352617 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22701] ppid=22674 vsize=7638012 CPUtime=0.03 cores=5,7
/proc/22676/task/22701/stat : 22701 (java) S 22674 22676 22624 0 -1 4202560 3151 0 0 0 2 1 0 0 17 0 19 0 371352617 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22702] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22702/stat : 22702 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371352617 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22708] ppid=22674 vsize=7638012 CPUtime=0.09 cores=5,7
/proc/22676/task/22708/stat : 22708 (java) S 22674 22676 22624 0 -1 4202560 6285 0 0 0 9 0 0 0 16 0 19 0 371352621 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 0 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22712] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22712/stat : 22712 (java) S 22674 22676 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22715] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22715/stat : 22715 (java) S 22674 22676 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22735] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22735/stat : 22735 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485791153 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22740] ppid=22674 vsize=7638012 CPUtime=0.45 cores=5,7
/proc/22676/task/22740/stat : 22740 (java) S 22674 22676 22624 0 -1 4202560 8135 0 1 0 44 1 0 0 16 0 19 0 371352629 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22744] ppid=22674 vsize=7638012 CPUtime=0.3 cores=5,7
/proc/22676/task/22744/stat : 22744 (java) S 22674 22676 22624 0 -1 4202560 3182 0 1 0 30 0 0 0 15 0 19 0 371352629 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22747] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22747/stat : 22747 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22751] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22751/stat : 22751 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371352629 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22757] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22757/stat : 22757 (java) S 22674 22676 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352661 7821324288 35696 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 7638012

[startup+12.7008 s]

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

[pid=22676/tid=22699] ppid=22674 vsize=7638012 CPUtime=0.1 cores=5,7
/proc/22676/task/22699/stat : 22699 (java) S 22674 22676 22624 0 -1 4202560 1943 0 0 0 10 0 0 0 15 0 19 0 371352617 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22701] ppid=22674 vsize=7638012 CPUtime=0.13 cores=5,7
/proc/22676/task/22701/stat : 22701 (java) S 22674 22676 22624 0 -1 4202560 5144 0 0 0 12 1 0 0 16 0 19 0 371352617 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22702] ppid=22674 vsize=7638012 CPUtime=0.16 cores=5,7
/proc/22676/task/22702/stat : 22702 (java) S 22674 22676 22624 0 -1 4202560 4831 0 0 0 16 0 0 0 16 0 19 0 371352617 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22708] ppid=22674 vsize=7638012 CPUtime=4.16 cores=5,7
/proc/22676/task/22708/stat : 22708 (java) S 22674 22676 22624 0 -1 4202560 9885 0 0 0 416 0 0 0 15 0 19 0 371352621 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 0 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22712] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22712/stat : 22712 (java) S 22674 22676 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22715] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22715/stat : 22715 (java) S 22674 22676 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22735] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22735/stat : 22735 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485791153 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22740] ppid=22674 vsize=7638012 CPUtime=0.48 cores=5,7
/proc/22676/task/22740/stat : 22740 (java) S 22674 22676 22624 0 -1 4202560 8137 0 1 0 47 1 0 0 15 0 19 0 371352629 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22744] ppid=22674 vsize=7638012 CPUtime=0.33 cores=5,7
/proc/22676/task/22744/stat : 22744 (java) S 22674 22676 22624 0 -1 4202560 3184 0 1 0 33 0 0 0 15 0 19 0 371352629 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22747] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22747/stat : 22747 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22751] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22751/stat : 22751 (java) S 22674 22676 22624 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 371352629 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22757] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22757/stat : 22757 (java) S 22674 22676 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352661 7821324288 75527 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.61
Current children cumulated vsize (KiB) 7638012

[startup+1182.3 s]
/proc/loadavg: 4.02 4.10 4.46 5/262 22789
/proc/meminfo: memFree=16068208/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7638012 CPUtime=1183.62 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 81412 0 56 0 118346 16 0 0 18 0 19 0 371352615 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1909503 75695 2253 9 0 1900241 0
[pid=22676/tid=22678] ppid=22674 vsize=7638012 CPUtime=1177.29 cores=5,7
/proc/22676/task/22678/stat : 22678 (java) R 22674 22676 22624 0 -1 4202560 31295 0 54 0 117720 9 0 0 25 0 19 0 371352616 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 46912505622192 0 4 0 16800975 0 0 0 -1 5 0 0 9
[pid=22676/tid=22689] ppid=22674 vsize=7638012 CPUtime=0.25 cores=5,7
/proc/22676/task/22689/stat : 22689 (java) S 22674 22676 22624 0 -1 4202560 6694 0 0 0 25 0 0 0 15 0 19 0 371352617 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22692] ppid=22674 vsize=7638012 CPUtime=0.12 cores=5,7
/proc/22676/task/22692/stat : 22692 (java) S 22674 22676 22624 0 -1 4202560 1671 0 0 0 12 0 0 0 15 0 19 0 371352617 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22693] ppid=22674 vsize=7638012 CPUtime=0.12 cores=5,7
/proc/22676/task/22693/stat : 22693 (java) S 22674 22676 22624 0 -1 4202560 1906 0 0 0 12 0 0 0 16 0 19 0 371352617 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22696] ppid=22674 vsize=7638012 CPUtime=0.11 cores=5,7
/proc/22676/task/22696/stat : 22696 (java) S 22674 22676 22624 0 -1 4202560 1137 0 0 0 11 0 0 0 15 0 19 0 371352617 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22697] ppid=22674 vsize=7638012 CPUtime=0.19 cores=5,7
/proc/22676/task/22697/stat : 22697 (java) S 22674 22676 22624 0 -1 4202560 4195 0 0 0 19 0 0 0 16 0 19 0 371352617 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22699] ppid=22674 vsize=7638012 CPUtime=0.1 cores=5,7
/proc/22676/task/22699/stat : 22699 (java) S 22674 22676 22624 0 -1 4202560 1943 0 0 0 10 0 0 0 15 0 19 0 371352617 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22701] ppid=22674 vsize=7638012 CPUtime=0.13 cores=5,7
/proc/22676/task/22701/stat : 22701 (java) S 22674 22676 22624 0 -1 4202560 5144 0 0 0 12 1 0 0 15 0 19 0 371352617 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22702] ppid=22674 vsize=7638012 CPUtime=0.16 cores=5,7
/proc/22676/task/22702/stat : 22702 (java) S 22674 22676 22624 0 -1 4202560 4831 0 0 0 16 0 0 0 15 0 19 0 371352617 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22708] ppid=22674 vsize=7638012 CPUtime=4.26 cores=5,7
/proc/22676/task/22708/stat : 22708 (java) S 22674 22676 22624 0 -1 4202560 10054 0 0 0 426 0 0 0 15 0 19 0 371352621 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 0 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22712] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22712/stat : 22712 (java) S 22674 22676 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22715] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22715/stat : 22715 (java) S 22674 22676 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22735] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22735/stat : 22735 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485791153 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22740] ppid=22674 vsize=7638012 CPUtime=0.48 cores=5,7
/proc/22676/task/22740/stat : 22740 (java) S 22674 22676 22624 0 -1 4202560 8137 0 1 0 47 1 0 0 15 0 19 0 371352629 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22744] ppid=22674 vsize=7638012 CPUtime=0.33 cores=5,7
/proc/22676/task/22744/stat : 22744 (java) S 22674 22676 22624 0 -1 4202560 3184 0 1 0 33 0 0 0 15 0 19 0 371352629 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22747] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22747/stat : 22747 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22751] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22751/stat : 22751 (java) S 22674 22676 22624 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371352629 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22757] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22757/stat : 22757 (java) S 22674 22676 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352661 7821324288 75695 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.62
Current children cumulated vsize (KiB) 7638012

[startup+1242.3 s]
/proc/loadavg: 4.01 4.08 4.43 5/262 22790
/proc/meminfo: memFree=16015836/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7638012 CPUtime=1243.66 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 91609 0 56 0 124349 17 0 0 18 0 19 0 371352615 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1909503 85883 2253 9 0 1900241 0
[pid=22676/tid=22678] ppid=22674 vsize=7638012 CPUtime=1237.15 cores=5,7
/proc/22676/task/22678/stat : 22678 (java) R 22674 22676 22624 0 -1 4202560 32001 0 54 0 123706 9 0 0 25 0 19 0 371352616 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 46912505655271 0 4 0 16800975 0 0 0 -1 5 0 0 9
[pid=22676/tid=22689] ppid=22674 vsize=7638012 CPUtime=0.25 cores=5,7
/proc/22676/task/22689/stat : 22689 (java) S 22674 22676 22624 0 -1 4202560 6694 0 0 0 25 0 0 0 15 0 19 0 371352617 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22692] ppid=22674 vsize=7638012 CPUtime=0.15 cores=5,7
/proc/22676/task/22692/stat : 22692 (java) S 22674 22676 22624 0 -1 4202560 6879 0 0 0 15 0 0 0 16 0 19 0 371352617 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22693] ppid=22674 vsize=7638012 CPUtime=0.12 cores=5,7
/proc/22676/task/22693/stat : 22693 (java) S 22674 22676 22624 0 -1 4202560 1906 0 0 0 12 0 0 0 16 0 19 0 371352617 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22696] ppid=22674 vsize=7638012 CPUtime=0.11 cores=5,7
/proc/22676/task/22696/stat : 22696 (java) S 22674 22676 22624 0 -1 4202560 1137 0 0 0 11 0 0 0 15 0 19 0 371352617 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22697] ppid=22674 vsize=7638012 CPUtime=0.19 cores=5,7
/proc/22676/task/22697/stat : 22697 (java) S 22674 22676 22624 0 -1 4202560 4195 0 0 0 19 0 0 0 16 0 19 0 371352617 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22699] ppid=22674 vsize=7638012 CPUtime=0.1 cores=5,7
/proc/22676/task/22699/stat : 22699 (java) S 22674 22676 22624 0 -1 4202560 1943 0 0 0 10 0 0 0 15 0 19 0 371352617 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22701] ppid=22674 vsize=7638012 CPUtime=0.13 cores=5,7
/proc/22676/task/22701/stat : 22701 (java) S 22674 22676 22624 0 -1 4202560 5144 0 0 0 12 1 0 0 15 0 19 0 371352617 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22702] ppid=22674 vsize=7638012 CPUtime=0.2 cores=5,7
/proc/22676/task/22702/stat : 22702 (java) S 22674 22676 22624 0 -1 4202560 8744 0 0 0 19 1 0 0 16 0 19 0 371352617 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22708] ppid=22674 vsize=7638012 CPUtime=4.36 cores=5,7
/proc/22676/task/22708/stat : 22708 (java) S 22674 22676 22624 0 -1 4202560 10420 0 0 0 436 0 0 0 15 0 19 0 371352621 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 0 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22712] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22712/stat : 22712 (java) S 22674 22676 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22715] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22715/stat : 22715 (java) S 22674 22676 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22735] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22735/stat : 22735 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485791153 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22740] ppid=22674 vsize=7638012 CPUtime=0.48 cores=5,7
/proc/22676/task/22740/stat : 22740 (java) S 22674 22676 22624 0 -1 4202560 8137 0 1 0 47 1 0 0 15 0 19 0 371352629 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22744] ppid=22674 vsize=7638012 CPUtime=0.33 cores=5,7
/proc/22676/task/22744/stat : 22744 (java) S 22674 22676 22624 0 -1 4202560 3184 0 1 0 33 0 0 0 15 0 19 0 371352629 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22747] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22747/stat : 22747 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22751] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22751/stat : 22751 (java) S 22674 22676 22624 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371352629 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22757] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22757/stat : 22757 (java) S 22674 22676 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352661 7821324288 85883 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.66
Current children cumulated vsize (KiB) 7638012



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.06 4.40 3/224 22798
/proc/meminfo: memFree=16335004/32950928 swapFree=67111528/67111528
[pid=22676] ppid=22674 vsize=7638012 CPUtime=1301.39 cores=5,7
/proc/22676/stat : 22676 (java) S 22674 22676 22624 0 -1 4202496 98316 0 56 0 130121 18 0 0 18 0 19 0 371352615 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22676/statm: 1909503 92583 2253 9 0 1900241 0
[pid=22676/tid=22678] ppid=22674 vsize=7638012 CPUtime=1294.69 cores=5,7
/proc/22676/task/22678/stat : 22678 (java) R 22674 22676 22624 0 -1 4202560 34252 0 54 0 129460 9 0 0 25 0 19 0 371352616 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 46912505780187 0 4 0 16800975 0 0 0 -1 5 0 0 9
[pid=22676/tid=22689] ppid=22674 vsize=7638012 CPUtime=0.25 cores=5,7
/proc/22676/task/22689/stat : 22689 (java) S 22674 22676 22624 0 -1 4202560 6694 0 0 0 25 0 0 0 15 0 19 0 371352617 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22692] ppid=22674 vsize=7638012 CPUtime=0.15 cores=5,7
/proc/22676/task/22692/stat : 22692 (java) S 22674 22676 22624 0 -1 4202560 6879 0 0 0 15 0 0 0 15 0 19 0 371352617 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22693] ppid=22674 vsize=7638012 CPUtime=0.14 cores=5,7
/proc/22676/task/22693/stat : 22693 (java) S 22674 22676 22624 0 -1 4202560 4098 0 0 0 14 0 0 0 16 0 19 0 371352617 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22696] ppid=22674 vsize=7638012 CPUtime=0.11 cores=5,7
/proc/22676/task/22696/stat : 22696 (java) S 22674 22676 22624 0 -1 4202560 1137 0 0 0 11 0 0 0 15 0 19 0 371352617 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22697] ppid=22674 vsize=7638012 CPUtime=0.19 cores=5,7
/proc/22676/task/22697/stat : 22697 (java) S 22674 22676 22624 0 -1 4202560 4195 0 0 0 19 0 0 0 15 0 19 0 371352617 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22699] ppid=22674 vsize=7638012 CPUtime=0.1 cores=5,7
/proc/22676/task/22699/stat : 22699 (java) S 22674 22676 22624 0 -1 4202560 1943 0 0 0 10 0 0 0 15 0 19 0 371352617 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22701] ppid=22674 vsize=7638012 CPUtime=0.15 cores=5,7
/proc/22676/task/22701/stat : 22701 (java) S 22674 22676 22624 0 -1 4202560 7402 0 0 0 14 1 0 0 16 0 19 0 371352617 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22702] ppid=22674 vsize=7638012 CPUtime=0.2 cores=5,7
/proc/22676/task/22702/stat : 22702 (java) S 22674 22676 22624 0 -1 4202560 8744 0 0 0 19 1 0 0 15 0 19 0 371352617 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22708] ppid=22674 vsize=7638012 CPUtime=4.49 cores=5,7
/proc/22676/task/22708/stat : 22708 (java) S 22674 22676 22624 0 -1 4202560 10422 0 0 0 449 0 0 0 15 0 19 0 371352621 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 0 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22712] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22712/stat : 22712 (java) S 22674 22676 22624 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22715] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22715/stat : 22715 (java) S 22674 22676 22624 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 371352622 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22735] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22735/stat : 22735 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371352629 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485791153 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22740] ppid=22674 vsize=7638012 CPUtime=0.48 cores=5,7
/proc/22676/task/22740/stat : 22740 (java) S 22674 22676 22624 0 -1 4202560 8137 0 1 0 47 1 0 0 15 0 19 0 371352629 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22744] ppid=22674 vsize=7638012 CPUtime=0.33 cores=5,7
/proc/22676/task/22744/stat : 22744 (java) S 22674 22676 22624 0 -1 4202560 3184 0 1 0 33 0 0 0 15 0 19 0 371352629 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22747] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22747/stat : 22747 (java) S 22674 22676 22624 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371352629 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485783449 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
[pid=22676/tid=22751] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22751/stat : 22751 (java) S 22674 22676 22624 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371352629 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 7 0 0 0
[pid=22676/tid=22757] ppid=22674 vsize=7638012 CPUtime=0 cores=5,7
/proc/22676/task/22757/stat : 22757 (java) S 22674 22676 22624 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371352661 7821324288 92583 33554432000 1073741824 1073778376 140736399933984 18446744073709551615 274485784064 0 4 0 16800975 18446604469964339328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.39
Current children cumulated vsize (KiB) 7638012

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.08
CPU time (s): 1301.5
CPU user time (s): 1301.29
CPU system time (s): 0.206968
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 7638012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.29
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98353
page faults= 56
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28507
involuntary context switches= 4742

runsolver used 2.16267 second user time and 4.94725 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-12 10:38:50
IDJOB=3190241
IDBENCH=82572
IDSOLVER=1611
FILE ID=node125/3190241-1302597529
RUNJOBID= node125-1302597529-22645
PBS_JOBID= 12958103
Free space on /tmp= 71868 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S950666065-093-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-3190241-1302597529/watcher-3190241-1302597529 -o /tmp/evaluation-result-3190241-1302597529/solver-3190241-1302597529 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190241-1302597529.cnf

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

MD5SUM BENCH= e27af9a147b2d7c0283d090128805575
RANDOM SEED=1503397197

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:      16783232 kB
Buffers:        672240 kB
Cached:       15027408 kB
SwapCached:          0 kB
Active:        4778924 kB
Inactive:     10987156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16783232 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4664 kB
Writeback:           0 kB
AnonPages:       66484 kB
Mapped:          16660 kB
Slab:           334248 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   235764 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= 71868 MiB
End job on node125 at 2011-04-12 11:00:32