Trace number 3262964

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
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 variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.06/0.08	c no version file found!!!
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		6997539544
0.06/0.08	c Max memory 		7034241024
0.06/0.08	c Total memory 		7034241024
0.06/0.08	c Number of processors 	8
0.06/0.10	c --- Begin Solver configuration ---
0.06/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.10	c Learn all clauses as in MiniSAT
0.06/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.10	c Expensive reason simplification
0.06/0.10	c Armin Biere (Picosat) restarts strategy
0.06/0.10	c Glucose learned constraints deletion strategy
0.06/0.10	c timeout=2147483647s
0.06/0.10	c DB Simplification allowed=true
0.06/0.10	c --- End Solver configuration ---
0.06/0.10	c solving HOME/instance-3262964-1303559997.cnf
0.06/0.10	c reading problem ... 
0.27/0.25	c ... done. Wall clock time 0.151s.
0.27/0.25	c #vars     840
0.27/0.25	c #constraints  72688
0.27/0.25	c constraints type 
0.27/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.27/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72660
1.44/1.04	c cleaning 2501 clauses out of 5001 with flag 5001/5001
2.46/1.82	c cleaning 4245 clauses out of 8500 with flag 11001/11001
3.36/2.77	c cleaning 5624 clauses out of 11254 with flag 18000/18000
4.47/3.88	c cleaning 6812 clauses out of 13632 with flag 26002/26002
5.79/5.14	c cleaning 7903 clauses out of 15818 with flag 35000/35000
7.29/6.68	c cleaning 8958 clauses out of 17918 with flag 45003/45003
8.89/8.23	c cleaning 9978 clauses out of 19958 with flag 56001/56001
10.79/10.17	c cleaning 10983 clauses out of 21979 with flag 68000/68000
12.91/12.28	c cleaning 11983 clauses out of 23998 with flag 81002/81002
15.21/14.54	c cleaning 13006 clauses out of 26014 with flag 95001/95001
17.81/17.11	c cleaning 13996 clauses out of 28007 with flag 110000/110000
20.72/20.04	c cleaning 14998 clauses out of 30011 with flag 126000/126000
23.83/23.13	c cleaning 16001 clauses out of 32013 with flag 143000/143000
26.92/26.22	c cleaning 17005 clauses out of 34012 with flag 161000/161000
30.23/29.57	c cleaning 17998 clauses out of 36009 with flag 180002/180002
34.13/33.40	c cleaning 18994 clauses out of 38009 with flag 200000/200000
38.04/37.31	c cleaning 20004 clauses out of 40017 with flag 221002/221002
42.14/41.48	c cleaning 21007 clauses out of 42013 with flag 243002/243002
46.55/45.81	c cleaning 22000 clauses out of 44004 with flag 266000/266000
51.05/50.35	c cleaning 22998 clauses out of 46005 with flag 290001/290001
56.06/55.34	c cleaning 23997 clauses out of 48008 with flag 315002/315002
61.17/60.46	c cleaning 24997 clauses out of 50009 with flag 341000/341000
66.57/65.88	c cleaning 26001 clauses out of 52014 with flag 368002/368002
72.18/71.45	c cleaning 27002 clauses out of 54011 with flag 396000/396000
78.18/77.44	c cleaning 27993 clauses out of 56010 with flag 425001/425001
84.79/84.01	c cleaning 29006 clauses out of 58017 with flag 455001/455001
92.00/91.24	c cleaning 29991 clauses out of 60010 with flag 486000/486000
99.71/98.91	c cleaning 30999 clauses out of 62019 with flag 518000/518000
106.51/105.70	c cleaning 32010 clauses out of 64020 with flag 551000/551000
113.71/112.92	c cleaning 32997 clauses out of 66011 with flag 585001/585001
121.92/121.15	c cleaning 33997 clauses out of 68013 with flag 620000/620000
129.24/128.48	c cleaning 34994 clauses out of 70016 with flag 656000/656000
138.74/137.92	c cleaning 35996 clauses out of 72022 with flag 693000/693000
146.85/146.06	c cleaning 37010 clauses out of 74027 with flag 731001/731001
156.66/155.83	c cleaning 38003 clauses out of 76017 with flag 770001/770001
165.77/165.00	c cleaning 38995 clauses out of 78015 with flag 810002/810002
175.97/175.11	c cleaning 40010 clauses out of 80021 with flag 851003/851003
186.69/185.85	c cleaning 40998 clauses out of 82008 with flag 893000/893000
198.29/197.42	c cleaning 42001 clauses out of 84012 with flag 936002/936002
208.91/208.07	c cleaning 42983 clauses out of 86009 with flag 980000/980000
221.72/220.83	c cleaning 44009 clauses out of 88026 with flag 1025000/1025000
234.03/233.11	c cleaning 45000 clauses out of 90020 with flag 1071003/1071003
248.04/247.11	c cleaning 46002 clauses out of 92017 with flag 1118000/1118000
260.35/259.50	c cleaning 47005 clauses out of 94016 with flag 1166001/1166001
272.85/271.95	c cleaning 47997 clauses out of 96011 with flag 1215001/1215001
287.26/286.38	c cleaning 48994 clauses out of 98013 with flag 1265000/1265000
302.57/301.60	c cleaning 49992 clauses out of 100019 with flag 1316000/1316000
317.80/316.83	c cleaning 51010 clauses out of 102027 with flag 1368000/1368000
332.31/331.38	c cleaning 52006 clauses out of 104020 with flag 1421003/1421003
349.32/348.31	c cleaning 52993 clauses out of 106013 with flag 1475002/1475002
366.44/365.45	c cleaning 53993 clauses out of 108018 with flag 1530000/1530000
384.44/383.46	c cleaning 55006 clauses out of 110027 with flag 1586002/1586002
403.46/402.48	c cleaning 55993 clauses out of 112019 with flag 1643000/1643000
422.47/421.40	c cleaning 57005 clauses out of 114027 with flag 1701001/1701001
441.98/440.97	c cleaning 58003 clauses out of 116022 with flag 1760001/1760001
462.79/461.71	c cleaning 59007 clauses out of 118018 with flag 1820000/1820000
484.10/483.09	c cleaning 59992 clauses out of 120011 with flag 1881000/1881000
512.81/511.73	c cleaning 61006 clauses out of 122019 with flag 1943000/1943000
533.33/532.22	c cleaning 62004 clauses out of 124013 with flag 2006000/2006000
553.13/552.01	c cleaning 62993 clauses out of 126010 with flag 2070001/2070001
571.54/570.44	c cleaning 63999 clauses out of 128016 with flag 2135000/2135000
595.35/594.26	c cleaning 65003 clauses out of 130017 with flag 2201000/2201000
618.28/617.14	c cleaning 65993 clauses out of 132014 with flag 2268000/2268000
641.59/640.44	c cleaning 67004 clauses out of 134023 with flag 2336002/2336002
663.30/662.16	c cleaning 67993 clauses out of 136019 with flag 2405002/2405002
688.41/687.25	c cleaning 68996 clauses out of 138024 with flag 2475000/2475000
710.52/709.35	c cleaning 70006 clauses out of 140028 with flag 2546000/2546000
734.33/733.13	c cleaning 70997 clauses out of 142022 with flag 2618000/2618000
759.95/758.78	c cleaning 72002 clauses out of 144026 with flag 2691001/2691001
784.47/783.24	c cleaning 72507 clauses out of 145024 with flag 2764001/2764001
806.07/804.87	c cleaning 72745 clauses out of 145517 with flag 2837001/2837001
830.31/829.03	c cleaning 72882 clauses out of 145772 with flag 2910001/2910001
858.02/856.72	c cleaning 72939 clauses out of 145889 with flag 2983000/2983000
881.04/879.71	c cleaning 72965 clauses out of 145950 with flag 3056000/3056000
903.25/901.96	c cleaning 72982 clauses out of 145985 with flag 3129000/3129000
931.91/930.20	c cleaning 72979 clauses out of 146003 with flag 3202000/3202000
957.80/955.82	c cleaning 72989 clauses out of 146024 with flag 3275000/3275000
980.31/978.39	c cleaning 73009 clauses out of 146036 with flag 3348001/3348001
1003.33/1001.31	c cleaning 73006 clauses out of 146027 with flag 3421001/3421001
1027.84/1025.85	c cleaning 73009 clauses out of 146023 with flag 3494003/3494003
1054.65/1052.60	c cleaning 72993 clauses out of 146014 with flag 3567003/3567003
1078.56/1076.53	c cleaning 72996 clauses out of 146018 with flag 3640000/3640000
1100.58/1098.52	c cleaning 72992 clauses out of 146022 with flag 3713000/3713000
1125.10/1123.08	c cleaning 72995 clauses out of 146032 with flag 3786002/3786002
1151.52/1149.44	c cleaning 73012 clauses out of 146036 with flag 3859001/3859001
1177.43/1175.30	c cleaning 72996 clauses out of 146026 with flag 3932003/3932003
1204.14/1202.10	c cleaning 73010 clauses out of 146027 with flag 4005000/4005000
1224.96/1222.87	c cleaning 73000 clauses out of 146017 with flag 4078000/4078000
1250.17/1248.09	c cleaning 72998 clauses out of 146018 with flag 4151001/4151001
1275.58/1273.47	c cleaning 73005 clauses out of 146020 with flag 4224001/4224001
1300.69/1298.57	c cleaning 72995 clauses out of 146014 with flag 4297000/4297000
1302.21/1300.01	c starts		: 2014
1302.21/1300.01	c conflicts		: 4303384
1302.21/1300.01	c decisions		: 4944668
1302.21/1300.01	c propagations		: 192906658
1302.21/1300.01	c inspects		: 14063498989
1302.21/1300.01	c shortcuts		: 0
1302.21/1300.01	c learnt literals	: 0
1302.21/1300.01	c learnt binary clauses	: 1
1302.21/1300.01	c learnt ternary clauses	: 28
1302.21/1300.01	c learnt constraints	: 4303384
1302.21/1300.01	c ignored constraints	: 0
1302.21/1300.01	c root simplifications	: 2014
1302.21/1300.01	c removed literals (reason simplification)	: 223180847
1302.21/1300.01	c reason swapping (by a shorter reason)	: 0
1302.21/1300.01	c Calls to reduceDB	: 91
1302.21/1300.01	c speed (assignments/second)	: 148416.93556204907
1302.21/1300.01	c non guided choices	11
1302.21/1300.04	c learnt constraints type 
1302.21/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1302.21/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79497
1302.21/1300.04	c constraints type 
1302.21/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
1302.21/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72660
1302.21/1300.04	s UNKNOWN
1302.21/1300.04	c Total wall clock time (in seconds) : 1299.914

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.16 2.66 3.43 4/220 27045
/proc/meminfo: memFree=19804996/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=11800 CPUtime=0 cores=4,6
/proc/27045/stat : 27045 (runsolver) R 27043 27045 26627 0 -1 4202560 43 0 0 0 0 0 0 0 21 0 1 0 448415790 12083200 51 33554432000 4194304 5434984 140735792388080 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/27045/statm: 2950 51 31 303 0 2644 0

