Trace number 3258564

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.06 1300.06

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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@64578ceb
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-3258564-1303504254.cnf
0.04/0.09	c reading problem ... 
0.40/0.31	c ... done. Wall clock time 0.222s.
0.40/0.31	c #vars     2400
0.40/0.31	c #constraints  266431
0.40/0.31	c constraints type 
0.40/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
0.40/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
2.14/1.73	c cleaning 2490 clauses out of 5000 with flag 5000/5000
3.94/3.50	c cleaning 4230 clauses out of 8510 with flag 11000/11000
6.04/5.60	c cleaning 5625 clauses out of 11280 with flag 18000/18000
8.43/8.09	c cleaning 6796 clauses out of 13656 with flag 26001/26001
11.36/10.95	c cleaning 7900 clauses out of 15859 with flag 35000/35000
14.56/14.19	c cleaning 8968 clauses out of 17959 with flag 45000/45000
18.37/17.90	c cleaning 9968 clauses out of 19991 with flag 56000/56000
22.47/22.08	c cleaning 10990 clauses out of 22023 with flag 68000/68000
27.17/26.76	c cleaning 12008 clauses out of 24034 with flag 81001/81001
32.48/32.00	c cleaning 12993 clauses out of 26026 with flag 95001/95001
38.08/37.64	c cleaning 13988 clauses out of 28032 with flag 110000/110000
44.39/43.94	c cleaning 14985 clauses out of 30046 with flag 126002/126002
51.29/50.82	c cleaning 15996 clauses out of 32059 with flag 143000/143000
58.70/58.27	c cleaning 16996 clauses out of 34063 with flag 161000/161000
66.70/66.21	c cleaning 17990 clauses out of 36068 with flag 180001/180001
75.61/75.12	c cleaning 19006 clauses out of 38078 with flag 200001/200001
85.02/84.56	c cleaning 20022 clauses out of 40072 with flag 221001/221001
95.22/94.78	c cleaning 20978 clauses out of 42051 with flag 243002/243002
106.33/105.87	c cleaning 22000 clauses out of 44071 with flag 266000/266000
118.24/117.72	c cleaning 22981 clauses out of 46073 with flag 290002/290002
130.64/130.15	c cleaning 23994 clauses out of 48091 with flag 315001/315001
144.75/144.27	c cleaning 25010 clauses out of 50097 with flag 341001/341001
159.37/158.83	c cleaning 26003 clauses out of 52086 with flag 368000/368000
174.87/174.33	c cleaning 26986 clauses out of 54083 with flag 396000/396000
191.58/191.03	c cleaning 28012 clauses out of 56097 with flag 425000/425000
209.89/209.35	c cleaning 28991 clauses out of 58086 with flag 455001/455001
228.99/228.40	c cleaning 29976 clauses out of 60094 with flag 486000/486000
249.40/248.88	c cleaning 30995 clauses out of 62119 with flag 518001/518001
271.22/270.62	c cleaning 32021 clauses out of 64124 with flag 551001/551001
293.93/293.39	c cleaning 32992 clauses out of 66104 with flag 585002/585002
317.74/317.11	c cleaning 34012 clauses out of 68112 with flag 620002/620002
342.25/341.60	c cleaning 34988 clauses out of 70098 with flag 656000/656000
369.65/369.08	c cleaning 36025 clauses out of 72111 with flag 693001/693001
396.47/395.86	c cleaning 36980 clauses out of 74085 with flag 731000/731000
425.28/424.63	c cleaning 38009 clauses out of 76105 with flag 770000/770000
454.90/454.26	c cleaning 38973 clauses out of 78096 with flag 810000/810000
486.11/485.45	c cleaning 40013 clauses out of 80124 with flag 851001/851001
517.11/516.44	c cleaning 40996 clauses out of 82111 with flag 893001/893001
551.22/550.51	c cleaning 42013 clauses out of 84114 with flag 936000/936000
587.04/586.39	c cleaning 42992 clauses out of 86101 with flag 980000/980000
624.24/623.55	c cleaning 44020 clauses out of 88109 with flag 1025000/1025000
663.05/662.33	c cleaning 44980 clauses out of 90089 with flag 1071000/1071000
705.88/705.15	c cleaning 46038 clauses out of 92111 with flag 1118002/1118002
749.29/748.52	c cleaning 46975 clauses out of 94071 with flag 1166000/1166000
794.70/793.93	c cleaning 48012 clauses out of 96097 with flag 1215001/1215001
842.81/842.01	c cleaning 49003 clauses out of 98084 with flag 1265000/1265000
890.92/890.19	c cleaning 49994 clauses out of 100081 with flag 1316000/1316000
943.75/942.90	c cleaning 50999 clauses out of 102087 with flag 1368000/1368000
995.67/994.84	c cleaning 51984 clauses out of 104090 with flag 1421002/1421002
1048.79/1047.98	c cleaning 52997 clauses out of 106108 with flag 1475004/1475004
1105.10/1104.24	c cleaning 54017 clauses out of 108108 with flag 1530001/1530001
1163.72/1162.83	c cleaning 54983 clauses out of 110091 with flag 1586001/1586001
1227.03/1226.18	c cleaning 56006 clauses out of 112108 with flag 1643001/1643001
1291.05/1290.10	c cleaning 56990 clauses out of 114102 with flag 1701001/1701001
1300.97/1300.01	c starts		: 1474
1300.97/1300.01	c conflicts		: 1712488
1300.97/1300.01	c decisions		: 4312598
1300.97/1300.01	c propagations		: 316217741
1300.97/1300.01	c inspects		: 12627222342
1300.97/1300.01	c shortcuts		: 0
1300.97/1300.01	c learnt literals	: 0
1300.97/1300.01	c learnt binary clauses	: 0
1300.97/1300.01	c learnt ternary clauses	: 0
1300.97/1300.01	c learnt constraints	: 1712488
1300.97/1300.01	c ignored constraints	: 0
1300.97/1300.01	c root simplifications	: 1474
1300.97/1300.01	c removed literals (reason simplification)	: 97066978
1300.97/1300.01	c reason swapping (by a shorter reason)	: 0
1300.97/1300.01	c Calls to reduceDB	: 54
1300.97/1300.01	c speed (assignments/second)	: 243300.3752401514
1300.97/1300.01	c non guided choices	292
1300.97/1300.04	c learnt constraints type 
1300.97/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68635
1300.97/1300.04	c constraints type 
1300.97/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1300.97/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
1300.97/1300.04	s UNKNOWN
1300.97/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-3258564-1303504254/watcher-3258564-1303504254 -o /tmp/evaluation-result-3258564-1303504254/solver-3258564-1303504254 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258564-1303504254.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: 4.00 3.96 3.06 5/196 17259
/proc/meminfo: memFree=12924008/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=30540 CPUtime=0 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 1250 0 0 0 0 0 0 0 21 0 2 0 462022128 31272960 969 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 7635 969 741 9 0 386 0
[pid=17259/tid=17260] ppid=17257 vsize=30536 CPUtime=0 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 139 0 0 0 0 0 0 0 22 0 2 0 462022128 31268864 972 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254495768199 0 2147483391 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.053537 s]
/proc/loadavg: 4.00 3.96 3.06 5/196 17259
/proc/meminfo: memFree=12924008/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7569628 CPUtime=0.04 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 9120 0 1 0 3 1 0 0 21 0 18 0 462022128 7751299072 8816 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1892407 8816 1724 9 0 1883155 0
[pid=17259/tid=17260] ppid=17257 vsize=7569628 CPUtime=0.04 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 7944 0 1 0 3 1 0 0 22 0 18 0 462022128 7751299072 8816 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 47823274288664 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7569628

