Trace number 3190371

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S919014656-003-UNKNOWN.cnf
MD5SUMcb40e65d82022f377e00087cafdb55b2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.0021
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.07/0.08	c no version file found!!!
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		6997539544
0.07/0.08	c Max memory 		7034241024
0.07/0.08	c Total memory 		7034241024
0.07/0.08	c Number of processors 	8
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483647s
0.10/0.10	c DB Simplification allowed=true
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3190371-1302599285.cnf
0.10/0.10	c reading problem ... 
0.32/0.27	c ... done. Wall clock time 0.187s.
0.32/0.27	c #vars     25000
0.32/0.27	c #constraints  105000
0.32/0.27	c constraints type 
0.32/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105000
4.73/4.22	c cleaning 2495 clauses out of 5000 with flag 5000/5000
9.07/8.37	c cleaning 4247 clauses out of 8508 with flag 11003/11003
13.78/13.09	c cleaning 5629 clauses out of 11260 with flag 18002/18002
19.19/18.43	c cleaning 6808 clauses out of 13629 with flag 26000/26000
25.21/24.49	c cleaning 7906 clauses out of 15821 with flag 35000/35000
32.11/31.31	c cleaning 8954 clauses out of 17915 with flag 45000/45000
39.52/38.75	c cleaning 9976 clauses out of 19962 with flag 56001/56001
47.83/47.07	c cleaning 10986 clauses out of 21985 with flag 68000/68000
56.63/55.83	c cleaning 11994 clauses out of 23999 with flag 81000/81000
66.34/65.57	c cleaning 13001 clauses out of 26007 with flag 95002/95002
76.85/76.03	c cleaning 13996 clauses out of 28005 with flag 110001/110001
88.06/87.22	c cleaning 14995 clauses out of 30008 with flag 126000/126000
99.78/98.97	c cleaning 16006 clauses out of 32014 with flag 143001/143001
112.38/111.53	c cleaning 16997 clauses out of 34008 with flag 161001/161001
125.79/124.97	c cleaning 17997 clauses out of 36011 with flag 180001/180001
140.09/139.24	c cleaning 19007 clauses out of 38017 with flag 200004/200004
155.00/154.13	c cleaning 19998 clauses out of 40006 with flag 221000/221000
170.81/169.98	c cleaning 20994 clauses out of 42008 with flag 243000/243000
187.22/186.36	c cleaning 22006 clauses out of 44014 with flag 266000/266000
204.13/203.27	c cleaning 22994 clauses out of 46008 with flag 290000/290000
222.04/221.15	c cleaning 24005 clauses out of 48015 with flag 315001/315001
240.94/240.06	c cleaning 25000 clauses out of 50010 with flag 341001/341001
260.86/259.96	c cleaning 25996 clauses out of 52009 with flag 368000/368000
281.07/280.10	c cleaning 27001 clauses out of 54013 with flag 396000/396000
302.28/301.39	c cleaning 28000 clauses out of 56012 with flag 425000/425000
324.99/324.07	c cleaning 28997 clauses out of 58012 with flag 455000/455000
347.91/346.90	c cleaning 30006 clauses out of 60017 with flag 486002/486002
372.22/371.23	c cleaning 30989 clauses out of 62010 with flag 518001/518001
396.62/395.66	c cleaning 32006 clauses out of 64020 with flag 551000/551000
422.24/421.22	c cleaning 33003 clauses out of 66015 with flag 585001/585001
448.94/447.94	c cleaning 34006 clauses out of 68015 with flag 620004/620004
475.56/474.56	c cleaning 34990 clauses out of 70005 with flag 656000/656000
504.48/503.43	c cleaning 36006 clauses out of 72016 with flag 693001/693001
533.09/532.03	c cleaning 36993 clauses out of 74012 with flag 731003/731003
563.50/562.48	c cleaning 37995 clauses out of 76016 with flag 770000/770000
594.21/593.15	c cleaning 39004 clauses out of 78021 with flag 810000/810000
626.73/625.61	c cleaning 39998 clauses out of 80017 with flag 851000/851000
658.95/657.85	c cleaning 40999 clauses out of 82019 with flag 893000/893000
693.35/692.28	c cleaning 42007 clauses out of 84022 with flag 936002/936002
727.77/726.62	c cleaning 42998 clauses out of 86014 with flag 980001/980001
764.68/763.55	c cleaning 44005 clauses out of 88015 with flag 1025000/1025000
800.50/799.38	c cleaning 44991 clauses out of 90011 with flag 1071001/1071001
839.12/837.98	c cleaning 46004 clauses out of 92020 with flag 1118001/1118001
876.94/875.79	c cleaning 46996 clauses out of 94015 with flag 1166000/1166000
915.95/914.71	c cleaning 47995 clauses out of 96020 with flag 1215001/1215001
956.97/955.72	c cleaning 49000 clauses out of 98024 with flag 1265000/1265000
997.68/996.50	c cleaning 50001 clauses out of 100025 with flag 1316001/1316001
1041.31/1040.06	c cleaning 51007 clauses out of 102023 with flag 1368000/1368000
1084.03/1082.73	c cleaning 52001 clauses out of 104019 with flag 1421003/1421003
1128.05/1126.77	c cleaning 52994 clauses out of 106015 with flag 1475000/1475000
1174.86/1173.58	c cleaning 54005 clauses out of 108022 with flag 1530001/1530001
1220.68/1219.35	c cleaning 54997 clauses out of 110016 with flag 1586000/1586000
1268.40/1267.07	c cleaning 56001 clauses out of 112021 with flag 1643002/1643002
1301.42/1300.01	c starts		: 1466
1301.42/1300.01	c conflicts		: 1682008
1301.42/1300.01	c decisions		: 5041289
1301.42/1300.01	c propagations		: 1609255639
1301.42/1300.01	c inspects		: 4405950420
1301.42/1300.01	c shortcuts		: 0
1301.42/1300.01	c learnt literals	: 0
1301.42/1300.01	c learnt binary clauses	: 0
1301.42/1300.01	c learnt ternary clauses	: 83
1301.42/1300.01	c learnt constraints	: 1682008
1301.42/1300.01	c ignored constraints	: 0
1301.42/1300.01	c root simplifications	: 1466
1301.42/1300.01	c removed literals (reason simplification)	: 27971863
1301.42/1300.01	c reason swapping (by a shorter reason)	: 0
1301.42/1300.01	c Calls to reduceDB	: 53
1301.42/1300.01	c speed (assignments/second)	: 1238140.3908178275
1301.42/1300.01	c non guided choices	2341
1301.42/1300.04	c learnt constraints type 
1301.42/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95030
1301.42/1300.04	c constraints type 
1301.42/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105000
1301.42/1300.04	s UNKNOWN
1301.42/1300.04	c Total wall clock time (in seconds) : 1299.923

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.70 3.96 3.81 6/221 19157
/proc/meminfo: memFree=14486608/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=31608 CPUtime=0 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 1285 0 0 0 0 0 0 0 25 0 2 0 371528932 32366592 1000 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 7901 1002 771 9 0 386 0
[pid=19157/tid=19158] ppid=19155 vsize=31656 CPUtime=0 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 176 0 0 0 0 0 0 0 25 0 2 0 371528932 32415744 1008 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230804242055 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0831861 s]
/proc/loadavg: 3.70 3.96 3.81 6/221 19157
/proc/meminfo: memFree=14486608/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7569940 CPUtime=0.07 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 9600 0 1 0 6 1 0 0 25 0 18 0 371528932 7751618560 9295 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1892485 9295 1754 9 0 1883223 0
[pid=19157/tid=19158] ppid=19155 vsize=7569940 CPUtime=0.07 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 8423 0 1 0 6 1 0 0 25 0 18 0 371528932 7751618560 9295 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820992459 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.101096 s]
/proc/loadavg: 3.70 3.96 3.81 6/221 19157
/proc/meminfo: memFree=14486608/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7636532 CPUtime=0.1 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 10777 0 1 0 9 1 0 0 25 0 18 0 371528932 7819808768 10471 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1909133 10471 2094 9 0 1899871 0
[pid=19157/tid=19158] ppid=19155 vsize=7636532 CPUtime=0.09 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 8901 0 1 0 8 1 0 0 18 0 18 0 371528932 7819808768 10471 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 46912505181248 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636532

