Trace number 3289673

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.67 1300.05

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3289673-1303786759.cnf
0.00/0.09	c reading problem ... 
0.27/0.30	c ... done. Wall clock time 0.21s.
0.27/0.30	c #vars     53118
0.27/0.30	c #constraints  168779
0.27/0.30	c constraints type 
0.38/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86249
0.38/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80791
4.59/3.94	c cleaning 2476 clauses out of 4962 with flag 5001/5001
8.78/7.65	c cleaning 4225 clauses out of 8473 with flag 11000/11000
13.18/12.08	c cleaning 5597 clauses out of 11241 with flag 18001/18001
18.08/16.92	c cleaning 6783 clauses out of 13584 with flag 26000/26000
22.89/21.75	c cleaning 7883 clauses out of 15782 with flag 35000/35000
28.09/26.98	c cleaning 8943 clauses out of 17894 with flag 45000/45000
34.11/33.00	c cleaning 9930 clauses out of 19946 with flag 56001/56001
41.40/40.23	c cleaning 10991 clauses out of 21992 with flag 68000/68000
48.61/47.45	c cleaning 11950 clauses out of 24001 with flag 81000/81000
58.11/56.98	c cleaning 12998 clauses out of 26052 with flag 95002/95002
67.82/66.64	c cleaning 13999 clauses out of 28024 with flag 110000/110000
77.33/76.18	c cleaning 14993 clauses out of 30024 with flag 126000/126000
88.53/87.35	c cleaning 16008 clauses out of 32028 with flag 143001/143001
100.44/99.26	c cleaning 16956 clauses out of 34020 with flag 161001/161001
114.05/112.89	c cleaning 18013 clauses out of 36035 with flag 180002/180002
127.35/126.15	c cleaning 18980 clauses out of 38009 with flag 200001/200001
140.97/139.76	c cleaning 19970 clauses out of 39991 with flag 221000/221000
155.77/154.52	c cleaning 20964 clauses out of 41993 with flag 243001/243001
172.18/170.98	c cleaning 21939 clauses out of 44028 with flag 266000/266000
190.78/189.57	c cleaning 22980 clauses out of 45970 with flag 290002/290002
209.89/208.70	c cleaning 23930 clauses out of 47989 with flag 315001/315001
230.50/229.29	c cleaning 24977 clauses out of 50061 with flag 341003/341003
251.81/250.58	c cleaning 25986 clauses out of 52081 with flag 368000/368000
272.71/271.41	c cleaning 27022 clauses out of 54096 with flag 396001/396001
295.92/294.68	c cleaning 28025 clauses out of 56073 with flag 425000/425000
322.33/321.04	c cleaning 28993 clauses out of 58040 with flag 455000/455000
350.24/348.97	c cleaning 30011 clauses out of 60036 with flag 486001/486001
377.55/376.22	c cleaning 30971 clauses out of 62023 with flag 518000/518000
404.96/403.61	c cleaning 31966 clauses out of 64054 with flag 551002/551002
434.17/432.86	c cleaning 33006 clauses out of 66077 with flag 585001/585001
463.39/462.06	c cleaning 34018 clauses out of 68070 with flag 620000/620000
493.09/491.75	c cleaning 35013 clauses out of 70052 with flag 656000/656000
522.60/521.23	c cleaning 35974 clauses out of 72032 with flag 693000/693000
556.81/555.42	c cleaning 37001 clauses out of 74046 with flag 731000/731000
594.51/593.17	c cleaning 38005 clauses out of 76045 with flag 770000/770000
631.82/630.48	c cleaning 38980 clauses out of 78040 with flag 810000/810000
665.23/663.86	c cleaning 39988 clauses out of 80044 with flag 851000/851000
705.84/704.45	c cleaning 40992 clauses out of 82056 with flag 893000/893000
745.34/743.99	c cleaning 42028 clauses out of 84061 with flag 936001/936001
788.36/786.91	c cleaning 42933 clauses out of 86010 with flag 980000/980000
833.07/831.65	c cleaning 43971 clauses out of 88079 with flag 1025002/1025002
874.17/872.78	c cleaning 45045 clauses out of 90103 with flag 1071000/1071000
922.88/921.49	c cleaning 46012 clauses out of 92058 with flag 1118000/1118000
970.69/969.21	c cleaning 46945 clauses out of 94045 with flag 1166000/1166000
1016.10/1014.62	c cleaning 48000 clauses out of 96102 with flag 1215002/1215002
1067.81/1066.33	c cleaning 49025 clauses out of 98103 with flag 1265003/1265003
1119.42/1117.96	c cleaning 50020 clauses out of 100074 with flag 1316000/1316000
1177.05/1175.55	c cleaning 51003 clauses out of 102054 with flag 1368000/1368000
1228.46/1226.96	c cleaning 52019 clauses out of 104052 with flag 1421001/1421001
1291.07/1289.50	c cleaning 52957 clauses out of 106035 with flag 1475003/1475003
1301.58/1300.01	c starts		: 1374
1301.58/1300.01	c conflicts		: 1484857
1301.58/1300.01	c decisions		: 2806992
1301.58/1300.01	c propagations		: 2337987921
1301.58/1300.01	c inspects		: 8475227170
1301.58/1300.01	c shortcuts		: 0
1301.58/1300.01	c learnt literals	: 99
1301.58/1300.01	c learnt binary clauses	: 1984
1301.58/1300.01	c learnt ternary clauses	: 6324
1301.58/1300.01	c learnt constraints	: 1484758
1301.58/1300.01	c ignored constraints	: 0
1301.58/1300.01	c root simplifications	: 1473
1301.58/1300.01	c removed literals (reason simplification)	: 33003489
1301.58/1300.01	c reason swapping (by a shorter reason)	: 0
1301.58/1300.01	c Calls to reduceDB	: 50
1301.58/1300.01	c speed (assignments/second)	: 1798849.9884205207
1301.58/1300.01	c non guided choices	4467
1301.58/1300.04	c learnt constraints type 
1301.58/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1897
1301.58/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60963
1301.58/1300.04	c constraints type 
1301.58/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86249
1301.58/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80791
1301.58/1300.04	s UNKNOWN
1301.58/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-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-3289673-1303786759/watcher-3289673-1303786759 -o /tmp/evaluation-result-3289673-1303786759/solver-3289673-1303786759 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289673-1303786759.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.04 3.72 3.56 11/244 14063
/proc/meminfo: memFree=23138012/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=35840 CPUtime=0 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 1306 0 0 0 0 0 0 0 21 0 2 0 490273732 36700160 1014 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 8960 1018 785 9 0 386 0
[pid=14063/tid=14064] ppid=14061 vsize=35788 CPUtime=0 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) S 14061 14063 12230 0 -1 4202560 210 0 0 0 0 0 0 0 23 0 2 0 490273733 36646912 1025 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255377321542 0 0 0 16784584 10515372145943511039 0 0 -1 4 0 0 0

