Trace number 3250378

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.49 1300.07

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
Bench CategoryCRAFTED (crafted 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 variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708206
Number of clauses of size over 50

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c no version file found!!!
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		6997539544
0.02/0.08	c Max memory 		7034241024
0.02/0.08	c Total memory 		7034241024
0.02/0.08	c Number of processors 	8
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483647s
0.02/0.09	c DB Simplification allowed=true
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-3250378-1303544177.cnf
0.02/0.09	c reading problem ... 
1.35/1.30	c ... done. Wall clock time 1.21s.
1.35/1.30	c #vars     34307
1.35/1.30	c #constraints  708206
1.35/1.30	c constraints type 
1.35/1.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 708206
4.58/4.14	c cleaning 2497 clauses out of 5000 with flag 5000/5000
7.32/6.79	c cleaning 4246 clauses out of 8503 with flag 11000/11000
10.13/9.51	c cleaning 5628 clauses out of 11257 with flag 18000/18000
12.94/12.35	c cleaning 6807 clauses out of 13629 with flag 26000/26000
16.15/15.53	c cleaning 7906 clauses out of 15824 with flag 35002/35002
19.55/18.94	c cleaning 8957 clauses out of 17917 with flag 45001/45001
22.96/22.30	c cleaning 9976 clauses out of 19960 with flag 56001/56001
26.86/26.24	c cleaning 10985 clauses out of 21983 with flag 68000/68000
30.87/30.22	c cleaning 11992 clauses out of 23999 with flag 81001/81001
34.97/34.38	c cleaning 12998 clauses out of 26006 with flag 95000/95000
39.58/38.90	c cleaning 13991 clauses out of 28010 with flag 110002/110002
44.28/43.60	c cleaning 15000 clauses out of 30019 with flag 126002/126002
49.18/48.57	c cleaning 16001 clauses out of 32017 with flag 143000/143000
54.39/53.76	c cleaning 16994 clauses out of 34016 with flag 161000/161000
59.79/59.18	c cleaning 18004 clauses out of 36023 with flag 180001/180001
65.50/64.83	c cleaning 18998 clauses out of 38020 with flag 200002/200002
71.50/70.84	c cleaning 19991 clauses out of 40020 with flag 221000/221000
77.81/77.18	c cleaning 21007 clauses out of 42029 with flag 243000/243000
84.22/83.51	c cleaning 22006 clauses out of 44022 with flag 266000/266000
90.32/89.66	c cleaning 22985 clauses out of 46016 with flag 290000/290000
97.53/96.82	c cleaning 24005 clauses out of 48031 with flag 315000/315000
104.92/104.26	c cleaning 25005 clauses out of 50026 with flag 341000/341000
112.54/111.81	c cleaning 26006 clauses out of 52021 with flag 368000/368000
119.74/119.02	c cleaning 27000 clauses out of 54015 with flag 396000/396000
128.14/127.43	c cleaning 27999 clauses out of 56015 with flag 425000/425000
136.85/136.13	c cleaning 29003 clauses out of 58017 with flag 455001/455001
144.86/144.12	c cleaning 29995 clauses out of 60013 with flag 486000/486000
154.26/153.58	c cleaning 30993 clauses out of 62018 with flag 518000/518000
163.17/162.40	c cleaning 32010 clauses out of 64025 with flag 551000/551000
172.58/171.85	c cleaning 32983 clauses out of 66015 with flag 585000/585000
183.09/182.35	c cleaning 34006 clauses out of 68032 with flag 620000/620000
192.59/191.80	c cleaning 35001 clauses out of 70027 with flag 656001/656001
203.70/202.93	c cleaning 36001 clauses out of 72025 with flag 693000/693000
213.60/212.86	c cleaning 36982 clauses out of 74024 with flag 731000/731000
225.21/224.42	c cleaning 38011 clauses out of 76042 with flag 770000/770000
235.62/234.80	c cleaning 39007 clauses out of 78032 with flag 810001/810001
248.13/247.32	c cleaning 39991 clauses out of 80024 with flag 851000/851000
259.13/258.32	c cleaning 40998 clauses out of 82033 with flag 893000/893000
272.24/271.47	c cleaning 41997 clauses out of 84035 with flag 936000/936000
283.95/283.19	c cleaning 43012 clauses out of 86039 with flag 980001/980001
298.46/297.64	c cleaning 43988 clauses out of 88026 with flag 1025000/1025000
311.26/310.45	c cleaning 45003 clauses out of 90038 with flag 1071000/1071000
325.27/324.47	c cleaning 46014 clauses out of 92037 with flag 1118002/1118002
339.07/338.22	c cleaning 47001 clauses out of 94023 with flag 1166002/1166002
352.48/351.68	c cleaning 47975 clauses out of 96020 with flag 1215000/1215000
368.69/367.83	c cleaning 49014 clauses out of 98046 with flag 1265001/1265001
382.91/382.02	c cleaning 50004 clauses out of 100031 with flag 1316000/1316000
399.93/399.06	c cleaning 50992 clauses out of 102027 with flag 1368000/1368000
415.34/414.42	c cleaning 52005 clauses out of 104035 with flag 1421000/1421000
430.75/429.87	c cleaning 52988 clauses out of 106030 with flag 1475000/1475000
449.15/448.24	c cleaning 54004 clauses out of 108042 with flag 1530000/1530000
465.16/464.25	c cleaning 54988 clauses out of 110038 with flag 1586000/1586000
481.86/480.96	c cleaning 56003 clauses out of 112051 with flag 1643001/1643001
501.18/500.20	c cleaning 56996 clauses out of 114047 with flag 1701000/1701000
518.18/517.29	c cleaning 58013 clauses out of 116053 with flag 1760002/1760002
535.99/535.02	c cleaning 58980 clauses out of 118038 with flag 1820000/1820000
556.10/555.13	c cleaning 60012 clauses out of 120058 with flag 1881000/1881000
574.41/573.47	c cleaning 61016 clauses out of 122046 with flag 1943000/1943000
593.82/592.86	c cleaning 61991 clauses out of 124030 with flag 2006000/2006000
615.23/614.23	c cleaning 63008 clauses out of 126040 with flag 2070001/2070001
634.64/633.63	c cleaning 63980 clauses out of 128031 with flag 2135000/2135000
654.84/653.81	c cleaning 64984 clauses out of 130051 with flag 2201000/2201000
677.96/676.99	c cleaning 66019 clauses out of 132067 with flag 2268000/2268000
698.67/697.64	c cleaning 67007 clauses out of 134049 with flag 2336001/2336001
719.97/718.95	c cleaning 68015 clauses out of 136043 with flag 2405002/2405002
745.88/744.88	c cleaning 68989 clauses out of 138028 with flag 2475002/2475002
767.89/766.81	c cleaning 70013 clauses out of 140037 with flag 2546000/2546000
790.60/789.54	c cleaning 70971 clauses out of 142024 with flag 2618000/2618000
815.81/814.73	c cleaning 72007 clauses out of 144055 with flag 2691002/2691002
842.23/841.13	c cleaning 73007 clauses out of 146047 with flag 2765001/2765001
866.45/865.31	c cleaning 73996 clauses out of 148039 with flag 2840000/2840000
890.36/889.20	c cleaning 74974 clauses out of 150046 with flag 2916003/2916003
919.99/918.80	c cleaning 76025 clauses out of 152069 with flag 2993000/2993000
945.31/944.18	c cleaning 76987 clauses out of 154045 with flag 3071001/3071001
970.92/969.78	c cleaning 78020 clauses out of 156057 with flag 3150000/3150000
998.73/997.54	c cleaning 79002 clauses out of 158039 with flag 3230002/3230002
1032.05/1030.85	c cleaning 80004 clauses out of 160035 with flag 3311000/3311000
1059.37/1058.16	c cleaning 80993 clauses out of 162031 with flag 3393000/3393000
1087.67/1086.49	c cleaning 81995 clauses out of 164040 with flag 3476002/3476002
1117.09/1115.85	c cleaning 83003 clauses out of 166043 with flag 3560000/3560000
1152.00/1150.75	c cleaning 84020 clauses out of 168041 with flag 3645001/3645001
1181.62/1180.33	c cleaning 85000 clauses out of 170022 with flag 3731002/3731002
1211.13/1209.81	c cleaning 85969 clauses out of 172020 with flag 3818000/3818000
1242.84/1241.55	c cleaning 86997 clauses out of 174052 with flag 3906001/3906001
1278.76/1277.44	c cleaning 88020 clauses out of 176054 with flag 3995000/3995000
1301.38/1300.01	c starts		: 2000
1301.38/1300.01	c conflicts		: 4061726
1301.38/1300.01	c decisions		: 6185999
1301.38/1300.01	c propagations		: 613089367
1301.38/1300.01	c inspects		: 7658983417
1301.38/1300.01	c shortcuts		: 0
1301.38/1300.01	c learnt literals	: 0
1301.38/1300.01	c learnt binary clauses	: 0
1301.38/1300.01	c learnt ternary clauses	: 0
1301.38/1300.01	c learnt constraints	: 4061727
1301.38/1300.01	c ignored constraints	: 0
1301.38/1300.01	c root simplifications	: 2000
1301.38/1300.01	c removed literals (reason simplification)	: 87343540
1301.38/1300.01	c reason swapping (by a shorter reason)	: 0
1301.38/1300.01	c Calls to reduceDB	: 85
1301.38/1300.01	c speed (assignments/second)	: 472076.8602925833
1301.38/1300.01	c non guided choices	5438
1301.38/1300.04	c learnt constraints type 
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 154860
1301.38/1300.04	c constraints type 
1301.38/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 708206
1301.38/1300.04	s UNKNOWN
1301.38/1300.04	c Total wall clock time (in seconds) : 1299.917

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

running on 2 cores: 5,7

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: 1.06 1.61 2.71 5/243 7261
/proc/meminfo: memFree=14374216/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=11800 CPUtime=0 cores=5,7
/proc/7261/stat : 7261 (runsolver) R 7259 7261 6310 0 -1 4202560 43 0 0 0 0 0 0 0 23 0 1 0 466018771 12083200 51 33554432000 4194304 5434984 140736680884064 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/7261/statm: 2950 51 31 303 0 2644 0

[startup+0.039112 s]
/proc/loadavg: 1.06 1.61 2.71 5/243 7261
/proc/meminfo: memFree=14374216/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7564352 CPUtime=0.02 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 8631 0 1 0 1 1 0 0 23 0 13 0 466018771 7745896448 8326 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1891088 8326 1655 9 0 1881836 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7564352

[startup+0.101102 s]
/proc/loadavg: 1.06 1.61 2.71 5/243 7261
/proc/meminfo: memFree=14374216/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7569940 CPUtime=0.08 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 10606 0 1 0 7 1 0 0 23 0 18 0 466018771 7751618560 10301 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1892485 10301 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.301063 s]
/proc/loadavg: 1.06 1.61 2.71 5/243 7261
/proc/meminfo: memFree=14374216/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7573016 CPUtime=0.28 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 12664 0 1 0 27 1 0 0 23 0 18 0 466018771 7754768384 12232 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1893254 12232 2185 9 0 1883992 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7573016

