Trace number 3262920

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) 1302.24 1300.05

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
MD5SUMc06088cac8521bfe72bbb4c9ad8d39fb
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 variables780
Number of clauses66810
Sum of the clauses size134348
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 266784
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c no version file found!!!
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		6997539544
0.04/0.07	c Max memory 		7034241024
0.04/0.07	c Total memory 		7034241024
0.04/0.07	c Number of processors 	8
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483647s
0.04/0.09	c DB Simplification allowed=true
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-3262920-1303559996.cnf
0.04/0.09	c reading problem ... 
0.28/0.22	c ... done. Wall clock time 0.115s.
0.28/0.22	c #vars     780
0.28/0.22	c #constraints  66810
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.28/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66784
1.28/0.96	c cleaning 2500 clauses out of 5003 with flag 5003/5003
2.31/1.74	c cleaning 4245 clauses out of 8500 with flag 11000/11000
3.22/2.69	c cleaning 5628 clauses out of 11256 with flag 18001/18001
4.43/3.81	c cleaning 6807 clauses out of 13628 with flag 26001/26001
5.94/5.27	c cleaning 7908 clauses out of 15820 with flag 35000/35000
7.84/6.96	c cleaning 8955 clauses out of 17913 with flag 45001/45001
9.94/8.77	c cleaning 9976 clauses out of 19957 with flag 56000/56000
12.14/10.95	c cleaning 10980 clauses out of 21981 with flag 68000/68000
14.83/13.26	c cleaning 11997 clauses out of 24001 with flag 81000/81000
17.53/15.91	c cleaning 12994 clauses out of 26004 with flag 95000/95000
20.48/18.87	c cleaning 13996 clauses out of 28010 with flag 110000/110000
23.69/22.04	c cleaning 14991 clauses out of 30014 with flag 126000/126000
27.18/25.59	c cleaning 15997 clauses out of 32023 with flag 143000/143000
31.19/29.51	c cleaning 17013 clauses out of 34027 with flag 161001/161001
35.70/34.04	c cleaning 18004 clauses out of 36014 with flag 180001/180001
40.29/38.67	c cleaning 18996 clauses out of 38010 with flag 200001/200001
45.40/43.71	c cleaning 19993 clauses out of 40013 with flag 221000/221000
50.80/49.13	c cleaning 21005 clauses out of 42021 with flag 243001/243001
56.61/54.92	c cleaning 22002 clauses out of 44017 with flag 266002/266002
62.71/61.06	c cleaning 22981 clauses out of 46015 with flag 290002/290002
69.42/67.72	c cleaning 23995 clauses out of 48032 with flag 315000/315000
76.73/75.02	c cleaning 25010 clauses out of 50038 with flag 341001/341001
84.44/82.75	c cleaning 26001 clauses out of 52027 with flag 368000/368000
92.44/90.74	c cleaning 27009 clauses out of 54027 with flag 396001/396001
100.94/99.28	c cleaning 27985 clauses out of 56017 with flag 425000/425000
110.35/108.61	c cleaning 29000 clauses out of 58032 with flag 455000/455000
119.46/117.76	c cleaning 30006 clauses out of 60032 with flag 486000/486000
129.96/128.26	c cleaning 31011 clauses out of 62027 with flag 518001/518001
141.56/139.82	c cleaning 31997 clauses out of 64015 with flag 551000/551000
153.07/151.36	c cleaning 32975 clauses out of 66018 with flag 585000/585000
165.68/163.95	c cleaning 34017 clauses out of 68043 with flag 620000/620000
178.38/176.67	c cleaning 35004 clauses out of 70028 with flag 656002/656002
192.59/190.81	c cleaning 36009 clauses out of 72022 with flag 693000/693000
206.89/205.18	c cleaning 37003 clauses out of 74013 with flag 731000/731000
222.00/220.20	c cleaning 37994 clauses out of 76010 with flag 770000/770000
237.71/235.95	c cleaning 38994 clauses out of 78016 with flag 810000/810000
254.72/252.98	c cleaning 40001 clauses out of 80022 with flag 851000/851000
271.83/270.03	c cleaning 40992 clauses out of 82021 with flag 893000/893000
290.43/288.68	c cleaning 42007 clauses out of 84029 with flag 936000/936000
308.84/307.02	c cleaning 43008 clauses out of 86023 with flag 980001/980001
329.75/327.97	c cleaning 43995 clauses out of 88014 with flag 1025000/1025000
349.46/347.64	c cleaning 44996 clauses out of 90021 with flag 1071002/1071002
371.66/369.87	c cleaning 46003 clauses out of 92024 with flag 1118001/1118001
392.17/390.32	c cleaning 47001 clauses out of 94020 with flag 1166000/1166000
414.68/412.81	c cleaning 48003 clauses out of 96019 with flag 1215000/1215000
437.19/435.38	c cleaning 49001 clauses out of 98016 with flag 1265000/1265000
460.39/458.55	c cleaning 50005 clauses out of 100015 with flag 1316000/1316000
486.61/484.71	c cleaning 50994 clauses out of 102010 with flag 1368000/1368000
511.52/509.66	c cleaning 51990 clauses out of 104016 with flag 1421000/1421000
536.93/535.02	c cleaning 52987 clauses out of 106026 with flag 1475000/1475000
565.24/563.31	c cleaning 54007 clauses out of 108039 with flag 1530000/1530000
592.84/590.96	c cleaning 55017 clauses out of 110040 with flag 1586008/1586008
621.86/619.95	c cleaning 55996 clauses out of 112015 with flag 1643000/1643000
652.97/651.08	c cleaning 56991 clauses out of 114019 with flag 1701000/1701000
684.87/682.99	c cleaning 58004 clauses out of 116030 with flag 1760002/1760002
719.68/717.73	c cleaning 58987 clauses out of 118025 with flag 1820001/1820001
754.49/752.51	c cleaning 60010 clauses out of 120040 with flag 1881003/1881003
787.40/785.44	c cleaning 61008 clauses out of 122027 with flag 1943000/1943000
825.51/823.54	c cleaning 61997 clauses out of 124019 with flag 2006000/2006000
859.83/857.81	c cleaning 61571 clauses out of 123170 with flag 2070003/2070003
897.14/895.14	c cleaning 63288 clauses out of 126596 with flag 2135000/2135000
936.75/934.79	c cleaning 64639 clauses out of 129308 with flag 2201000/2201000
977.16/975.12	c cleaning 65825 clauses out of 131670 with flag 2268001/2268001
1016.16/1014.18	c cleaning 66409 clauses out of 132847 with flag 2335003/2335003
1059.87/1057.87	c cleaning 66704 clauses out of 133435 with flag 2402000/2402000
1101.88/1099.81	c cleaning 66855 clauses out of 133732 with flag 2469001/2469001
1140.89/1138.86	c cleaning 66927 clauses out of 133876 with flag 2536000/2536000
1178.70/1176.64	c cleaning 66962 clauses out of 133949 with flag 2603000/2603000
1218.11/1216.09	c cleaning 66987 clauses out of 133987 with flag 2670000/2670000
1257.82/1255.71	c cleaning 66992 clauses out of 134000 with flag 2737000/2737000
1297.13/1295.02	c cleaning 66990 clauses out of 134008 with flag 2804000/2804000
1302.16/1300.01	c starts		: 1761
1302.16/1300.01	c conflicts		: 2815292
1302.16/1300.01	c decisions		: 3345265
1302.16/1300.01	c propagations		: 165966058
1302.16/1300.01	c inspects		: 15175160059
1302.16/1300.01	c shortcuts		: 0
1302.16/1300.01	c learnt literals	: 1
1302.16/1300.01	c learnt binary clauses	: 56
1302.16/1300.01	c learnt ternary clauses	: 398
1302.16/1300.01	c learnt constraints	: 2815291
1302.16/1300.01	c ignored constraints	: 0
1302.16/1300.01	c root simplifications	: 1762
1302.16/1300.01	c removed literals (reason simplification)	: 140918905
1302.16/1300.01	c reason swapping (by a shorter reason)	: 0
1302.16/1300.01	c Calls to reduceDB	: 71
1302.16/1300.01	c speed (assignments/second)	: 127685.06964105468
1302.16/1300.01	c non guided choices	16
1302.16/1300.04	c learnt constraints type 
1302.16/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
1302.16/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78280
1302.16/1300.04	c constraints type 
1302.16/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
1302.16/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66784
1302.16/1300.04	s UNKNOWN
1302.16/1300.04	c Total wall clock time (in seconds) : 1299.923

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262920-1303559996/watcher-3262920-1303559996 -o /tmp/evaluation-result-3262920-1303559996/solver-3262920-1303559996 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3262920-1303559996.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.16 2.66 3.43 5/196 27016
/proc/meminfo: memFree=19889252/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=30528 CPUtime=0 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 1247 0 0 0 0 0 0 0 22 0 2 0 448415708 31260672 966 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 7632 966 739 9 0 383 0
[pid=27016/tid=27017] ppid=27014 vsize=30536 CPUtime=0 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 133 0 0 0 0 0 0 0 24 0 2 0 448415709 31268864 967 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118600388 0 0 4096 2048 0 0 0 -1 5 0 0 0