[startup+0.345699 s]
/proc/loadavg: 3.70 3.96 3.81 6/221 19157
/proc/meminfo: memFree=14486608/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7638776 CPUtime=0.52 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 15141 0 1 0 50 2 0 0 25 0 19 0 371528932 7822106624 14732 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1909694 14732 2209 9 0 1900432 0
[pid=19157/tid=19158] ppid=19155 vsize=7638776 CPUtime=0.32 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 12680 0 1 0 31 1 0 0 19 0 19 0 371528932 7822106624 14732 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 46912505193404 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 7638776

[startup+0.701075 s]
/proc/loadavg: 3.70 3.96 3.81 6/221 19157
/proc/meminfo: memFree=14486608/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7642228 CPUtime=1.14 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 17220 0 1 0 112 2 0 0 25 0 19 0 371528932 7825641472 15937 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1910557 15937 2222 9 0 1901295 0
[pid=19157/tid=19158] ppid=19155 vsize=7642228 CPUtime=0.69 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 12988 0 1 0 67 2 0 0 19 0 19 0 371528932 7825641472 15937 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 46912505604016 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 7642228

[startup+1.50095 s]
/proc/loadavg: 3.70 3.96 3.81 7/262 19201
/proc/meminfo: memFree=14308968/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7642228 CPUtime=2.02 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 17565 0 1 0 200 2 0 0 25 0 19 0 371528932 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1910557 16281 2225 9 0 1901295 0
[pid=19157/tid=19158] ppid=19155 vsize=7642228 CPUtime=1.49 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 13316 0 1 0 147 2 0 0 21 0 19 0 371528932 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 46912505741244 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19157/tid=19160] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19160/stat : 19160 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19161] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19161/stat : 19161 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19162] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19162/stat : 19162 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19163] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19163/stat : 19163 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19164] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19164/stat : 19164 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19165] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19165/stat : 19165 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19166] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19166/stat : 19166 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19167] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19167/stat : 19167 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19168] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19168/stat : 19168 (java) S 19155 19157 18602 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371528935 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 0 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19169] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19169/stat : 19169 (java) S 19155 19157 18602 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371528935 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19170] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19170/stat : 19170 (java) S 19155 19157 18602 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371528935 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19172] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19172/stat : 19172 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820989361 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19173] ppid=19155 vsize=7642228 CPUtime=0.4 cores=4,6
/proc/19157/task/19173/stat : 19173 (java) S 19155 19157 18602 0 -1 4202560 2519 0 0 0 40 0 0 0 15 0 19 0 371528937 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19174] ppid=19155 vsize=7642228 CPUtime=0.12 cores=4,6
/proc/19157/task/19174/stat : 19174 (java) S 19155 19157 18602 0 -1 4202560 565 0 0 0 12 0 0 0 23 0 19 0 371528937 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19175] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19175/stat : 19175 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19176] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19176/stat : 19176 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371528937 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19200] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19200/stat : 19200 (java) S 19155 19157 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371528963 7825641472 16281 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7642228

