Trace number 3259048

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v945c61409g3.cnf
MD5SUM4de3b21cb74a7ec60763201555524736
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9317
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c no version file found!!!
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		6997539544
0.04/0.09	c Max memory 		7034241024
0.04/0.09	c Total memory 		7034241024
0.04/0.09	c Number of processors 	8
0.07/0.11	c --- Begin Solver configuration ---
0.07/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@2fe4cbc4
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.11	c Expensive reason simplification
0.07/0.11	c Armin Biere (Picosat) restarts strategy
0.07/0.11	c Glucose learned constraints deletion strategy
0.07/0.11	c timeout=2147483647s
0.07/0.11	c DB Simplification allowed=true
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3259048-1303506854.cnf
0.07/0.11	c reading problem ... 
0.07/0.24	c ... done. Wall clock time 0.124s.
0.07/0.24	c #vars     945
0.07/0.24	c #constraints  61409
0.07/0.24	c constraints type 
0.07/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
0.07/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1.64/1.25	c cleaning 2497 clauses out of 5000 with flag 5000/5000
3.06/2.44	c cleaning 4248 clauses out of 8503 with flag 11000/11000
4.66/4.03	c cleaning 5623 clauses out of 11256 with flag 18001/18001
6.66/6.01	c cleaning 6803 clauses out of 13632 with flag 26000/26000
8.99/8.37	c cleaning 7902 clauses out of 15833 with flag 35004/35004
11.79/11.17	c cleaning 8955 clauses out of 17928 with flag 45001/45001
14.99/14.39	c cleaning 9979 clauses out of 19973 with flag 56001/56001
18.70/18.08	c cleaning 10984 clauses out of 21993 with flag 68000/68000
22.81/22.16	c cleaning 11994 clauses out of 24009 with flag 81000/81000
27.61/26.95	c cleaning 12990 clauses out of 26015 with flag 95000/95000
33.01/32.36	c cleaning 13989 clauses out of 28025 with flag 110000/110000
39.32/38.67	c cleaning 14996 clauses out of 30036 with flag 126000/126000
46.03/45.36	c cleaning 16014 clauses out of 32040 with flag 143000/143000
53.93/53.29	c cleaning 17006 clauses out of 34027 with flag 161001/161001
62.33/61.60	c cleaning 18005 clauses out of 36022 with flag 180002/180002
71.24/70.54	c cleaning 18992 clauses out of 38016 with flag 200001/200001
81.14/80.48	c cleaning 19995 clauses out of 40024 with flag 221001/221001
92.04/91.35	c cleaning 21002 clauses out of 42029 with flag 243001/243001
104.14/103.42	c cleaning 22009 clauses out of 44029 with flag 266003/266003
116.46/115.73	c cleaning 22983 clauses out of 46017 with flag 290000/290000
130.06/129.34	c cleaning 23997 clauses out of 48034 with flag 315000/315000
145.56/144.80	c cleaning 25004 clauses out of 50037 with flag 341000/341000
162.58/161.81	c cleaning 26005 clauses out of 52034 with flag 368001/368001
180.58/179.80	c cleaning 26994 clauses out of 54029 with flag 396001/396001
199.69/198.96	c cleaning 27979 clauses out of 56034 with flag 425000/425000
220.40/219.68	c cleaning 29018 clauses out of 58057 with flag 455002/455002
241.91/241.11	c cleaning 30005 clauses out of 60037 with flag 486000/486000
266.31/265.56	c cleaning 31005 clauses out of 62032 with flag 518000/518000
288.92/288.16	c cleaning 31996 clauses out of 64027 with flag 551000/551000
315.72/314.98	c cleaning 33003 clauses out of 66036 with flag 585005/585005
344.23/343.49	c cleaning 33993 clauses out of 68028 with flag 620000/620000
373.23/372.43	c cleaning 35002 clauses out of 70035 with flag 656000/656000
403.04/402.20	c cleaning 36000 clauses out of 72034 with flag 693001/693001
435.25/434.47	c cleaning 36998 clauses out of 74034 with flag 731001/731001
470.76/469.92	c cleaning 38010 clauses out of 76038 with flag 770003/770003
506.56/505.76	c cleaning 38996 clauses out of 78026 with flag 810001/810001
543.87/543.06	c cleaning 40005 clauses out of 80029 with flag 851000/851000
582.69/581.85	c cleaning 41001 clauses out of 82024 with flag 893000/893000
626.39/625.52	c cleaning 42004 clauses out of 84026 with flag 936003/936003
668.50/667.68	c cleaning 42994 clauses out of 86019 with flag 980000/980000
714.61/713.77	c cleaning 43982 clauses out of 88029 with flag 1025004/1025004
762.72/761.85	c cleaning 45011 clauses out of 90046 with flag 1071003/1071003
814.53/813.60	c cleaning 46003 clauses out of 92034 with flag 1118002/1118002
865.75/864.82	c cleaning 46994 clauses out of 94029 with flag 1166000/1166000
921.95/921.08	c cleaning 47992 clauses out of 96035 with flag 1215000/1215000
980.36/979.42	c cleaning 49008 clauses out of 98044 with flag 1265001/1265001
1042.57/1041.60	c cleaning 49993 clauses out of 100036 with flag 1316001/1316001
1109.30/1108.40	c cleaning 51006 clauses out of 102043 with flag 1368001/1368001
1173.41/1172.44	c cleaning 52004 clauses out of 104037 with flag 1421001/1421001
1240.72/1239.75	c cleaning 52985 clauses out of 106037 with flag 1475005/1475005
1301.04/1300.01	c starts		: 1412
1301.04/1300.01	c conflicts		: 1525175
1301.04/1300.01	c decisions		: 2373324
1301.04/1300.01	c propagations		: 168901367
1301.04/1300.01	c inspects		: 13272331297
1301.04/1300.01	c shortcuts		: 0
1301.04/1300.01	c learnt literals	: 0
1301.04/1300.01	c learnt binary clauses	: 0
1301.04/1300.01	c learnt ternary clauses	: 0
1301.04/1300.01	c learnt constraints	: 1525175
1301.04/1300.01	c ignored constraints	: 0
1301.04/1300.01	c root simplifications	: 1412
1301.04/1300.01	c removed literals (reason simplification)	: 53412639
1301.04/1300.01	c reason swapping (by a shorter reason)	: 0
1301.04/1300.01	c Calls to reduceDB	: 50
1301.04/1300.01	c speed (assignments/second)	: 129946.82533026922
1301.04/1300.01	c non guided choices	134
1301.04/1300.04	c learnt constraints type 
1301.04/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103243
1301.04/1300.04	c constraints type 
1301.04/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
1301.04/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1301.04/1300.04	s UNKNOWN
1301.04/1300.04	c Total wall clock time (in seconds) : 1299.899

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.71 3.94 3.89 1/174 16372
/proc/meminfo: memFree=24154276/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=23028 CPUtime=0 cores=0,2
/proc/16372/stat : 16372 (java) R 16370 16372 15880 0 -1 4202496 957 0 0 0 0 0 0 0 22 0 1 0 462288176 23580672 700 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218365994472 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16372/statm: 5757 701 518 9 0 124 0