[startup+0.0498759 s]
/proc/loadavg: 1.16 2.66 3.43 5/196 27016
/proc/meminfo: memFree=19889252/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7564488 CPUtime=0.04 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 8988 0 1 0 3 1 0 0 22 0 13 0 448415708 7746035712 8684 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1891122 8684 1687 9 0 1881870 0
[pid=27016/tid=27017] ppid=27014 vsize=7564488 CPUtime=0.03 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 7840 0 1 0 3 0 0 0 25 0 13 0 448415709 7746035712 8684 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255106764645 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.100867 s]
/proc/loadavg: 1.16 2.66 3.43 5/196 27016
/proc/meminfo: memFree=19889252/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7569940 CPUtime=0.09 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 9830 0 1 0 8 1 0 0 22 0 18 0 448415708 7751618560 9526 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1892485 9526 1757 9 0 1883223 0
[pid=27016/tid=27017] ppid=27014 vsize=7569940 CPUtime=0.09 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 8655 0 1 0 8 1 0 0 25 0 18 0 448415709 7751618560 9526 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 46922188523144 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.300786 s]
/proc/loadavg: 1.16 2.66 3.43 5/196 27016
/proc/meminfo: memFree=19889252/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7578112 CPUtime=0.47 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 13991 0 1 0 46 1 0 0 22 0 19 0 448415708 7759986688 12768 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1894528 12768 2210 9 0 1885266 0
[pid=27016/tid=27017] ppid=27014 vsize=7578112 CPUtime=0.28 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 9803 0 1 0 27 1 0 0 19 0 19 0 448415709 7759986688 12768 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 46912505216612 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7578112

