Trace number 3190349

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.53 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S43885340-006-UNKNOWN.cnf
MD5SUM745003317611baf9e79e91bc0ab8e275
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.2018
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c no version file found!!!
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		6997539544
0.05/0.07	c Max memory 		7034241024
0.05/0.07	c Total memory 		7034241024
0.05/0.08	c Number of processors 	8
0.05/0.10	c --- Begin Solver configuration ---
0.05/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.05/0.10	c Learn all clauses as in MiniSAT
0.05/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/0.10	c Expensive reason simplification
0.05/0.10	c Armin Biere (Picosat) restarts strategy
0.05/0.10	c Glucose learned constraints deletion strategy
0.05/0.10	c timeout=2147483647s
0.05/0.10	c DB Simplification allowed=true
0.05/0.10	c --- End Solver configuration ---
0.05/0.10	c solving HOME/instance-3190349-1302598929.cnf
0.05/0.10	c reading problem ... 
0.28/0.24	c ... done. Wall clock time 0.145s.
0.28/0.24	c #vars     15000
0.28/0.24	c #constraints  63000
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63000
3.51/3.00	c cleaning 2496 clauses out of 5000 with flag 5000/5000
6.51/5.76	c cleaning 4247 clauses out of 8504 with flag 11000/11000
9.72/8.98	c cleaning 5627 clauses out of 11260 with flag 18003/18003
13.53/12.74	c cleaning 6807 clauses out of 13630 with flag 26000/26000
17.75/16.94	c cleaning 7908 clauses out of 15823 with flag 35000/35000
22.55/21.74	c cleaning 8955 clauses out of 17917 with flag 45002/45002
27.75/26.97	c cleaning 9979 clauses out of 19961 with flag 56001/56001
33.66/32.84	c cleaning 10987 clauses out of 21981 with flag 68000/68000
39.86/39.08	c cleaning 11992 clauses out of 23994 with flag 81000/81000
46.86/46.00	c cleaning 12994 clauses out of 26002 with flag 95000/95000
54.27/53.44	c cleaning 13999 clauses out of 28010 with flag 110002/110002
62.17/61.39	c cleaning 15001 clauses out of 30010 with flag 126001/126001
70.68/69.81	c cleaning 16000 clauses out of 32010 with flag 143002/143002
79.58/78.76	c cleaning 16999 clauses out of 34009 with flag 161001/161001
89.19/88.32	c cleaning 18001 clauses out of 36012 with flag 180003/180003
99.39/98.56	c cleaning 19003 clauses out of 38009 with flag 200001/200001
110.11/109.26	c cleaning 19999 clauses out of 40005 with flag 221000/221000
121.61/120.70	c cleaning 20999 clauses out of 42006 with flag 243000/243000
133.52/132.63	c cleaning 22001 clauses out of 44007 with flag 266000/266000
145.62/144.77	c cleaning 22991 clauses out of 46007 with flag 290001/290001
158.63/157.79	c cleaning 24004 clauses out of 48018 with flag 315003/315003
172.24/171.36	c cleaning 25004 clauses out of 50012 with flag 341001/341001
186.65/185.78	c cleaning 25994 clauses out of 52007 with flag 368000/368000
201.17/200.23	c cleaning 27003 clauses out of 54013 with flag 396000/396000
216.77/215.87	c cleaning 27994 clauses out of 56010 with flag 425000/425000
233.17/232.21	c cleaning 29004 clauses out of 58016 with flag 455000/455000
249.59/248.64	c cleaning 29995 clauses out of 60013 with flag 486001/486001
267.10/266.15	c cleaning 30994 clauses out of 62018 with flag 518001/518001
285.20/284.29	c cleaning 32009 clauses out of 64024 with flag 551001/551001
303.61/302.66	c cleaning 33000 clauses out of 66014 with flag 585000/585000
323.42/322.41	c cleaning 34002 clauses out of 68015 with flag 620001/620001
342.63/341.67	c cleaning 34993 clauses out of 70012 with flag 656000/656000
363.64/362.61	c cleaning 36007 clauses out of 72021 with flag 693002/693002
384.45/383.47	c cleaning 36983 clauses out of 74012 with flag 731000/731000
406.87/405.81	c cleaning 38002 clauses out of 76029 with flag 770000/770000
429.17/428.10	c cleaning 39003 clauses out of 78027 with flag 810000/810000
453.09/452.03	c cleaning 40008 clauses out of 80025 with flag 851001/851001
476.79/475.79	c cleaning 40983 clauses out of 82016 with flag 893000/893000
502.30/501.29	c cleaning 42005 clauses out of 84033 with flag 936000/936000
527.51/526.40	c cleaning 43012 clauses out of 86029 with flag 980001/980001
554.52/553.42	c cleaning 43998 clauses out of 88017 with flag 1025001/1025001
580.93/579.82	c cleaning 45000 clauses out of 90018 with flag 1071000/1071000
609.04/607.96	c cleaning 45997 clauses out of 92018 with flag 1118000/1118000
637.17/636.06	c cleaning 46994 clauses out of 94021 with flag 1166000/1166000
666.27/665.12	c cleaning 48003 clauses out of 96027 with flag 1215000/1215000
696.98/695.82	c cleaning 49003 clauses out of 98024 with flag 1265000/1265000
727.39/726.24	c cleaning 49996 clauses out of 100021 with flag 1316000/1316000
759.92/758.71	c cleaning 51008 clauses out of 102025 with flag 1368000/1368000
790.84/789.68	c cleaning 51999 clauses out of 104017 with flag 1421000/1421000
823.24/822.03	c cleaning 52991 clauses out of 106018 with flag 1475000/1475000
858.56/857.34	c cleaning 54000 clauses out of 108030 with flag 1530003/1530003
892.29/891.02	c cleaning 55005 clauses out of 110029 with flag 1586002/1586002
927.50/926.28	c cleaning 56007 clauses out of 112022 with flag 1643000/1643000
964.41/963.10	c cleaning 57006 clauses out of 114015 with flag 1701000/1701000
1001.02/999.75	c cleaning 57989 clauses out of 116010 with flag 1760001/1760001
1039.54/1038.22	c cleaning 59003 clauses out of 118022 with flag 1820002/1820002
1078.05/1076.80	c cleaning 60001 clauses out of 120017 with flag 1881000/1881000
1116.56/1115.21	c cleaning 61002 clauses out of 122017 with flag 1943001/1943001
1157.27/1155.93	c cleaning 61997 clauses out of 124014 with flag 2006000/2006000
1198.29/1196.94	c cleaning 62496 clauses out of 125017 with flag 2069000/2069000
1238.20/1236.85	c cleaning 62748 clauses out of 125521 with flag 2132000/2132000
1279.11/1277.76	c cleaning 62880 clauses out of 125774 with flag 2195001/2195001
1301.44/1300.01	c starts		: 1619
1301.44/1300.01	c conflicts		: 2229406
1301.44/1300.01	c decisions		: 4918776
1301.44/1300.01	c propagations		: 1515149196
1301.44/1300.01	c inspects		: 5134600830
1301.44/1300.01	c shortcuts		: 0
1301.44/1300.01	c learnt literals	: 0
1301.44/1300.01	c learnt binary clauses	: 0
1301.44/1300.01	c learnt ternary clauses	: 72
1301.44/1300.01	c learnt constraints	: 2229406
1301.44/1300.01	c ignored constraints	: 0
1301.44/1300.01	c root simplifications	: 1619
1301.44/1300.01	c removed literals (reason simplification)	: 39740043
1301.44/1300.01	c reason swapping (by a shorter reason)	: 0
1301.44/1300.01	c Calls to reduceDB	: 62
1301.44/1300.01	c speed (assignments/second)	: 1165702.0343536646
1301.44/1300.01	c non guided choices	1474
1301.44/1300.04	c learnt constraints type 
1301.44/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97312
1301.44/1300.04	c constraints type 
1301.44/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63000
1301.44/1300.04	s UNKNOWN
1301.44/1300.04	c Total wall clock time (in seconds) : 1299.919

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.06 3.96 3.28 2/176 22711
/proc/meminfo: memFree=12092944/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=23028 CPUtime=0 cores=1,3
/proc/22711/stat : 22711 (java) R 22709 22711 22441 0 -1 4202496 956 0 0 0 0 0 0 0 25 0 1 0 450123630 23580672 697 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260900431761 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22711/statm: 5757 697 513 9 0 124 0