[startup+0.080928 s]
/proc/loadavg: 1.16 2.66 3.43 4/220 27045
/proc/meminfo: memFree=19804996/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7635204 CPUtime=0.06 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 9438 0 1 0 5 1 0 0 21 0 18 0 448415790 7818448896 9133 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1908801 9139 1754 9 0 1899539 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7635204

[startup+0.100579 s]
/proc/loadavg: 1.16 2.66 3.43 4/220 27045
/proc/meminfo: memFree=19804996/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7635920 CPUtime=0.09 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 10285 0 1 0 8 1 0 0 21 0 18 0 448415790 7819182080 9980 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1908980 9981 2089 9 0 1899718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7635920

[startup+0.300514 s]
/proc/loadavg: 1.16 2.66 3.43 4/220 27045
/proc/meminfo: memFree=19804996/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7641776 CPUtime=0.46 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 13386 0 1 0 45 1 0 0 21 0 19 0 448415790 7825178624 12618 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1910444 12618 2202 9 0 1901182 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7641776

[startup+0.700509 s]
/proc/loadavg: 1.16 2.66 3.43 4/220 27045
/proc/meminfo: memFree=19804996/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7644012 CPUtime=1.1 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 15109 0 1 0 109 1 0 0 21 0 19 0 448415790 7827468288 13748 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1911003 13748 2219 9 0 1901741 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7644012