[startup+0.700751 s]
/proc/loadavg: 1.16 2.66 3.43 5/196 27016
/proc/meminfo: memFree=19889252/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7578112 CPUtime=1.06 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 14590 0 1 0 104 2 0 0 22 0 19 0 448415708 7759986688 13367 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1894528 13367 2219 9 0 1885266 0
[pid=27016/tid=27017] ppid=27014 vsize=7578112 CPUtime=0.68 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 10288 0 1 0 67 1 0 0 19 0 19 0 448415709 7759986688 13367 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 46922192161619 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7578112

[startup+1.50061 s]
/proc/loadavg: 1.16 2.66 3.43 8/239 27068
/proc/meminfo: memFree=19744848/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7664356 CPUtime=2.08 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 24239 0 1 0 205 3 0 0 22 0 19 0 448415708 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1916089 21076 2252 9 0 1906827 0
[pid=27016/tid=27017] ppid=27014 vsize=7664356 CPUtime=1.45 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 10589 0 1 0 144 1 0 0 20 0 19 0 448415709 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 46912505609939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27016/tid=27020] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27020/stat : 27020 (java) S 27014 27016 26627 0 -1 4202560 170 0 0 0 0 0 0 0 17 0 19 0 448415710 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27021] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27021/stat : 27021 (java) S 27014 27016 26627 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 448415710 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27022] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27022/stat : 27022 (java) S 27014 27016 26627 0 -1 4202560 657 0 0 0 0 0 0 0 17 0 19 0 448415710 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27023] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27023/stat : 27023 (java) S 27014 27016 26627 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 448415710 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27024] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27024/stat : 27024 (java) S 27014 27016 26627 0 -1 4202560 250 0 0 0 0 0 0 0 17 0 19 0 448415710 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27025] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27025/stat : 27025 (java) S 27014 27016 26627 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 448415710 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27026] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27026/stat : 27026 (java) S 27014 27016 26627 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 448415710 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27027] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27027/stat : 27027 (java) S 27014 27016 26627 0 -1 4202560 246 0 0 0 0 0 0 0 18 0 19 0 448415710 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27028] ppid=27014 vsize=7664356 CPUtime=0.02 cores=5,7
/proc/27016/task/27028/stat : 27028 (java) S 27014 27016 26627 0 -1 4202560 1345 0 0 0 2 0 0 0 17 0 19 0 448415711 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 0 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27029] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27029/stat : 27029 (java) S 27014 27016 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415712 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27030] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27030/stat : 27030 (java) S 27014 27016 26627 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 448415712 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27031] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27031/stat : 27031 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118592433 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27032] ppid=27014 vsize=7664356 CPUtime=0.24 cores=5,7
/proc/27016/task/27032/stat : 27032 (java) S 27014 27016 26627 0 -1 4202560 2468 0 0 0 24 0 0 0 21 0 19 0 448415714 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27033] ppid=27014 vsize=7664356 CPUtime=0.33 cores=5,7
/proc/27016/task/27033/stat : 27033 (java) S 27014 27016 26627 0 -1 4202560 7341 0 0 0 33 0 0 0 21 0 19 0 448415714 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27034] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27034/stat : 27034 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27035] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27035/stat : 27035 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 448415714 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27036] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27036/stat : 27036 (java) S 27014 27016 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415729 7848300544 21076 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 7664356