[startup+0.111527 s]
/proc/loadavg: 4.00 3.96 3.06 5/196 17259
/proc/meminfo: memFree=12924008/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7570832 CPUtime=0.11 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 10664 0 1 0 10 1 0 0 21 0 18 0 462022128 7752531968 10360 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1892708 10360 2123 9 0 1883446 0
[pid=17259/tid=17260] ppid=17257 vsize=7570832 CPUtime=0.1 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 8887 0 1 0 9 1 0 0 22 0 18 0 462022128 7752531968 10360 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 46912505176688 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7570832

[startup+0.300428 s]
/proc/loadavg: 4.00 3.96 3.06 5/196 17259
/proc/meminfo: memFree=12924008/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7572172 CPUtime=0.4 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 14704 0 1 0 39 1 0 0 21 0 18 0 462022128 7753904128 14291 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1893043 14291 2197 9 0 1883781 0
[pid=17259/tid=17260] ppid=17257 vsize=7572172 CPUtime=0.28 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 12393 0 1 0 27 1 0 0 22 0 18 0 462022128 7753904128 14291 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 46912505498336 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7572172

[startup+0.700351 s]
/proc/loadavg: 4.00 3.96 3.06 5/196 17259
/proc/meminfo: memFree=12924008/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7644884 CPUtime=1.09 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 18340 0 1 0 107 2 0 0 21 0 19 0 462022128 7828361216 17016 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1911221 17016 2219 9 0 1901959 0
[pid=17259/tid=17260] ppid=17257 vsize=7644884 CPUtime=0.68 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 13500 0 1 0 67 1 0 0 24 0 19 0 462022128 7828361216 17016 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 46912505652644 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 7644884