[startup+1.5014 s]
/proc/loadavg: 1.86 2.78 3.47 7/262 27092
/proc/meminfo: memFree=19664932/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7663328 CPUtime=2.13 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 25194 0 1 0 210 3 0 0 21 0 19 0 448415790 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1915832 21897 2251 9 0 1906570 0
[pid=27045/tid=27047] ppid=27043 vsize=7663328 CPUtime=1.43 cores=4,6
/proc/27045/task/27047/stat : 27047 (java) R 27043 27045 26627 0 -1 4202560 10888 0 1 0 142 1 0 0 20 0 19 0 448415791 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 46912505720697 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=7663328 CPUtime=0.01 cores=4,6
/proc/27045/task/27048/stat : 27048 (java) S 27043 27045 26627 0 -1 4202560 1485 0 0 0 1 0 0 0 17 0 19 0 448415792 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27049] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27049/stat : 27049 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 448415792 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27050] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27050/stat : 27050 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 448415792 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27051] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27051/stat : 27051 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 448415792 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27052] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27052/stat : 27052 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 448415792 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27053] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27053/stat : 27053 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 448415792 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27054] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27054/stat : 27054 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 448415792 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27055] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27055/stat : 27055 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 448415792 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27056] ppid=27043 vsize=7663328 CPUtime=0.02 cores=4,6
/proc/27045/task/27056/stat : 27056 (java) S 27043 27045 26627 0 -1 4202560 1481 0 0 0 2 0 0 0 17 0 19 0 448415793 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 0 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27057] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27057/stat : 27057 (java) S 27043 27045 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415794 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27058] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27058/stat : 27058 (java) S 27043 27045 26627 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 448415794 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27063] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27063/stat : 27063 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118592433 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27064] ppid=27043 vsize=7663328 CPUtime=0.2 cores=4,6
/proc/27045/task/27064/stat : 27064 (java) S 27043 27045 26627 0 -1 4202560 1585 0 0 0 20 0 0 0 20 0 19 0 448415796 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27065] ppid=27043 vsize=7663328 CPUtime=0.44 cores=4,6
/proc/27045/task/27065/stat : 27065 (java) S 27043 27045 26627 0 -1 4202560 8591 0 0 0 44 0 0 0 21 0 19 0 448415796 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27066] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27066/stat : 27066 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27067] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27067/stat : 27067 (java) S 27043 27045 26627 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 448415796 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27091] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27091/stat : 27091 (java) S 27043 27045 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415816 7847247872 21897 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 7663328

