Trace number 3190325

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) 1300.83 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S269939581-066-UNKNOWN.cnf
MD5SUM3d91d29f74f04e1ffeedae8425f55746
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.5211
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.10	c no version file found!!!
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.18-164.el5
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		6997539544
0.00/0.10	c Max memory 		7034241024
0.00/0.10	c Total memory 		7034241024
0.00/0.10	c Number of processors 	8
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483647s
0.00/0.10	c DB Simplification allowed=true
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3190325-1302598755.cnf
0.00/0.10	c reading problem ... 
0.29/0.35	c ... done. Wall clock time 0.249s.
0.29/0.35	c #vars     25000
0.29/0.35	c #constraints  105000
0.29/0.35	c constraints type 
0.29/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105000
4.80/4.74	c cleaning 2500 clauses out of 5002 with flag 5002/5002
9.34/9.22	c cleaning 4245 clauses out of 8500 with flag 11000/11000
14.55/14.46	c cleaning 5627 clauses out of 11255 with flag 18000/18000
20.55/20.48	c cleaning 6810 clauses out of 13628 with flag 26000/26000
27.26/27.14	c cleaning 7902 clauses out of 15818 with flag 35000/35000
34.76/34.68	c cleaning 8954 clauses out of 17916 with flag 45000/45000
43.08/42.98	c cleaning 9975 clauses out of 19962 with flag 56000/56000
52.48/52.35	c cleaning 10991 clauses out of 21987 with flag 68000/68000
62.38/62.22	c cleaning 11995 clauses out of 23998 with flag 81002/81002
73.09/72.93	c cleaning 12995 clauses out of 26001 with flag 95000/95000
84.60/84.46	c cleaning 14000 clauses out of 28006 with flag 110000/110000
97.11/96.98	c cleaning 14998 clauses out of 30007 with flag 126001/126001
110.51/110.30	c cleaning 15995 clauses out of 32008 with flag 143000/143000
124.53/124.39	c cleaning 17001 clauses out of 34013 with flag 161000/161000
139.83/139.67	c cleaning 18001 clauses out of 36013 with flag 180001/180001
155.93/155.70	c cleaning 19000 clauses out of 38011 with flag 200000/200000
172.54/172.36	c cleaning 20000 clauses out of 40012 with flag 221001/221001
190.16/189.94	c cleaning 21000 clauses out of 42011 with flag 243000/243000
208.47/208.29	c cleaning 22002 clauses out of 44011 with flag 266000/266000
227.47/227.24	c cleaning 22992 clauses out of 46009 with flag 290000/290000
247.38/247.15	c cleaning 23999 clauses out of 48017 with flag 315000/315000
268.70/268.43	c cleaning 25002 clauses out of 50018 with flag 341000/341000
291.01/290.72	c cleaning 26006 clauses out of 52016 with flag 368000/368000
313.43/313.11	c cleaning 27001 clauses out of 54010 with flag 396000/396000
337.64/337.30	c cleaning 27980 clauses out of 56009 with flag 425000/425000
363.04/362.78	c cleaning 29007 clauses out of 58030 with flag 455001/455001
388.06/387.72	c cleaning 30001 clauses out of 60024 with flag 486002/486002
415.17/414.80	c cleaning 30997 clauses out of 62022 with flag 518001/518001
442.68/442.33	c cleaning 32006 clauses out of 64024 with flag 551000/551000
470.79/470.48	c cleaning 32996 clauses out of 66018 with flag 585000/585000
500.91/500.57	c cleaning 34006 clauses out of 68022 with flag 620000/620000
530.91/530.52	c cleaning 34999 clauses out of 70016 with flag 656000/656000
562.63/562.24	c cleaning 36004 clauses out of 72019 with flag 693002/693002
594.14/593.78	c cleaning 37001 clauses out of 74013 with flag 731000/731000
628.15/627.73	c cleaning 38000 clauses out of 76012 with flag 770000/770000
662.17/661.73	c cleaning 38993 clauses out of 78012 with flag 810000/810000
698.58/698.16	c cleaning 40007 clauses out of 80022 with flag 851003/851003
735.00/734.52	c cleaning 41003 clauses out of 82013 with flag 893001/893001
772.91/772.50	c cleaning 42002 clauses out of 84012 with flag 936003/936003
810.93/810.41	c cleaning 43000 clauses out of 86009 with flag 980002/980002
851.95/851.42	c cleaning 44000 clauses out of 88009 with flag 1025002/1025002
892.46/891.95	c cleaning 44996 clauses out of 90007 with flag 1071000/1071000
935.88/935.32	c cleaning 46001 clauses out of 92013 with flag 1118002/1118002
977.99/977.45	c cleaning 46989 clauses out of 94010 with flag 1166000/1166000
1021.50/1020.97	c cleaning 48004 clauses out of 96021 with flag 1215000/1215000
1067.22/1066.66	c cleaning 48998 clauses out of 98017 with flag 1265000/1265000
1112.44/1111.82	c cleaning 49996 clauses out of 100021 with flag 1316002/1316002
1161.98/1161.34	c cleaning 51011 clauses out of 102026 with flag 1368003/1368003
1208.69/1208.05	c cleaning 51997 clauses out of 104012 with flag 1421000/1421000
1258.20/1257.59	c cleaning 53000 clauses out of 106015 with flag 1475000/1475000
1300.73/1300.01	c starts		: 1410
1300.73/1300.01	c conflicts		: 1520128
1300.73/1300.01	c decisions		: 4711877
1300.73/1300.01	c propagations		: 1456604922
1300.73/1300.01	c inspects		: 3950518067
1300.73/1300.01	c shortcuts		: 0
1300.73/1300.01	c learnt literals	: 0
1300.73/1300.01	c learnt binary clauses	: 0
1300.73/1300.01	c learnt ternary clauses	: 83
1300.73/1300.01	c learnt constraints	: 1520128
1300.73/1300.01	c ignored constraints	: 0
1300.73/1300.01	c root simplifications	: 1410
1300.73/1300.01	c removed literals (reason simplification)	: 23523028
1300.73/1300.01	c reason swapping (by a shorter reason)	: 0
1300.73/1300.01	c Calls to reduceDB	: 50
1300.73/1300.01	c speed (assignments/second)	: 1120762.8432160842
1300.73/1300.01	c non guided choices	2315
1300.73/1300.04	c learnt constraints type 
1300.73/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98150
1300.73/1300.04	c constraints type 
1300.73/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105000
1300.73/1300.04	s UNKNOWN
1300.73/1300.04	c Total wall clock time (in seconds) : 1299.905

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