[startup+0.700997 s]
/proc/loadavg: 1.06 1.61 2.71 5/243 7261
/proc/meminfo: memFree=14374216/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7639208 CPUtime=0.75 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 23933 0 1 0 72 3 0 0 23 0 18 0 466018771 7822548992 23057 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1909802 23057 2198 9 0 1900540 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 7639208

[startup+1.50085 s]
/proc/loadavg: 1.06 1.61 2.71 5/261 7279
/proc/meminfo: memFree=14208036/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7640048 CPUtime=1.7 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 40959 0 1 0 165 5 0 0 23 0 19 0 466018771 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1910012 39545 2216 9 0 1900750 0
[pid=7261/tid=7263] ppid=7259 vsize=7640048 CPUtime=1.39 cores=5,7
/proc/7261/task/7263/stat : 7263 (java) R 7259 7261 6310 0 -1 4202560 37133 0 1 0 134 5 0 0 25 0 19 0 466018772 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 46912505642030 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6310 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 466018774 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 0 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6310 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 466018775 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7274/stat : 7274 (java) S 7259 7261 6310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 466018775 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7275/stat : 7275 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624934321 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=7640048 CPUtime=0.14 cores=5,7
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6310 0 -1 4202560 1439 0 0 0 14 0 0 0 17 0 19 0 466018777 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=7640048 CPUtime=0.16 cores=5,7
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6310 0 -1 4202560 1225 0 0 0 16 0 0 0 17 0 19 0 466018777 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7278] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7278/stat : 7278 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7279] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7279/stat : 7279 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 466018777 7823409152 39545 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 7640048