[startup+1.50125 s]
/proc/loadavg: 4.24 4.01 3.08 7/243 17318
/proc/meminfo: memFree=12785028/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7644884 CPUtime=1.94 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 19253 0 1 0 191 3 0 0 21 0 19 0 462022128 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1911221 17928 2224 9 0 1901959 0
[pid=17259/tid=17260] ppid=17257 vsize=7644884 CPUtime=1.48 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 14390 0 1 0 146 2 0 0 25 0 19 0 462022128 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 46912505688444 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17259/tid=17262] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17262/stat : 17262 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 462022129 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17263] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17263/stat : 17263 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 462022129 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17264] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17264/stat : 17264 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022129 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17265] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17265/stat : 17265 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022129 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17266] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17266/stat : 17266 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022129 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17267] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17267/stat : 17267 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022129 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17268] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17268/stat : 17268 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022129 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17269] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17269/stat : 17269 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462022129 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17270] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17270/stat : 17270 (java) S 17257 17259 16977 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 462022130 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17271] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17271/stat : 17271 (java) S 17257 17259 16977 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 462022131 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17272] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17272/stat : 17272 (java) S 17257 17259 16977 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 462022131 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17273] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17273/stat : 17273 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462022133 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17274] ppid=17257 vsize=7644884 CPUtime=0.07 cores=4,6
/proc/17259/task/17274/stat : 17274 (java) S 17257 17259 16977 0 -1 4202560 309 0 0 0 7 0 0 0 17 0 19 0 462022133 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17275] ppid=17257 vsize=7644884 CPUtime=0.37 cores=4,6
/proc/17259/task/17275/stat : 17275 (java) S 17257 17259 16977 0 -1 4202560 3392 0 0 0 37 0 0 0 16 0 19 0 462022133 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17276] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17276/stat : 17276 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462022133 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17277] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17277/stat : 17277 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022133 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17291] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17291/stat : 17291 (java) S 17257 17259 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462022159 7828361216 17928 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 7644884