running on 2 cores: 0,2

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: 4.00 3.97 3.34 7/205 18409
/proc/meminfo: memFree=13832680/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=11760 CPUtime=0 cores=0,2
/proc/18409/stat : 18409 (runsolver) R 18407 18409 18109 0 -1 4202560 48 0 0 0 0 0 0 0 23 0 1 0 352291018 12042240 55 33554432000 4194304 5392636 140733449087152 18446744073709551615 5012135 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/18409/statm: 2940 55 36 293 0 2644 0

[startup+0.0189529 s]
/proc/loadavg: 4.00 3.97 3.34 7/205 18409
/proc/meminfo: memFree=13832680/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7540840 CPUtime=0 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 4510 0 1 0 0 0 0 0 23 0 2 0 352291018 7721820160 4208 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1885210 4208 919 9 0 1876366 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.115959 s]
/proc/loadavg: 4.00 3.97 3.34 7/205 18409
/proc/meminfo: memFree=13832680/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7570804 CPUtime=0.1 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 10589 0 1 0 9 1 0 0 23 0 18 0 352291018 7752503296 10282 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1892701 10282 2093 9 0 1883439 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7570804

[startup+0.300892 s]
/proc/loadavg: 4.00 3.97 3.34 7/205 18409
/proc/meminfo: memFree=13832680/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7571860 CPUtime=0.29 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 13069 0 1 0 27 2 0 0 23 0 18 0 352291018 7753584640 12628 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1892965 12629 2197 9 0 1883703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7571860