[startup+0.0925511 s]
/proc/loadavg: 3.04 3.72 3.56 11/244 14063
/proc/meminfo: memFree=23138012/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7635772 CPUtime=0.08 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 9920 0 1 0 7 1 0 0 21 0 18 0 490273732 7819030528 9616 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1908943 9616 1916 9 0 1899681 0
[pid=14063/tid=14064] ppid=14061 vsize=7635772 CPUtime=0.08 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 8537 0 1 0 7 1 0 0 25 0 18 0 490273733 7819030528 9616 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 46912505215728 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7635772

[startup+0.100522 s]
/proc/loadavg: 3.04 3.72 3.56 11/244 14063
/proc/meminfo: memFree=23138012/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7636260 CPUtime=0.1 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 10812 0 1 0 9 1 0 0 21 0 18 0 490273732 7819530240 10508 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1909065 10510 2083 9 0 1899803 0
[pid=14063/tid=14064] ppid=14061 vsize=7636260 CPUtime=0.09 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 9111 0 1 0 8 1 0 0 25 0 18 0 490273733 7819530240 10513 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 46912505164136 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636260

[startup+0.300485 s]
/proc/loadavg: 3.04 3.72 3.56 11/244 14063
/proc/meminfo: memFree=23138012/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7637624 CPUtime=0.38 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 16737 0 1 0 36 2 0 0 21 0 18 0 490273732 7820926976 16323 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1909406 16323 2197 9 0 1900144 0
[pid=14063/tid=14064] ppid=14061 vsize=7637624 CPUtime=0.27 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 14044 0 1 0 26 1 0 0 25 0 18 0 490273733 7820926976 16323 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 47177034695424 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7637624