[startup+3.10062 s]
/proc/loadavg: 3.70 3.96 3.81 5/262 19201
/proc/meminfo: memFree=14289260/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7642228 CPUtime=3.62 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 18121 0 1 0 360 2 0 0 25 0 19 0 371528932 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1910557 16837 2225 9 0 1901295 0
[pid=19157/tid=19158] ppid=19155 vsize=7642228 CPUtime=3.08 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 13872 0 1 0 306 2 0 0 25 0 19 0 371528932 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 46912505741244 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19157/tid=19160] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19160/stat : 19160 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19161] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19161/stat : 19161 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19162] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19162/stat : 19162 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19163] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19163/stat : 19163 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19164] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19164/stat : 19164 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19165] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19165/stat : 19165 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19166] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19166/stat : 19166 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19167] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19167/stat : 19167 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528934 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19168] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19168/stat : 19168 (java) S 19155 19157 18602 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371528935 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 0 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19169] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19169/stat : 19169 (java) S 19155 19157 18602 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371528935 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19170] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19170/stat : 19170 (java) S 19155 19157 18602 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371528935 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19172] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19172/stat : 19172 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820989361 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19173] ppid=19155 vsize=7642228 CPUtime=0.4 cores=4,6
/proc/19157/task/19173/stat : 19173 (java) S 19155 19157 18602 0 -1 4202560 2519 0 0 0 40 0 0 0 15 0 19 0 371528937 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19174] ppid=19155 vsize=7642228 CPUtime=0.12 cores=4,6
/proc/19157/task/19174/stat : 19174 (java) S 19155 19157 18602 0 -1 4202560 565 0 0 0 12 0 0 0 23 0 19 0 371528937 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19175] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19175/stat : 19175 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19176] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19176/stat : 19176 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371528937 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19200] ppid=19155 vsize=7642228 CPUtime=0 cores=4,6
/proc/19157/task/19200/stat : 19200 (java) S 19155 19157 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371528963 7825641472 16837 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 7642228