[startup+3.10111 s]
/proc/loadavg: 1.86 2.78 3.47 5/262 27092
/proc/meminfo: memFree=19587980/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7663328 CPUtime=3.77 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 26983 0 1 0 374 3 0 0 21 0 19 0 448415790 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1915832 23684 2253 9 0 1906570 0
[pid=27045/tid=27047] ppid=27043 vsize=7663328 CPUtime=2.98 cores=4,6
/proc/27045/task/27047/stat : 27047 (java) R 27043 27045 26627 0 -1 4202560 10889 0 1 0 297 1 0 0 25 0 19 0 448415791 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 46912505166951 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=7663328 CPUtime=0.01 cores=4,6
/proc/27045/task/27048/stat : 27048 (java) S 27043 27045 26627 0 -1 4202560 1485 0 0 0 1 0 0 0 15 0 19 0 448415792 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27049] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27049/stat : 27049 (java) S 27043 27045 26627 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 448415792 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27050] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27050/stat : 27050 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27051] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27051/stat : 27051 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27052] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27052/stat : 27052 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27053] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27053/stat : 27053 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27054] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27054/stat : 27054 (java) S 27043 27045 26627 0 -1 4202560 392 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27055] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27055/stat : 27055 (java) S 27043 27045 26627 0 -1 4202560 551 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27056] ppid=27043 vsize=7663328 CPUtime=0.06 cores=4,6
/proc/27045/task/27056/stat : 27056 (java) S 27043 27045 26627 0 -1 4202560 2324 0 0 0 6 0 0 0 16 0 19 0 448415793 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 0 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27057] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27057/stat : 27057 (java) S 27043 27045 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415794 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27058] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27058/stat : 27058 (java) S 27043 27045 26627 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 448415794 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27063] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27063/stat : 27063 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118592433 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27064] ppid=27043 vsize=7663328 CPUtime=0.22 cores=4,6
/proc/27045/task/27064/stat : 27064 (java) S 27043 27045 26627 0 -1 4202560 1588 0 0 0 22 0 0 0 15 0 19 0 448415796 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27065] ppid=27043 vsize=7663328 CPUtime=0.45 cores=4,6
/proc/27045/task/27065/stat : 27065 (java) S 27043 27045 26627 0 -1 4202560 8591 0 0 0 45 0 0 0 15 0 19 0 448415796 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27066] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27066/stat : 27066 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27067] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27067/stat : 27067 (java) S 27043 27045 26627 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 448415796 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27091] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27091/stat : 27091 (java) S 27043 27045 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415816 7847247872 23684 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 7663328

