Trace number 3250158

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
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 variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

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.07/0.09	c --- Begin Solver configuration ---
0.07/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.07/0.09	c Learn all clauses as in MiniSAT
0.07/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.09	c Expensive reason simplification
0.07/0.09	c Armin Biere (Picosat) restarts strategy
0.07/0.09	c Glucose learned constraints deletion strategy
0.07/0.09	c timeout=2147483647s
0.07/0.09	c DB Simplification allowed=true
0.07/0.09	c --- End Solver configuration ---
0.07/0.09	c solving HOME/instance-3250158-1303541024.cnf
0.07/0.09	c reading problem ... 
0.29/0.29	c ... done. Wall clock time 0.207s.
0.29/0.29	c #vars     2071
0.29/0.29	c #constraints  159039
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 159039
1.58/1.26	c cleaning 2497 clauses out of 5001 with flag 5001/5001
2.82/2.21	c cleaning 4252 clauses out of 8503 with flag 11000/11000
3.82/3.23	c cleaning 5621 clauses out of 11251 with flag 18000/18000
4.92/4.38	c cleaning 6807 clauses out of 13630 with flag 26000/26000
6.33/5.71	c cleaning 7904 clauses out of 15823 with flag 35000/35000
7.73/7.17	c cleaning 8956 clauses out of 17919 with flag 45000/45000
9.33/8.80	c cleaning 9978 clauses out of 19964 with flag 56001/56001
11.23/10.62	c cleaning 10984 clauses out of 21986 with flag 68001/68001
13.24/12.62	c cleaning 11998 clauses out of 24002 with flag 81001/81001
15.34/14.74	c cleaning 12999 clauses out of 26004 with flag 95001/95001
17.64/17.09	c cleaning 14002 clauses out of 28005 with flag 110001/110001
20.24/19.62	c cleaning 14997 clauses out of 30002 with flag 126000/126000
22.94/22.32	c cleaning 15995 clauses out of 32007 with flag 143002/143002
25.85/25.21	c cleaning 16998 clauses out of 34010 with flag 161000/161000
28.94/28.34	c cleaning 18000 clauses out of 36012 with flag 180000/180000
32.25/31.69	c cleaning 18993 clauses out of 38012 with flag 200000/200000
35.85/35.22	c cleaning 20000 clauses out of 40019 with flag 221000/221000
39.55/38.98	c cleaning 20997 clauses out of 42019 with flag 243000/243000
43.56/42.94	c cleaning 22006 clauses out of 44022 with flag 266000/266000
47.75/47.11	c cleaning 22998 clauses out of 46018 with flag 290002/290002
52.16/51.60	c cleaning 24007 clauses out of 48021 with flag 315003/315003
56.96/56.35	c cleaning 24996 clauses out of 50011 with flag 341000/341000
62.06/61.43	c cleaning 26006 clauses out of 52017 with flag 368002/368002
67.27/66.68	c cleaning 26998 clauses out of 54009 with flag 396000/396000
72.67/72.08	c cleaning 27997 clauses out of 56011 with flag 425000/425000
78.57/77.90	c cleaning 29002 clauses out of 58016 with flag 455002/455002
84.57/83.97	c cleaning 29996 clauses out of 60012 with flag 486000/486000
91.08/90.40	c cleaning 31007 clauses out of 62019 with flag 518003/518003
97.79/97.16	c cleaning 32002 clauses out of 64009 with flag 551000/551000
104.89/104.21	c cleaning 32999 clauses out of 66008 with flag 585001/585001
112.49/111.87	c cleaning 33995 clauses out of 68008 with flag 620000/620000
119.90/119.29	c cleaning 34995 clauses out of 70014 with flag 656001/656001
128.10/127.46	c cleaning 36002 clauses out of 72018 with flag 693000/693000
136.01/135.32	c cleaning 36995 clauses out of 74016 with flag 731000/731000
144.31/143.68	c cleaning 38003 clauses out of 76021 with flag 770000/770000
153.51/152.81	c cleaning 39000 clauses out of 78019 with flag 810001/810001
162.91/162.23	c cleaning 39996 clauses out of 80018 with flag 851000/851000
172.91/172.21	c cleaning 41005 clauses out of 82022 with flag 893000/893000
183.12/182.48	c cleaning 41998 clauses out of 84019 with flag 936002/936002
193.52/192.80	c cleaning 43005 clauses out of 86019 with flag 980000/980000
204.33/203.60	c cleaning 43998 clauses out of 88016 with flag 1025002/1025002
215.13/214.49	c cleaning 44994 clauses out of 90016 with flag 1071000/1071000
228.03/227.32	c cleaning 46010 clauses out of 92023 with flag 1118001/1118001
240.14/239.49	c cleaning 46998 clauses out of 94012 with flag 1166000/1166000
253.24/252.58	c cleaning 47996 clauses out of 96016 with flag 1215002/1215002
265.65/264.91	c cleaning 48999 clauses out of 98019 with flag 1265001/1265001
278.15/277.42	c cleaning 49999 clauses out of 100019 with flag 1316000/1316000
291.16/290.43	c cleaning 51005 clauses out of 102020 with flag 1368000/1368000
305.06/304.35	c cleaning 51995 clauses out of 104015 with flag 1421000/1421000
320.07/319.35	c cleaning 52998 clauses out of 106021 with flag 1475001/1475001
334.87/334.13	c cleaning 54008 clauses out of 108025 with flag 1530003/1530003
350.58/349.82	c cleaning 54981 clauses out of 110014 with flag 1586000/1586000
366.48/365.78	c cleaning 56012 clauses out of 112035 with flag 1643002/1643002
382.19/381.44	c cleaning 57002 clauses out of 114021 with flag 1701000/1701000
397.79/397.10	c cleaning 57993 clauses out of 116019 with flag 1760000/1760000
416.30/415.52	c cleaning 58998 clauses out of 118026 with flag 1820000/1820000
432.80/432.05	c cleaning 60011 clauses out of 120030 with flag 1881002/1881002
450.41/449.60	c cleaning 61005 clauses out of 122017 with flag 1943000/1943000
468.61/467.80	c cleaning 61991 clauses out of 124014 with flag 2006002/2006002
486.62/485.80	c cleaning 62997 clauses out of 126022 with flag 2070001/2070001
505.52/504.79	c cleaning 64001 clauses out of 128024 with flag 2135000/2135000
526.03/525.21	c cleaning 64999 clauses out of 130025 with flag 2201002/2201002
545.84/545.04	c cleaning 66000 clauses out of 132025 with flag 2268001/2268001
567.14/566.36	c cleaning 67003 clauses out of 134025 with flag 2336001/2336001
589.75/588.96	c cleaning 67990 clauses out of 136021 with flag 2405000/2405000
610.46/609.68	c cleaning 69006 clauses out of 138031 with flag 2475000/2475000
631.57/630.76	c cleaning 70005 clauses out of 140026 with flag 2546001/2546001
653.97/653.13	c cleaning 70995 clauses out of 142020 with flag 2618000/2618000
679.18/678.38	c cleaning 72006 clauses out of 144027 with flag 2691002/2691002
702.69/701.86	c cleaning 73003 clauses out of 146020 with flag 2765001/2765001
727.59/726.76	c cleaning 73999 clauses out of 148016 with flag 2840000/2840000
753.10/752.27	c cleaning 74993 clauses out of 150018 with flag 2916001/2916001
778.40/777.60	c cleaning 76000 clauses out of 152024 with flag 2993000/2993000
804.41/803.52	c cleaning 77004 clauses out of 154024 with flag 3071000/3071000
832.61/831.77	c cleaning 78000 clauses out of 156020 with flag 3150000/3150000
861.42/860.55	c cleaning 78999 clauses out of 158020 with flag 3230000/3230000
888.32/887.40	c cleaning 80000 clauses out of 160021 with flag 3311000/3311000
915.13/914.20	c cleaning 80999 clauses out of 162021 with flag 3393000/3393000
943.94/943.08	c cleaning 82007 clauses out of 164022 with flag 3476000/3476000
976.94/976.08	c cleaning 82997 clauses out of 166015 with flag 3560000/3560000
1007.65/1006.72	c cleaning 84008 clauses out of 168018 with flag 3645000/3645000
1037.46/1036.52	c cleaning 84993 clauses out of 170010 with flag 3731000/3731000
1069.86/1068.92	c cleaning 85989 clauses out of 172017 with flag 3818000/3818000
1104.07/1103.18	c cleaning 86993 clauses out of 174029 with flag 3906001/3906001
1139.88/1138.97	c cleaning 88011 clauses out of 176036 with flag 3995001/3995001
1171.59/1170.67	c cleaning 89004 clauses out of 178026 with flag 4085002/4085002
1206.90/1205.90	c cleaning 90000 clauses out of 180020 with flag 4176000/4176000
1242.21/1241.27	c cleaning 90993 clauses out of 182021 with flag 4268001/4268001
1277.51/1276.53	c cleaning 91999 clauses out of 184027 with flag 4361000/4361000
1301.02/1300.01	c starts		: 2058
1301.02/1300.01	c conflicts		: 4438636
1301.02/1300.01	c decisions		: 5041304
1301.02/1300.01	c propagations		: 528781071
1301.02/1300.01	c inspects		: 12047993920
1301.02/1300.01	c shortcuts		: 0
1301.02/1300.01	c learnt literals	: 0
1301.02/1300.01	c learnt binary clauses	: 0
1301.02/1300.01	c learnt ternary clauses	: 0
1301.02/1300.01	c learnt constraints	: 4438636
1301.02/1300.01	c ignored constraints	: 0
1301.02/1300.01	c root simplifications	: 2058
1301.02/1300.01	c removed literals (reason simplification)	: 93744359
1301.02/1300.01	c reason swapping (by a shorter reason)	: 0
1301.02/1300.01	c Calls to reduceDB	: 89
1301.02/1300.01	c speed (assignments/second)	: 406843.86269297503
1301.02/1300.01	c non guided choices	102
1301.02/1300.04	c learnt constraints type 
1301.02/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169683
1301.02/1300.04	c constraints type 
1301.02/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 159039
1301.02/1300.04	s UNKNOWN
1301.02/1300.04	c Total wall clock time (in seconds) : 1299.922

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-3250158-1303541024/watcher-3250158-1303541024 -o /tmp/evaluation-result-3250158-1303541024/solver-3250158-1303541024 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3250158-1303541024.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: 3.87 3.94 3.04 4/243 1212
/proc/meminfo: memFree=20186676/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=23028 CPUtime=0 cores=5,7
/proc/1212/stat : 1212 (java) R 1210 1212 709 0 -1 4202496 952 0 0 0 0 0 0 0 24 0 1 0 544333119 23580672 695 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224279963112 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1212/statm: 5757 696 512 9 0 124 0
[pid=1212/tid=1213] ppid=1210 vsize=31656 CPUtime=0 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 176 0 0 0 0 0 0 0 25 0 2 0 544333120 32415744 1007 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224279955078 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.082582 s]
/proc/loadavg: 3.87 3.94 3.04 4/243 1212
/proc/meminfo: memFree=20186676/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7569940 CPUtime=0.07 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 9584 0 1 0 6 1 0 0 24 0 18 0 544333119 7751618560 9280 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1892485 9280 1754 9 0 1883223 0
[pid=1212/tid=1213] ppid=1210 vsize=7569940 CPUtime=0.07 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 8409 0 1 0 6 1 0 0 25 0 18 0 544333120 7751618560 9280 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 47748150849741 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.100583 s]
/proc/loadavg: 3.87 3.94 3.04 4/243 1212
/proc/meminfo: memFree=20186676/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7636232 CPUtime=0.1 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 10579 0 1 0 9 1 0 0 24 0 18 0 544333119 7819501568 10275 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1909058 10275 2093 9 0 1899796 0
[pid=1212/tid=1213] ppid=1210 vsize=7636232 CPUtime=0.09 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 8758 0 1 0 8 1 0 0 25 0 18 0 544333120 7819501568 10276 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636232