[startup+3.10133 s]
/proc/loadavg: 1.86 2.78 3.47 5/262 27092
/proc/meminfo: memFree=19597352/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7664356 CPUtime=3.73 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 25580 0 1 0 370 3 0 0 22 0 19 0 448415708 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1916089 22415 2254 9 0 1906827 0
[pid=27016/tid=27017] ppid=27014 vsize=7664356 CPUtime=3 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 10590 0 1 0 299 1 0 0 25 0 19 0 448415709 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 46912505609230 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27016/tid=27020] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27020/stat : 27020 (java) S 27014 27016 26627 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 448415710 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27021] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27021/stat : 27021 (java) S 27014 27016 26627 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 19 0 448415710 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27022] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27022/stat : 27022 (java) S 27014 27016 26627 0 -1 4202560 665 0 0 0 0 0 0 0 15 0 19 0 448415710 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27023] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27023/stat : 27023 (java) S 27014 27016 26627 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 19 0 448415710 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27024] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27024/stat : 27024 (java) S 27014 27016 26627 0 -1 4202560 250 0 0 0 0 0 0 0 15 0 19 0 448415710 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27025] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27025/stat : 27025 (java) S 27014 27016 26627 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 448415710 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27026] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27026/stat : 27026 (java) S 27014 27016 26627 0 -1 4202560 113 0 0 0 0 0 0 0 16 0 19 0 448415710 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27027] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27027/stat : 27027 (java) S 27014 27016 26627 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 19 0 448415710 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27028] ppid=27014 vsize=7664356 CPUtime=0.06 cores=5,7
/proc/27016/task/27028/stat : 27028 (java) S 27014 27016 26627 0 -1 4202560 1955 0 0 0 6 0 0 0 16 0 19 0 448415711 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 0 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27029] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27029/stat : 27029 (java) S 27014 27016 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415712 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27030] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27030/stat : 27030 (java) S 27014 27016 26627 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 448415712 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27031] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27031/stat : 27031 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118592433 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27032] ppid=27014 vsize=7664356 CPUtime=0.27 cores=5,7
/proc/27016/task/27032/stat : 27032 (java) S 27014 27016 26627 0 -1 4202560 2471 0 0 0 27 0 0 0 15 0 19 0 448415714 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27033] ppid=27014 vsize=7664356 CPUtime=0.34 cores=5,7
/proc/27016/task/27033/stat : 27033 (java) S 27014 27016 26627 0 -1 4202560 7341 0 0 0 34 0 0 0 15 0 19 0 448415714 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27034] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27034/stat : 27034 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27035] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27035/stat : 27035 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 448415714 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27036] ppid=27014 vsize=7664356 CPUtime=0 cores=5,7
/proc/27016/task/27036/stat : 27036 (java) S 27014 27016 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415729 7848300544 22415 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 7664356