[startup+0.0550181 s]
/proc/loadavg: 3.71 3.94 3.89 1/174 16372
/proc/meminfo: memFree=24154276/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7564488 CPUtime=0.04 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 8953 0 1 0 4 0 0 0 22 0 13 0 462288176 7746035712 8649 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1891122 8649 1686 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.100965 s]
/proc/loadavg: 3.71 3.94 3.89 1/174 16372
/proc/meminfo: memFree=24154276/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7569940 CPUtime=0.07 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 9580 0 1 0 7 0 0 0 22 0 18 0 462288176 7751618560 9276 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1892485 9276 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.493635 s]
/proc/loadavg: 3.71 3.94 3.89 1/174 16372
/proc/meminfo: memFree=24154276/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7637428 CPUtime=0.81 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 14002 0 1 0 80 1 0 0 22 0 19 0 462288176 7820726272 12510 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1909357 12510 2218 9 0 1900095 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 7637428

[startup+0.700859 s]
/proc/loadavg: 3.71 3.94 3.89 1/174 16372
/proc/meminfo: memFree=24154276/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7638188 CPUtime=1.11 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 14959 0 1 0 109 2 0 0 22 0 19 0 462288176 7821504512 13008 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1909547 13008 2219 9 0 1900285 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 7638188

[startup+1.50071 s]
/proc/loadavg: 3.71 3.94 3.89 4/238 16446
/proc/meminfo: memFree=24032200/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7641028 CPUtime=2.13 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 25511 0 1 0 210 3 0 0 22 0 19 0 462288176 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1910257 20785 2251 9 0 1900995 0
[pid=16372/tid=16374] ppid=16370 vsize=7641028 CPUtime=1.43 cores=0,2
/proc/16372/task/16374/stat : 16374 (java) R 16370 16372 15880 0 -1 4202560 10585 0 1 0 142 1 0 0 20 0 19 0 462288176 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 46912505623232 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=16372/tid=16375] ppid=16370 vsize=7641028 CPUtime=0.01 cores=0,2
/proc/16372/task/16375/stat : 16375 (java) S 16370 16372 15880 0 -1 4202560 1194 0 0 0 1 0 0 0 17 0 19 0 462288178 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16376] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16376/stat : 16376 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462288178 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16377] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16377/stat : 16377 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462288178 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16378] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16378/stat : 16378 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462288178 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16379] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16379/stat : 16379 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462288178 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16380] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16380/stat : 16380 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462288178 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16381] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16381/stat : 16381 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462288178 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16382] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16382/stat : 16382 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462288178 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16383] ppid=16370 vsize=7641028 CPUtime=0.02 cores=0,2
/proc/16372/task/16383/stat : 16383 (java) S 16370 16372 15880 0 -1 4202560 1210 0 0 0 2 0 0 0 16 0 19 0 462288179 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 0 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16384] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16384/stat : 16384 (java) S 16370 16372 15880 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16385] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16385/stat : 16385 (java) S 16370 16372 15880 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16386] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16386/stat : 16386 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382780849 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16387] ppid=16370 vsize=7641028 CPUtime=0.25 cores=0,2
/proc/16372/task/16387/stat : 16387 (java) S 16370 16372 15880 0 -1 4202560 8044 0 0 0 25 0 0 0 16 0 19 0 462288182 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16388] ppid=16370 vsize=7641028 CPUtime=0.39 cores=0,2
/proc/16372/task/16388/stat : 16388 (java) S 16370 16372 15880 0 -1 4202560 3316 0 0 0 39 0 0 0 15 0 19 0 462288182 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16389] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16389/stat : 16389 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16390] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16390/stat : 16390 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288182 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16391] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16391/stat : 16391 (java) S 16370 16372 15880 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462288200 7824412672 20785 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 7641028