[startup+0.700442 s]
/proc/loadavg: 3.04 3.72 3.56 11/244 14063
/proc/meminfo: memFree=23138012/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7644256 CPUtime=1.16 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 20444 0 1 0 114 2 0 0 21 0 19 0 490273732 7827718144 18735 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1911064 18735 2220 9 0 1901802 0
[pid=14063/tid=14064] ppid=14061 vsize=7644256 CPUtime=0.67 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 14957 0 1 0 66 1 0 0 25 0 19 0 490273733 7827718144 18735 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 46912505689457 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 7644256

[startup+1.5013 s]
/proc/loadavg: 3.68 3.84 3.60 9/266 14085
/proc/meminfo: memFree=22978448/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7644256 CPUtime=2.17 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 20564 0 1 0 215 2 0 0 21 0 19 0 490273732 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1911064 18854 2222 9 0 1901802 0
[pid=14063/tid=14064] ppid=14061 vsize=7644256 CPUtime=1.46 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 15046 0 1 0 145 1 0 0 25 0 19 0 490273733 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 46912505626391 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14063/tid=14066] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14066/stat : 14066 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490273734 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14067] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14067/stat : 14067 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14068] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14068/stat : 14068 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14069] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14069/stat : 14069 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14070] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14070/stat : 14070 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14071] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14071/stat : 14071 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14072] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14072/stat : 14072 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14073] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14073/stat : 14073 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14074] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14074/stat : 14074 (java) S 14061 14063 12230 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490273735 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 0 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14075] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14075/stat : 14075 (java) S 14061 14063 12230 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490273736 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14076] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14076/stat : 14076 (java) S 14061 14063 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273736 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14077] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14077/stat : 14077 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389125041 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14078] ppid=14061 vsize=7644256 CPUtime=0.31 cores=4,6
/proc/14063/task/14078/stat : 14078 (java) S 14061 14063 12230 0 -1 4202560 2077 0 0 0 31 0 0 0 20 0 19 0 490273738 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14079] ppid=14061 vsize=7644256 CPUtime=0.38 cores=4,6
/proc/14063/task/14079/stat : 14079 (java) S 14061 14063 12230 0 -1 4202560 2280 0 0 0 38 0 0 0 22 0 19 0 490273738 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14080] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14080/stat : 14080 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14081] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14081/stat : 14081 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273738 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14084] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14084/stat : 14084 (java) S 14061 14063 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273767 7827718144 18854 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 7644256

[startup+3.10099 s]
/proc/loadavg: 3.68 3.84 3.60 6/266 14085
/proc/meminfo: memFree=22974808/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7644256 CPUtime=3.8 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 20764 0 1 0 378 2 0 0 21 0 19 0 490273732 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1911064 19053 2225 9 0 1901802 0
[pid=14063/tid=14064] ppid=14061 vsize=7644256 CPUtime=3.06 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 15237 0 1 0 305 1 0 0 25 0 19 0 490273733 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 46912505633089 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14063/tid=14066] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14066/stat : 14066 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490273734 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14067] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14067/stat : 14067 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14068] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14068/stat : 14068 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14069] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14069/stat : 14069 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14070] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14070/stat : 14070 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14071] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14071/stat : 14071 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14072] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14072/stat : 14072 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14073] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14073/stat : 14073 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273734 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14074] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14074/stat : 14074 (java) S 14061 14063 12230 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490273735 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 0 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14075] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14075/stat : 14075 (java) S 14061 14063 12230 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490273736 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14076] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14076/stat : 14076 (java) S 14061 14063 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273736 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14077] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14077/stat : 14077 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389125041 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14078] ppid=14061 vsize=7644256 CPUtime=0.34 cores=4,6
/proc/14063/task/14078/stat : 14078 (java) S 14061 14063 12230 0 -1 4202560 2086 0 0 0 34 0 0 0 19 0 19 0 490273738 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14079] ppid=14061 vsize=7644256 CPUtime=0.38 cores=4,6
/proc/14063/task/14079/stat : 14079 (java) S 14061 14063 12230 0 -1 4202560 2280 0 0 0 38 0 0 0 19 0 19 0 490273738 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14080] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14080/stat : 14080 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14081] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14081/stat : 14081 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273738 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14084] ppid=14061 vsize=7644256 CPUtime=0 cores=4,6
/proc/14063/task/14084/stat : 14084 (java) S 14061 14063 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273767 7827718144 19053 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 7644256