[startup+0.0585329 s]
/proc/loadavg: 4.06 3.96 3.28 2/176 22711
/proc/meminfo: memFree=12092944/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7566544 CPUtime=0.05 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 9073 0 1 0 4 1 0 0 25 0 15 0 450123630 7748141056 8767 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1891636 8774 1712 9 0 1882384 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7566544

[startup+0.17455 s]
/proc/loadavg: 4.06 3.96 3.28 2/176 22711
/proc/meminfo: memFree=12092944/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7638304 CPUtime=0.23 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 11878 0 1 0 22 1 0 0 25 0 18 0 450123630 7821623296 11515 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1909576 11515 2182 9 0 1900314 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 7638304

[startup+0.300489 s]
/proc/loadavg: 4.06 3.96 3.28 2/176 22711
/proc/meminfo: memFree=12092944/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7639332 CPUtime=0.46 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 13513 0 1 0 45 1 0 0 25 0 19 0 450123630 7822675968 13150 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1909833 13150 2208 9 0 1900571 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7639332

[startup+0.700417 s]
/proc/loadavg: 4.06 3.96 3.28 2/176 22711
/proc/meminfo: memFree=12092944/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7645076 CPUtime=1.12 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 16162 0 1 0 111 1 0 0 25 0 19 0 450123630 7828557824 14878 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1911269 14878 2221 9 0 1902007 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 7645076