[startup+6.30105 s]
/proc/loadavg: 3.73 3.96 3.81 6/262 19201
/proc/meminfo: memFree=14229380/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7648264 CPUtime=7.04 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 32869 0 1 0 699 5 0 0 25 0 19 0 371528932 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1912066 26353 2252 9 0 1902804 0
[pid=19157/tid=19158] ppid=19155 vsize=7648264 CPUtime=6.18 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 14219 0 1 0 616 2 0 0 25 0 19 0 371528932 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 46912505589398 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19157/tid=19160] ppid=19155 vsize=7648264 CPUtime=0.03 cores=4,6
/proc/19157/task/19160/stat : 19160 (java) S 19155 19157 18602 0 -1 4202560 2049 0 0 0 3 0 0 0 17 0 19 0 371528934 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19161] ppid=19155 vsize=7648264 CPUtime=0.01 cores=4,6
/proc/19157/task/19161/stat : 19161 (java) S 19155 19157 18602 0 -1 4202560 1452 0 0 0 1 0 0 0 17 0 19 0 371528934 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19162] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19162/stat : 19162 (java) S 19155 19157 18602 0 -1 4202560 353 0 0 0 0 0 0 0 17 0 19 0 371528934 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19163] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19163/stat : 19163 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371528934 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19164] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19164/stat : 19164 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371528934 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19165] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19165/stat : 19165 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371528934 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19166] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19166/stat : 19166 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371528934 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19167] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19167/stat : 19167 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371528934 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19168] ppid=19155 vsize=7648264 CPUtime=0.06 cores=4,6
/proc/19157/task/19168/stat : 19168 (java) S 19155 19157 18602 0 -1 4202560 3855 0 0 0 6 0 0 0 15 0 19 0 371528935 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 0 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19169] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19169/stat : 19169 (java) S 19155 19157 18602 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19170] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19170/stat : 19170 (java) S 19155 19157 18602 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19172] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19172/stat : 19172 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820989361 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19173] ppid=19155 vsize=7648264 CPUtime=0.41 cores=4,6
/proc/19157/task/19173/stat : 19173 (java) S 19155 19157 18602 0 -1 4202560 2520 0 0 0 41 0 0 0 15 0 19 0 371528937 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19174] ppid=19155 vsize=7648264 CPUtime=0.31 cores=4,6
/proc/19157/task/19174/stat : 19174 (java) S 19155 19157 18602 0 -1 4202560 7261 0 0 0 30 1 0 0 16 0 19 0 371528937 7831822336 26353 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0

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