[startup+3.10146 s]
/proc/loadavg: 3.71 3.94 3.89 5/262 16475
/proc/meminfo: memFree=23892436/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7641028 CPUtime=3.76 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 26593 0 1 0 373 3 0 0 22 0 19 0 462288176 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1910257 21865 2253 9 0 1900995 0
[pid=16372/tid=16374] ppid=16370 vsize=7641028 CPUtime=3 cores=0,2
/proc/16372/task/16374/stat : 16374 (java) R 16370 16372 15880 0 -1 4202560 10588 0 1 0 299 1 0 0 25 0 19 0 462288176 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 46912505623210 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=16372/tid=16375] ppid=16370 vsize=7641028 CPUtime=0.01 cores=0,2
/proc/16372/task/16375/stat : 16375 (java) S 16370 16372 15880 0 -1 4202560 1194 0 0 0 1 0 0 0 15 0 19 0 462288178 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16376] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16376/stat : 16376 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16377] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16377/stat : 16377 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16378] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16378/stat : 16378 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16379] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16379/stat : 16379 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16380] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16380/stat : 16380 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16381] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16381/stat : 16381 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16382] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16382/stat : 16382 (java) S 16370 16372 15880 0 -1 4202560 810 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16383] ppid=16370 vsize=7641028 CPUtime=0.03 cores=0,2
/proc/16372/task/16383/stat : 16383 (java) S 16370 16372 15880 0 -1 4202560 1478 0 0 0 3 0 0 0 16 0 19 0 462288179 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 0 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16384] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16384/stat : 16384 (java) S 16370 16372 15880 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16385] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16385/stat : 16385 (java) S 16370 16372 15880 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16386] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16386/stat : 16386 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382780849 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16387] ppid=16370 vsize=7641028 CPUtime=0.27 cores=0,2
/proc/16372/task/16387/stat : 16387 (java) S 16370 16372 15880 0 -1 4202560 8046 0 0 0 27 0 0 0 15 0 19 0 462288182 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16388] ppid=16370 vsize=7641028 CPUtime=0.39 cores=0,2
/proc/16372/task/16388/stat : 16388 (java) S 16370 16372 15880 0 -1 4202560 3316 0 0 0 39 0 0 0 15 0 19 0 462288182 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16389] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16389/stat : 16389 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16390] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16390/stat : 16390 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288182 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16391] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16391/stat : 16391 (java) S 16370 16372 15880 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462288200 7824412672 21865 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 7641028