[startup+0.700845 s]
/proc/loadavg: 4.00 3.97 3.34 7/205 18409
/proc/meminfo: memFree=13832680/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7643928 CPUtime=0.77 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 17542 0 1 0 75 2 0 0 23 0 19 0 352291018 7827382272 16083 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1910982 16083 2219 9 0 1901720 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 7643928

[startup+1.50073 s]
/proc/loadavg: 4.64 4.10 3.39 8/262 18469
/proc/meminfo: memFree=13669920/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7643928 CPUtime=1.61 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 18151 0 1 0 158 3 0 0 23 0 19 0 352291018 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1910982 16530 2224 9 0 1901720 0
[pid=18409/tid=18419] ppid=18407 vsize=7643928 CPUtime=1.01 cores=0,2
/proc/18409/task/18419/stat : 18419 (java) R 18407 18409 18109 0 -1 4202560 13175 0 1 0 99 2 0 0 25 0 19 0 352291019 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 46912505652504 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18409/tid=18423] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18423/stat : 18423 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18424] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18424/stat : 18424 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18425] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18425/stat : 18425 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18426] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18426/stat : 18426 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18427] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18427/stat : 18427 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18428] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18428/stat : 18428 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18429] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18429/stat : 18429 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18430] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18430/stat : 18430 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18431] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18431/stat : 18431 (java) S 18407 18409 18109 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 352291021 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 0 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18432] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18432/stat : 18432 (java) S 18407 18409 18109 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 352291022 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18433] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18433/stat : 18433 (java) S 18407 18409 18109 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352291022 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18444] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18444/stat : 18444 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352291024 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107274673 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18445] ppid=18407 vsize=7643928 CPUtime=0.19 cores=0,2
/proc/18409/task/18445/stat : 18445 (java) S 18407 18409 18109 0 -1 4202560 1544 0 0 0 19 0 0 0 16 0 19 0 352291024 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18446] ppid=18407 vsize=7643928 CPUtime=0.38 cores=0,2
/proc/18409/task/18446/stat : 18446 (java) S 18407 18409 18109 0 -1 4202560 2268 0 0 0 38 0 0 0 15 0 19 0 352291024 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18447] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18447/stat : 18447 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352291024 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18448] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18448/stat : 18448 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352291024 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18469] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18469/stat : 18469 (java) S 18407 18409 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352291061 7827382272 16530 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 7643928

[startup+3.10145 s]
/proc/loadavg: 4.64 4.10 3.39 5/262 18469
/proc/meminfo: memFree=13638548/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7643928 CPUtime=3.2 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 18714 0 1 0 317 3 0 0 23 0 19 0 352291018 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1910982 17092 2224 9 0 1901720 0
[pid=18409/tid=18419] ppid=18407 vsize=7643928 CPUtime=2.6 cores=0,2
/proc/18409/task/18419/stat : 18419 (java) R 18407 18409 18109 0 -1 4202560 13737 0 1 0 258 2 0 0 20 0 19 0 352291019 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 46912505652250 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18409/tid=18423] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18423/stat : 18423 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18424] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18424/stat : 18424 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18425] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18425/stat : 18425 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18426] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18426/stat : 18426 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18427] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18427/stat : 18427 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18428] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18428/stat : 18428 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18429] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18429/stat : 18429 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18430] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18430/stat : 18430 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352291020 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18431] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18431/stat : 18431 (java) S 18407 18409 18109 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 352291021 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 0 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18432] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18432/stat : 18432 (java) S 18407 18409 18109 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 352291022 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18433] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18433/stat : 18433 (java) S 18407 18409 18109 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352291022 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18444] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18444/stat : 18444 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352291024 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107274673 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18445] ppid=18407 vsize=7643928 CPUtime=0.2 cores=0,2
/proc/18409/task/18445/stat : 18445 (java) S 18407 18409 18109 0 -1 4202560 1544 0 0 0 20 0 0 0 15 0 19 0 352291024 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18446] ppid=18407 vsize=7643928 CPUtime=0.38 cores=0,2
/proc/18409/task/18446/stat : 18446 (java) S 18407 18409 18109 0 -1 4202560 2268 0 0 0 38 0 0 0 15 0 19 0 352291024 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18447] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18447/stat : 18447 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352291024 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18448] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18448/stat : 18448 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352291024 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18469] ppid=18407 vsize=7643928 CPUtime=0 cores=0,2
/proc/18409/task/18469/stat : 18469 (java) S 18407 18409 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352291061 7827382272 17092 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 7643928