[pid=19157/tid=19165] ppid=19155 vsize=7648264 CPUtime=0.18 cores=4,6
/proc/19157/task/19165/stat : 19165 (java) S 19155 19157 18602 0 -1 4202560 3805 0 0 0 18 0 0 0 15 0 19 0 371528934 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19166] ppid=19155 vsize=7648264 CPUtime=0.18 cores=4,6
/proc/19157/task/19166/stat : 19166 (java) S 19155 19157 18602 0 -1 4202560 5614 0 0 0 17 1 0 0 15 0 19 0 371528934 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19167] ppid=19155 vsize=7648264 CPUtime=0.06 cores=4,6
/proc/19157/task/19167/stat : 19167 (java) S 19155 19157 18602 0 -1 4202560 2674 0 0 0 6 0 0 0 15 0 19 0 371528934 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19168] ppid=19155 vsize=7648264 CPUtime=3.75 cores=4,6
/proc/19157/task/19168/stat : 19168 (java) S 19155 19157 18602 0 -1 4202560 7755 0 0 0 375 0 0 0 15 0 19 0 371528935 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 0 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19169] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19169/stat : 19169 (java) S 19155 19157 18602 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19170] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19170/stat : 19170 (java) S 19155 19157 18602 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19172] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19172/stat : 19172 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820989361 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19173] ppid=19155 vsize=7648264 CPUtime=0.43 cores=4,6
/proc/19157/task/19173/stat : 19173 (java) S 19155 19157 18602 0 -1 4202560 2523 0 0 0 43 0 0 0 15 0 19 0 371528937 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19174] ppid=19155 vsize=7648264 CPUtime=0.34 cores=4,6
/proc/19157/task/19174/stat : 19174 (java) S 19155 19157 18602 0 -1 4202560 7264 0 0 0 33 1 0 0 15 0 19 0 371528937 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19175] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19175/stat : 19175 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19176] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19176/stat : 19176 (java) S 19155 19157 18602 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 371528937 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19200] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19200/stat : 19200 (java) S 19155 19157 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371528963 7831822336 75464 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.64
Current children cumulated vsize (KiB) 7648264