[startup+6.3014 s]
/proc/loadavg: 3.86 3.88 3.61 6/266 14086
/proc/meminfo: memFree=22734196/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7649224 CPUtime=7.45 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 37982 0 1 0 741 4 0 0 21 0 19 0 490273732 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1912306 32117 2251 9 0 1903044 0
[pid=14063/tid=14064] ppid=14061 vsize=7649224 CPUtime=6.12 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 15364 0 1 0 611 1 0 0 25 0 19 0 490273733 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 46912505709708 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14063/tid=14066] ppid=14061 vsize=7649224 CPUtime=0.03 cores=4,6
/proc/14063/task/14066/stat : 14066 (java) S 14061 14063 12230 0 -1 4202560 2473 0 0 0 3 0 0 0 18 0 19 0 490273734 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14067] ppid=14061 vsize=7649224 CPUtime=0.03 cores=4,6
/proc/14063/task/14067/stat : 14067 (java) S 14061 14063 12230 0 -1 4202560 3365 0 0 0 3 0 0 0 17 0 19 0 490273734 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14068] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14068/stat : 14068 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490273734 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14069] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14069/stat : 14069 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490273734 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14070] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14070/stat : 14070 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490273734 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14071] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14071/stat : 14071 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490273734 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14072] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14072/stat : 14072 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490273734 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14073] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14073/stat : 14073 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490273734 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14074] ppid=14061 vsize=7649224 CPUtime=0.07 cores=4,6
/proc/14063/task/14074/stat : 14074 (java) S 14061 14063 12230 0 -1 4202560 5834 0 0 0 7 0 0 0 15 0 19 0 490273735 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 0 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14075] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14075/stat : 14075 (java) S 14061 14063 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14076] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14076/stat : 14076 (java) S 14061 14063 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14077] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14077/stat : 14077 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389125041 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14078] ppid=14061 vsize=7649224 CPUtime=0.34 cores=4,6
/proc/14063/task/14078/stat : 14078 (java) S 14061 14063 12230 0 -1 4202560 2088 0 0 0 34 0 0 0 16 0 19 0 490273738 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14079] ppid=14061 vsize=7649224 CPUtime=0.81 cores=4,6
/proc/14063/task/14079/stat : 14079 (java) S 14061 14063 12230 0 -1 4202560 7702 0 0 0 80 1 0 0 15 0 19 0 490273738 7832805376 32117 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0

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

[pid=14063/tid=14071] ppid=14061 vsize=7649224 CPUtime=0.12 cores=4,6
/proc/14063/task/14071/stat : 14071 (java) S 14061 14063 12230 0 -1 4202560 240 0 0 0 12 0 0 0 15 0 19 0 490273734 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14072] ppid=14061 vsize=7649224 CPUtime=0.03 cores=4,6
/proc/14063/task/14072/stat : 14072 (java) S 14061 14063 12230 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 490273734 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14073] ppid=14061 vsize=7649224 CPUtime=0.08 cores=4,6
/proc/14063/task/14073/stat : 14073 (java) S 14061 14063 12230 0 -1 4202560 1116 0 0 0 8 0 0 0 16 0 19 0 490273734 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14074] ppid=14061 vsize=7649224 CPUtime=3.87 cores=4,6
/proc/14063/task/14074/stat : 14074 (java) S 14061 14063 12230 0 -1 4202560 9647 0 0 0 386 1 0 0 15 0 19 0 490273735 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 0 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14075] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14075/stat : 14075 (java) S 14061 14063 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14076] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14076/stat : 14076 (java) S 14061 14063 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14077] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14077/stat : 14077 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389125041 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14078] ppid=14061 vsize=7649224 CPUtime=0.37 cores=4,6
/proc/14063/task/14078/stat : 14078 (java) S 14061 14063 12230 0 -1 4202560 2090 0 0 0 37 0 0 0 15 0 19 0 490273738 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14079] ppid=14061 vsize=7649224 CPUtime=0.85 cores=4,6
/proc/14063/task/14079/stat : 14079 (java) S 14061 14063 12230 0 -1 4202560 7702 0 0 0 84 1 0 0 15 0 19 0 490273738 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14080] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14080/stat : 14080 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14081] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14081/stat : 14081 (java) S 14061 14063 12230 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 490273738 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14084] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14084/stat : 14084 (java) S 14061 14063 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273767 7832805376 38320 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1123.84
Current children cumulated vsize (KiB) 7649224