[startup+6.30087 s]
/proc/loadavg: 4.59 4.10 3.39 5/262 18469
/proc/meminfo: memFree=13486100/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7643284 CPUtime=6.44 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 27684 0 1 0 640 4 0 0 23 0 19 0 352291018 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1910821 25920 2250 9 0 1901559 0
[pid=18409/tid=18419] ppid=18407 vsize=7643284 CPUtime=5.66 cores=0,2
/proc/18409/task/18419/stat : 18419 (java) R 18407 18409 18109 0 -1 4202560 14251 0 1 0 564 2 0 0 25 0 19 0 352291019 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 46912505704156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18409/tid=18423] ppid=18407 vsize=7643284 CPUtime=0.02 cores=0,2
/proc/18409/task/18423/stat : 18423 (java) S 18407 18409 18109 0 -1 4202560 1257 0 0 0 2 0 0 0 18 0 19 0 352291020 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18424] ppid=18407 vsize=7643284 CPUtime=0.02 cores=0,2
/proc/18409/task/18424/stat : 18424 (java) S 18407 18409 18109 0 -1 4202560 2298 0 0 0 2 0 0 0 18 0 19 0 352291020 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18425] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18425/stat : 18425 (java) S 18407 18409 18109 0 -1 4202560 310 0 0 0 0 0 0 0 18 0 19 0 352291020 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18426] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18426/stat : 18426 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 352291020 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18427] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18427/stat : 18427 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 352291020 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18428] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18428/stat : 18428 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 352291020 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18429] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18429/stat : 18429 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 352291020 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18430] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18430/stat : 18430 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 352291020 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18431] ppid=18407 vsize=7643284 CPUtime=0.07 cores=0,2
/proc/18409/task/18431/stat : 18431 (java) S 18407 18409 18109 0 -1 4202560 4586 0 0 0 7 0 0 0 15 0 19 0 352291021 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 0 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18432] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18432/stat : 18432 (java) S 18407 18409 18109 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352291022 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18433] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18433/stat : 18433 (java) S 18407 18409 18109 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352291022 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18444] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18444/stat : 18444 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352291024 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107274673 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18445] ppid=18407 vsize=7643284 CPUtime=0.21 cores=0,2
/proc/18409/task/18445/stat : 18445 (java) S 18407 18409 18109 0 -1 4202560 1544 0 0 0 21 0 0 0 15 0 19 0 352291024 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18446] ppid=18407 vsize=7643284 CPUtime=0.41 cores=0,2
/proc/18409/task/18446/stat : 18446 (java) S 18407 18409 18109 0 -1 4202560 2278 0 0 0 41 0 0 0 15 0 19 0 352291024 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18447] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18447/stat : 18447 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352291024 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18448] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18448/stat : 18448 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352291024 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18469] ppid=18407 vsize=7643284 CPUtime=0 cores=0,2
/proc/18409/task/18469/stat : 18469 (java) S 18407 18409 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352291061 7826722816 25920 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 7643284