[startup+6.30155 s]
/proc/loadavg: 2.04 2.80 3.47 5/262 27092
/proc/meminfo: memFree=19580792/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7663328 CPUtime=6.99 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 27302 0 1 0 696 3 0 0 21 0 19 0 448415790 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1915832 23979 2253 9 0 1906570 0
[pid=27045/tid=27047] ppid=27043 vsize=7663328 CPUtime=6.11 cores=4,6
/proc/27045/task/27047/stat : 27047 (java) R 27043 27045 26627 0 -1 4202560 10892 0 1 0 610 1 0 0 25 0 19 0 448415791 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 46912505655275 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=7663328 CPUtime=0.01 cores=4,6
/proc/27045/task/27048/stat : 27048 (java) S 27043 27045 26627 0 -1 4202560 1485 0 0 0 1 0 0 0 15 0 19 0 448415792 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27049] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27049/stat : 27049 (java) S 27043 27045 26627 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27050] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27050/stat : 27050 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27051] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27051/stat : 27051 (java) S 27043 27045 26627 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27052] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27052/stat : 27052 (java) S 27043 27045 26627 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27053] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27053/stat : 27053 (java) S 27043 27045 26627 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27054] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27054/stat : 27054 (java) S 27043 27045 26627 0 -1 4202560 420 0 0 0 0 0 0 0 15 0 19 0 448415792 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27055] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27055/stat : 27055 (java) S 27043 27045 26627 0 -1 4202560 552 0 0 0 0 0 0 0 16 0 19 0 448415792 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27056] ppid=27043 vsize=7663328 CPUtime=0.12 cores=4,6
/proc/27045/task/27056/stat : 27056 (java) S 27043 27045 26627 0 -1 4202560 2515 0 0 0 12 0 0 0 15 0 19 0 448415793 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 0 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27057] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27057/stat : 27057 (java) S 27043 27045 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415794 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27058] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27058/stat : 27058 (java) S 27043 27045 26627 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 448415794 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27063] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27063/stat : 27063 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118592433 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27064] ppid=27043 vsize=7663328 CPUtime=0.22 cores=4,6
/proc/27045/task/27064/stat : 27064 (java) S 27043 27045 26627 0 -1 4202560 1588 0 0 0 22 0 0 0 15 0 19 0 448415796 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27065] ppid=27043 vsize=7663328 CPUtime=0.47 cores=4,6
/proc/27045/task/27065/stat : 27065 (java) S 27043 27045 26627 0 -1 4202560 8595 0 0 0 47 0 0 0 15 0 19 0 448415796 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27066] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27066/stat : 27066 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27067] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27067/stat : 27067 (java) S 27043 27045 26627 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 448415796 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27091] ppid=27043 vsize=7663328 CPUtime=0 cores=4,6
/proc/27045/task/27091/stat : 27091 (java) S 27043 27045 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415816 7847247872 23979 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 7663328

[startup+12.7014 s]

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