[startup+1.50127 s]
/proc/loadavg: 5.26 4.21 3.37 6/262 22810
/proc/meminfo: memFree=11876040/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7645076 CPUtime=1.98 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 16554 0 1 0 197 1 0 0 25 0 19 0 450123630 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1911269 15269 2224 9 0 1902007 0
[pid=22711/tid=22713] ppid=22709 vsize=7645076 CPUtime=1.48 cores=1,3
/proc/22711/task/22713/stat : 22713 (java) R 22709 22711 22441 0 -1 4202560 11673 0 1 0 147 1 0 0 21 0 19 0 450123631 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 46912505667090 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22711/tid=22714] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22714/stat : 22714 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123632 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22715] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22715/stat : 22715 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123632 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22716] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22716/stat : 22716 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123632 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22717] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22717/stat : 22717 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123632 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22718] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22718/stat : 22718 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123632 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22719] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22719/stat : 22719 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123632 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22720] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22720/stat : 22720 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123632 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22721] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22721/stat : 22721 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123632 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22722] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22722/stat : 22722 (java) S 22709 22711 22441 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 450123633 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 0 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22723] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22723/stat : 22723 (java) S 22709 22711 22441 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 450123634 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22724] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22724/stat : 22724 (java) S 22709 22711 22441 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450123634 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22725] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22725/stat : 22725 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917217713 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22726] ppid=22709 vsize=7645076 CPUtime=0.24 cores=1,3
/proc/22711/task/22726/stat : 22726 (java) S 22709 22711 22441 0 -1 4202560 2542 0 0 0 24 0 0 0 23 0 19 0 450123636 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22727] ppid=22709 vsize=7645076 CPUtime=0.25 cores=1,3
/proc/22711/task/22727/stat : 22727 (java) S 22709 22711 22441 0 -1 4202560 1173 0 0 0 25 0 0 0 19 0 19 0 450123636 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22728] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22728/stat : 22728 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22729] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22729/stat : 22729 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450123636 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22807] ppid=22709 vsize=7645076 CPUtime=0 cores=1,3
/proc/22711/task/22807/stat : 22807 (java) S 22709 22711 22441 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 450123657 7828557824 15269 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 7645076