[startup+6.30088 s]
/proc/loadavg: 3.73 3.95 3.89 5/262 16475
/proc/meminfo: memFree=23790228/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7641028 CPUtime=6.98 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 27149 0 1 0 695 3 0 0 22 0 19 0 462288176 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1910257 21927 2253 9 0 1900995 0
[pid=16372/tid=16374] ppid=16370 vsize=7641028 CPUtime=6.14 cores=0,2
/proc/16372/task/16374/stat : 16374 (java) R 16370 16372 15880 0 -1 4202560 10590 0 1 0 613 1 0 0 25 0 19 0 462288176 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 46912505657392 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=16372/tid=16375] ppid=16370 vsize=7641028 CPUtime=0.01 cores=0,2
/proc/16372/task/16375/stat : 16375 (java) S 16370 16372 15880 0 -1 4202560 1392 0 0 0 1 0 0 0 15 0 19 0 462288178 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16376] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16376/stat : 16376 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16377] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16377/stat : 16377 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16378] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16378/stat : 16378 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16379] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16379/stat : 16379 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16380] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16380/stat : 16380 (java) S 16370 16372 15880 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16381] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16381/stat : 16381 (java) S 16370 16372 15880 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16382] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16382/stat : 16382 (java) S 16370 16372 15880 0 -1 4202560 810 0 0 0 0 0 0 0 15 0 19 0 462288178 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16383] ppid=16370 vsize=7641028 CPUtime=0.09 cores=0,2
/proc/16372/task/16383/stat : 16383 (java) S 16370 16372 15880 0 -1 4202560 1723 0 0 0 9 0 0 0 16 0 19 0 462288179 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 0 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16384] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16384/stat : 16384 (java) S 16370 16372 15880 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16385] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16385/stat : 16385 (java) S 16370 16372 15880 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16386] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16386/stat : 16386 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382780849 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16387] ppid=16370 vsize=7641028 CPUtime=0.27 cores=0,2
/proc/16372/task/16387/stat : 16387 (java) S 16370 16372 15880 0 -1 4202560 8046 0 0 0 27 0 0 0 15 0 19 0 462288182 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16388] ppid=16370 vsize=7641028 CPUtime=0.42 cores=0,2
/proc/16372/task/16388/stat : 16388 (java) S 16370 16372 15880 0 -1 4202560 3322 0 0 0 42 0 0 0 15 0 19 0 462288182 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16389] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16389/stat : 16389 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16390] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16390/stat : 16390 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462288182 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16391] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16391/stat : 16391 (java) S 16370 16372 15880 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462288200 7824412672 21927 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 7641028

[startup+12.7008 s]

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