[startup+12.7007 s]

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

[pid=18409/tid=18428] ppid=18407 vsize=7642352 CPUtime=0.16 cores=0,2
/proc/18409/task/18428/stat : 18428 (java) S 18407 18409 18109 0 -1 4202560 2901 0 0 0 16 0 0 0 15 0 19 0 352291020 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18429] ppid=18407 vsize=7642352 CPUtime=0.12 cores=0,2
/proc/18409/task/18429/stat : 18429 (java) S 18407 18409 18109 0 -1 4202560 3095 0 0 0 12 0 0 0 15 0 19 0 352291020 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18430] ppid=18407 vsize=7642352 CPUtime=0.15 cores=0,2
/proc/18409/task/18430/stat : 18430 (java) S 18407 18409 18109 0 -1 4202560 3318 0 0 0 15 0 0 0 15 0 19 0 352291020 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18431] ppid=18407 vsize=7642352 CPUtime=3.68 cores=0,2
/proc/18409/task/18431/stat : 18431 (java) S 18407 18409 18109 0 -1 4202560 8420 0 0 0 367 1 0 0 15 0 19 0 352291021 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 0 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18432] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18432/stat : 18432 (java) S 18407 18409 18109 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352291022 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18433] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18433/stat : 18433 (java) S 18407 18409 18109 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352291022 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18444] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18444/stat : 18444 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352291024 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107274673 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18445] ppid=18407 vsize=7642352 CPUtime=0.26 cores=0,2
/proc/18409/task/18445/stat : 18445 (java) S 18407 18409 18109 0 -1 4202560 2047 0 0 0 26 0 0 0 15 0 19 0 352291024 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18446] ppid=18407 vsize=7642352 CPUtime=0.42 cores=0,2
/proc/18409/task/18446/stat : 18446 (java) S 18407 18409 18109 0 -1 4202560 2278 0 0 0 42 0 0 0 16 0 19 0 352291024 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18447] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18447/stat : 18447 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352291024 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18448] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18448/stat : 18448 (java) S 18407 18409 18109 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 352291024 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18469] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18469/stat : 18469 (java) S 18407 18409 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352291061 7825768448 69697 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1122.98
Current children cumulated vsize (KiB) 7642352