[startup+6.30077 s]
/proc/loadavg: 1.86 2.78 3.47 6/262 27092
/proc/meminfo: memFree=19582032/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7664512 CPUtime=7.23 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 26404 0 1 0 720 3 0 0 22 0 19 0 448415708 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1916128 23234 2255 9 0 1906866 0
[pid=27016/tid=27017] ppid=27014 vsize=7664512 CPUtime=6.13 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 10594 0 1 0 612 1 0 0 25 0 19 0 448415709 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 46912505631901 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27016/tid=27020] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27020/stat : 27020 (java) S 27014 27016 26627 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 19 0 448415710 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27021] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27021/stat : 27021 (java) S 27014 27016 26627 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 19 0 448415710 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27022] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27022/stat : 27022 (java) S 27014 27016 26627 0 -1 4202560 665 0 0 0 0 0 0 0 15 0 19 0 448415710 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27023] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27023/stat : 27023 (java) S 27014 27016 26627 0 -1 4202560 249 0 0 0 0 0 0 0 16 0 19 0 448415710 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27024] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27024/stat : 27024 (java) S 27014 27016 26627 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 19 0 448415710 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27025] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27025/stat : 27025 (java) S 27014 27016 26627 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 448415710 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27026] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27026/stat : 27026 (java) S 27014 27016 26627 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 448415710 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27027] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27027/stat : 27027 (java) S 27014 27016 26627 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 19 0 448415710 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27028] ppid=27014 vsize=7664512 CPUtime=0.11 cores=5,7
/proc/27016/task/27028/stat : 27028 (java) S 27014 27016 26627 0 -1 4202560 2114 0 0 0 11 0 0 0 16 0 19 0 448415711 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 0 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27029] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27029/stat : 27029 (java) S 27014 27016 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27030] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27030/stat : 27030 (java) S 27014 27016 26627 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27031] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27031/stat : 27031 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118592433 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27032] ppid=27014 vsize=7664512 CPUtime=0.32 cores=5,7
/proc/27016/task/27032/stat : 27032 (java) S 27014 27016 26627 0 -1 4202560 2505 0 0 0 32 0 0 0 15 0 19 0 448415714 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27033] ppid=27014 vsize=7664512 CPUtime=0.6 cores=5,7
/proc/27016/task/27033/stat : 27033 (java) S 27014 27016 26627 0 -1 4202560 7880 0 0 0 60 0 0 0 16 0 19 0 448415714 7848460288 23234 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0

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