[startup+3.10093 s]
/proc/loadavg: 4.24 4.01 3.08 5/262 17337
/proc/meminfo: memFree=12597584/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7644884 CPUtime=3.54 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 27436 0 1 0 350 4 0 0 21 0 19 0 462022128 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1911221 26109 2251 9 0 1901959 0
[pid=17259/tid=17260] ppid=17257 vsize=7644884 CPUtime=2.94 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 14605 0 1 0 292 2 0 0 25 0 19 0 462022128 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 46912505748345 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17259/tid=17262] ppid=17257 vsize=7644884 CPUtime=0.02 cores=4,6
/proc/17259/task/17262/stat : 17262 (java) S 17257 17259 16977 0 -1 4202560 2804 0 0 0 2 0 0 0 17 0 19 0 462022129 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17263] ppid=17257 vsize=7644884 CPUtime=0.01 cores=4,6
/proc/17259/task/17263/stat : 17263 (java) S 17257 17259 16977 0 -1 4202560 1187 0 0 0 1 0 0 0 17 0 19 0 462022129 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17264] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17264/stat : 17264 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462022129 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17265] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17265/stat : 17265 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462022129 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17266] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17266/stat : 17266 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462022129 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17267] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17267/stat : 17267 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462022129 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17268] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17268/stat : 17268 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462022129 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17269] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17269/stat : 17269 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462022129 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17270] ppid=17257 vsize=7644884 CPUtime=0.06 cores=4,6
/proc/17259/task/17270/stat : 17270 (java) S 17257 17259 16977 0 -1 4202560 3973 0 0 0 6 0 0 0 15 0 19 0 462022130 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17271] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17271/stat : 17271 (java) S 17257 17259 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17272] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17272/stat : 17272 (java) S 17257 17259 16977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17273] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17273/stat : 17273 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462022133 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17274] ppid=17257 vsize=7644884 CPUtime=0.1 cores=4,6
/proc/17259/task/17274/stat : 17274 (java) S 17257 17259 16977 0 -1 4202560 317 0 0 0 10 0 0 0 15 0 19 0 462022133 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17275] ppid=17257 vsize=7644884 CPUtime=0.37 cores=4,6
/proc/17259/task/17275/stat : 17275 (java) S 17257 17259 16977 0 -1 4202560 3392 0 0 0 37 0 0 0 16 0 19 0 462022133 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17276] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17276/stat : 17276 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462022133 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17277] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17277/stat : 17277 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022133 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17291] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17291/stat : 17291 (java) S 17257 17259 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462022159 7828361216 26109 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 7644884

[startup+6.30124 s]
/proc/loadavg: 4.24 4.01 3.08 5/262 17337
/proc/meminfo: memFree=12518324/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7644884 CPUtime=6.74 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 29355 0 1 0 670 4 0 0 21 0 19 0 462022128 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1911221 28025 2253 9 0 1901959 0
[pid=17259/tid=17260] ppid=17257 vsize=7644884 CPUtime=5.98 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 14608 0 1 0 596 2 0 0 25 0 19 0 462022128 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 46912505646857 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17259/tid=17262] ppid=17257 vsize=7644884 CPUtime=0.03 cores=4,6
/proc/17259/task/17262/stat : 17262 (java) S 17257 17259 16977 0 -1 4202560 2807 0 0 0 3 0 0 0 15 0 19 0 462022129 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17263] ppid=17257 vsize=7644884 CPUtime=0.02 cores=4,6
/proc/17259/task/17263/stat : 17263 (java) S 17257 17259 16977 0 -1 4202560 2214 0 0 0 2 0 0 0 15 0 19 0 462022129 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17264] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17264/stat : 17264 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022129 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17265] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17265/stat : 17265 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022129 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17266] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17266/stat : 17266 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022129 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17267] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17267/stat : 17267 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022129 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17268] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17268/stat : 17268 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462022129 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17269] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17269/stat : 17269 (java) S 17257 17259 16977 0 -1 4202560 235 0 0 0 0 0 0 0 16 0 19 0 462022129 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17270] ppid=17257 vsize=7644884 CPUtime=0.16 cores=4,6
/proc/17259/task/17270/stat : 17270 (java) S 17257 17259 16977 0 -1 4202560 4609 0 0 0 16 0 0 0 16 0 19 0 462022130 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17271] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17271/stat : 17271 (java) S 17257 17259 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17272] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17272/stat : 17272 (java) S 17257 17259 16977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17273] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17273/stat : 17273 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462022133 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17274] ppid=17257 vsize=7644884 CPUtime=0.13 cores=4,6
/proc/17259/task/17274/stat : 17274 (java) S 17257 17259 16977 0 -1 4202560 333 0 0 0 13 0 0 0 15 0 19 0 462022133 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17275] ppid=17257 vsize=7644884 CPUtime=0.37 cores=4,6
/proc/17259/task/17275/stat : 17275 (java) S 17257 17259 16977 0 -1 4202560 3392 0 0 0 37 0 0 0 15 0 19 0 462022133 7828361216 28025 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0

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