[startup+3.19296 s]
/proc/loadavg: 5.26 4.21 3.37 5/262 22810
/proc/meminfo: memFree=11835368/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7662888 CPUtime=3.84 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 27773 0 1 0 381 3 0 0 25 0 19 0 450123630 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1915722 24628 2250 9 0 1906460 0
[pid=22711/tid=22713] ppid=22709 vsize=7662888 CPUtime=3.11 cores=1,3
/proc/22711/task/22713/stat : 22713 (java) R 22709 22711 22441 0 -1 4202560 12324 0 1 0 310 1 0 0 25 0 19 0 450123631 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 46912505718614 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22711/tid=22714] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22714/stat : 22714 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 450123632 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22715] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22715/stat : 22715 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 450123632 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22716] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22716/stat : 22716 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 450123632 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22717] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22717/stat : 22717 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 450123632 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22718] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22718/stat : 22718 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 450123632 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22719] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22719/stat : 22719 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 450123632 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22720] ppid=22709 vsize=7662888 CPUtime=0.01 cores=1,3
/proc/22711/task/22720/stat : 22720 (java) S 22709 22711 22441 0 -1 4202560 1445 0 0 0 1 0 0 0 17 0 19 0 450123632 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22721] ppid=22709 vsize=7662888 CPUtime=0.01 cores=1,3
/proc/22711/task/22721/stat : 22721 (java) S 22709 22711 22441 0 -1 4202560 958 0 0 0 1 0 0 0 17 0 19 0 450123632 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22722] ppid=22709 vsize=7662888 CPUtime=0.03 cores=1,3
/proc/22711/task/22722/stat : 22722 (java) S 22709 22711 22441 0 -1 4202560 2406 0 0 0 3 0 0 0 16 0 19 0 450123633 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 0 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22723] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22723/stat : 22723 (java) S 22709 22711 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450123634 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22724] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22724/stat : 22724 (java) S 22709 22711 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450123634 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22725] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22725/stat : 22725 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917217713 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22726] ppid=22709 vsize=7662888 CPUtime=0.24 cores=1,3
/proc/22711/task/22726/stat : 22726 (java) R 22709 22711 22441 0 -1 4202560 2543 0 0 0 24 0 0 0 17 0 19 0 450123636 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 46942319304617 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22711/tid=22727] ppid=22709 vsize=7662888 CPUtime=0.4 cores=1,3
/proc/22711/task/22727/stat : 22727 (java) R 22709 22711 22441 0 -1 4202560 6935 0 0 0 40 0 0 0 16 0 19 0 450123636 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 46942323608083 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22711/tid=22728] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22728/stat : 22728 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22729] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22729/stat : 22729 (java) R 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450123636 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22711/tid=22807] ppid=22709 vsize=7662888 CPUtime=0 cores=1,3
/proc/22711/task/22807/stat : 22807 (java) S 22709 22711 22441 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 450123657 7846797312 24628 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 7662888

[startup+6.30139 s]
/proc/loadavg: 5.16 4.21 3.37 5/262 22810
/proc/meminfo: memFree=11748492/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7655984 CPUtime=7.12 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 29330 0 1 0 708 4 0 0 25 0 19 0 450123630 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1913996 24824 2253 9 0 1904734 0
[pid=22711/tid=22713] ppid=22709 vsize=7655984 CPUtime=6.18 cores=1,3
/proc/22711/task/22713/stat : 22713 (java) R 22709 22711 22441 0 -1 4202560 12326 0 1 0 617 1 0 0 25 0 19 0 450123631 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 46912505742351 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22711/tid=22714] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22714/stat : 22714 (java) S 22709 22711 22441 0 -1 4202560 443 0 0 0 0 0 0 0 15 0 19 0 450123632 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22715] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22715/stat : 22715 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450123632 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22716] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22716/stat : 22716 (java) S 22709 22711 22441 0 -1 4202560 696 0 0 0 0 0 0 0 15 0 19 0 450123632 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22717] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22717/stat : 22717 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450123632 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22718] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22718/stat : 22718 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450123632 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22719] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22719/stat : 22719 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 450123632 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22720] ppid=22709 vsize=7655984 CPUtime=0.01 cores=1,3
/proc/22711/task/22720/stat : 22720 (java) S 22709 22711 22441 0 -1 4202560 1445 0 0 0 1 0 0 0 15 0 19 0 450123632 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22721] ppid=22709 vsize=7655984 CPUtime=0.01 cores=1,3
/proc/22711/task/22721/stat : 22721 (java) S 22709 22711 22441 0 -1 4202560 958 0 0 0 1 0 0 0 15 0 19 0 450123632 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22722] ppid=22709 vsize=7655984 CPUtime=0.07 cores=1,3
/proc/22711/task/22722/stat : 22722 (java) S 22709 22711 22441 0 -1 4202560 2628 0 0 0 7 0 0 0 16 0 19 0 450123633 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 0 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22723] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22723/stat : 22723 (java) S 22709 22711 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22724] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22724/stat : 22724 (java) S 22709 22711 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22725] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22725/stat : 22725 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917217713 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22726] ppid=22709 vsize=7655984 CPUtime=0.27 cores=1,3
/proc/22711/task/22726/stat : 22726 (java) S 22709 22711 22441 0 -1 4202560 2545 0 0 0 27 0 0 0 15 0 19 0 450123636 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22727] ppid=22709 vsize=7655984 CPUtime=0.51 cores=1,3
/proc/22711/task/22727/stat : 22727 (java) S 22709 22711 22441 0 -1 4202560 7129 0 0 0 51 0 0 0 15 0 19 0 450123636 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22728] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22728/stat : 22728 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22729] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22729/stat : 22729 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450123636 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22807] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22807/stat : 22807 (java) S 22709 22711 22441 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 450123657 7839727616 24824 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 7655984