[startup+0.300547 s]
/proc/loadavg: 3.87 3.94 3.04 4/243 1212
/proc/meminfo: memFree=20186676/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7637660 CPUtime=0.4 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 15253 0 1 0 38 2 0 0 24 0 18 0 544333119 7820963840 14813 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1909415 14813 2203 9 0 1900153 0
[pid=1212/tid=1213] ppid=1210 vsize=7637660 CPUtime=0.27 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 12660 0 1 0 26 1 0 0 25 0 18 0 544333120 7820963840 14813 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 46912505213624 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7637660

[startup+0.700487 s]
/proc/loadavg: 3.87 3.94 3.04 4/243 1212
/proc/meminfo: memFree=20186676/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7640840 CPUtime=1.04 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 17207 0 1 0 102 2 0 0 24 0 19 0 544333119 7824220160 16199 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1910210 16199 2223 9 0 1900948 0
[pid=1212/tid=1213] ppid=1210 vsize=7640840 CPUtime=0.67 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 12981 0 1 0 66 1 0 0 25 0 19 0 544333120 7824220160 16199 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 46912505666038 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 7640840

[startup+1.50132 s]
/proc/loadavg: 3.87 3.94 3.04 5/262 1231
/proc/meminfo: memFree=20128652/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7659232 CPUtime=2.1 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 31459 0 1 0 206 4 0 0 24 0 19 0 544333119 7843053568 28508 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1914808 28508 2253 9 0 1905546 0
[pid=1212/tid=1213] ppid=1210 vsize=7659232 CPUtime=1.38 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 13205 0 1 0 137 1 0 0 25 0 19 0 544333120 7843053568 28508 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 46912505666038 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1212/tid=1215] ppid=1210 vsize=7659232 CPUtime=0.01 cores=5,7
/proc/1212/task/1215/stat : 1215 (java) S 1210 1212 709 0 -1 4202560 2291 0 0 0 1 0 0 0 17 0 19 0 544333121 7843053568 28515 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1216] ppid=1210 vsize=7659232 CPUtime=0.01 cores=5,7
/proc/1212/task/1216/stat : 1216 (java) S 1210 1212 709 0 -1 4202560 1089 0 0 0 1 0 0 0 17 0 19 0 544333121 7843053568 28515 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1217] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1217/stat : 1217 (java) S 1210 1212 709 0 -1 4202560 294 0 0 0 0 0 0 0 17 0 19 0 544333121 7843053568 28515 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1218] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1218/stat : 1218 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544333121 7843053568 28515 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1219] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1219/stat : 1219 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544333121 7843053568 28515 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1220] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1220/stat : 1220 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544333121 7843053568 28515 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1221] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1221/stat : 1221 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 544333121 7843053568 28516 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1222] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1222/stat : 1222 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544333121 7843053568 28516 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1223] ppid=1210 vsize=7659232 CPUtime=0.05 cores=5,7
/proc/1212/task/1223/stat : 1223 (java) S 1210 1212 709 0 -1 4202560 3668 0 0 0 5 0 0 0 17 0 19 0 544333122 7843053568 28516 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 0 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1224] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1224/stat : 1224 (java) S 1210 1212 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 28516 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1225] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1225/stat : 1225 (java) S 1210 1212 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 28521 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1226] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1226/stat : 1226 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 28525 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296749489 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1227] ppid=1210 vsize=7659232 CPUtime=0.42 cores=5,7
/proc/1212/task/1227/stat : 1227 (java) R 1210 1212 709 0 -1 4202560 8127 0 0 0 41 1 0 0 19 0 19 0 544333125 7843053568 28525 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224284622603 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1212/tid=1228] ppid=1210 vsize=7659232 CPUtime=0.18 cores=5,7
/proc/1212/task/1228/stat : 1228 (java) S 1210 1212 709 0 -1 4202560 1645 0 0 0 18 0 0 0 18 0 19 0 544333125 7843053568 28525 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1229] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1229/stat : 1229 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 28525 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1230] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1230/stat : 1230 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544333125 7843053568 28525 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1231] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1231/stat : 1231 (java) S 1210 1212 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544333150 7843053568 28525 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 7659232