[startup+1182.3 s]
/proc/loadavg: 4.07 4.05 3.82 5/262 18509
/proc/meminfo: memFree=12862844/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7642352 CPUtime=1182.99 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 73870 0 1 0 118283 16 0 0 23 0 19 0 352291018 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1910588 71561 2252 9 0 1901326 0
[pid=18409/tid=18419] ppid=18407 vsize=7642352 CPUtime=1177.34 cores=0,2
/proc/18409/task/18419/stat : 18419 (java) R 18407 18409 18109 0 -1 4202560 27871 0 1 0 117725 9 0 0 25 0 19 0 352291019 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 46912505763706 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18409/tid=18423] ppid=18407 vsize=7642352 CPUtime=0.11 cores=0,2
/proc/18409/task/18423/stat : 18423 (java) S 18407 18409 18109 0 -1 4202560 3535 0 0 0 11 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18424] ppid=18407 vsize=7642352 CPUtime=0.16 cores=0,2
/proc/18409/task/18424/stat : 18424 (java) S 18407 18409 18109 0 -1 4202560 6782 0 0 0 15 1 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18425] ppid=18407 vsize=7642352 CPUtime=0.13 cores=0,2
/proc/18409/task/18425/stat : 18425 (java) S 18407 18409 18109 0 -1 4202560 3871 0 0 0 13 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18426] ppid=18407 vsize=7642352 CPUtime=0.13 cores=0,2
/proc/18409/task/18426/stat : 18426 (java) S 18407 18409 18109 0 -1 4202560 4052 0 0 0 13 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18427] ppid=18407 vsize=7642352 CPUtime=0.09 cores=0,2
/proc/18409/task/18427/stat : 18427 (java) S 18407 18409 18109 0 -1 4202560 3378 0 0 0 9 0 0 0 16 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18428] ppid=18407 vsize=7642352 CPUtime=0.16 cores=0,2
/proc/18409/task/18428/stat : 18428 (java) S 18407 18409 18109 0 -1 4202560 2901 0 0 0 16 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18429] ppid=18407 vsize=7642352 CPUtime=0.12 cores=0,2
/proc/18409/task/18429/stat : 18429 (java) S 18407 18409 18109 0 -1 4202560 3095 0 0 0 12 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18430] ppid=18407 vsize=7642352 CPUtime=0.16 cores=0,2
/proc/18409/task/18430/stat : 18430 (java) S 18407 18409 18109 0 -1 4202560 4415 0 0 0 16 0 0 0 16 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18431] ppid=18407 vsize=7642352 CPUtime=3.79 cores=0,2
/proc/18409/task/18431/stat : 18431 (java) S 18407 18409 18109 0 -1 4202560 8422 0 0 0 378 1 0 0 15 0 19 0 352291021 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 0 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18432] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18432/stat : 18432 (java) S 18407 18409 18109 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352291022 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18433] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18433/stat : 18433 (java) S 18407 18409 18109 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352291022 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18444] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18444/stat : 18444 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107274673 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18445] ppid=18407 vsize=7642352 CPUtime=0.26 cores=0,2
/proc/18409/task/18445/stat : 18445 (java) S 18407 18409 18109 0 -1 4202560 2047 0 0 0 26 0 0 0 15 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18446] ppid=18407 vsize=7642352 CPUtime=0.42 cores=0,2
/proc/18409/task/18446/stat : 18446 (java) S 18407 18409 18109 0 -1 4202560 2278 0 0 0 42 0 0 0 16 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18447] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18447/stat : 18447 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18448] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18448/stat : 18448 (java) S 18407 18409 18109 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18469] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18469/stat : 18469 (java) S 18407 18409 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352291061 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1182.99
Current children cumulated vsize (KiB) 7642352