[startup+1182.3 s]
/proc/loadavg: 4.00 4.04 3.91 6/266 14129
/proc/meminfo: memFree=22661804/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7649224 CPUtime=1183.86 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 44362 0 1 0 118379 7 0 0 21 0 19 0 490273732 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1912306 38321 2253 9 0 1903044 0
[pid=14063/tid=14064] ppid=14061 vsize=7649224 CPUtime=1177.81 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 15413 0 1 0 117778 3 0 0 25 0 19 0 490273733 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 46912505709708 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14063/tid=14066] ppid=14061 vsize=7649224 CPUtime=0.14 cores=4,6
/proc/14063/task/14066/stat : 14066 (java) S 14061 14063 12230 0 -1 4202560 3441 0 0 0 14 0 0 0 15 0 19 0 490273734 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14067] ppid=14061 vsize=7649224 CPUtime=0.1 cores=4,6
/proc/14063/task/14067/stat : 14067 (java) S 14061 14063 12230 0 -1 4202560 3369 0 0 0 10 0 0 0 15 0 19 0 490273734 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14068] ppid=14061 vsize=7649224 CPUtime=0.09 cores=4,6
/proc/14063/task/14068/stat : 14068 (java) S 14061 14063 12230 0 -1 4202560 79 0 0 0 9 0 0 0 16 0 19 0 490273734 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14069] ppid=14061 vsize=7649224 CPUtime=0.11 cores=4,6
/proc/14063/task/14069/stat : 14069 (java) S 14061 14063 12230 0 -1 4202560 9 0 0 0 11 0 0 0 15 0 19 0 490273734 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14070] ppid=14061 vsize=7649224 CPUtime=0.08 cores=4,6
/proc/14063/task/14070/stat : 14070 (java) S 14061 14063 12230 0 -1 4202560 8 0 0 0 8 0 0 0 16 0 19 0 490273734 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14071] ppid=14061 vsize=7649224 CPUtime=0.12 cores=4,6
/proc/14063/task/14071/stat : 14071 (java) S 14061 14063 12230 0 -1 4202560 240 0 0 0 12 0 0 0 15 0 19 0 490273734 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14072] ppid=14061 vsize=7649224 CPUtime=0.03 cores=4,6
/proc/14063/task/14072/stat : 14072 (java) S 14061 14063 12230 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 490273734 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14073] ppid=14061 vsize=7649224 CPUtime=0.08 cores=4,6
/proc/14063/task/14073/stat : 14073 (java) S 14061 14063 12230 0 -1 4202560 1116 0 0 0 8 0 0 0 15 0 19 0 490273734 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14074] ppid=14061 vsize=7649224 CPUtime=3.98 cores=4,6
/proc/14063/task/14074/stat : 14074 (java) S 14061 14063 12230 0 -1 4202560 9649 0 0 0 397 1 0 0 15 0 19 0 490273735 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 0 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14075] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14075/stat : 14075 (java) S 14061 14063 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14076] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14076/stat : 14076 (java) S 14061 14063 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14077] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14077/stat : 14077 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389125041 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14078] ppid=14061 vsize=7649224 CPUtime=0.37 cores=4,6
/proc/14063/task/14078/stat : 14078 (java) S 14061 14063 12230 0 -1 4202560 2090 0 0 0 37 0 0 0 15 0 19 0 490273738 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14079] ppid=14061 vsize=7649224 CPUtime=0.85 cores=4,6
/proc/14063/task/14079/stat : 14079 (java) S 14061 14063 12230 0 -1 4202560 7702 0 0 0 84 1 0 0 15 0 19 0 490273738 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14080] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14080/stat : 14080 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14081] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14081/stat : 14081 (java) S 14061 14063 12230 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 490273738 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14084] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14084/stat : 14084 (java) S 14061 14063 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273767 7832805376 38321 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1183.86
Current children cumulated vsize (KiB) 7649224