[startup+3.10108 s]
/proc/loadavg: 3.87 3.94 3.04 5/262 1231
/proc/meminfo: memFree=20079300/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7659232 CPUtime=3.71 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 31894 0 1 0 367 4 0 0 24 0 19 0 544333119 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1914808 28934 2255 9 0 1905546 0
[pid=1212/tid=1213] ppid=1210 vsize=7659232 CPUtime=2.92 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 13206 0 1 0 291 1 0 0 25 0 19 0 544333120 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 46912505697972 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1212/tid=1215] ppid=1210 vsize=7659232 CPUtime=0.01 cores=5,7
/proc/1212/task/1215/stat : 1215 (java) S 1210 1212 709 0 -1 4202560 2291 0 0 0 1 0 0 0 15 0 19 0 544333121 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1216] ppid=1210 vsize=7659232 CPUtime=0.01 cores=5,7
/proc/1212/task/1216/stat : 1216 (java) S 1210 1212 709 0 -1 4202560 1089 0 0 0 1 0 0 0 15 0 19 0 544333121 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1217] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1217/stat : 1217 (java) S 1210 1212 709 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1218] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1218/stat : 1218 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1219] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1219/stat : 1219 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1220] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1220/stat : 1220 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1221] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1221/stat : 1221 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1222] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1222/stat : 1222 (java) S 1210 1212 709 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1223] ppid=1210 vsize=7659232 CPUtime=0.09 cores=5,7
/proc/1212/task/1223/stat : 1223 (java) S 1210 1212 709 0 -1 4202560 3776 0 0 0 9 0 0 0 15 0 19 0 544333122 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 0 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1224] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1224/stat : 1224 (java) S 1210 1212 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1225] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1225/stat : 1225 (java) S 1210 1212 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1226] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1226/stat : 1226 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296749489 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1227] ppid=1210 vsize=7659232 CPUtime=0.43 cores=5,7
/proc/1212/task/1227/stat : 1227 (java) S 1210 1212 709 0 -1 4202560 8133 0 0 0 42 1 0 0 16 0 19 0 544333125 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1228] ppid=1210 vsize=7659232 CPUtime=0.19 cores=5,7
/proc/1212/task/1228/stat : 1228 (java) S 1210 1212 709 0 -1 4202560 1681 0 0 0 19 0 0 0 15 0 19 0 544333125 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1229] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1229/stat : 1229 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1230] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1230/stat : 1230 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544333125 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1231] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1231/stat : 1231 (java) S 1210 1212 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544333150 7843053568 28934 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 7659232