[startup+12.7012 s]

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

[pid=22711/tid=22719] ppid=22709 vsize=7655984 CPUtime=0.1 cores=1,3
/proc/22711/task/22719/stat : 22719 (java) S 22709 22711 22441 0 -1 4202560 226 0 0 0 10 0 0 0 15 0 19 0 450123632 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22720] ppid=22709 vsize=7655984 CPUtime=0.07 cores=1,3
/proc/22711/task/22720/stat : 22720 (java) S 22709 22711 22441 0 -1 4202560 2720 0 0 0 7 0 0 0 15 0 19 0 450123632 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22721] ppid=22709 vsize=7655984 CPUtime=0.2 cores=1,3
/proc/22711/task/22721/stat : 22721 (java) S 22709 22711 22441 0 -1 4202560 6095 0 0 0 20 0 0 0 15 0 19 0 450123632 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22722] ppid=22709 vsize=7655984 CPUtime=3.13 cores=1,3
/proc/22711/task/22722/stat : 22722 (java) S 22709 22711 22441 0 -1 4202560 6696 0 0 0 312 1 0 0 15 0 19 0 450123633 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 0 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22723] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22723/stat : 22723 (java) S 22709 22711 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22724] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22724/stat : 22724 (java) S 22709 22711 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22725] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22725/stat : 22725 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917217713 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22726] ppid=22709 vsize=7655984 CPUtime=0.27 cores=1,3
/proc/22711/task/22726/stat : 22726 (java) S 22709 22711 22441 0 -1 4202560 2546 0 0 0 27 0 0 0 15 0 19 0 450123636 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22727] ppid=22709 vsize=7655984 CPUtime=0.54 cores=1,3
/proc/22711/task/22727/stat : 22727 (java) S 22709 22711 22441 0 -1 4202560 7130 0 0 0 54 0 0 0 15 0 19 0 450123636 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22728] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22728/stat : 22728 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22729] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22729/stat : 22729 (java) S 22709 22711 22441 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 450123636 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22807] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22807/stat : 22807 (java) S 22709 22711 22441 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 450123657 7839727616 68624 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.67
Current children cumulated vsize (KiB) 7655984