[startup+1242.3 s]
/proc/loadavg: 4.02 4.04 3.83 5/262 18511
/proc/meminfo: memFree=12847172/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7642352 CPUtime=1243.01 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 73877 0 1 0 124285 16 0 0 23 0 19 0 352291018 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1910588 71561 2252 9 0 1901326 0
[pid=18409/tid=18419] ppid=18407 vsize=7642352 CPUtime=1237.24 cores=0,2
/proc/18409/task/18419/stat : 18419 (java) R 18407 18409 18109 0 -1 4202560 27872 0 1 0 123715 9 0 0 25 0 19 0 352291019 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 46912505329159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18409/tid=18423] ppid=18407 vsize=7642352 CPUtime=0.11 cores=0,2
/proc/18409/task/18423/stat : 18423 (java) S 18407 18409 18109 0 -1 4202560 3535 0 0 0 11 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18424] ppid=18407 vsize=7642352 CPUtime=0.18 cores=0,2
/proc/18409/task/18424/stat : 18424 (java) S 18407 18409 18109 0 -1 4202560 6782 0 0 0 17 1 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18425] ppid=18407 vsize=7642352 CPUtime=0.13 cores=0,2
/proc/18409/task/18425/stat : 18425 (java) S 18407 18409 18109 0 -1 4202560 3871 0 0 0 13 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18426] ppid=18407 vsize=7642352 CPUtime=0.15 cores=0,2
/proc/18409/task/18426/stat : 18426 (java) S 18407 18409 18109 0 -1 4202560 4052 0 0 0 15 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18427] ppid=18407 vsize=7642352 CPUtime=0.09 cores=0,2
/proc/18409/task/18427/stat : 18427 (java) S 18407 18409 18109 0 -1 4202560 3378 0 0 0 9 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18428] ppid=18407 vsize=7642352 CPUtime=0.16 cores=0,2
/proc/18409/task/18428/stat : 18428 (java) S 18407 18409 18109 0 -1 4202560 2901 0 0 0 16 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18429] ppid=18407 vsize=7642352 CPUtime=0.12 cores=0,2
/proc/18409/task/18429/stat : 18429 (java) S 18407 18409 18109 0 -1 4202560 3095 0 0 0 12 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18430] ppid=18407 vsize=7642352 CPUtime=0.16 cores=0,2
/proc/18409/task/18430/stat : 18430 (java) S 18407 18409 18109 0 -1 4202560 4415 0 0 0 16 0 0 0 15 0 19 0 352291020 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18431] ppid=18407 vsize=7642352 CPUtime=3.88 cores=0,2
/proc/18409/task/18431/stat : 18431 (java) S 18407 18409 18109 0 -1 4202560 8424 0 0 0 387 1 0 0 15 0 19 0 352291021 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 0 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18432] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18432/stat : 18432 (java) S 18407 18409 18109 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352291022 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18433] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18433/stat : 18433 (java) S 18407 18409 18109 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352291022 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18444] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18444/stat : 18444 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107274673 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18445] ppid=18407 vsize=7642352 CPUtime=0.26 cores=0,2
/proc/18409/task/18445/stat : 18445 (java) S 18407 18409 18109 0 -1 4202560 2047 0 0 0 26 0 0 0 15 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18446] ppid=18407 vsize=7642352 CPUtime=0.42 cores=0,2
/proc/18409/task/18446/stat : 18446 (java) S 18407 18409 18109 0 -1 4202560 2278 0 0 0 42 0 0 0 16 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18447] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18447/stat : 18447 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18448] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18448/stat : 18448 (java) S 18407 18409 18109 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 352291024 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18469] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18469/stat : 18469 (java) S 18407 18409 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352291061 7825768448 71561 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.01
Current children cumulated vsize (KiB) 7642352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.05 3.84 3/223 18518
/proc/meminfo: memFree=13262704/32951124 swapFree=67111528/67111528
[pid=18409] ppid=18407 vsize=7642352 CPUtime=1300.73 cores=0,2
/proc/18409/stat : 18409 (java) S 18407 18409 18109 0 -1 4202496 77577 0 1 0 130056 17 0 0 23 0 19 0 352291018 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18409/statm: 1910588 75254 2252 9 0 1901326 0
[pid=18409/tid=18419] ppid=18407 vsize=7642352 CPUtime=1294.84 cores=0,2
/proc/18409/task/18419/stat : 18419 (java) R 18407 18409 18109 0 -1 4202560 30659 0 1 0 129474 10 0 0 25 0 19 0 352291019 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 46912505652415 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18409/tid=18423] ppid=18407 vsize=7642352 CPUtime=0.11 cores=0,2
/proc/18409/task/18423/stat : 18423 (java) S 18407 18409 18109 0 -1 4202560 3535 0 0 0 11 0 0 0 15 0 19 0 352291020 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18424] ppid=18407 vsize=7642352 CPUtime=0.18 cores=0,2
/proc/18409/task/18424/stat : 18424 (java) S 18407 18409 18109 0 -1 4202560 6782 0 0 0 17 1 0 0 16 0 19 0 352291020 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18425] ppid=18407 vsize=7642352 CPUtime=0.15 cores=0,2
/proc/18409/task/18425/stat : 18425 (java) S 18407 18409 18109 0 -1 4202560 4241 0 0 0 15 0 0 0 15 0 19 0 352291020 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18426] ppid=18407 vsize=7642352 CPUtime=0.15 cores=0,2
/proc/18409/task/18426/stat : 18426 (java) S 18407 18409 18109 0 -1 4202560 4052 0 0 0 15 0 0 0 15 0 19 0 352291020 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18427] ppid=18407 vsize=7642352 CPUtime=0.09 cores=0,2
/proc/18409/task/18427/stat : 18427 (java) S 18407 18409 18109 0 -1 4202560 3378 0 0 0 9 0 0 0 16 0 19 0 352291020 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18428] ppid=18407 vsize=7642352 CPUtime=0.16 cores=0,2
/proc/18409/task/18428/stat : 18428 (java) S 18407 18409 18109 0 -1 4202560 2901 0 0 0 16 0 0 0 15 0 19 0 352291020 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18429] ppid=18407 vsize=7642352 CPUtime=0.12 cores=0,2
/proc/18409/task/18429/stat : 18429 (java) S 18407 18409 18109 0 -1 4202560 3095 0 0 0 12 0 0 0 15 0 19 0 352291020 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18430] ppid=18407 vsize=7642352 CPUtime=0.18 cores=0,2
/proc/18409/task/18430/stat : 18430 (java) S 18407 18409 18109 0 -1 4202560 4855 0 0 0 18 0 0 0 16 0 19 0 352291020 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18431] ppid=18407 vsize=7642352 CPUtime=3.97 cores=0,2
/proc/18409/task/18431/stat : 18431 (java) S 18407 18409 18109 0 -1 4202560 8523 0 0 0 396 1 0 0 15 0 19 0 352291021 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 0 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18432] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18432/stat : 18432 (java) S 18407 18409 18109 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352291022 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18433] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18433/stat : 18433 (java) S 18407 18409 18109 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352291022 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18444] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18444/stat : 18444 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 352291024 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107274673 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18445] ppid=18407 vsize=7642352 CPUtime=0.26 cores=0,2
/proc/18409/task/18445/stat : 18445 (java) S 18407 18409 18109 0 -1 4202560 2047 0 0 0 26 0 0 0 15 0 19 0 352291024 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 0 0 0 0
[pid=18409/tid=18446] ppid=18407 vsize=7642352 CPUtime=0.42 cores=0,2
/proc/18409/task/18446/stat : 18446 (java) S 18407 18409 18109 0 -1 4202560 2278 0 0 0 42 0 0 0 16 0 19 0 352291024 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18447] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18447/stat : 18447 (java) S 18407 18409 18109 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352291024 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107266969 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18448] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18448/stat : 18448 (java) S 18407 18409 18109 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 352291024 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
[pid=18409/tid=18469] ppid=18407 vsize=7642352 CPUtime=0 cores=0,2
/proc/18409/task/18469/stat : 18469 (java) S 18407 18409 18109 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 352291061 7825768448 75254 33554432000 1073741824 1073778376 140733329132720 18446744073709551615 228107267584 0 4 0 16800975 18446604453939725632 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1300.73
Current children cumulated vsize (KiB) 7642352

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.06
CPU time (s): 1300.83
CPU user time (s): 1300.63
CPU system time (s): 0.19497
CPU usage (%): 100.059
Max. virtual memory (cumulated for all children) (KiB): 7643928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.63
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77851
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28149
involuntary context switches= 5289

runsolver used 2.37464 second user time and 4.73528 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-12 10:59:16
IDJOB=3190325
IDBENCH=82656
IDSOLVER=1611
FILE ID=node142/3190325-1302598755
RUNJOBID= node142-1302597452-18127
PBS_JOBID= 12958100
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 3d91d29f74f04e1ffeedae8425f55746
RANDOM SEED=559120885

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13837788 kB
Buffers:        725332 kB
Cached:       17845332 kB
SwapCached:          0 kB
Active:        9758964 kB
Inactive:      8945948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13837788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7160 kB
Writeback:           0 kB
AnonPages:      133596 kB
Mapped:          22924 kB
Slab:           345544 kB
PageTables:       5516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14671880 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= 71716 MiB
End job on node142 at 2011-04-12 11:20:58