[startup+6.30155 s]
/proc/loadavg: 4.04 3.97 3.05 5/262 1231
/proc/meminfo: memFree=20075000/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7659232 CPUtime=6.93 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 32485 0 1 0 688 5 0 0 24 0 19 0 544333119 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1914808 29377 2255 9 0 1905546 0
[pid=1212/tid=1213] ppid=1210 vsize=7659232 CPUtime=5.95 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 13209 0 1 0 593 2 0 0 25 0 19 0 544333120 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 46912505610079 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1212/tid=1215] ppid=1210 vsize=7659232 CPUtime=0.02 cores=5,7
/proc/1212/task/1215/stat : 1215 (java) S 1210 1212 709 0 -1 4202560 2381 0 0 0 2 0 0 0 15 0 19 0 544333121 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1216] ppid=1210 vsize=7659232 CPUtime=0.01 cores=5,7
/proc/1212/task/1216/stat : 1216 (java) S 1210 1212 709 0 -1 4202560 1089 0 0 0 1 0 0 0 15 0 19 0 544333121 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1217] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1217/stat : 1217 (java) S 1210 1212 709 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1218] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1218/stat : 1218 (java) S 1210 1212 709 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1219] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1219/stat : 1219 (java) S 1210 1212 709 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1220] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1220/stat : 1220 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1221] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1221/stat : 1221 (java) S 1210 1212 709 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1222] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1222/stat : 1222 (java) S 1210 1212 709 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 19 0 544333121 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1223] ppid=1210 vsize=7659232 CPUtime=0.25 cores=5,7
/proc/1212/task/1223/stat : 1223 (java) S 1210 1212 709 0 -1 4202560 4208 0 0 0 25 0 0 0 16 0 19 0 544333122 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 0 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1224] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1224/stat : 1224 (java) S 1210 1212 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1225] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1225/stat : 1225 (java) S 1210 1212 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1226] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1226/stat : 1226 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296749489 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1227] ppid=1210 vsize=7659232 CPUtime=0.45 cores=5,7
/proc/1212/task/1227/stat : 1227 (java) S 1210 1212 709 0 -1 4202560 8136 0 0 0 44 1 0 0 15 0 19 0 544333125 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1228] ppid=1210 vsize=7659232 CPUtime=0.19 cores=5,7
/proc/1212/task/1228/stat : 1228 (java) S 1210 1212 709 0 -1 4202560 1681 0 0 0 19 0 0 0 15 0 19 0 544333125 7843053568 29377 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0

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