[startup+1242.3 s]
/proc/loadavg: 4.03 4.05 3.91 7/266 14131
/proc/meminfo: memFree=22659280/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7649224 CPUtime=1243.87 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 44374 0 1 0 124380 7 0 0 21 0 19 0 490273732 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1912306 38326 2253 9 0 1903044 0
[pid=14063/tid=14064] ppid=14061 vsize=7649224 CPUtime=1237.72 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 15414 0 1 0 123769 3 0 0 25 0 19 0 490273733 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 46912505749149 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14063/tid=14066] ppid=14061 vsize=7649224 CPUtime=0.14 cores=4,6
/proc/14063/task/14066/stat : 14066 (java) S 14061 14063 12230 0 -1 4202560 3441 0 0 0 14 0 0 0 15 0 19 0 490273734 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14067] ppid=14061 vsize=7649224 CPUtime=0.11 cores=4,6
/proc/14063/task/14067/stat : 14067 (java) S 14061 14063 12230 0 -1 4202560 3369 0 0 0 11 0 0 0 15 0 19 0 490273734 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14068] ppid=14061 vsize=7649224 CPUtime=0.09 cores=4,6
/proc/14063/task/14068/stat : 14068 (java) S 14061 14063 12230 0 -1 4202560 79 0 0 0 9 0 0 0 15 0 19 0 490273734 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14069] ppid=14061 vsize=7649224 CPUtime=0.12 cores=4,6
/proc/14063/task/14069/stat : 14069 (java) S 14061 14063 12230 0 -1 4202560 11 0 0 0 12 0 0 0 16 0 19 0 490273734 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14070] ppid=14061 vsize=7649224 CPUtime=0.08 cores=4,6
/proc/14063/task/14070/stat : 14070 (java) S 14061 14063 12230 0 -1 4202560 8 0 0 0 8 0 0 0 16 0 19 0 490273734 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14071] ppid=14061 vsize=7649224 CPUtime=0.12 cores=4,6
/proc/14063/task/14071/stat : 14071 (java) S 14061 14063 12230 0 -1 4202560 240 0 0 0 12 0 0 0 15 0 19 0 490273734 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14072] ppid=14061 vsize=7649224 CPUtime=0.04 cores=4,6
/proc/14063/task/14072/stat : 14072 (java) S 14061 14063 12230 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 490273734 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14073] ppid=14061 vsize=7649224 CPUtime=0.08 cores=4,6
/proc/14063/task/14073/stat : 14073 (java) S 14061 14063 12230 0 -1 4202560 1116 0 0 0 8 0 0 0 15 0 19 0 490273734 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14074] ppid=14061 vsize=7649224 CPUtime=4.07 cores=4,6
/proc/14063/task/14074/stat : 14074 (java) S 14061 14063 12230 0 -1 4202560 9651 0 0 0 406 1 0 0 15 0 19 0 490273735 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 0 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14075] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14075/stat : 14075 (java) S 14061 14063 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14076] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14076/stat : 14076 (java) S 14061 14063 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14077] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14077/stat : 14077 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389125041 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14078] ppid=14061 vsize=7649224 CPUtime=0.37 cores=4,6
/proc/14063/task/14078/stat : 14078 (java) S 14061 14063 12230 0 -1 4202560 2090 0 0 0 37 0 0 0 15 0 19 0 490273738 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14079] ppid=14061 vsize=7649224 CPUtime=0.85 cores=4,6
/proc/14063/task/14079/stat : 14079 (java) S 14061 14063 12230 0 -1 4202560 7702 0 0 0 84 1 0 0 15 0 19 0 490273738 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14080] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14080/stat : 14080 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14081] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14081/stat : 14081 (java) S 14061 14063 12230 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 490273738 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14084] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14084/stat : 14084 (java) S 14061 14063 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273767 7832805376 38326 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1243.87
Current children cumulated vsize (KiB) 7649224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.91 2/207 14141
/proc/meminfo: memFree=23093692/32951124 swapFree=67111524/67111528
[pid=14063] ppid=14061 vsize=7649224 CPUtime=1301.58 cores=4,6
/proc/14063/stat : 14063 (java) S 14061 14063 12230 0 -1 4202496 44419 0 1 0 130151 7 0 0 21 0 19 0 490273732 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14063/statm: 1912306 38364 2253 9 0 1903044 0
[pid=14063/tid=14064] ppid=14061 vsize=7649224 CPUtime=1295.33 cores=4,6
/proc/14063/task/14064/stat : 14064 (java) R 14061 14063 12230 0 -1 4202560 15415 0 1 0 129530 3 0 0 25 0 19 0 490273733 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 46912505660602 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14063/tid=14066] ppid=14061 vsize=7649224 CPUtime=0.15 cores=4,6
/proc/14063/task/14066/stat : 14066 (java) S 14061 14063 12230 0 -1 4202560 3441 0 0 0 15 0 0 0 16 0 19 0 490273734 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14067] ppid=14061 vsize=7649224 CPUtime=0.11 cores=4,6
/proc/14063/task/14067/stat : 14067 (java) S 14061 14063 12230 0 -1 4202560 3369 0 0 0 11 0 0 0 15 0 19 0 490273734 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14068] ppid=14061 vsize=7649224 CPUtime=0.09 cores=4,6
/proc/14063/task/14068/stat : 14068 (java) S 14061 14063 12230 0 -1 4202560 79 0 0 0 9 0 0 0 15 0 19 0 490273734 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14069] ppid=14061 vsize=7649224 CPUtime=0.12 cores=4,6
/proc/14063/task/14069/stat : 14069 (java) S 14061 14063 12230 0 -1 4202560 11 0 0 0 12 0 0 0 15 0 19 0 490273734 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14070] ppid=14061 vsize=7649224 CPUtime=0.09 cores=4,6
/proc/14063/task/14070/stat : 14070 (java) S 14061 14063 12230 0 -1 4202560 8 0 0 0 9 0 0 0 15 0 19 0 490273734 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14071] ppid=14061 vsize=7649224 CPUtime=0.12 cores=4,6
/proc/14063/task/14071/stat : 14071 (java) S 14061 14063 12230 0 -1 4202560 240 0 0 0 12 0 0 0 15 0 19 0 490273734 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14072] ppid=14061 vsize=7649224 CPUtime=0.04 cores=4,6
/proc/14063/task/14072/stat : 14072 (java) S 14061 14063 12230 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 490273734 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14073] ppid=14061 vsize=7649224 CPUtime=0.08 cores=4,6
/proc/14063/task/14073/stat : 14073 (java) S 14061 14063 12230 0 -1 4202560 1116 0 0 0 8 0 0 0 15 0 19 0 490273734 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14074] ppid=14061 vsize=7649224 CPUtime=4.16 cores=4,6
/proc/14063/task/14074/stat : 14074 (java) S 14061 14063 12230 0 -1 4202560 9691 0 0 0 415 1 0 0 15 0 19 0 490273735 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 0 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14075] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14075/stat : 14075 (java) S 14061 14063 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14076] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14076/stat : 14076 (java) S 14061 14063 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273736 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14077] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14077/stat : 14077 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389125041 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14078] ppid=14061 vsize=7649224 CPUtime=0.37 cores=4,6
/proc/14063/task/14078/stat : 14078 (java) S 14061 14063 12230 0 -1 4202560 2090 0 0 0 37 0 0 0 15 0 19 0 490273738 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14079] ppid=14061 vsize=7649224 CPUtime=0.85 cores=4,6
/proc/14063/task/14079/stat : 14079 (java) S 14061 14063 12230 0 -1 4202560 7702 0 0 0 84 1 0 0 15 0 19 0 490273738 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 4 0 0 0
[pid=14063/tid=14080] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14080/stat : 14080 (java) S 14061 14063 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273738 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117337 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14081] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14081/stat : 14081 (java) S 14061 14063 12230 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 490273738 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
[pid=14063/tid=14084] ppid=14061 vsize=7649224 CPUtime=0 cores=4,6
/proc/14063/task/14084/stat : 14084 (java) S 14061 14063 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273767 7832805376 38364 33554432000 1073741824 1073778376 140735202418528 18446744073709551615 255389117952 0 4 0 16800975 18446604446771059520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1301.58
Current children cumulated vsize (KiB) 7649224

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.05
CPU time (s): 1301.67
CPU user time (s): 1301.58
CPU system time (s): 0.082987
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 7661848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.58
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44455
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= 27963
involuntary context switches= 4367

runsolver used 2.29165 second user time and 4.83626 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 04:59:19
IDJOB=3289673
IDBENCH=83133
IDSOLVER=1611
FILE ID=node135/3289673-1303786759
RUNJOBID= node135-1303786758-13971
PBS_JOBID= 13157209
Free space on /tmp= 71620 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom22.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-3289673-1303786759/watcher-3289673-1303786759 -o /tmp/evaluation-result-3289673-1303786759/solver-3289673-1303786759 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289673-1303786759.cnf

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=530269078

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23138540 kB
Buffers:       1827028 kB
Cached:        7229476 kB
SwapCached:          4 kB
Active:         683412 kB
Inactive:      8549640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23138540 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13616 kB
Writeback:           0 kB
AnonPages:      175604 kB
Mapped:          22652 kB
Slab:           514768 kB
PageTables:       5760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21996204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71632 MiB
End job on node135 at 2011-04-26 05:21:01