[startup+3.1016 s]
/proc/loadavg: 1.29 1.65 2.72 5/262 7280
/proc/meminfo: memFree=14161612/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7640048 CPUtime=3.58 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 44781 0 1 0 352 6 0 0 23 0 19 0 466018771 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1910012 42043 2225 9 0 1900750 0
[pid=7261/tid=7263] ppid=7259 vsize=7640048 CPUtime=2.97 cores=5,7
/proc/7261/task/7263/stat : 7263 (java) R 7259 7261 6310 0 -1 4202560 38237 0 1 0 292 5 0 0 25 0 19 0 466018772 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 46912505641915 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018773 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6310 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 466018774 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 0 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6310 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 466018775 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7274/stat : 7274 (java) S 7259 7261 6310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 466018775 7823409152 42043 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7275/stat : 7275 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 42044 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624934321 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=7640048 CPUtime=0.35 cores=5,7
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6310 0 -1 4202560 2665 0 0 0 35 0 0 0 15 0 19 0 466018777 7823409152 42044 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=7640048 CPUtime=0.24 cores=5,7
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6310 0 -1 4202560 2716 0 0 0 24 0 0 0 16 0 19 0 466018777 7823409152 42044 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7278] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7278/stat : 7278 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 42044 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7279] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7279/stat : 7279 (java) R 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 466018777 7823409152 42044 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7261/tid=7280] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7280/stat : 7280 (java) S 7259 7261 6310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 466018905 7823409152 42044 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 7640048