[pid=27016/tid=27025] ppid=27014 vsize=7664512 CPUtime=0.12 cores=5,7
/proc/27016/task/27025/stat : 27025 (java) S 27014 27016 26627 0 -1 4202560 1264 0 0 0 12 0 0 0 16 0 19 0 448415710 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27026] ppid=27014 vsize=7664512 CPUtime=0.08 cores=5,7
/proc/27016/task/27026/stat : 27026 (java) S 27014 27016 26627 0 -1 4202560 859 0 0 0 8 0 0 0 15 0 19 0 448415710 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27027] ppid=27014 vsize=7664512 CPUtime=0.09 cores=5,7
/proc/27016/task/27027/stat : 27027 (java) S 27014 27016 26627 0 -1 4202560 352 0 0 0 9 0 0 0 15 0 19 0 448415710 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27028] ppid=27014 vsize=7664512 CPUtime=2.73 cores=5,7
/proc/27016/task/27028/stat : 27028 (java) S 27014 27016 26627 0 -1 4202560 10073 0 0 0 271 2 0 0 15 0 19 0 448415711 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 0 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27029] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27029/stat : 27029 (java) S 27014 27016 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27030] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27030/stat : 27030 (java) S 27014 27016 26627 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27031] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27031/stat : 27031 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118592433 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27032] ppid=27014 vsize=7664512 CPUtime=0.34 cores=5,7
/proc/27016/task/27032/stat : 27032 (java) S 27014 27016 26627 0 -1 4202560 2517 0 0 0 34 0 0 0 15 0 19 0 448415714 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27033] ppid=27014 vsize=7664512 CPUtime=1.34 cores=5,7
/proc/27016/task/27033/stat : 27033 (java) S 27014 27016 26627 0 -1 4202560 7989 0 0 0 134 0 0 0 15 0 19 0 448415714 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27034] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27034/stat : 27034 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27035] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27035/stat : 27035 (java) S 27014 27016 26627 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 448415714 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27036] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27036/stat : 27036 (java) S 27014 27016 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415729 7848460288 42788 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1124.39
Current children cumulated vsize (KiB) 7664512

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.84 5/262 27133
/proc/meminfo: memFree=19339816/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7664512 CPUtime=1184.41 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 46372 0 1 0 118433 8 0 0 22 0 19 0 448415708 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1916128 42988 2255 9 0 1906866 0
[pid=27016/tid=27017] ppid=27014 vsize=7664512 CPUtime=1178.9 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 14962 0 1 0 117888 2 0 0 25 0 19 0 448415709 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 46912505632641 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27016/tid=27020] ppid=27014 vsize=7664512 CPUtime=0.1 cores=5,7
/proc/27016/task/27020/stat : 27020 (java) S 27014 27016 26627 0 -1 4202560 650 0 0 0 10 0 0 0 15 0 19 0 448415710 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27021] ppid=27014 vsize=7664512 CPUtime=0.13 cores=5,7
/proc/27016/task/27021/stat : 27021 (java) S 27014 27016 26627 0 -1 4202560 611 0 0 0 13 0 0 0 15 0 19 0 448415710 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27022] ppid=27014 vsize=7664512 CPUtime=0.13 cores=5,7
/proc/27016/task/27022/stat : 27022 (java) S 27014 27016 26627 0 -1 4202560 2749 0 0 0 13 0 0 0 15 0 19 0 448415710 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27023] ppid=27014 vsize=7664512 CPUtime=0.13 cores=5,7
/proc/27016/task/27023/stat : 27023 (java) S 27014 27016 26627 0 -1 4202560 1704 0 0 0 13 0 0 0 15 0 19 0 448415710 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27024] ppid=27014 vsize=7664512 CPUtime=0.08 cores=5,7
/proc/27016/task/27024/stat : 27024 (java) S 27014 27016 26627 0 -1 4202560 1218 0 0 0 8 0 0 0 15 0 19 0 448415710 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27025] ppid=27014 vsize=7664512 CPUtime=0.12 cores=5,7
/proc/27016/task/27025/stat : 27025 (java) S 27014 27016 26627 0 -1 4202560 1264 0 0 0 12 0 0 0 15 0 19 0 448415710 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27026] ppid=27014 vsize=7664512 CPUtime=0.09 cores=5,7
/proc/27016/task/27026/stat : 27026 (java) S 27014 27016 26627 0 -1 4202560 861 0 0 0 9 0 0 0 16 0 19 0 448415710 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27027] ppid=27014 vsize=7664512 CPUtime=0.09 cores=5,7
/proc/27016/task/27027/stat : 27027 (java) S 27014 27016 26627 0 -1 4202560 352 0 0 0 9 0 0 0 15 0 19 0 448415710 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27028] ppid=27014 vsize=7664512 CPUtime=2.85 cores=5,7
/proc/27016/task/27028/stat : 27028 (java) S 27014 27016 26627 0 -1 4202560 10275 0 0 0 283 2 0 0 15 0 19 0 448415711 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 0 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27029] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27029/stat : 27029 (java) S 27014 27016 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27030] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27030/stat : 27030 (java) S 27014 27016 26627 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27031] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27031/stat : 27031 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118592433 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27032] ppid=27014 vsize=7664512 CPUtime=0.34 cores=5,7
/proc/27016/task/27032/stat : 27032 (java) S 27014 27016 26627 0 -1 4202560 2517 0 0 0 34 0 0 0 15 0 19 0 448415714 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27033] ppid=27014 vsize=7664512 CPUtime=1.34 cores=5,7
/proc/27016/task/27033/stat : 27033 (java) S 27014 27016 26627 0 -1 4202560 7989 0 0 0 134 0 0 0 15 0 19 0 448415714 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27034] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27034/stat : 27034 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27035] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27035/stat : 27035 (java) S 27014 27016 26627 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 448415714 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27036] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27036/stat : 27036 (java) S 27014 27016 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415729 7848460288 42988 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1184.41
Current children cumulated vsize (KiB) 7664512