[pid=16372/tid=16380] ppid=16370 vsize=7641028 CPUtime=0.04 cores=0,2
/proc/16372/task/16380/stat : 16380 (java) S 16370 16372 15880 0 -1 4202560 445 0 0 0 4 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16381] ppid=16370 vsize=7641028 CPUtime=0.08 cores=0,2
/proc/16372/task/16381/stat : 16381 (java) S 16370 16372 15880 0 -1 4202560 181 0 0 0 8 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16382] ppid=16370 vsize=7641028 CPUtime=0.09 cores=0,2
/proc/16372/task/16382/stat : 16382 (java) S 16370 16372 15880 0 -1 4202560 1283 0 0 0 9 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16383] ppid=16370 vsize=7641028 CPUtime=1.77 cores=0,2
/proc/16372/task/16383/stat : 16383 (java) S 16370 16372 15880 0 -1 4202560 6611 0 0 0 176 1 0 0 15 0 19 0 462288179 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 0 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16384] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16384/stat : 16384 (java) S 16370 16372 15880 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16385] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16385/stat : 16385 (java) S 16370 16372 15880 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16386] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16386/stat : 16386 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382780849 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16387] ppid=16370 vsize=7641028 CPUtime=0.27 cores=0,2
/proc/16372/task/16387/stat : 16387 (java) S 16370 16372 15880 0 -1 4202560 8046 0 0 0 27 0 0 0 15 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16388] ppid=16370 vsize=7641028 CPUtime=0.42 cores=0,2
/proc/16372/task/16388/stat : 16388 (java) S 16370 16372 15880 0 -1 4202560 3322 0 0 0 42 0 0 0 15 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16389] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16389/stat : 16389 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16390] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16390/stat : 16390 (java) S 16370 16372 15880 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16391] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16391/stat : 16391 (java) S 16370 16372 15880 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462288200 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.31
Current children cumulated vsize (KiB) 7641028

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/262 16506
/proc/meminfo: memFree=23492820/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7641028 CPUtime=1183.32 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 46888 0 1 0 118321 11 0 0 22 0 19 0 462288176 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1910257 41483 2253 9 0 1900995 0
[pid=16372/tid=16374] ppid=16370 vsize=7641028 CPUtime=1180.09 cores=0,2
/proc/16372/task/16374/stat : 16374 (java) R 16370 16372 15880 0 -1 4202560 15627 0 1 0 118003 6 0 0 25 0 19 0 462288176 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 46912505711852 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=16372/tid=16375] ppid=16370 vsize=7641028 CPUtime=0.08 cores=0,2
/proc/16372/task/16375/stat : 16375 (java) S 16370 16372 15880 0 -1 4202560 3633 0 0 0 8 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16376] ppid=16370 vsize=7641028 CPUtime=0.09 cores=0,2
/proc/16372/task/16376/stat : 16376 (java) S 16370 16372 15880 0 -1 4202560 1708 0 0 0 9 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16377] ppid=16370 vsize=7641028 CPUtime=0.04 cores=0,2
/proc/16372/task/16377/stat : 16377 (java) S 16370 16372 15880 0 -1 4202560 1199 0 0 0 4 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16378] ppid=16370 vsize=7641028 CPUtime=0.08 cores=0,2
/proc/16372/task/16378/stat : 16378 (java) S 16370 16372 15880 0 -1 4202560 1568 0 0 0 8 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16379] ppid=16370 vsize=7641028 CPUtime=0.1 cores=0,2
/proc/16372/task/16379/stat : 16379 (java) S 16370 16372 15880 0 -1 4202560 2040 0 0 0 10 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16380] ppid=16370 vsize=7641028 CPUtime=0.05 cores=0,2
/proc/16372/task/16380/stat : 16380 (java) S 16370 16372 15880 0 -1 4202560 445 0 0 0 5 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16381] ppid=16370 vsize=7641028 CPUtime=0.09 cores=0,2
/proc/16372/task/16381/stat : 16381 (java) S 16370 16372 15880 0 -1 4202560 181 0 0 0 9 0 0 0 16 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16382] ppid=16370 vsize=7641028 CPUtime=0.09 cores=0,2
/proc/16372/task/16382/stat : 16382 (java) S 16370 16372 15880 0 -1 4202560 1283 0 0 0 9 0 0 0 15 0 19 0 462288178 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16383] ppid=16370 vsize=7641028 CPUtime=1.82 cores=0,2
/proc/16372/task/16383/stat : 16383 (java) S 16370 16372 15880 0 -1 4202560 6613 0 0 0 181 1 0 0 15 0 19 0 462288179 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 0 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16384] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16384/stat : 16384 (java) S 16370 16372 15880 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16385] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16385/stat : 16385 (java) S 16370 16372 15880 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16386] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16386/stat : 16386 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382780849 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16387] ppid=16370 vsize=7641028 CPUtime=0.27 cores=0,2
/proc/16372/task/16387/stat : 16387 (java) S 16370 16372 15880 0 -1 4202560 8046 0 0 0 27 0 0 0 15 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16388] ppid=16370 vsize=7641028 CPUtime=0.42 cores=0,2
/proc/16372/task/16388/stat : 16388 (java) S 16370 16372 15880 0 -1 4202560 3322 0 0 0 42 0 0 0 15 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16389] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16389/stat : 16389 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16390] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16390/stat : 16390 (java) S 16370 16372 15880 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462288182 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16391] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16391/stat : 16391 (java) S 16370 16372 15880 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462288200 7824412672 41483 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.32
Current children cumulated vsize (KiB) 7641028

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/262 16508
/proc/meminfo: memFree=23485696/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7641028 CPUtime=1243.33 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 47345 0 1 0 124322 11 0 0 22 0 19 0 462288176 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1910257 41933 2253 9 0 1900995 0
[pid=16372/tid=16374] ppid=16370 vsize=7641028 CPUtime=1240.04 cores=0,2
/proc/16372/task/16374/stat : 16374 (java) R 16370 16372 15880 0 -1 4202560 15891 0 1 0 123998 6 0 0 25 0 19 0 462288176 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 46912505639595 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=16372/tid=16375] ppid=16370 vsize=7641028 CPUtime=0.08 cores=0,2
/proc/16372/task/16375/stat : 16375 (java) S 16370 16372 15880 0 -1 4202560 3633 0 0 0 8 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16376] ppid=16370 vsize=7641028 CPUtime=0.1 cores=0,2
/proc/16372/task/16376/stat : 16376 (java) S 16370 16372 15880 0 -1 4202560 1714 0 0 0 10 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16377] ppid=16370 vsize=7641028 CPUtime=0.04 cores=0,2
/proc/16372/task/16377/stat : 16377 (java) S 16370 16372 15880 0 -1 4202560 1199 0 0 0 4 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16378] ppid=16370 vsize=7641028 CPUtime=0.08 cores=0,2
/proc/16372/task/16378/stat : 16378 (java) S 16370 16372 15880 0 -1 4202560 1568 0 0 0 8 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16379] ppid=16370 vsize=7641028 CPUtime=0.1 cores=0,2
/proc/16372/task/16379/stat : 16379 (java) S 16370 16372 15880 0 -1 4202560 2040 0 0 0 10 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16380] ppid=16370 vsize=7641028 CPUtime=0.05 cores=0,2
/proc/16372/task/16380/stat : 16380 (java) S 16370 16372 15880 0 -1 4202560 445 0 0 0 5 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16381] ppid=16370 vsize=7641028 CPUtime=0.1 cores=0,2
/proc/16372/task/16381/stat : 16381 (java) S 16370 16372 15880 0 -1 4202560 181 0 0 0 10 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16382] ppid=16370 vsize=7641028 CPUtime=0.09 cores=0,2
/proc/16372/task/16382/stat : 16382 (java) S 16370 16372 15880 0 -1 4202560 1283 0 0 0 9 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16383] ppid=16370 vsize=7641028 CPUtime=1.87 cores=0,2
/proc/16372/task/16383/stat : 16383 (java) S 16370 16372 15880 0 -1 4202560 6796 0 0 0 186 1 0 0 15 0 19 0 462288179 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 0 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16384] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16384/stat : 16384 (java) S 16370 16372 15880 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16385] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16385/stat : 16385 (java) S 16370 16372 15880 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16386] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16386/stat : 16386 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382780849 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16387] ppid=16370 vsize=7641028 CPUtime=0.27 cores=0,2
/proc/16372/task/16387/stat : 16387 (java) S 16370 16372 15880 0 -1 4202560 8046 0 0 0 27 0 0 0 15 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16388] ppid=16370 vsize=7641028 CPUtime=0.42 cores=0,2
/proc/16372/task/16388/stat : 16388 (java) S 16370 16372 15880 0 -1 4202560 3322 0 0 0 42 0 0 0 15 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16389] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16389/stat : 16389 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16390] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16390/stat : 16390 (java) S 16370 16372 15880 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16391] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16391/stat : 16391 (java) S 16370 16372 15880 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462288200 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.33
Current children cumulated vsize (KiB) 7641028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.94 5/262 16509
/proc/meminfo: memFree=23484892/32951124 swapFree=67051468/67111528
[pid=16372] ppid=16370 vsize=7641028 CPUtime=1301.04 cores=0,2
/proc/16372/stat : 16372 (java) S 16370 16372 15880 0 -1 4202496 47349 0 1 0 130093 11 0 0 22 0 19 0 462288176 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16372/statm: 1910257 41933 2253 9 0 1900995 0
[pid=16372/tid=16374] ppid=16370 vsize=7641028 CPUtime=1297.74 cores=0,2
/proc/16372/task/16374/stat : 16374 (java) R 16370 16372 15880 0 -1 4202560 15891 0 1 0 129768 6 0 0 25 0 19 0 462288176 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 46912505639613 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=16372/tid=16375] ppid=16370 vsize=7641028 CPUtime=0.08 cores=0,2
/proc/16372/task/16375/stat : 16375 (java) S 16370 16372 15880 0 -1 4202560 3633 0 0 0 8 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16376] ppid=16370 vsize=7641028 CPUtime=0.1 cores=0,2
/proc/16372/task/16376/stat : 16376 (java) S 16370 16372 15880 0 -1 4202560 1714 0 0 0 10 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16377] ppid=16370 vsize=7641028 CPUtime=0.04 cores=0,2
/proc/16372/task/16377/stat : 16377 (java) S 16370 16372 15880 0 -1 4202560 1199 0 0 0 4 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16378] ppid=16370 vsize=7641028 CPUtime=0.08 cores=0,2
/proc/16372/task/16378/stat : 16378 (java) S 16370 16372 15880 0 -1 4202560 1568 0 0 0 8 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16379] ppid=16370 vsize=7641028 CPUtime=0.1 cores=0,2
/proc/16372/task/16379/stat : 16379 (java) S 16370 16372 15880 0 -1 4202560 2040 0 0 0 10 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16380] ppid=16370 vsize=7641028 CPUtime=0.05 cores=0,2
/proc/16372/task/16380/stat : 16380 (java) S 16370 16372 15880 0 -1 4202560 445 0 0 0 5 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16381] ppid=16370 vsize=7641028 CPUtime=0.1 cores=0,2
/proc/16372/task/16381/stat : 16381 (java) S 16370 16372 15880 0 -1 4202560 181 0 0 0 10 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16382] ppid=16370 vsize=7641028 CPUtime=0.09 cores=0,2
/proc/16372/task/16382/stat : 16382 (java) S 16370 16372 15880 0 -1 4202560 1283 0 0 0 9 0 0 0 15 0 19 0 462288178 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16383] ppid=16370 vsize=7641028 CPUtime=1.87 cores=0,2
/proc/16372/task/16383/stat : 16383 (java) S 16370 16372 15880 0 -1 4202560 6796 0 0 0 186 1 0 0 15 0 19 0 462288179 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 0 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16384] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16384/stat : 16384 (java) S 16370 16372 15880 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16385] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16385/stat : 16385 (java) S 16370 16372 15880 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462288179 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16386] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16386/stat : 16386 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382780849 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16387] ppid=16370 vsize=7641028 CPUtime=0.27 cores=0,2
/proc/16372/task/16387/stat : 16387 (java) S 16370 16372 15880 0 -1 4202560 8046 0 0 0 27 0 0 0 15 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16388] ppid=16370 vsize=7641028 CPUtime=0.42 cores=0,2
/proc/16372/task/16388/stat : 16388 (java) S 16370 16372 15880 0 -1 4202560 3322 0 0 0 42 0 0 0 15 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16389] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16389/stat : 16389 (java) S 16370 16372 15880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773145 0 4 0 16800975 18446604453944897984 0 0 -1 0 0 0 0
[pid=16372/tid=16390] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16390/stat : 16390 (java) S 16370 16372 15880 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462288182 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
[pid=16372/tid=16391] ppid=16370 vsize=7641028 CPUtime=0 cores=0,2
/proc/16372/task/16391/stat : 16391 (java) S 16370 16372 15880 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462288200 7824412672 41933 33554432000 1073741824 1073778376 140736919521824 18446744073709551615 218382773760 0 4 0 16800975 18446604453944897984 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.04
Current children cumulated vsize (KiB) 7641028

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.13
CPU user time (s): 1301.01
CPU system time (s): 0.12698
CPU usage (%): 100.083
Max. virtual memory (cumulated for all children) (KiB): 7641028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.01
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47387
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= 27953
involuntary context switches= 4997

runsolver used 2.25366 second user time and 4.85326 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-22 23:14:14
IDJOB=3259048
IDBENCH=71481
IDSOLVER=1611
FILE ID=node101/3259048-1303506854
RUNJOBID= node101-1303506853-16360
PBS_JOBID= 13134232
Free space on /tmp= 71856 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v945c61409g3.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-3259048-1303506854/watcher-3259048-1303506854 -o /tmp/evaluation-result-3259048-1303506854/solver-3259048-1303506854 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3259048-1303506854.cnf

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

MD5SUM BENCH= 4de3b21cb74a7ec60763201555524736
RANDOM SEED=1797017370

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24154556 kB
Buffers:       1584516 kB
Cached:        6707600 kB
SwapCached:      33708 kB
Active:        5330648 kB
Inactive:      2998308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24154556 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:       24992 kB
Mapped:           8788 kB
Slab:           402840 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192076 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= 71852 MiB
End job on node101 at 2011-04-22 23:35:56