[startup+6.301 s]
/proc/loadavg: 1.29 1.65 2.72 5/262 7280
/proc/meminfo: memFree=14011580/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7640048 CPUtime=6.91 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 81775 0 1 0 681 10 0 0 23 0 19 0 466018771 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1910012 78902 2251 9 0 1900750 0
[pid=7261/tid=7263] ppid=7259 vsize=7640048 CPUtime=5.76 cores=5,7
/proc/7261/task/7263/stat : 7263 (java) R 7259 7261 6310 0 -1 4202560 38763 0 1 0 571 5 0 0 25 0 19 0 466018772 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 46912505641942 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=7640048 CPUtime=0.11 cores=5,7
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6310 0 -1 4202560 11850 0 0 0 10 1 0 0 18 0 19 0 466018773 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=7640048 CPUtime=0.1 cores=5,7
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6310 0 -1 4202560 5702 0 0 0 10 0 0 0 18 0 19 0 466018773 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6310 0 -1 4202560 514 0 0 0 0 0 0 0 18 0 19 0 466018773 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6310 0 -1 4202560 160 0 0 0 0 0 0 0 17 0 19 0 466018773 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6310 0 -1 4202560 26 0 0 0 0 0 0 0 17 0 19 0 466018773 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 466018773 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 466018773 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 466018773 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=7640048 CPUtime=0.26 cores=5,7
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6310 0 -1 4202560 18211 0 0 0 25 1 0 0 15 0 19 0 466018774 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 0 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6310 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7274/stat : 7274 (java) S 7259 7261 6310 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7275/stat : 7275 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624934321 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=7640048 CPUtime=0.37 cores=5,7
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6310 0 -1 4202560 2671 0 0 0 37 0 0 0 15 0 19 0 466018777 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=7640048 CPUtime=0.25 cores=5,7
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6310 0 -1 4202560 2722 0 0 0 25 0 0 0 15 0 19 0 466018777 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7278] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7278/stat : 7278 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7279] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7279/stat : 7279 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 466018777 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7280] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7280/stat : 7280 (java) S 7259 7261 6310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 466018905 7823409152 78902 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 7640048