[startup+1242.3 s]
/proc/loadavg: 4.06 4.00 3.85 5/262 27134
/proc/meminfo: memFree=19336316/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7664512 CPUtime=1244.42 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 46385 0 1 0 124434 8 0 0 22 0 19 0 448415708 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1916128 42994 2255 9 0 1906866 0
[pid=27016/tid=27017] ppid=27014 vsize=7664512 CPUtime=1238.83 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 14963 0 1 0 123881 2 0 0 25 0 19 0 448415709 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 46912505366582 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27016/tid=27020] ppid=27014 vsize=7664512 CPUtime=0.11 cores=5,7
/proc/27016/task/27020/stat : 27020 (java) S 27014 27016 26627 0 -1 4202560 653 0 0 0 11 0 0 0 15 0 19 0 448415710 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27021] ppid=27014 vsize=7664512 CPUtime=0.14 cores=5,7
/proc/27016/task/27021/stat : 27021 (java) S 27014 27016 26627 0 -1 4202560 611 0 0 0 14 0 0 0 15 0 19 0 448415710 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27022] ppid=27014 vsize=7664512 CPUtime=0.13 cores=5,7
/proc/27016/task/27022/stat : 27022 (java) S 27014 27016 26627 0 -1 4202560 2749 0 0 0 13 0 0 0 15 0 19 0 448415710 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27023] ppid=27014 vsize=7664512 CPUtime=0.13 cores=5,7
/proc/27016/task/27023/stat : 27023 (java) S 27014 27016 26627 0 -1 4202560 1704 0 0 0 13 0 0 0 15 0 19 0 448415710 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27024] ppid=27014 vsize=7664512 CPUtime=0.08 cores=5,7
/proc/27016/task/27024/stat : 27024 (java) S 27014 27016 26627 0 -1 4202560 1218 0 0 0 8 0 0 0 15 0 19 0 448415710 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27025] ppid=27014 vsize=7664512 CPUtime=0.12 cores=5,7
/proc/27016/task/27025/stat : 27025 (java) S 27014 27016 26627 0 -1 4202560 1264 0 0 0 12 0 0 0 15 0 19 0 448415710 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27026] ppid=27014 vsize=7664512 CPUtime=0.09 cores=5,7
/proc/27016/task/27026/stat : 27026 (java) S 27014 27016 26627 0 -1 4202560 861 0 0 0 9 0 0 0 16 0 19 0 448415710 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27027] ppid=27014 vsize=7664512 CPUtime=0.11 cores=5,7
/proc/27016/task/27027/stat : 27027 (java) S 27014 27016 26627 0 -1 4202560 355 0 0 0 11 0 0 0 15 0 19 0 448415710 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27028] ppid=27014 vsize=7664512 CPUtime=2.9 cores=5,7
/proc/27016/task/27028/stat : 27028 (java) S 27014 27016 26627 0 -1 4202560 10277 0 0 0 288 2 0 0 15 0 19 0 448415711 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 0 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27029] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27029/stat : 27029 (java) S 27014 27016 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27030] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27030/stat : 27030 (java) S 27014 27016 26627 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27031] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27031/stat : 27031 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118592433 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27032] ppid=27014 vsize=7664512 CPUtime=0.34 cores=5,7
/proc/27016/task/27032/stat : 27032 (java) S 27014 27016 26627 0 -1 4202560 2517 0 0 0 34 0 0 0 15 0 19 0 448415714 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27033] ppid=27014 vsize=7664512 CPUtime=1.34 cores=5,7
/proc/27016/task/27033/stat : 27033 (java) S 27014 27016 26627 0 -1 4202560 7989 0 0 0 134 0 0 0 15 0 19 0 448415714 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27034] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27034/stat : 27034 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27035] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27035/stat : 27035 (java) S 27014 27016 26627 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 448415714 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27036] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27036/stat : 27036 (java) S 27014 27016 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415729 7848460288 42994 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1244.42
Current children cumulated vsize (KiB) 7664512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.86 4/242 27139
/proc/meminfo: memFree=19423120/32951124 swapFree=67111524/67111528
[pid=27016] ppid=27014 vsize=7664512 CPUtime=1302.16 cores=5,7
/proc/27016/stat : 27016 (java) S 27014 27016 26627 0 -1 4202496 46468 0 1 0 130208 8 0 0 22 0 19 0 448415708 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27016/statm: 1916128 43066 2256 9 0 1906866 0
[pid=27016/tid=27017] ppid=27014 vsize=7664512 CPUtime=1296.42 cores=5,7
/proc/27016/task/27017/stat : 27017 (java) R 27014 27016 26627 0 -1 4202560 14964 0 1 0 129640 2 0 0 25 0 19 0 448415709 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 46912505553280 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27016/tid=27020] ppid=27014 vsize=7664512 CPUtime=0.11 cores=5,7
/proc/27016/task/27020/stat : 27020 (java) S 27014 27016 26627 0 -1 4202560 653 0 0 0 11 0 0 0 15 0 19 0 448415710 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27021] ppid=27014 vsize=7664512 CPUtime=0.14 cores=5,7
/proc/27016/task/27021/stat : 27021 (java) S 27014 27016 26627 0 -1 4202560 611 0 0 0 14 0 0 0 15 0 19 0 448415710 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27022] ppid=27014 vsize=7664512 CPUtime=0.13 cores=5,7
/proc/27016/task/27022/stat : 27022 (java) S 27014 27016 26627 0 -1 4202560 2749 0 0 0 13 0 0 0 15 0 19 0 448415710 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27023] ppid=27014 vsize=7664512 CPUtime=0.13 cores=5,7
/proc/27016/task/27023/stat : 27023 (java) S 27014 27016 26627 0 -1 4202560 1704 0 0 0 13 0 0 0 15 0 19 0 448415710 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27024] ppid=27014 vsize=7664512 CPUtime=0.08 cores=5,7
/proc/27016/task/27024/stat : 27024 (java) S 27014 27016 26627 0 -1 4202560 1218 0 0 0 8 0 0 0 15 0 19 0 448415710 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27025] ppid=27014 vsize=7664512 CPUtime=0.13 cores=5,7
/proc/27016/task/27025/stat : 27025 (java) S 27014 27016 26627 0 -1 4202560 1264 0 0 0 13 0 0 0 15 0 19 0 448415710 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27026] ppid=27014 vsize=7664512 CPUtime=0.1 cores=5,7
/proc/27016/task/27026/stat : 27026 (java) S 27014 27016 26627 0 -1 4202560 861 0 0 0 10 0 0 0 15 0 19 0 448415710 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27027] ppid=27014 vsize=7664512 CPUtime=0.11 cores=5,7
/proc/27016/task/27027/stat : 27027 (java) S 27014 27016 26627 0 -1 4202560 355 0 0 0 11 0 0 0 15 0 19 0 448415710 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27028] ppid=27014 vsize=7664512 CPUtime=3.01 cores=5,7
/proc/27016/task/27028/stat : 27028 (java) S 27014 27016 26627 0 -1 4202560 10352 0 0 0 299 2 0 0 15 0 19 0 448415711 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 0 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27029] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27029/stat : 27029 (java) S 27014 27016 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27030] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27030/stat : 27030 (java) S 27014 27016 26627 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 448415712 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27031] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27031/stat : 27031 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118592433 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27032] ppid=27014 vsize=7664512 CPUtime=0.34 cores=5,7
/proc/27016/task/27032/stat : 27032 (java) S 27014 27016 26627 0 -1 4202560 2517 0 0 0 34 0 0 0 15 0 19 0 448415714 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27033] ppid=27014 vsize=7664512 CPUtime=1.36 cores=5,7
/proc/27016/task/27033/stat : 27033 (java) S 27014 27016 26627 0 -1 4202560 7992 0 0 0 136 0 0 0 15 0 19 0 448415714 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27034] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27034/stat : 27034 (java) S 27014 27016 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415714 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118584729 0 4 0 16800975 18446604471138166720 0 0 -1 5 0 0 0
[pid=27016/tid=27035] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27035/stat : 27035 (java) S 27014 27016 26627 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 448415714 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
[pid=27016/tid=27036] ppid=27014 vsize=7664512 CPUtime=0 cores=5,7
/proc/27016/task/27036/stat : 27036 (java) S 27014 27016 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415729 7848460288 43066 33554432000 1073741824 1073778376 140736639407552 18446744073709551615 255118585344 0 4 0 16800975 18446604471138166720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1302.16
Current children cumulated vsize (KiB) 7664512

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

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

Child status: 143
Real time (s): 1300.05
CPU time (s): 1302.24
CPU user time (s): 1302.15
CPU system time (s): 0.093985
CPU usage (%): 100.168
Max. virtual memory (cumulated for all children) (KiB): 7664512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.15
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46505
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= 28649
involuntary context switches= 4647

runsolver used 2.08468 second user time and 5.02823 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-23 13:59:56
IDJOB=3262920
IDBENCH=83903
IDSOLVER=1611
FILE ID=node144/3262920-1303559996
RUNJOBID= node144-1303559995-26980
PBS_JOBID= 13150271
Free space on /tmp= 72192 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.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-3262920-1303559996/watcher-3262920-1303559996 -o /tmp/evaluation-result-3262920-1303559996/solver-3262920-1303559996 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3262920-1303559996.cnf

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

MD5SUM BENCH= c06088cac8521bfe72bbb4c9ad8d39fb
RANDOM SEED=753361859

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19889532 kB
Buffers:       2153748 kB
Cached:       10272572 kB
SwapCached:          4 kB
Active:        3319728 kB
Inactive:      9209040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19889532 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:      101376 kB
Mapped:          22624 kB
Slab:           468064 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7453512 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= 72188 MiB
End job on node144 at 2011-04-23 14:21:38