[startup+1182.3 s]
/proc/loadavg: 4.10 4.04 3.83 5/262 22842
/proc/meminfo: memFree=11125200/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7655984 CPUtime=1183.69 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 74018 0 1 0 118356 13 0 0 25 0 19 0 450123630 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1913996 69322 2253 9 0 1904734 0
[pid=22711/tid=22713] ppid=22709 vsize=7655984 CPUtime=1178.49 cores=1,3
/proc/22711/task/22713/stat : 22713 (java) R 22709 22711 22441 0 -1 4202560 28380 0 1 0 117843 6 0 0 25 0 19 0 450123631 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 46912505608392 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22711/tid=22714] ppid=22709 vsize=7655984 CPUtime=0.19 cores=1,3
/proc/22711/task/22714/stat : 22714 (java) S 22709 22711 22441 0 -1 4202560 6596 0 0 0 18 1 0 0 16 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22715] ppid=22709 vsize=7655984 CPUtime=0.23 cores=1,3
/proc/22711/task/22715/stat : 22715 (java) S 22709 22711 22441 0 -1 4202560 7297 0 0 0 22 1 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22716] ppid=22709 vsize=7655984 CPUtime=0.13 cores=1,3
/proc/22711/task/22716/stat : 22716 (java) S 22709 22711 22441 0 -1 4202560 2857 0 0 0 13 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22717] ppid=22709 vsize=7655984 CPUtime=0.09 cores=1,3
/proc/22711/task/22717/stat : 22717 (java) S 22709 22711 22441 0 -1 4202560 481 0 0 0 9 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22718] ppid=22709 vsize=7655984 CPUtime=0.08 cores=1,3
/proc/22711/task/22718/stat : 22718 (java) S 22709 22711 22441 0 -1 4202560 1585 0 0 0 8 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22719] ppid=22709 vsize=7655984 CPUtime=0.1 cores=1,3
/proc/22711/task/22719/stat : 22719 (java) S 22709 22711 22441 0 -1 4202560 226 0 0 0 10 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22720] ppid=22709 vsize=7655984 CPUtime=0.07 cores=1,3
/proc/22711/task/22720/stat : 22720 (java) S 22709 22711 22441 0 -1 4202560 2720 0 0 0 7 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22721] ppid=22709 vsize=7655984 CPUtime=0.2 cores=1,3
/proc/22711/task/22721/stat : 22721 (java) S 22709 22711 22441 0 -1 4202560 6095 0 0 0 20 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22722] ppid=22709 vsize=7655984 CPUtime=3.19 cores=1,3
/proc/22711/task/22722/stat : 22722 (java) S 22709 22711 22441 0 -1 4202560 6881 0 0 0 318 1 0 0 15 0 19 0 450123633 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 0 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22723] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22723/stat : 22723 (java) S 22709 22711 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22724] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22724/stat : 22724 (java) S 22709 22711 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22725] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22725/stat : 22725 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917217713 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22726] ppid=22709 vsize=7655984 CPUtime=0.27 cores=1,3
/proc/22711/task/22726/stat : 22726 (java) S 22709 22711 22441 0 -1 4202560 2546 0 0 0 27 0 0 0 15 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22727] ppid=22709 vsize=7655984 CPUtime=0.54 cores=1,3
/proc/22711/task/22727/stat : 22727 (java) S 22709 22711 22441 0 -1 4202560 7130 0 0 0 54 0 0 0 15 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22728] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22728/stat : 22728 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22729] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22729/stat : 22729 (java) S 22709 22711 22441 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22807] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22807/stat : 22807 (java) S 22709 22711 22441 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 450123657 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.69
Current children cumulated vsize (KiB) 7655984