[pid=27045/tid=27053] ppid=27043 vsize=7662516 CPUtime=0.16 cores=4,6
/proc/27045/task/27053/stat : 27053 (java) S 27043 27045 26627 0 -1 4202560 2195 0 0 0 16 0 0 0 15 0 19 0 448415792 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27054] ppid=27043 vsize=7662516 CPUtime=0.24 cores=4,6
/proc/27045/task/27054/stat : 27054 (java) S 27043 27045 26627 0 -1 4202560 1970 0 0 0 24 0 0 0 16 0 19 0 448415792 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27055] ppid=27043 vsize=7662516 CPUtime=0.19 cores=4,6
/proc/27045/task/27055/stat : 27055 (java) S 27043 27045 26627 0 -1 4202560 3158 0 0 0 19 0 0 0 15 0 19 0 448415792 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27056] ppid=27043 vsize=7662516 CPUtime=4.17 cores=4,6
/proc/27045/task/27056/stat : 27056 (java) S 27043 27045 26627 0 -1 4202560 16091 0 0 0 415 2 0 0 15 0 19 0 448415793 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 0 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27057] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27057/stat : 27057 (java) S 27043 27045 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415794 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27058] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27058/stat : 27058 (java) S 27043 27045 26627 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 448415794 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27063] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27063/stat : 27063 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118592433 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27064] ppid=27043 vsize=7662516 CPUtime=0.27 cores=4,6
/proc/27045/task/27064/stat : 27064 (java) S 27043 27045 26627 0 -1 4202560 1613 0 0 0 27 0 0 0 16 0 19 0 448415796 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27065] ppid=27043 vsize=7662516 CPUtime=1.11 cores=4,6
/proc/27045/task/27065/stat : 27065 (java) S 27043 27045 26627 0 -1 4202560 9329 0 0 0 111 0 0 0 16 0 19 0 448415796 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27066] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27066/stat : 27066 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27067] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27067/stat : 27067 (java) S 27043 27045 26627 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 448415796 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27091] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27091/stat : 27091 (java) S 27043 27045 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415816 7846416384 57604 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1124.39
Current children cumulated vsize (KiB) 7662516

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.84 5/262 27133
/proc/meminfo: memFree=19339816/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7662516 CPUtime=1184.44 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 61872 0 1 0 118434 10 0 0 21 0 19 0 448415790 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1915629 57615 2255 9 0 1906367 0
[pid=27045/tid=27047] ppid=27043 vsize=7662516 CPUtime=1176.95 cores=4,6
/proc/27045/task/27047/stat : 27047 (java) R 27043 27045 26627 0 -1 4202560 18852 0 1 0 117691 4 0 0 25 0 19 0 448415791 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 46912505611970 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=7662516 CPUtime=0.14 cores=4,6
/proc/27045/task/27048/stat : 27048 (java) S 27043 27045 26627 0 -1 4202560 2248 0 0 0 14 0 0 0 15 0 19 0 448415792 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27049] ppid=27043 vsize=7662516 CPUtime=0.22 cores=4,6
/proc/27045/task/27049/stat : 27049 (java) S 27043 27045 26627 0 -1 4202560 1336 0 0 0 22 0 0 0 15 0 19 0 448415792 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27050] ppid=27043 vsize=7662516 CPUtime=0.21 cores=4,6
/proc/27045/task/27050/stat : 27050 (java) S 27043 27045 26627 0 -1 4202560 662 0 0 0 21 0 0 0 16 0 19 0 448415792 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27051] ppid=27043 vsize=7662516 CPUtime=0.21 cores=4,6
/proc/27045/task/27051/stat : 27051 (java) S 27043 27045 26627 0 -1 4202560 1548 0 0 0 21 0 0 0 15 0 19 0 448415792 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27052] ppid=27043 vsize=7662516 CPUtime=0.24 cores=4,6
/proc/27045/task/27052/stat : 27052 (java) S 27043 27045 26627 0 -1 4202560 1641 0 0 0 24 0 0 0 15 0 19 0 448415792 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27053] ppid=27043 vsize=7662516 CPUtime=0.16 cores=4,6
/proc/27045/task/27053/stat : 27053 (java) S 27043 27045 26627 0 -1 4202560 2195 0 0 0 16 0 0 0 15 0 19 0 448415792 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27054] ppid=27043 vsize=7662516 CPUtime=0.25 cores=4,6
/proc/27045/task/27054/stat : 27054 (java) S 27043 27045 26627 0 -1 4202560 1970 0 0 0 25 0 0 0 16 0 19 0 448415792 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27055] ppid=27043 vsize=7662516 CPUtime=0.21 cores=4,6
/proc/27045/task/27055/stat : 27055 (java) S 27043 27045 26627 0 -1 4202560 3158 0 0 0 21 0 0 0 16 0 19 0 448415792 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27056] ppid=27043 vsize=7662516 CPUtime=4.38 cores=4,6
/proc/27045/task/27056/stat : 27056 (java) S 27043 27045 26627 0 -1 4202560 16095 0 0 0 436 2 0 0 15 0 19 0 448415793 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 0 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27057] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27057/stat : 27057 (java) S 27043 27045 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415794 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27058] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27058/stat : 27058 (java) S 27043 27045 26627 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 448415794 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27063] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27063/stat : 27063 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118592433 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27064] ppid=27043 vsize=7662516 CPUtime=0.27 cores=4,6
/proc/27045/task/27064/stat : 27064 (java) S 27043 27045 26627 0 -1 4202560 1613 0 0 0 27 0 0 0 16 0 19 0 448415796 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27065] ppid=27043 vsize=7662516 CPUtime=1.11 cores=4,6
/proc/27045/task/27065/stat : 27065 (java) S 27043 27045 26627 0 -1 4202560 9329 0 0 0 111 0 0 0 16 0 19 0 448415796 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27066] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27066/stat : 27066 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27067] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27067/stat : 27067 (java) S 27043 27045 26627 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 448415796 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27091] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27091/stat : 27091 (java) S 27043 27045 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415816 7846416384 57615 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1184.44
Current children cumulated vsize (KiB) 7662516