[startup+12.7009 s]
/proc/loadavg: 1.63 1.71 2.73 5/261 7325
/proc/meminfo: memFree=14028632/32951124 swapFree=67111528/67111528

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

[pid=7261/tid=7269] ppid=7259 vsize=7640048 CPUtime=0.22 cores=5,7
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6310 0 -1 4202560 1636 0 0 0 22 0 0 0 15 0 19 0 466018773 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=7640048 CPUtime=0.13 cores=5,7
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6310 0 -1 4202560 1467 0 0 0 13 0 0 0 15 0 19 0 466018773 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=7640048 CPUtime=0.17 cores=5,7
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6310 0 -1 4202560 698 0 0 0 17 0 0 0 15 0 19 0 466018773 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=7640048 CPUtime=19.27 cores=5,7
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6310 0 -1 4202560 25650 0 0 0 1924 3 0 0 15 0 19 0 466018774 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 0 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6310 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7274/stat : 7274 (java) S 7259 7261 6310 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7275/stat : 7275 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624934321 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=7640048 CPUtime=0.38 cores=5,7
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6310 0 -1 4202560 2676 0 0 0 38 0 0 0 15 0 19 0 466018777 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=7640048 CPUtime=0.3 cores=5,7
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6310 0 -1 4202560 2735 0 0 0 30 0 0 0 15 0 19 0 466018777 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7278] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7278/stat : 7278 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7279] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7279/stat : 7279 (java) S 7259 7261 6310 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 466018777 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7280] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7280/stat : 7280 (java) S 7259 7261 6310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 466018905 7823409152 93751 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1123.6
Current children cumulated vsize (KiB) 7640048