[pid=17259/tid=17267] ppid=17257 vsize=7644884 CPUtime=0.13 cores=4,6
/proc/17259/task/17267/stat : 17267 (java) S 17257 17259 16977 0 -1 4202560 4158 0 0 0 13 0 0 0 15 0 19 0 462022129 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17268] ppid=17257 vsize=7644884 CPUtime=0.15 cores=4,6
/proc/17259/task/17268/stat : 17268 (java) S 17257 17259 16977 0 -1 4202560 4441 0 0 0 15 0 0 0 15 0 19 0 462022129 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17269] ppid=17257 vsize=7644884 CPUtime=0.07 cores=4,6
/proc/17259/task/17269/stat : 17269 (java) S 17257 17259 16977 0 -1 4202560 1682 0 0 0 7 0 0 0 15 0 19 0 462022129 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17270] ppid=17257 vsize=7644884 CPUtime=3.77 cores=4,6
/proc/17259/task/17270/stat : 17270 (java) S 17257 17259 16977 0 -1 4202560 9971 0 0 0 376 1 0 0 15 0 19 0 462022130 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17271] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17271/stat : 17271 (java) S 17257 17259 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17272] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17272/stat : 17272 (java) S 17257 17259 16977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17273] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17273/stat : 17273 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462022133 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17274] ppid=17257 vsize=7644884 CPUtime=0.16 cores=4,6
/proc/17259/task/17274/stat : 17274 (java) S 17257 17259 16977 0 -1 4202560 341 0 0 0 16 0 0 0 15 0 19 0 462022133 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17275] ppid=17257 vsize=7644884 CPUtime=0.37 cores=4,6
/proc/17259/task/17275/stat : 17275 (java) S 17257 17259 16977 0 -1 4202560 3392 0 0 0 37 0 0 0 15 0 19 0 462022133 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17276] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17276/stat : 17276 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462022133 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17277] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17277/stat : 17277 (java) S 17257 17259 16977 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 462022133 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17291] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17291/stat : 17291 (java) S 17257 17259 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462022159 7828361216 56205 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.22
Current children cumulated vsize (KiB) 7644884

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/262 17369
/proc/meminfo: memFree=12073060/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7644884 CPUtime=1183.23 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 58338 0 1 0 118313 10 0 0 21 0 19 0 462022128 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1911221 56831 2253 9 0 1901959 0
[pid=17259/tid=17260] ppid=17257 vsize=7644884 CPUtime=1177.82 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 22662 0 1 0 117777 5 0 0 25 0 19 0 462022128 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 46912505640826 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17259/tid=17262] ppid=17257 vsize=7644884 CPUtime=0.16 cores=4,6
/proc/17259/task/17262/stat : 17262 (java) S 17257 17259 16977 0 -1 4202560 5598 0 0 0 16 0 0 0 15 0 19 0 462022129 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17263] ppid=17257 vsize=7644884 CPUtime=0.1 cores=4,6
/proc/17259/task/17263/stat : 17263 (java) S 17257 17259 16977 0 -1 4202560 2616 0 0 0 10 0 0 0 15 0 19 0 462022129 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17264] ppid=17257 vsize=7644884 CPUtime=0.11 cores=4,6
/proc/17259/task/17264/stat : 17264 (java) S 17257 17259 16977 0 -1 4202560 709 0 0 0 11 0 0 0 15 0 19 0 462022129 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17265] ppid=17257 vsize=7644884 CPUtime=0.11 cores=4,6
/proc/17259/task/17265/stat : 17265 (java) S 17257 17259 16977 0 -1 4202560 614 0 0 0 11 0 0 0 15 0 19 0 462022129 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17266] ppid=17257 vsize=7644884 CPUtime=0.07 cores=4,6
/proc/17259/task/17266/stat : 17266 (java) S 17257 17259 16977 0 -1 4202560 932 0 0 0 7 0 0 0 15 0 19 0 462022129 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17267] ppid=17257 vsize=7644884 CPUtime=0.13 cores=4,6
/proc/17259/task/17267/stat : 17267 (java) S 17257 17259 16977 0 -1 4202560 4158 0 0 0 13 0 0 0 15 0 19 0 462022129 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17268] ppid=17257 vsize=7644884 CPUtime=0.15 cores=4,6
/proc/17259/task/17268/stat : 17268 (java) S 17257 17259 16977 0 -1 4202560 4441 0 0 0 15 0 0 0 16 0 19 0 462022129 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17269] ppid=17257 vsize=7644884 CPUtime=0.07 cores=4,6
/proc/17259/task/17269/stat : 17269 (java) S 17257 17259 16977 0 -1 4202560 1682 0 0 0 7 0 0 0 15 0 19 0 462022129 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17270] ppid=17257 vsize=7644884 CPUtime=3.88 cores=4,6
/proc/17259/task/17270/stat : 17270 (java) S 17257 17259 16977 0 -1 4202560 9973 0 0 0 387 1 0 0 15 0 19 0 462022130 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17271] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17271/stat : 17271 (java) S 17257 17259 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17272] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17272/stat : 17272 (java) S 17257 17259 16977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17273] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17273/stat : 17273 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462022133 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17274] ppid=17257 vsize=7644884 CPUtime=0.16 cores=4,6
/proc/17259/task/17274/stat : 17274 (java) S 17257 17259 16977 0 -1 4202560 341 0 0 0 16 0 0 0 15 0 19 0 462022133 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17275] ppid=17257 vsize=7644884 CPUtime=0.37 cores=4,6
/proc/17259/task/17275/stat : 17275 (java) S 17257 17259 16977 0 -1 4202560 3392 0 0 0 37 0 0 0 15 0 19 0 462022133 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17276] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17276/stat : 17276 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462022133 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17277] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17277/stat : 17277 (java) S 17257 17259 16977 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462022133 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17291] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17291/stat : 17291 (java) S 17257 17259 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462022159 7828361216 56831 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.23
Current children cumulated vsize (KiB) 7644884

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.75 5/262 17370
/proc/meminfo: memFree=12060620/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7644884 CPUtime=1243.25 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 59046 0 1 0 124315 10 0 0 21 0 19 0 462022128 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1911221 57532 2253 9 0 1901959 0
[pid=17259/tid=17260] ppid=17257 vsize=7644884 CPUtime=1237.73 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 23229 0 1 0 123767 6 0 0 25 0 19 0 462022128 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 46912505713168 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17259/tid=17262] ppid=17257 vsize=7644884 CPUtime=0.16 cores=4,6
/proc/17259/task/17262/stat : 17262 (java) S 17257 17259 16977 0 -1 4202560 5598 0 0 0 16 0 0 0 16 0 19 0 462022129 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17263] ppid=17257 vsize=7644884 CPUtime=0.1 cores=4,6
/proc/17259/task/17263/stat : 17263 (java) S 17257 17259 16977 0 -1 4202560 2616 0 0 0 10 0 0 0 15 0 19 0 462022129 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17264] ppid=17257 vsize=7644884 CPUtime=0.11 cores=4,6
/proc/17259/task/17264/stat : 17264 (java) S 17257 17259 16977 0 -1 4202560 709 0 0 0 11 0 0 0 15 0 19 0 462022129 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17265] ppid=17257 vsize=7644884 CPUtime=0.11 cores=4,6
/proc/17259/task/17265/stat : 17265 (java) S 17257 17259 16977 0 -1 4202560 614 0 0 0 11 0 0 0 15 0 19 0 462022129 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17266] ppid=17257 vsize=7644884 CPUtime=0.08 cores=4,6
/proc/17259/task/17266/stat : 17266 (java) S 17257 17259 16977 0 -1 4202560 932 0 0 0 8 0 0 0 16 0 19 0 462022129 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17267] ppid=17257 vsize=7644884 CPUtime=0.13 cores=4,6
/proc/17259/task/17267/stat : 17267 (java) S 17257 17259 16977 0 -1 4202560 4158 0 0 0 13 0 0 0 15 0 19 0 462022129 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17268] ppid=17257 vsize=7644884 CPUtime=0.16 cores=4,6
/proc/17259/task/17268/stat : 17268 (java) S 17257 17259 16977 0 -1 4202560 4442 0 0 0 16 0 0 0 16 0 19 0 462022129 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17269] ppid=17257 vsize=7644884 CPUtime=0.07 cores=4,6
/proc/17259/task/17269/stat : 17269 (java) S 17257 17259 16977 0 -1 4202560 1682 0 0 0 7 0 0 0 15 0 19 0 462022129 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17270] ppid=17257 vsize=7644884 CPUtime=3.96 cores=4,6
/proc/17259/task/17270/stat : 17270 (java) S 17257 17259 16977 0 -1 4202560 10109 0 0 0 395 1 0 0 15 0 19 0 462022130 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17271] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17271/stat : 17271 (java) S 17257 17259 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17272] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17272/stat : 17272 (java) S 17257 17259 16977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17273] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17273/stat : 17273 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462022133 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17274] ppid=17257 vsize=7644884 CPUtime=0.16 cores=4,6
/proc/17259/task/17274/stat : 17274 (java) S 17257 17259 16977 0 -1 4202560 341 0 0 0 16 0 0 0 15 0 19 0 462022133 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17275] ppid=17257 vsize=7644884 CPUtime=0.37 cores=4,6
/proc/17259/task/17275/stat : 17275 (java) S 17257 17259 16977 0 -1 4202560 3392 0 0 0 37 0 0 0 15 0 19 0 462022133 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17276] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17276/stat : 17276 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462022133 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17277] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17277/stat : 17277 (java) S 17257 17259 16977 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462022133 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17291] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17291/stat : 17291 (java) S 17257 17259 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462022159 7828361216 57532 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.25
Current children cumulated vsize (KiB) 7644884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.76 5/243 17375
/proc/meminfo: memFree=12285932/32950928 swapFree=67111528/67111528
[pid=17259] ppid=17257 vsize=7644884 CPUtime=1300.97 cores=4,6
/proc/17259/stat : 17259 (java) S 17257 17259 16977 0 -1 4202496 59249 0 1 0 130087 10 0 0 21 0 19 0 462022128 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17259/statm: 1911221 57728 2253 9 0 1901959 0
[pid=17259/tid=17260] ppid=17257 vsize=7644884 CPUtime=1295.35 cores=4,6
/proc/17259/task/17260/stat : 17260 (java) R 17257 17259 16977 0 -1 4202560 23230 0 1 0 129529 6 0 0 25 0 19 0 462022128 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 46912505640901 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17259/tid=17262] ppid=17257 vsize=7644884 CPUtime=0.17 cores=4,6
/proc/17259/task/17262/stat : 17262 (java) S 17257 17259 16977 0 -1 4202560 5598 0 0 0 17 0 0 0 16 0 19 0 462022129 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17263] ppid=17257 vsize=7644884 CPUtime=0.1 cores=4,6
/proc/17259/task/17263/stat : 17263 (java) S 17257 17259 16977 0 -1 4202560 2616 0 0 0 10 0 0 0 15 0 19 0 462022129 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17264] ppid=17257 vsize=7644884 CPUtime=0.11 cores=4,6
/proc/17259/task/17264/stat : 17264 (java) S 17257 17259 16977 0 -1 4202560 709 0 0 0 11 0 0 0 15 0 19 0 462022129 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17265] ppid=17257 vsize=7644884 CPUtime=0.11 cores=4,6
/proc/17259/task/17265/stat : 17265 (java) S 17257 17259 16977 0 -1 4202560 614 0 0 0 11 0 0 0 15 0 19 0 462022129 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17266] ppid=17257 vsize=7644884 CPUtime=0.08 cores=4,6
/proc/17259/task/17266/stat : 17266 (java) S 17257 17259 16977 0 -1 4202560 932 0 0 0 8 0 0 0 15 0 19 0 462022129 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17267] ppid=17257 vsize=7644884 CPUtime=0.13 cores=4,6
/proc/17259/task/17267/stat : 17267 (java) S 17257 17259 16977 0 -1 4202560 4158 0 0 0 13 0 0 0 15 0 19 0 462022129 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17268] ppid=17257 vsize=7644884 CPUtime=0.16 cores=4,6
/proc/17259/task/17268/stat : 17268 (java) S 17257 17259 16977 0 -1 4202560 4442 0 0 0 16 0 0 0 15 0 19 0 462022129 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17269] ppid=17257 vsize=7644884 CPUtime=0.09 cores=4,6
/proc/17259/task/17269/stat : 17269 (java) S 17257 17259 16977 0 -1 4202560 1683 0 0 0 9 0 0 0 15 0 19 0 462022129 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17270] ppid=17257 vsize=7644884 CPUtime=4.05 cores=4,6
/proc/17259/task/17270/stat : 17270 (java) S 17257 17259 16977 0 -1 4202560 10306 0 0 0 404 1 0 0 15 0 19 0 462022130 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 0 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17271] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17271/stat : 17271 (java) S 17257 17259 16977 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17272] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17272/stat : 17272 (java) S 17257 17259 16977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 462022131 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17273] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17273/stat : 17273 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462022133 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512515505 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17274] ppid=17257 vsize=7644884 CPUtime=0.16 cores=4,6
/proc/17259/task/17274/stat : 17274 (java) S 17257 17259 16977 0 -1 4202560 341 0 0 0 16 0 0 0 15 0 19 0 462022133 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17275] ppid=17257 vsize=7644884 CPUtime=0.37 cores=4,6
/proc/17259/task/17275/stat : 17275 (java) S 17257 17259 16977 0 -1 4202560 3392 0 0 0 37 0 0 0 15 0 19 0 462022133 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17276] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17276/stat : 17276 (java) S 17257 17259 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462022133 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512507801 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
[pid=17259/tid=17277] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17277/stat : 17277 (java) S 17257 17259 16977 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462022133 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 6 0 0 0
[pid=17259/tid=17291] ppid=17257 vsize=7644884 CPUtime=0 cores=4,6
/proc/17259/task/17291/stat : 17291 (java) S 17257 17259 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 462022159 7828361216 57728 33554432000 1073741824 1073778376 140734124674288 18446744073709551615 254512508416 0 4 0 16800975 18446604453864915328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.97
Current children cumulated vsize (KiB) 7644884

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

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

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.06
CPU user time (s): 1300.94
CPU system time (s): 0.114982
CPU usage (%): 100.077
Max. virtual memory (cumulated for all children) (KiB): 7644884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.94
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= 59295
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= 28111
involuntary context switches= 4306

runsolver used 2.25366 second user time and 4.85926 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:30:54
IDJOB=3258564
IDBENCH=71385
IDSOLVER=1611
FILE ID=node149/3258564-1303504254
RUNJOBID= node149-1303502950-16996
PBS_JOBID= 13134233
Free space on /tmp= 72132 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes1.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-3258564-1303504254/watcher-3258564-1303504254 -o /tmp/evaluation-result-3258564-1303504254/solver-3258564-1303504254 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258564-1303504254.cnf

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=1073997848

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12924164 kB
Buffers:       1795312 kB
Cached:       17597288 kB
SwapCached:          0 kB
Active:        9332616 kB
Inactive:     10157924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12924164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6380 kB
Writeback:           0 kB
AnonPages:       97176 kB
Mapped:          22780 kB
Slab:           472416 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7454580 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= 72132 MiB
End job on node149 at 2011-04-22 22:52:36