[startup+1182.3 s]
/proc/loadavg: 4.06 4.02 3.92 5/262 19232
/proc/meminfo: memFree=13730240/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7648264 CPUtime=1183.68 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 86877 0 1 0 118353 15 0 0 25 0 19 0 371528932 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1912066 80178 2254 9 0 1902804 0
[pid=19157/tid=19158] ppid=19155 vsize=7648264 CPUtime=1177.73 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 31716 0 1 0 117766 7 0 0 25 0 19 0 371528932 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 46912505632231 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19157/tid=19160] ppid=19155 vsize=7648264 CPUtime=0.13 cores=4,6
/proc/19157/task/19160/stat : 19160 (java) S 19155 19157 18602 0 -1 4202560 4586 0 0 0 13 0 0 0 15 0 19 0 371528934 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19161] ppid=19155 vsize=7648264 CPUtime=0.17 cores=4,6
/proc/19157/task/19161/stat : 19161 (java) S 19155 19157 18602 0 -1 4202560 6614 0 0 0 17 0 0 0 15 0 19 0 371528934 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19162] ppid=19155 vsize=7648264 CPUtime=0.09 cores=4,6
/proc/19157/task/19162/stat : 19162 (java) S 19155 19157 18602 0 -1 4202560 5266 0 0 0 9 0 0 0 15 0 19 0 371528934 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19163] ppid=19155 vsize=7648264 CPUtime=0.15 cores=4,6
/proc/19157/task/19163/stat : 19163 (java) S 19155 19157 18602 0 -1 4202560 2032 0 0 0 15 0 0 0 15 0 19 0 371528934 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19164] ppid=19155 vsize=7648264 CPUtime=0.14 cores=4,6
/proc/19157/task/19164/stat : 19164 (java) S 19155 19157 18602 0 -1 4202560 4495 0 0 0 14 0 0 0 15 0 19 0 371528934 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19165] ppid=19155 vsize=7648264 CPUtime=0.2 cores=4,6
/proc/19157/task/19165/stat : 19165 (java) S 19155 19157 18602 0 -1 4202560 3805 0 0 0 20 0 0 0 15 0 19 0 371528934 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19166] ppid=19155 vsize=7648264 CPUtime=0.19 cores=4,6
/proc/19157/task/19166/stat : 19166 (java) S 19155 19157 18602 0 -1 4202560 6639 0 0 0 18 1 0 0 15 0 19 0 371528934 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19167] ppid=19155 vsize=7648264 CPUtime=0.06 cores=4,6
/proc/19157/task/19167/stat : 19167 (java) S 19155 19157 18602 0 -1 4202560 2674 0 0 0 6 0 0 0 15 0 19 0 371528934 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19168] ppid=19155 vsize=7648264 CPUtime=3.92 cores=4,6
/proc/19157/task/19168/stat : 19168 (java) S 19155 19157 18602 0 -1 4202560 8040 0 0 0 392 0 0 0 15 0 19 0 371528935 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 0 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19169] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19169/stat : 19169 (java) S 19155 19157 18602 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19170] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19170/stat : 19170 (java) S 19155 19157 18602 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19172] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19172/stat : 19172 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820989361 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19173] ppid=19155 vsize=7648264 CPUtime=0.43 cores=4,6
/proc/19157/task/19173/stat : 19173 (java) S 19155 19157 18602 0 -1 4202560 2523 0 0 0 43 0 0 0 15 0 19 0 371528937 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19174] ppid=19155 vsize=7648264 CPUtime=0.34 cores=4,6
/proc/19157/task/19174/stat : 19174 (java) S 19155 19157 18602 0 -1 4202560 7264 0 0 0 33 1 0 0 15 0 19 0 371528937 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19175] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19175/stat : 19175 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19176] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19176/stat : 19176 (java) S 19155 19157 18602 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371528937 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19200] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19200/stat : 19200 (java) S 19155 19157 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371528963 7831822336 80178 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.68
Current children cumulated vsize (KiB) 7648264