[startup+1242.3 s]
/proc/loadavg: 4.04 4.03 3.84 5/262 22843
/proc/meminfo: memFree=11123156/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7655984 CPUtime=1243.71 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 74028 0 1 0 124358 13 0 0 25 0 19 0 450123630 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1913996 69322 2253 9 0 1904734 0
[pid=22711/tid=22713] ppid=22709 vsize=7655984 CPUtime=1238.32 cores=1,3
/proc/22711/task/22713/stat : 22713 (java) R 22709 22711 22441 0 -1 4202560 28382 0 1 0 123826 6 0 0 25 0 19 0 450123631 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 46912505608698 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22711/tid=22714] ppid=22709 vsize=7655984 CPUtime=0.21 cores=1,3
/proc/22711/task/22714/stat : 22714 (java) S 22709 22711 22441 0 -1 4202560 6596 0 0 0 20 1 0 0 16 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22715] ppid=22709 vsize=7655984 CPUtime=0.23 cores=1,3
/proc/22711/task/22715/stat : 22715 (java) S 22709 22711 22441 0 -1 4202560 7297 0 0 0 22 1 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22716] ppid=22709 vsize=7655984 CPUtime=0.13 cores=1,3
/proc/22711/task/22716/stat : 22716 (java) S 22709 22711 22441 0 -1 4202560 2857 0 0 0 13 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22717] ppid=22709 vsize=7655984 CPUtime=0.1 cores=1,3
/proc/22711/task/22717/stat : 22717 (java) S 22709 22711 22441 0 -1 4202560 481 0 0 0 10 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22718] ppid=22709 vsize=7655984 CPUtime=0.09 cores=1,3
/proc/22711/task/22718/stat : 22718 (java) S 22709 22711 22441 0 -1 4202560 1585 0 0 0 9 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22719] ppid=22709 vsize=7655984 CPUtime=0.1 cores=1,3
/proc/22711/task/22719/stat : 22719 (java) S 22709 22711 22441 0 -1 4202560 226 0 0 0 10 0 0 0 15 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22720] ppid=22709 vsize=7655984 CPUtime=0.08 cores=1,3
/proc/22711/task/22720/stat : 22720 (java) S 22709 22711 22441 0 -1 4202560 2720 0 0 0 8 0 0 0 16 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22721] ppid=22709 vsize=7655984 CPUtime=0.21 cores=1,3
/proc/22711/task/22721/stat : 22721 (java) S 22709 22711 22441 0 -1 4202560 6095 0 0 0 21 0 0 0 16 0 19 0 450123632 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22722] ppid=22709 vsize=7655984 CPUtime=3.34 cores=1,3
/proc/22711/task/22722/stat : 22722 (java) S 22709 22711 22441 0 -1 4202560 6885 0 0 0 333 1 0 0 15 0 19 0 450123633 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 0 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22723] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22723/stat : 22723 (java) S 22709 22711 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22724] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22724/stat : 22724 (java) S 22709 22711 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22725] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22725/stat : 22725 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917217713 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22726] ppid=22709 vsize=7655984 CPUtime=0.27 cores=1,3
/proc/22711/task/22726/stat : 22726 (java) S 22709 22711 22441 0 -1 4202560 2546 0 0 0 27 0 0 0 15 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22727] ppid=22709 vsize=7655984 CPUtime=0.54 cores=1,3
/proc/22711/task/22727/stat : 22727 (java) S 22709 22711 22441 0 -1 4202560 7130 0 0 0 54 0 0 0 15 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22728] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22728/stat : 22728 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22729] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22729/stat : 22729 (java) S 22709 22711 22441 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 450123636 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22807] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22807/stat : 22807 (java) S 22709 22711 22441 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 450123657 7839727616 69322 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.71
Current children cumulated vsize (KiB) 7655984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.84 5/262 22845
/proc/meminfo: memFree=11121000/32950928 swapFree=67111528/67111528
[pid=22711] ppid=22709 vsize=7655984 CPUtime=1301.44 cores=1,3
/proc/22711/stat : 22711 (java) S 22709 22711 22441 0 -1 4202496 74196 0 1 0 130131 13 0 0 25 0 19 0 450123630 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/22711/statm: 1913996 69483 2253 9 0 1904734 0
[pid=22711/tid=22713] ppid=22709 vsize=7655984 CPUtime=1295.95 cores=1,3
/proc/22711/task/22713/stat : 22713 (java) R 22709 22711 22441 0 -1 4202560 28383 0 1 0 129589 6 0 0 25 0 19 0 450123631 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 46912505742487 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22711/tid=22714] ppid=22709 vsize=7655984 CPUtime=0.21 cores=1,3
/proc/22711/task/22714/stat : 22714 (java) S 22709 22711 22441 0 -1 4202560 6596 0 0 0 20 1 0 0 15 0 19 0 450123632 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22715] ppid=22709 vsize=7655984 CPUtime=0.23 cores=1,3
/proc/22711/task/22715/stat : 22715 (java) S 22709 22711 22441 0 -1 4202560 7297 0 0 0 22 1 0 0 15 0 19 0 450123632 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22716] ppid=22709 vsize=7655984 CPUtime=0.15 cores=1,3
/proc/22711/task/22716/stat : 22716 (java) S 22709 22711 22441 0 -1 4202560 2858 0 0 0 15 0 0 0 16 0 19 0 450123632 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22717] ppid=22709 vsize=7655984 CPUtime=0.1 cores=1,3
/proc/22711/task/22717/stat : 22717 (java) S 22709 22711 22441 0 -1 4202560 481 0 0 0 10 0 0 0 15 0 19 0 450123632 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22718] ppid=22709 vsize=7655984 CPUtime=0.09 cores=1,3
/proc/22711/task/22718/stat : 22718 (java) S 22709 22711 22441 0 -1 4202560 1585 0 0 0 9 0 0 0 15 0 19 0 450123632 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22719] ppid=22709 vsize=7655984 CPUtime=0.1 cores=1,3
/proc/22711/task/22719/stat : 22719 (java) S 22709 22711 22441 0 -1 4202560 226 0 0 0 10 0 0 0 15 0 19 0 450123632 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22720] ppid=22709 vsize=7655984 CPUtime=0.09 cores=1,3
/proc/22711/task/22720/stat : 22720 (java) S 22709 22711 22441 0 -1 4202560 2721 0 0 0 9 0 0 0 16 0 19 0 450123632 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22721] ppid=22709 vsize=7655984 CPUtime=0.21 cores=1,3
/proc/22711/task/22721/stat : 22721 (java) S 22709 22711 22441 0 -1 4202560 6095 0 0 0 21 0 0 0 15 0 19 0 450123632 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22722] ppid=22709 vsize=7655984 CPUtime=3.41 cores=1,3
/proc/22711/task/22722/stat : 22722 (java) S 22709 22711 22441 0 -1 4202560 7046 0 0 0 340 1 0 0 15 0 19 0 450123633 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 0 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22723] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22723/stat : 22723 (java) S 22709 22711 22441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22724] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22724/stat : 22724 (java) S 22709 22711 22441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450123634 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22725] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22725/stat : 22725 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917217713 0 4 0 16800975 18446604469958192128 0 0 -1 1 0 0 0
[pid=22711/tid=22726] ppid=22709 vsize=7655984 CPUtime=0.27 cores=1,3
/proc/22711/task/22726/stat : 22726 (java) S 22709 22711 22441 0 -1 4202560 2546 0 0 0 27 0 0 0 15 0 19 0 450123636 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22727] ppid=22709 vsize=7655984 CPUtime=0.54 cores=1,3
/proc/22711/task/22727/stat : 22727 (java) S 22709 22711 22441 0 -1 4202560 7130 0 0 0 54 0 0 0 15 0 19 0 450123636 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22728] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22728/stat : 22728 (java) S 22709 22711 22441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 450123636 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210009 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22729] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22729/stat : 22729 (java) S 22709 22711 22441 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 450123636 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
[pid=22711/tid=22807] ppid=22709 vsize=7655984 CPUtime=0 cores=1,3
/proc/22711/task/22807/stat : 22807 (java) S 22709 22711 22441 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 450123657 7839727616 69483 33554432000 1073741824 1073778376 140733849698832 18446744073709551615 260917210624 0 4 0 16800975 18446604469958192128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1301.44
Current children cumulated vsize (KiB) 7655984

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): 1301.53
CPU user time (s): 1301.38
CPU system time (s): 0.150977
CPU usage (%): 100.113
Max. virtual memory (cumulated for all children) (KiB): 7663424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.38
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74231
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= 28345
involuntary context switches= 5491

runsolver used 2.0027 second user time and 5.10922 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-12 11:02:10
IDJOB=3190349
IDBENCH=82680
IDSOLVER=1611
FILE ID=node116/3190349-1302598929
RUNJOBID= node116-1302597627-22461
PBS_JOBID= 12958106
Free space on /tmp= 71448 MiB

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

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

MD5SUM BENCH= 745003317611baf9e79e91bc0ab8e275
RANDOM SEED=105676680

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12093100 kB
Buffers:        734708 kB
Cached:       19587160 kB
SwapCached:          0 kB
Active:        7690104 kB
Inactive:     12700384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12093100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2016 kB
Writeback:           0 kB
AnonPages:       69644 kB
Mapped:          14880 kB
Slab:           403020 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   196304 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71440 MiB
End job on node116 at 2011-04-12 11:23:52