[pid=1212/tid=1220] ppid=1210 vsize=7659232 CPUtime=0.1 cores=5,7
/proc/1212/task/1220/stat : 1220 (java) S 1210 1212 709 0 -1 4202560 29 0 0 0 10 0 0 0 15 0 19 0 544333121 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1221] ppid=1210 vsize=7659232 CPUtime=0.07 cores=5,7
/proc/1212/task/1221/stat : 1221 (java) S 1210 1212 709 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 544333121 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1222] ppid=1210 vsize=7659232 CPUtime=0.09 cores=5,7
/proc/1212/task/1222/stat : 1222 (java) S 1210 1212 709 0 -1 4202560 578 0 0 0 9 0 0 0 15 0 19 0 544333121 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1223] ppid=1210 vsize=7659232 CPUtime=5.51 cores=5,7
/proc/1212/task/1223/stat : 1223 (java) S 1210 1212 709 0 -1 4202560 8642 0 0 0 550 1 0 0 15 0 19 0 544333122 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 0 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1224] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1224/stat : 1224 (java) S 1210 1212 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1225] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1225/stat : 1225 (java) S 1210 1212 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1226] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1226/stat : 1226 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296749489 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1227] ppid=1210 vsize=7659232 CPUtime=0.48 cores=5,7
/proc/1212/task/1227/stat : 1227 (java) S 1210 1212 709 0 -1 4202560 8140 0 0 0 47 1 0 0 15 0 19 0 544333125 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1228] ppid=1210 vsize=7659232 CPUtime=0.19 cores=5,7
/proc/1212/task/1228/stat : 1228 (java) S 1210 1212 709 0 -1 4202560 1681 0 0 0 19 0 0 0 15 0 19 0 544333125 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1229] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1229/stat : 1229 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1230] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1230/stat : 1230 (java) S 1210 1212 709 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 544333125 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1231] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1231/stat : 1231 (java) S 1210 1212 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544333150 7843053568 35630 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1123.28
Current children cumulated vsize (KiB) 7659232

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.72 5/262 1272
/proc/meminfo: memFree=19724436/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7659232 CPUtime=1183.3 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 39224 0 1 0 118323 7 0 0 24 0 19 0 544333119 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1914808 35901 2256 9 0 1905546 0
[pid=1212/tid=1213] ppid=1210 vsize=7659232 CPUtime=1176.08 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 13290 0 1 0 117606 2 0 0 25 0 19 0 544333120 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 46912505666038 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1212/tid=1215] ppid=1210 vsize=7659232 CPUtime=0.13 cores=5,7
/proc/1212/task/1215/stat : 1215 (java) S 1210 1212 709 0 -1 4202560 2584 0 0 0 13 0 0 0 15 0 19 0 544333121 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1216] ppid=1210 vsize=7659232 CPUtime=0.13 cores=5,7
/proc/1212/task/1216/stat : 1216 (java) S 1210 1212 709 0 -1 4202560 1842 0 0 0 13 0 0 0 16 0 19 0 544333121 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1217] ppid=1210 vsize=7659232 CPUtime=0.08 cores=5,7
/proc/1212/task/1217/stat : 1217 (java) S 1210 1212 709 0 -1 4202560 461 0 0 0 8 0 0 0 15 0 19 0 544333121 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1218] ppid=1210 vsize=7659232 CPUtime=0.08 cores=5,7
/proc/1212/task/1218/stat : 1218 (java) S 1210 1212 709 0 -1 4202560 14 0 0 0 8 0 0 0 16 0 19 0 544333121 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1219] ppid=1210 vsize=7659232 CPUtime=0.1 cores=5,7
/proc/1212/task/1219/stat : 1219 (java) S 1210 1212 709 0 -1 4202560 459 0 0 0 10 0 0 0 16 0 19 0 544333121 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1220] ppid=1210 vsize=7659232 CPUtime=0.11 cores=5,7
/proc/1212/task/1220/stat : 1220 (java) S 1210 1212 709 0 -1 4202560 30 0 0 0 11 0 0 0 15 0 19 0 544333121 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1221] ppid=1210 vsize=7659232 CPUtime=0.07 cores=5,7
/proc/1212/task/1221/stat : 1221 (java) S 1210 1212 709 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 544333121 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1222] ppid=1210 vsize=7659232 CPUtime=0.09 cores=5,7
/proc/1212/task/1222/stat : 1222 (java) S 1210 1212 709 0 -1 4202560 578 0 0 0 9 0 0 0 15 0 19 0 544333121 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1223] ppid=1210 vsize=7659232 CPUtime=5.66 cores=5,7
/proc/1212/task/1223/stat : 1223 (java) S 1210 1212 709 0 -1 4202560 8913 0 0 0 565 1 0 0 15 0 19 0 544333122 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 0 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1224] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1224/stat : 1224 (java) S 1210 1212 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1225] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1225/stat : 1225 (java) S 1210 1212 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1226] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1226/stat : 1226 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296749489 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1227] ppid=1210 vsize=7659232 CPUtime=0.48 cores=5,7
/proc/1212/task/1227/stat : 1227 (java) S 1210 1212 709 0 -1 4202560 8140 0 0 0 47 1 0 0 15 0 19 0 544333125 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1228] ppid=1210 vsize=7659232 CPUtime=0.19 cores=5,7
/proc/1212/task/1228/stat : 1228 (java) S 1210 1212 709 0 -1 4202560 1681 0 0 0 19 0 0 0 15 0 19 0 544333125 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1229] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1229/stat : 1229 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1230] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1230/stat : 1230 (java) S 1210 1212 709 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 544333125 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1231] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1231/stat : 1231 (java) S 1210 1212 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544333150 7843053568 35901 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.3
Current children cumulated vsize (KiB) 7659232

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.73 5/262 1274
/proc/meminfo: memFree=19721800/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7659232 CPUtime=1243.31 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 39343 0 1 0 124324 7 0 0 24 0 19 0 544333119 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1914808 36010 2256 9 0 1905546 0
[pid=1212/tid=1213] ppid=1210 vsize=7659232 CPUtime=1235.89 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 13292 0 1 0 123587 2 0 0 25 0 19 0 544333120 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 46912505666038 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1212/tid=1215] ppid=1210 vsize=7659232 CPUtime=0.13 cores=5,7
/proc/1212/task/1215/stat : 1215 (java) S 1210 1212 709 0 -1 4202560 2584 0 0 0 13 0 0 0 15 0 19 0 544333121 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1216] ppid=1210 vsize=7659232 CPUtime=0.14 cores=5,7
/proc/1212/task/1216/stat : 1216 (java) S 1210 1212 709 0 -1 4202560 1842 0 0 0 14 0 0 0 15 0 19 0 544333121 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1217] ppid=1210 vsize=7659232 CPUtime=0.09 cores=5,7
/proc/1212/task/1217/stat : 1217 (java) S 1210 1212 709 0 -1 4202560 464 0 0 0 9 0 0 0 16 0 19 0 544333121 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1218] ppid=1210 vsize=7659232 CPUtime=0.08 cores=5,7
/proc/1212/task/1218/stat : 1218 (java) S 1210 1212 709 0 -1 4202560 14 0 0 0 8 0 0 0 15 0 19 0 544333121 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1219] ppid=1210 vsize=7659232 CPUtime=0.1 cores=5,7
/proc/1212/task/1219/stat : 1219 (java) S 1210 1212 709 0 -1 4202560 459 0 0 0 10 0 0 0 15 0 19 0 544333121 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1220] ppid=1210 vsize=7659232 CPUtime=0.11 cores=5,7
/proc/1212/task/1220/stat : 1220 (java) S 1210 1212 709 0 -1 4202560 30 0 0 0 11 0 0 0 15 0 19 0 544333121 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1221] ppid=1210 vsize=7659232 CPUtime=0.07 cores=5,7
/proc/1212/task/1221/stat : 1221 (java) S 1210 1212 709 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 544333121 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1222] ppid=1210 vsize=7659232 CPUtime=0.09 cores=5,7
/proc/1212/task/1222/stat : 1222 (java) S 1210 1212 709 0 -1 4202560 578 0 0 0 9 0 0 0 15 0 19 0 544333121 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1223] ppid=1210 vsize=7659232 CPUtime=5.84 cores=5,7
/proc/1212/task/1223/stat : 1223 (java) S 1210 1212 709 0 -1 4202560 9023 0 0 0 583 1 0 0 16 0 19 0 544333122 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 0 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1224] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1224/stat : 1224 (java) S 1210 1212 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1225] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1225/stat : 1225 (java) S 1210 1212 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1226] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1226/stat : 1226 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296749489 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1227] ppid=1210 vsize=7659232 CPUtime=0.48 cores=5,7
/proc/1212/task/1227/stat : 1227 (java) S 1210 1212 709 0 -1 4202560 8140 0 0 0 47 1 0 0 15 0 19 0 544333125 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1228] ppid=1210 vsize=7659232 CPUtime=0.19 cores=5,7
/proc/1212/task/1228/stat : 1228 (java) S 1210 1212 709 0 -1 4202560 1681 0 0 0 19 0 0 0 15 0 19 0 544333125 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1229] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1229/stat : 1229 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1230] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1230/stat : 1230 (java) S 1210 1212 709 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 544333125 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1231] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1231/stat : 1231 (java) S 1210 1212 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544333150 7843053568 36010 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.31
Current children cumulated vsize (KiB) 7659232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.72 3.69 3.64 3/190 1334
/proc/meminfo: memFree=20408780/32951124 swapFree=67110396/67111528
[pid=1212] ppid=1210 vsize=7659232 CPUtime=1301.02 cores=5,7
/proc/1212/stat : 1212 (java) S 1210 1212 709 0 -1 4202496 39377 0 1 0 130095 7 0 0 24 0 19 0 544333119 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1212/statm: 1914808 36037 2256 9 0 1905546 0
[pid=1212/tid=1213] ppid=1210 vsize=7659232 CPUtime=1293.52 cores=5,7
/proc/1212/task/1213/stat : 1213 (java) R 1210 1212 709 0 -1 4202560 13293 0 1 0 129350 2 0 0 25 0 19 0 544333120 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 46912505166996 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1212/tid=1215] ppid=1210 vsize=7659232 CPUtime=0.13 cores=5,7
/proc/1212/task/1215/stat : 1215 (java) S 1210 1212 709 0 -1 4202560 2584 0 0 0 13 0 0 0 15 0 19 0 544333121 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1216] ppid=1210 vsize=7659232 CPUtime=0.14 cores=5,7
/proc/1212/task/1216/stat : 1216 (java) S 1210 1212 709 0 -1 4202560 1842 0 0 0 14 0 0 0 15 0 19 0 544333121 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1217] ppid=1210 vsize=7659232 CPUtime=0.1 cores=5,7
/proc/1212/task/1217/stat : 1217 (java) S 1210 1212 709 0 -1 4202560 464 0 0 0 10 0 0 0 15 0 19 0 544333121 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1218] ppid=1210 vsize=7659232 CPUtime=0.08 cores=5,7
/proc/1212/task/1218/stat : 1218 (java) S 1210 1212 709 0 -1 4202560 14 0 0 0 8 0 0 0 15 0 19 0 544333121 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1219] ppid=1210 vsize=7659232 CPUtime=0.1 cores=5,7
/proc/1212/task/1219/stat : 1219 (java) S 1210 1212 709 0 -1 4202560 459 0 0 0 10 0 0 0 15 0 19 0 544333121 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1220] ppid=1210 vsize=7659232 CPUtime=0.12 cores=5,7
/proc/1212/task/1220/stat : 1220 (java) S 1210 1212 709 0 -1 4202560 30 0 0 0 12 0 0 0 15 0 19 0 544333121 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1221] ppid=1210 vsize=7659232 CPUtime=0.07 cores=5,7
/proc/1212/task/1221/stat : 1221 (java) S 1210 1212 709 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 544333121 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1222] ppid=1210 vsize=7659232 CPUtime=0.09 cores=5,7
/proc/1212/task/1222/stat : 1222 (java) S 1210 1212 709 0 -1 4202560 578 0 0 0 9 0 0 0 16 0 19 0 544333121 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1223] ppid=1210 vsize=7659232 CPUtime=5.91 cores=5,7
/proc/1212/task/1223/stat : 1223 (java) S 1210 1212 709 0 -1 4202560 9052 0 0 0 590 1 0 0 15 0 19 0 544333122 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 0 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1224] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1224/stat : 1224 (java) S 1210 1212 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1225] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1225/stat : 1225 (java) S 1210 1212 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544333123 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1226] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1226/stat : 1226 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296749489 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1227] ppid=1210 vsize=7659232 CPUtime=0.48 cores=5,7
/proc/1212/task/1227/stat : 1227 (java) S 1210 1212 709 0 -1 4202560 8140 0 0 0 47 1 0 0 15 0 19 0 544333125 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1228] ppid=1210 vsize=7659232 CPUtime=0.19 cores=5,7
/proc/1212/task/1228/stat : 1228 (java) S 1210 1212 709 0 -1 4202560 1681 0 0 0 19 0 0 0 15 0 19 0 544333125 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1229] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1229/stat : 1229 (java) S 1210 1212 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544333125 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296741785 0 4 0 16800975 18446604471124580224 0 0 -1 5 0 0 0
[pid=1212/tid=1230] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1230/stat : 1230 (java) S 1210 1212 709 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 544333125 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
[pid=1212/tid=1231] ppid=1210 vsize=7659232 CPUtime=0 cores=5,7
/proc/1212/task/1231/stat : 1231 (java) S 1210 1212 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544333150 7843053568 36037 33554432000 1073741824 1073778376 140734256641072 18446744073709551615 224296742400 0 4 0 16800975 18446604471124580224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.02
Current children cumulated vsize (KiB) 7659232

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.1
CPU user time (s): 1301.01
CPU system time (s): 0.084987
CPU usage (%): 100.08
Max. virtual memory (cumulated for all children) (KiB): 7659232

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

runsolver used 2.12168 second user time and 5.05923 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-23 08:43:45
IDJOB=3250158
IDBENCH=83245
IDSOLVER=1611
FILE ID=node118/3250158-1303541024
RUNJOBID= node118-1303539684-730
PBS_JOBID= 13143120
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=1017014190

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20186956 kB
Buffers:       1854956 kB
Cached:        9973404 kB
SwapCached:        600 kB
Active:        8800312 kB
Inactive:      3441720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20186956 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            2448 kB
Writeback:           0 kB
AnonPages:      412888 kB
Mapped:          23480 kB
Slab:           457880 kB
PageTables:       6428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22054604 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= 71744 MiB
End job on node118 at 2011-04-23 09:05:27