[startup+1242.3 s]
/proc/loadavg: 4.13 4.05 3.93 5/262 19234
/proc/meminfo: memFree=13721780/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7648264 CPUtime=1243.7 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 86895 0 1 0 124355 15 0 0 25 0 19 0 371528932 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1912066 80189 2254 9 0 1902804 0
[pid=19157/tid=19158] ppid=19155 vsize=7648264 CPUtime=1237.6 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 31717 0 1 0 123753 7 0 0 25 0 19 0 371528932 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 46912505632231 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19157/tid=19160] ppid=19155 vsize=7648264 CPUtime=0.13 cores=4,6
/proc/19157/task/19160/stat : 19160 (java) S 19155 19157 18602 0 -1 4202560 4586 0 0 0 13 0 0 0 15 0 19 0 371528934 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19161] ppid=19155 vsize=7648264 CPUtime=0.17 cores=4,6
/proc/19157/task/19161/stat : 19161 (java) S 19155 19157 18602 0 -1 4202560 6614 0 0 0 17 0 0 0 16 0 19 0 371528934 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19162] ppid=19155 vsize=7648264 CPUtime=0.09 cores=4,6
/proc/19157/task/19162/stat : 19162 (java) S 19155 19157 18602 0 -1 4202560 5266 0 0 0 9 0 0 0 15 0 19 0 371528934 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19163] ppid=19155 vsize=7648264 CPUtime=0.17 cores=4,6
/proc/19157/task/19163/stat : 19163 (java) S 19155 19157 18602 0 -1 4202560 2039 0 0 0 17 0 0 0 16 0 19 0 371528934 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19164] ppid=19155 vsize=7648264 CPUtime=0.14 cores=4,6
/proc/19157/task/19164/stat : 19164 (java) S 19155 19157 18602 0 -1 4202560 4495 0 0 0 14 0 0 0 15 0 19 0 371528934 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19165] ppid=19155 vsize=7648264 CPUtime=0.21 cores=4,6
/proc/19157/task/19165/stat : 19165 (java) S 19155 19157 18602 0 -1 4202560 3809 0 0 0 21 0 0 0 15 0 19 0 371528934 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19166] ppid=19155 vsize=7648264 CPUtime=0.19 cores=4,6
/proc/19157/task/19166/stat : 19166 (java) S 19155 19157 18602 0 -1 4202560 6639 0 0 0 18 1 0 0 15 0 19 0 371528934 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19167] ppid=19155 vsize=7648264 CPUtime=0.06 cores=4,6
/proc/19157/task/19167/stat : 19167 (java) S 19155 19157 18602 0 -1 4202560 2674 0 0 0 6 0 0 0 15 0 19 0 371528934 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19168] ppid=19155 vsize=7648264 CPUtime=4.03 cores=4,6
/proc/19157/task/19168/stat : 19168 (java) S 19155 19157 18602 0 -1 4202560 8042 0 0 0 403 0 0 0 15 0 19 0 371528935 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 0 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19169] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19169/stat : 19169 (java) S 19155 19157 18602 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19170] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19170/stat : 19170 (java) S 19155 19157 18602 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19172] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19172/stat : 19172 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820989361 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19173] ppid=19155 vsize=7648264 CPUtime=0.43 cores=4,6
/proc/19157/task/19173/stat : 19173 (java) S 19155 19157 18602 0 -1 4202560 2523 0 0 0 43 0 0 0 15 0 19 0 371528937 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19174] ppid=19155 vsize=7648264 CPUtime=0.34 cores=4,6
/proc/19157/task/19174/stat : 19174 (java) S 19155 19157 18602 0 -1 4202560 7264 0 0 0 33 1 0 0 15 0 19 0 371528937 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19175] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19175/stat : 19175 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19176] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19176/stat : 19176 (java) S 19155 19157 18602 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371528937 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19200] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19200/stat : 19200 (java) S 19155 19157 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371528963 7831822336 80189 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.7
Current children cumulated vsize (KiB) 7648264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.04 3.93 3/222 19241
/proc/meminfo: memFree=13932600/32951124 swapFree=67111528/67111528
[pid=19157] ppid=19155 vsize=7648264 CPUtime=1301.42 cores=4,6
/proc/19157/stat : 19157 (java) S 19155 19157 18602 0 -1 4202496 86948 0 1 0 130127 15 0 0 25 0 19 0 371528932 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19157/statm: 1912066 80235 2254 9 0 1902804 0
[pid=19157/tid=19158] ppid=19155 vsize=7648264 CPUtime=1295.21 cores=4,6
/proc/19157/task/19158/stat : 19158 (java) R 19155 19157 18602 0 -1 4202560 31718 0 1 0 129514 7 0 0 25 0 19 0 371528932 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 46912505640941 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19157/tid=19160] ppid=19155 vsize=7648264 CPUtime=0.15 cores=4,6
/proc/19157/task/19160/stat : 19160 (java) S 19155 19157 18602 0 -1 4202560 4587 0 0 0 15 0 0 0 16 0 19 0 371528934 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19161] ppid=19155 vsize=7648264 CPUtime=0.19 cores=4,6
/proc/19157/task/19161/stat : 19161 (java) S 19155 19157 18602 0 -1 4202560 6617 0 0 0 19 0 0 0 15 0 19 0 371528934 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19162] ppid=19155 vsize=7648264 CPUtime=0.09 cores=4,6
/proc/19157/task/19162/stat : 19162 (java) S 19155 19157 18602 0 -1 4202560 5266 0 0 0 9 0 0 0 15 0 19 0 371528934 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19163] ppid=19155 vsize=7648264 CPUtime=0.17 cores=4,6
/proc/19157/task/19163/stat : 19163 (java) S 19155 19157 18602 0 -1 4202560 2039 0 0 0 17 0 0 0 15 0 19 0 371528934 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19164] ppid=19155 vsize=7648264 CPUtime=0.14 cores=4,6
/proc/19157/task/19164/stat : 19164 (java) S 19155 19157 18602 0 -1 4202560 4495 0 0 0 14 0 0 0 15 0 19 0 371528934 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19165] ppid=19155 vsize=7648264 CPUtime=0.21 cores=4,6
/proc/19157/task/19165/stat : 19165 (java) S 19155 19157 18602 0 -1 4202560 3809 0 0 0 21 0 0 0 15 0 19 0 371528934 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19166] ppid=19155 vsize=7648264 CPUtime=0.2 cores=4,6
/proc/19157/task/19166/stat : 19166 (java) S 19155 19157 18602 0 -1 4202560 6639 0 0 0 19 1 0 0 15 0 19 0 371528934 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19167] ppid=19155 vsize=7648264 CPUtime=0.06 cores=4,6
/proc/19157/task/19167/stat : 19167 (java) S 19155 19157 18602 0 -1 4202560 2674 0 0 0 6 0 0 0 15 0 19 0 371528934 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19168] ppid=19155 vsize=7648264 CPUtime=4.11 cores=4,6
/proc/19157/task/19168/stat : 19168 (java) S 19155 19157 18602 0 -1 4202560 8086 0 0 0 411 0 0 0 15 0 19 0 371528935 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 0 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19169] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19169/stat : 19169 (java) S 19155 19157 18602 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19170] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19170/stat : 19170 (java) S 19155 19157 18602 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371528935 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19172] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19172/stat : 19172 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820989361 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19173] ppid=19155 vsize=7648264 CPUtime=0.43 cores=4,6
/proc/19157/task/19173/stat : 19173 (java) S 19155 19157 18602 0 -1 4202560 2523 0 0 0 43 0 0 0 15 0 19 0 371528937 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19174] ppid=19155 vsize=7648264 CPUtime=0.34 cores=4,6
/proc/19157/task/19174/stat : 19174 (java) S 19155 19157 18602 0 -1 4202560 7264 0 0 0 33 1 0 0 15 0 19 0 371528937 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 6 0 0 0
[pid=19157/tid=19175] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19175/stat : 19175 (java) S 19155 19157 18602 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371528937 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820981657 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
[pid=19157/tid=19176] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19176/stat : 19176 (java) R 19155 19157 18602 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371528937 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19157/tid=19200] ppid=19155 vsize=7648264 CPUtime=0 cores=4,6
/proc/19157/task/19200/stat : 19200 (java) S 19155 19157 18602 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371528963 7831822336 80235 33554432000 1073741824 1073778376 140734817488192 18446744073709551615 230820982272 0 4 0 16800975 18446604441138669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.42
Current children cumulated vsize (KiB) 7648264

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.51
CPU user time (s): 1301.33
CPU system time (s): 0.172973
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 7662856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.33
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86983
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= 28050
involuntary context switches= 4112

runsolver used 2.30365 second user time and 4.80727 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-12 11:08:05
IDJOB=3190371
IDBENCH=82702
IDSOLVER=1611
FILE ID=node104/3190371-1302599285
RUNJOBID= node104-1302596679-18621
PBS_JOBID= 12958087
Free space on /tmp= 71476 MiB

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

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

MD5SUM BENCH= cb40e65d82022f377e00087cafdb55b2
RANDOM SEED=1030673140

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14486764 kB
Buffers:        660124 kB
Cached:       17250404 kB
SwapCached:          0 kB
Active:        9594088 kB
Inactive:      8463800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14486764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6856 kB
Writeback:           0 kB
AnonPages:      147332 kB
Mapped:          23040 kB
Slab:           342848 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14734908 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= 71476 MiB
End job on node104 at 2011-04-12 11:29:47