[startup+1242.3 s]
/proc/loadavg: 4.06 4.00 3.85 5/262 27134
/proc/meminfo: memFree=19336316/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7662516 CPUtime=1244.47 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 62444 0 1 0 124437 10 0 0 21 0 19 0 448415790 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1915629 58179 2255 9 0 1906367 0
[pid=27045/tid=27047] ppid=27043 vsize=7662516 CPUtime=1236.77 cores=4,6
/proc/27045/task/27047/stat : 27047 (java) R 27043 27045 26627 0 -1 4202560 18854 0 1 0 123673 4 0 0 25 0 19 0 448415791 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 46912505611595 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=7662516 CPUtime=0.14 cores=4,6
/proc/27045/task/27048/stat : 27048 (java) S 27043 27045 26627 0 -1 4202560 2248 0 0 0 14 0 0 0 16 0 19 0 448415792 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27049] ppid=27043 vsize=7662516 CPUtime=0.22 cores=4,6
/proc/27045/task/27049/stat : 27049 (java) S 27043 27045 26627 0 -1 4202560 1336 0 0 0 22 0 0 0 15 0 19 0 448415792 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27050] ppid=27043 vsize=7662516 CPUtime=0.23 cores=4,6
/proc/27045/task/27050/stat : 27050 (java) S 27043 27045 26627 0 -1 4202560 663 0 0 0 23 0 0 0 15 0 19 0 448415792 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27051] ppid=27043 vsize=7662516 CPUtime=0.21 cores=4,6
/proc/27045/task/27051/stat : 27051 (java) S 27043 27045 26627 0 -1 4202560 1548 0 0 0 21 0 0 0 15 0 19 0 448415792 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27052] ppid=27043 vsize=7662516 CPUtime=0.26 cores=4,6
/proc/27045/task/27052/stat : 27052 (java) S 27043 27045 26627 0 -1 4202560 1646 0 0 0 26 0 0 0 15 0 19 0 448415792 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27053] ppid=27043 vsize=7662516 CPUtime=0.16 cores=4,6
/proc/27045/task/27053/stat : 27053 (java) S 27043 27045 26627 0 -1 4202560 2195 0 0 0 16 0 0 0 15 0 19 0 448415792 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27054] ppid=27043 vsize=7662516 CPUtime=0.25 cores=4,6
/proc/27045/task/27054/stat : 27054 (java) S 27043 27045 26627 0 -1 4202560 1970 0 0 0 25 0 0 0 15 0 19 0 448415792 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27055] ppid=27043 vsize=7662516 CPUtime=0.22 cores=4,6
/proc/27045/task/27055/stat : 27055 (java) S 27043 27045 26627 0 -1 4202560 3158 0 0 0 22 0 0 0 16 0 19 0 448415792 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27056] ppid=27043 vsize=7662516 CPUtime=4.53 cores=4,6
/proc/27045/task/27056/stat : 27056 (java) S 27043 27045 26627 0 -1 4202560 16655 0 0 0 451 2 0 0 15 0 19 0 448415793 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 0 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27057] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27057/stat : 27057 (java) S 27043 27045 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415794 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27058] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27058/stat : 27058 (java) S 27043 27045 26627 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 448415794 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27063] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27063/stat : 27063 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118592433 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27064] ppid=27043 vsize=7662516 CPUtime=0.27 cores=4,6
/proc/27045/task/27064/stat : 27064 (java) S 27043 27045 26627 0 -1 4202560 1613 0 0 0 27 0 0 0 16 0 19 0 448415796 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27065] ppid=27043 vsize=7662516 CPUtime=1.11 cores=4,6
/proc/27045/task/27065/stat : 27065 (java) S 27043 27045 26627 0 -1 4202560 9329 0 0 0 111 0 0 0 16 0 19 0 448415796 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27066] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27066/stat : 27066 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27067] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27067/stat : 27067 (java) S 27043 27045 26627 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 448415796 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27091] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27091/stat : 27091 (java) S 27043 27045 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415816 7846416384 58179 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1244.47
Current children cumulated vsize (KiB) 7662516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.86 3/222 27142
/proc/meminfo: memFree=19586960/32951124 swapFree=67111524/67111528
[pid=27045] ppid=27043 vsize=7662516 CPUtime=1302.21 cores=4,6
/proc/27045/stat : 27045 (java) S 27043 27045 26627 0 -1 4202496 62803 0 1 0 130211 10 0 0 21 0 19 0 448415790 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/27045/statm: 1915629 58525 2255 9 0 1906367 0
[pid=27045/tid=27047] ppid=27043 vsize=7662516 CPUtime=1294.24 cores=4,6
/proc/27045/task/27047/stat : 27047 (java) R 27043 27045 26627 0 -1 4202560 18857 0 1 0 129420 4 0 0 25 0 19 0 448415791 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 46912505906978 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27045/tid=27048] ppid=27043 vsize=7662516 CPUtime=0.15 cores=4,6
/proc/27045/task/27048/stat : 27048 (java) S 27043 27045 26627 0 -1 4202560 2250 0 0 0 15 0 0 0 16 0 19 0 448415792 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27049] ppid=27043 vsize=7662516 CPUtime=0.22 cores=4,6
/proc/27045/task/27049/stat : 27049 (java) S 27043 27045 26627 0 -1 4202560 1336 0 0 0 22 0 0 0 15 0 19 0 448415792 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27050] ppid=27043 vsize=7662516 CPUtime=0.25 cores=4,6
/proc/27045/task/27050/stat : 27050 (java) S 27043 27045 26627 0 -1 4202560 669 0 0 0 25 0 0 0 16 0 19 0 448415792 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27051] ppid=27043 vsize=7662516 CPUtime=0.22 cores=4,6
/proc/27045/task/27051/stat : 27051 (java) S 27043 27045 26627 0 -1 4202560 1548 0 0 0 22 0 0 0 15 0 19 0 448415792 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27052] ppid=27043 vsize=7662516 CPUtime=0.27 cores=4,6
/proc/27045/task/27052/stat : 27052 (java) S 27043 27045 26627 0 -1 4202560 1646 0 0 0 27 0 0 0 16 0 19 0 448415792 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27053] ppid=27043 vsize=7662516 CPUtime=0.18 cores=4,6
/proc/27045/task/27053/stat : 27053 (java) S 27043 27045 26627 0 -1 4202560 2195 0 0 0 18 0 0 0 16 0 19 0 448415792 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27054] ppid=27043 vsize=7662516 CPUtime=0.26 cores=4,6
/proc/27045/task/27054/stat : 27054 (java) S 27043 27045 26627 0 -1 4202560 1974 0 0 0 26 0 0 0 15 0 19 0 448415792 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27055] ppid=27043 vsize=7662516 CPUtime=0.22 cores=4,6
/proc/27045/task/27055/stat : 27055 (java) S 27043 27045 26627 0 -1 4202560 3158 0 0 0 22 0 0 0 15 0 19 0 448415792 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27056] ppid=27043 vsize=7662516 CPUtime=4.73 cores=4,6
/proc/27045/task/27056/stat : 27056 (java) S 27043 27045 26627 0 -1 4202560 16995 0 0 0 471 2 0 0 15 0 19 0 448415793 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 0 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27057] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27057/stat : 27057 (java) S 27043 27045 26627 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 448415794 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27058] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27058/stat : 27058 (java) S 27043 27045 26627 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 448415794 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27063] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27063/stat : 27063 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118592433 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27064] ppid=27043 vsize=7662516 CPUtime=0.27 cores=4,6
/proc/27045/task/27064/stat : 27064 (java) S 27043 27045 26627 0 -1 4202560 1613 0 0 0 27 0 0 0 16 0 19 0 448415796 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27065] ppid=27043 vsize=7662516 CPUtime=1.11 cores=4,6
/proc/27045/task/27065/stat : 27065 (java) S 27043 27045 26627 0 -1 4202560 9329 0 0 0 111 0 0 0 16 0 19 0 448415796 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 4 0 0 0
[pid=27045/tid=27066] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27066/stat : 27066 (java) S 27043 27045 26627 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 448415796 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118584729 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27067] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27067/stat : 27067 (java) S 27043 27045 26627 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 448415796 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
[pid=27045/tid=27091] ppid=27043 vsize=7662516 CPUtime=0 cores=4,6
/proc/27045/task/27091/stat : 27091 (java) S 27043 27045 26627 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 448415816 7846416384 58525 33554432000 1073741824 1073778376 140734707790048 18446744073709551615 255118585344 0 4 0 16800975 18446604453961194304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1302.21
Current children cumulated vsize (KiB) 7662516

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.3
CPU user time (s): 1302.18
CPU system time (s): 0.114982
CPU usage (%): 100.173
Max. virtual memory (cumulated for all children) (KiB): 7663328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.18
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62838
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= 29275
involuntary context switches= 5512

runsolver used 2.29765 second user time and 4.81427 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-23 13:59:57
IDJOB=3262964
IDBENCH=83907
IDSOLVER=1611
FILE ID=node144/3262964-1303559997
RUNJOBID= node144-1303559995-26978
PBS_JOBID= 13150271
Free space on /tmp= 72188 MiB

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

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
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:      19805524 kB
Buffers:       2153772 kB
Cached:       10273548 kB
SwapCached:          4 kB
Active:        3403488 kB
Inactive:      9208856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19805524 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3332 kB
Writeback:           0 kB
AnonPages:      184028 kB
Mapped:          22872 kB
Slab:           468320 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14756652 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:39