[startup+1182.3 s]
/proc/loadavg: 4.07 3.98 3.63 5/262 7357
/proc/meminfo: memFree=13791988/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7640048 CPUtime=1183.63 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 96991 0 1 0 118349 14 0 0 23 0 19 0 466018771 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1910012 93898 2254 9 0 1900750 0
[pid=7261/tid=7263] ppid=7259 vsize=7640048 CPUtime=1161.49 cores=5,7
/proc/7261/task/7263/stat : 7263 (java) R 7259 7261 6310 0 -1 4202560 38844 0 1 0 116143 6 0 0 25 0 19 0 466018772 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 46912505642004 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=7640048 CPUtime=0.36 cores=5,7
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6310 0 -1 4202560 13244 0 0 0 34 2 0 0 15 0 19 0 466018773 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=7640048 CPUtime=0.24 cores=5,7
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6310 0 -1 4202560 6812 0 0 0 23 1 0 0 15 0 19 0 466018773 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=7640048 CPUtime=0.18 cores=5,7
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6310 0 -1 4202560 1486 0 0 0 18 0 0 0 15 0 19 0 466018773 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=7640048 CPUtime=0.17 cores=5,7
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6310 0 -1 4202560 172 0 0 0 17 0 0 0 15 0 19 0 466018773 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=7640048 CPUtime=0.15 cores=5,7
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6310 0 -1 4202560 201 0 0 0 15 0 0 0 15 0 19 0 466018773 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=7640048 CPUtime=0.23 cores=5,7
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6310 0 -1 4202560 1636 0 0 0 23 0 0 0 15 0 19 0 466018773 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=7640048 CPUtime=0.14 cores=5,7
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6310 0 -1 4202560 1467 0 0 0 14 0 0 0 15 0 19 0 466018773 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=7640048 CPUtime=0.17 cores=5,7
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6310 0 -1 4202560 698 0 0 0 17 0 0 0 15 0 19 0 466018773 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=7640048 CPUtime=19.73 cores=5,7
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6310 0 -1 4202560 25799 0 0 0 1970 3 0 0 15 0 19 0 466018774 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 0 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6310 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7274/stat : 7274 (java) S 7259 7261 6310 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7275/stat : 7275 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624934321 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=7640048 CPUtime=0.38 cores=5,7
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6310 0 -1 4202560 2676 0 0 0 38 0 0 0 15 0 19 0 466018777 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=7640048 CPUtime=0.3 cores=5,7
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6310 0 -1 4202560 2735 0 0 0 30 0 0 0 15 0 19 0 466018777 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7278] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7278/stat : 7278 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7279] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7279/stat : 7279 (java) S 7259 7261 6310 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 466018777 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7280] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7280/stat : 7280 (java) S 7259 7261 6310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 466018905 7823409152 93898 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.63
Current children cumulated vsize (KiB) 7640048

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.65 5/262 7359
/proc/meminfo: memFree=13770996/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7640048 CPUtime=1243.66 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 97145 0 1 0 124352 14 0 0 23 0 19 0 466018771 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1910012 94042 2254 9 0 1900750 0
[pid=7261/tid=7263] ppid=7259 vsize=7640048 CPUtime=1220.89 cores=5,7
/proc/7261/task/7263/stat : 7263 (java) R 7259 7261 6310 0 -1 4202560 38846 0 1 0 122083 6 0 0 23 0 19 0 466018772 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 46912505641852 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=7640048 CPUtime=0.38 cores=5,7
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6310 0 -1 4202560 13245 0 0 0 36 2 0 0 16 0 19 0 466018773 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=7640048 CPUtime=0.24 cores=5,7
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6310 0 -1 4202560 6812 0 0 0 23 1 0 0 15 0 19 0 466018773 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=7640048 CPUtime=0.19 cores=5,7
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6310 0 -1 4202560 1489 0 0 0 19 0 0 0 16 0 19 0 466018773 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=7640048 CPUtime=0.17 cores=5,7
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6310 0 -1 4202560 172 0 0 0 17 0 0 0 15 0 19 0 466018773 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=7640048 CPUtime=0.17 cores=5,7
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6310 0 -1 4202560 202 0 0 0 17 0 0 0 15 0 19 0 466018773 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=7640048 CPUtime=0.25 cores=5,7
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6310 0 -1 4202560 1636 0 0 0 25 0 0 0 15 0 19 0 466018773 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=7640048 CPUtime=0.14 cores=5,7
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6310 0 -1 4202560 1467 0 0 0 14 0 0 0 15 0 19 0 466018773 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=7640048 CPUtime=0.17 cores=5,7
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6310 0 -1 4202560 698 0 0 0 17 0 0 0 15 0 19 0 466018773 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=7640048 CPUtime=20.3 cores=5,7
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6310 0 -1 4202560 25942 0 0 0 2027 3 0 0 16 0 19 0 466018774 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 0 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6310 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7274/stat : 7274 (java) S 7259 7261 6310 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7275/stat : 7275 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624934321 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=7640048 CPUtime=0.38 cores=5,7
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6310 0 -1 4202560 2676 0 0 0 38 0 0 0 15 0 19 0 466018777 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=7640048 CPUtime=0.3 cores=5,7
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6310 0 -1 4202560 2735 0 0 0 30 0 0 0 15 0 19 0 466018777 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7278] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7278/stat : 7278 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7279] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7279/stat : 7279 (java) S 7259 7261 6310 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 466018777 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7280] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7280/stat : 7280 (java) S 7259 7261 6310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 466018905 7823409152 94042 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.66
Current children cumulated vsize (KiB) 7640048



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.98 3.66 3/222 7366
/proc/meminfo: memFree=13966216/32951124 swapFree=67111528/67111528
[pid=7261] ppid=7259 vsize=7640048 CPUtime=1301.38 cores=5,7
/proc/7261/stat : 7261 (java) S 7259 7261 6310 0 -1 4202496 97295 0 1 0 130124 14 0 0 23 0 19 0 466018771 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/7261/statm: 1910012 94187 2254 9 0 1900750 0
[pid=7261/tid=7263] ppid=7259 vsize=7640048 CPUtime=1278.33 cores=5,7
/proc/7261/task/7263/stat : 7263 (java) R 7259 7261 6310 0 -1 4202560 38847 0 1 0 127827 6 0 0 25 0 19 0 466018772 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 46912505719995 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=7640048 CPUtime=0.39 cores=5,7
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6310 0 -1 4202560 13247 0 0 0 37 2 0 0 15 0 19 0 466018773 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=7640048 CPUtime=0.24 cores=5,7
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6310 0 -1 4202560 6812 0 0 0 23 1 0 0 15 0 19 0 466018773 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=7640048 CPUtime=0.19 cores=5,7
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6310 0 -1 4202560 1489 0 0 0 19 0 0 0 15 0 19 0 466018773 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=7640048 CPUtime=0.2 cores=5,7
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6310 0 -1 4202560 174 0 0 0 20 0 0 0 15 0 19 0 466018773 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=7640048 CPUtime=0.17 cores=5,7
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6310 0 -1 4202560 202 0 0 0 17 0 0 0 15 0 19 0 466018773 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=7640048 CPUtime=0.25 cores=5,7
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6310 0 -1 4202560 1636 0 0 0 25 0 0 0 15 0 19 0 466018773 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=7640048 CPUtime=0.14 cores=5,7
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6310 0 -1 4202560 1467 0 0 0 14 0 0 0 15 0 19 0 466018773 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=7640048 CPUtime=0.17 cores=5,7
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6310 0 -1 4202560 698 0 0 0 17 0 0 0 15 0 19 0 466018773 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=7640048 CPUtime=20.54 cores=5,7
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6310 0 -1 4202560 26085 0 0 0 2051 3 0 0 15 0 19 0 466018774 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 0 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6310 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7274/stat : 7274 (java) S 7259 7261 6310 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 466018775 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7275/stat : 7275 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624934321 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=7640048 CPUtime=0.38 cores=5,7
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6310 0 -1 4202560 2676 0 0 0 38 0 0 0 15 0 19 0 466018777 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 5 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=7640048 CPUtime=0.3 cores=5,7
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6310 0 -1 4202560 2735 0 0 0 30 0 0 0 15 0 19 0 466018777 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7278] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7278/stat : 7278 (java) S 7259 7261 6310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 466018777 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624926617 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7279] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7279/stat : 7279 (java) S 7259 7261 6310 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 466018777 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
[pid=7261/tid=7280] ppid=7259 vsize=7640048 CPUtime=0 cores=5,7
/proc/7261/task/7280/stat : 7280 (java) S 7259 7261 6310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 466018905 7823409152 94187 33554432000 1073741824 1073778376 140736749193856 18446744073709551615 270624927232 0 4 0 16800975 18446604458600764608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.38
Current children cumulated vsize (KiB) 7640048

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.07
CPU time (s): 1301.49
CPU user time (s): 1301.32
CPU system time (s): 0.164974
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 7640236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.32
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97327
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= 28859
involuntary context switches= 6997

runsolver used 2.18167 second user time and 4.94025 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 09:36:18
IDJOB=3250378
IDBENCH=83251
IDSOLVER=1611
FILE ID=node108/3250378-1303544177
RUNJOBID= node108-1303544177-7167
PBS_JOBID= 13143130
Free space on /tmp= 71424 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.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-3250378-1303544177/watcher-3250378-1303544177 -o /tmp/evaluation-result-3250378-1303544177/solver-3250378-1303544177 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3250378-1303544177.cnf

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=302158364

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.77
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.820
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.82
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.820
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.820
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.820
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:      14374496 kB
Buffers:       2248700 kB
Cached:       15510092 kB
SwapCached:          0 kB
Active:       10039596 kB
Inactive:      7966512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14374496 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26304 kB
Writeback:           0 kB
AnonPages:      246660 kB
Mapped:          23308 kB
Slab:           506620 kB
PageTables:       6020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22050464 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= 71424 MiB
End job on node108 at 2011-04-23 09:58:00