Trace number 3258344

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		6997539544
0.01/0.08	c Max memory 		7034241024
0.01/0.08	c Total memory 		7034241024
0.01/0.08	c Number of processors 	8
0.07/0.11	c --- Begin Solver configuration ---
0.07/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@2fe4cbc4
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.11	c Expensive reason simplification
0.07/0.11	c Armin Biere (Picosat) restarts strategy
0.07/0.11	c Glucose learned constraints deletion strategy
0.07/0.11	c timeout=2147483647s
0.07/0.11	c DB Simplification allowed=true
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3258344-1303502951.cnf
0.07/0.11	c reading problem ... 
0.38/0.34	c ... done. Wall clock time 0.235s.
0.38/0.34	c #vars     2640
0.38/0.34	c #constraints  305320
0.38/0.34	c constraints type 
0.38/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.38/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 305240
2.20/1.83	c cleaning 2500 clauses out of 5002 with flag 5002/5002
4.26/3.62	c cleaning 4243 clauses out of 8502 with flag 11002/11002
6.35/5.75	c cleaning 5607 clauses out of 11257 with flag 18000/18000
8.86/8.24	c cleaning 6798 clauses out of 13651 with flag 26001/26001
11.68/11.06	c cleaning 7897 clauses out of 15852 with flag 35000/35000
14.88/14.29	c cleaning 8956 clauses out of 17956 with flag 45001/45001
18.58/17.91	c cleaning 9984 clauses out of 20000 with flag 56001/56001
22.79/22.13	c cleaning 10975 clauses out of 22015 with flag 68000/68000
27.39/26.76	c cleaning 11999 clauses out of 24040 with flag 81000/81000
32.51/31.86	c cleaning 12988 clauses out of 26041 with flag 95000/95000
38.12/37.47	c cleaning 13996 clauses out of 28053 with flag 110000/110000
44.32/43.69	c cleaning 15001 clauses out of 30057 with flag 126000/126000
51.33/50.67	c cleaning 16003 clauses out of 32056 with flag 143000/143000
58.73/58.04	c cleaning 16983 clauses out of 34054 with flag 161001/161001
66.84/66.19	c cleaning 17986 clauses out of 36070 with flag 180000/180000
75.85/75.13	c cleaning 19002 clauses out of 38084 with flag 200000/200000
85.85/85.16	c cleaning 20014 clauses out of 40083 with flag 221001/221001
96.37/95.64	c cleaning 20992 clauses out of 42069 with flag 243001/243001
107.67/106.96	c cleaning 22019 clauses out of 44076 with flag 266000/266000
119.77/119.07	c cleaning 22984 clauses out of 46058 with flag 290001/290001
132.69/131.95	c cleaning 24009 clauses out of 48073 with flag 315000/315000
146.69/145.91	c cleaning 24971 clauses out of 50064 with flag 341000/341000
161.60/160.83	c cleaning 26010 clauses out of 52095 with flag 368002/368002
177.11/176.33	c cleaning 27009 clauses out of 54083 with flag 396000/396000
193.61/192.86	c cleaning 27992 clauses out of 56075 with flag 425001/425001
211.72/210.95	c cleaning 28993 clauses out of 58082 with flag 455000/455000
231.13/230.30	c cleaning 29987 clauses out of 60092 with flag 486003/486003
251.85/251.09	c cleaning 31013 clauses out of 62102 with flag 518000/518000
273.35/272.58	c cleaning 32002 clauses out of 64090 with flag 551001/551001
296.07/295.23	c cleaning 32996 clauses out of 66087 with flag 585000/585000
320.07/319.23	c cleaning 34012 clauses out of 68092 with flag 620001/620001
344.98/344.14	c cleaning 34975 clauses out of 70080 with flag 656001/656001
372.10/371.24	c cleaning 36029 clauses out of 72106 with flag 693002/693002
400.12/399.23	c cleaning 36964 clauses out of 74076 with flag 731001/731001
429.22/428.30	c cleaning 37999 clauses out of 76112 with flag 770001/770001
460.03/459.10	c cleaning 38973 clauses out of 78112 with flag 810000/810000
492.56/491.69	c cleaning 40009 clauses out of 80140 with flag 851001/851001
525.57/524.66	c cleaning 41027 clauses out of 82130 with flag 893000/893000
559.97/559.05	c cleaning 42037 clauses out of 84103 with flag 936000/936000
597.27/596.39	c cleaning 42996 clauses out of 86066 with flag 980000/980000
634.70/633.71	c cleaning 43973 clauses out of 88070 with flag 1025000/1025000
674.51/673.55	c cleaning 44998 clauses out of 90099 with flag 1071002/1071002
714.93/713.98	c cleaning 46018 clauses out of 92100 with flag 1118001/1118001
758.73/757.77	c cleaning 46971 clauses out of 94081 with flag 1166000/1166000
805.05/804.03	c cleaning 48017 clauses out of 96110 with flag 1215000/1215000
851.76/850.77	c cleaning 48994 clauses out of 98093 with flag 1265000/1265000
901.98/900.96	c cleaning 49988 clauses out of 100099 with flag 1316000/1316000
953.50/952.49	c cleaning 50991 clauses out of 102112 with flag 1368001/1368001
1005.72/1004.62	c cleaning 51985 clauses out of 104120 with flag 1421000/1421000
1059.84/1058.74	c cleaning 52983 clauses out of 106135 with flag 1475000/1475000
1116.24/1115.10	c cleaning 54024 clauses out of 108152 with flag 1530000/1530000
1173.76/1172.60	c cleaning 55014 clauses out of 110128 with flag 1586000/1586000
1235.18/1234.06	c cleaning 55996 clauses out of 112115 with flag 1643001/1643001
1299.30/1298.15	c cleaning 57030 clauses out of 114119 with flag 1701001/1701001
1301.22/1300.01	c starts		: 1472
1301.22/1300.01	c conflicts		: 1703192
1301.22/1300.01	c decisions		: 4380063
1301.22/1300.01	c propagations		: 345848343
1301.22/1300.01	c inspects		: 12536304423
1301.22/1300.01	c shortcuts		: 0
1301.22/1300.01	c learnt literals	: 0
1301.22/1300.01	c learnt binary clauses	: 0
1301.22/1300.01	c learnt ternary clauses	: 0
1301.22/1300.01	c learnt constraints	: 1703192
1301.22/1300.01	c ignored constraints	: 0
1301.22/1300.01	c root simplifications	: 1472
1301.22/1300.01	c removed literals (reason simplification)	: 98860486
1301.22/1300.01	c reason swapping (by a shorter reason)	: 0
1301.22/1300.01	c Calls to reduceDB	: 54
1301.22/1300.01	c speed (assignments/second)	: 266105.7603305467
1301.22/1300.01	c non guided choices	303
1301.22/1300.04	c learnt constraints type 
1301.22/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59280
1301.22/1300.04	c constraints type 
1301.22/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
1301.22/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 305240
1301.22/1300.04	s UNKNOWN
1301.22/1300.04	c Total wall clock time (in seconds) : 1299.901

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

running on 2 cores: 1,3

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: 0.00 0.02 0.25 3/211 17054
/proc/meminfo: memFree=12902068/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=30536 CPUtime=0 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 1254 0 0 0 0 0 0 0 19 0 2 0 461891766 31268864 972 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 7634 972 745 9 0 385 0
[pid=17054/tid=17057] ppid=17052 vsize=31604 CPUtime=0 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 139 0 0 0 0 0 0 0 20 0 2 0 461891766 32362496 972 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254495768586 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0355601 s]
/proc/loadavg: 0.00 0.02 0.25 3/211 17054
/proc/meminfo: memFree=12902068/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7551884 CPUtime=0.01 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 8156 0 1 0 0 1 0 0 19 0 10 0 461891766 7733129216 7854 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1887971 7855 1514 9 0 1878719 0
[pid=17054/tid=17057] ppid=17052 vsize=7551884 CPUtime=0.01 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 7036 0 1 0 0 1 0 0 23 0 10 0 461891766 7733129216 7857 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512518603 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7551884

[startup+0.100551 s]
/proc/loadavg: 0.00 0.02 0.25 3/211 17054
/proc/meminfo: memFree=12902068/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7570804 CPUtime=0.07 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 10025 0 1 0 6 1 0 0 19 0 18 0 461891766 7752503296 9721 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1892701 9721 2058 9 0 1883439 0
[pid=17054/tid=17057] ppid=17052 vsize=7570804 CPUtime=0.06 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 8337 0 1 0 5 1 0 0 22 0 18 0 461891766 7752503296 9721 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512517813 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7570804

[startup+0.300455 s]
/proc/loadavg: 0.00 0.02 0.25 3/211 17054
/proc/meminfo: memFree=12902068/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7637444 CPUtime=0.38 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 14149 0 1 0 36 2 0 0 19 0 18 0 461891766 7820742656 13749 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1909361 13749 2197 9 0 1900099 0
[pid=17054/tid=17057] ppid=17052 vsize=7637444 CPUtime=0.26 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 11897 0 1 0 25 1 0 0 22 0 18 0 461891766 7820742656 13749 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 46912505498939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7637444

[startup+0.700375 s]
/proc/loadavg: 0.00 0.02 0.25 3/211 17054
/proc/meminfo: memFree=12902068/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7641216 CPUtime=1.05 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 17562 0 1 0 103 2 0 0 19 0 19 0 461891766 7824605184 16641 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1910304 16641 2219 9 0 1901042 0
[pid=17054/tid=17057] ppid=17052 vsize=7641216 CPUtime=0.66 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 14070 0 1 0 64 2 0 0 24 0 19 0 461891766 7824605184 16641 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 46912505714634 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 7641216

[startup+1.50121 s]
/proc/loadavg: 0.00 0.02 0.25 5/241 17086
/proc/meminfo: memFree=12785464/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7641216 CPUtime=1.9 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 18452 0 1 0 188 2 0 0 19 0 19 0 461891766 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1910304 17530 2224 9 0 1901042 0
[pid=17054/tid=17057] ppid=17052 vsize=7641216 CPUtime=1.46 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 14944 0 1 0 144 2 0 0 25 0 19 0 461891766 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 46912505612766 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17054/tid=17064] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17064/stat : 17064 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891769 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17065] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17065/stat : 17065 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 461891769 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17066] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17066/stat : 17066 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 461891769 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17067] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17067/stat : 17067 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 461891769 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17068] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17068/stat : 17068 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 461891769 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17069] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17069/stat : 17069 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 461891769 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17070] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17070/stat : 17070 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 461891769 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17071] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17071/stat : 17071 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 461891769 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17072] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17072/stat : 17072 (java) S 17052 17054 16977 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 461891770 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 0 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17073] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17073/stat : 17073 (java) S 17052 17054 16977 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 461891770 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17074] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17074/stat : 17074 (java) S 17052 17054 16977 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 461891770 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17075] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17075/stat : 17075 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891773 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512515505 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17076] ppid=17052 vsize=7641216 CPUtime=0.28 cores=1,3
/proc/17054/task/17076/stat : 17076 (java) S 17052 17054 16977 0 -1 4202560 1455 0 0 0 28 0 0 0 15 0 19 0 461891773 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17077] ppid=17052 vsize=7641216 CPUtime=0.15 cores=1,3
/proc/17054/task/17077/stat : 17077 (java) S 17052 17054 16977 0 -1 4202560 891 0 0 0 15 0 0 0 17 0 19 0 461891773 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17078] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17078/stat : 17078 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891773 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17079] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17079/stat : 17079 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891773 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17082] ppid=17052 vsize=7641216 CPUtime=0 cores=1,3
/proc/17054/task/17082/stat : 17082 (java) S 17052 17054 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891801 7824605184 17530 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 7641216

[startup+3.1009 s]
/proc/loadavg: 0.00 0.02 0.25 7/262 17111
/proc/meminfo: memFree=12603264/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7665036 CPUtime=3.74 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 35076 0 1 0 369 5 0 0 19 0 19 0 461891766 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1916259 32231 2251 9 0 1906997 0
[pid=17054/tid=17057] ppid=17052 vsize=7665036 CPUtime=2.92 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 15254 0 1 0 290 2 0 0 25 0 19 0 461891766 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 46912505621521 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17054/tid=17064] ppid=17052 vsize=7665036 CPUtime=0.03 cores=1,3
/proc/17054/task/17064/stat : 17064 (java) S 17052 17054 16977 0 -1 4202560 4150 0 0 0 3 0 0 0 18 0 19 0 461891769 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17065] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17065/stat : 17065 (java) S 17052 17054 16977 0 -1 4202560 267 0 0 0 0 0 0 0 17 0 19 0 461891769 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17066] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17066/stat : 17066 (java) S 17052 17054 16977 0 -1 4202560 91 0 0 0 0 0 0 0 17 0 19 0 461891769 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17067] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17067/stat : 17067 (java) S 17052 17054 16977 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 461891769 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17068] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17068/stat : 17068 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 461891769 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17069] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17069/stat : 17069 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 461891769 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17070] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17070/stat : 17070 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 461891769 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17071] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17071/stat : 17071 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 461891769 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17072] ppid=17052 vsize=7665036 CPUtime=0.06 cores=1,3
/proc/17054/task/17072/stat : 17072 (java) S 17052 17054 16977 0 -1 4202560 4480 0 0 0 6 0 0 0 15 0 19 0 461891770 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 0 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17073] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17073/stat : 17073 (java) S 17052 17054 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891770 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17074] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17074/stat : 17074 (java) S 17052 17054 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891770 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17075] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17075/stat : 17075 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891773 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512515505 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17076] ppid=17052 vsize=7665036 CPUtime=0.51 cores=1,3
/proc/17054/task/17076/stat : 17076 (java) S 17052 17054 16977 0 -1 4202560 8579 0 0 0 50 1 0 0 15 0 19 0 461891773 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17077] ppid=17052 vsize=7665036 CPUtime=0.15 cores=1,3
/proc/17054/task/17077/stat : 17077 (java) S 17052 17054 16977 0 -1 4202560 1097 0 0 0 15 0 0 0 15 0 19 0 461891773 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17078] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17078/stat : 17078 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891773 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17079] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17079/stat : 17079 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891773 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17082] ppid=17052 vsize=7665036 CPUtime=0 cores=1,3
/proc/17054/task/17082/stat : 17082 (java) S 17052 17054 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891801 7848996864 32231 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 7665036

[startup+6.30126 s]
/proc/loadavg: 0.32 0.09 0.27 5/262 17111
/proc/meminfo: memFree=12520620/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7661824 CPUtime=6.97 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 37047 0 1 0 692 5 0 0 19 0 19 0 461891766 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1915456 33771 2253 9 0 1906194 0
[pid=17054/tid=17057] ppid=17052 vsize=7661824 CPUtime=5.97 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 15258 0 1 0 595 2 0 0 25 0 19 0 461891766 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 46912505634038 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17054/tid=17064] ppid=17052 vsize=7661824 CPUtime=0.04 cores=1,3
/proc/17054/task/17064/stat : 17064 (java) S 17052 17054 16977 0 -1 4202560 4153 0 0 0 4 0 0 0 16 0 19 0 461891769 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17065] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17065/stat : 17065 (java) S 17052 17054 16977 0 -1 4202560 267 0 0 0 0 0 0 0 15 0 19 0 461891769 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17066] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17066/stat : 17066 (java) S 17052 17054 16977 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 461891769 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17067] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17067/stat : 17067 (java) S 17052 17054 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 461891769 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17068] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17068/stat : 17068 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891769 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17069] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17069/stat : 17069 (java) S 17052 17054 16977 0 -1 4202560 615 0 0 0 0 0 0 0 15 0 19 0 461891769 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17070] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17070/stat : 17070 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891769 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17071] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17071/stat : 17071 (java) S 17052 17054 16977 0 -1 4202560 688 0 0 0 0 0 0 0 15 0 19 0 461891769 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17072] ppid=17052 vsize=7661824 CPUtime=0.19 cores=1,3
/proc/17054/task/17072/stat : 17072 (java) S 17052 17054 16977 0 -1 4202560 5141 0 0 0 19 0 0 0 16 0 19 0 461891770 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 0 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17073] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17073/stat : 17073 (java) S 17052 17054 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17074] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17074/stat : 17074 (java) S 17052 17054 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17075] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17075/stat : 17075 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891773 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512515505 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17076] ppid=17052 vsize=7661824 CPUtime=0.53 cores=1,3
/proc/17054/task/17076/stat : 17076 (java) S 17052 17054 16977 0 -1 4202560 8579 0 0 0 52 1 0 0 15 0 19 0 461891773 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17077] ppid=17052 vsize=7661824 CPUtime=0.18 cores=1,3
/proc/17054/task/17077/stat : 17077 (java) S 17052 17054 16977 0 -1 4202560 1099 0 0 0 18 0 0 0 15 0 19 0 461891773 7845707776 33771 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0

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

[pid=17054/tid=17069] ppid=17052 vsize=7661824 CPUtime=0.16 cores=1,3
/proc/17054/task/17069/stat : 17069 (java) S 17052 17054 16977 0 -1 4202560 5565 0 0 0 16 0 0 0 15 0 19 0 461891769 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17070] ppid=17052 vsize=7661824 CPUtime=0.12 cores=1,3
/proc/17054/task/17070/stat : 17070 (java) S 17052 17054 16977 0 -1 4202560 1233 0 0 0 12 0 0 0 15 0 19 0 461891769 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17071] ppid=17052 vsize=7661824 CPUtime=0.11 cores=1,3
/proc/17054/task/17071/stat : 17071 (java) S 17052 17054 16977 0 -1 4202560 4583 0 0 0 11 0 0 0 15 0 19 0 461891769 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17072] ppid=17052 vsize=7661824 CPUtime=4.4 cores=1,3
/proc/17054/task/17072/stat : 17072 (java) S 17052 17054 16977 0 -1 4202560 10436 0 0 0 439 1 0 0 15 0 19 0 461891770 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 0 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17073] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17073/stat : 17073 (java) S 17052 17054 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17074] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17074/stat : 17074 (java) S 17052 17054 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17075] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17075/stat : 17075 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891773 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512515505 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17076] ppid=17052 vsize=7661824 CPUtime=0.56 cores=1,3
/proc/17054/task/17076/stat : 17076 (java) S 17052 17054 16977 0 -1 4202560 8590 0 0 0 55 1 0 0 15 0 19 0 461891773 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17077] ppid=17052 vsize=7661824 CPUtime=0.18 cores=1,3
/proc/17054/task/17077/stat : 17077 (java) S 17052 17054 16977 0 -1 4202560 1099 0 0 0 18 0 0 0 15 0 19 0 461891773 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17078] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17078/stat : 17078 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891773 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17079] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17079/stat : 17079 (java) S 17052 17054 16977 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 461891773 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17082] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17082/stat : 17082 (java) S 17052 17054 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891801 7845707776 62446 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.46
Current children cumulated vsize (KiB) 7661824

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 2.94 5/262 17142
/proc/meminfo: memFree=12123356/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7661824 CPUtime=1183.47 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 65901 0 1 0 118334 13 0 0 19 0 19 0 461891766 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1915456 62447 2253 9 0 1906194 0
[pid=17054/tid=17057] ppid=17052 vsize=7661824 CPUtime=1177.18 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 23217 0 1 0 117711 7 0 0 25 0 19 0 461891766 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 46912505714740 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17054/tid=17064] ppid=17052 vsize=7661824 CPUtime=0.14 cores=1,3
/proc/17054/task/17064/stat : 17064 (java) S 17052 17054 16977 0 -1 4202560 6576 0 0 0 13 1 0 0 16 0 19 0 461891769 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17065] ppid=17052 vsize=7661824 CPUtime=0.12 cores=1,3
/proc/17054/task/17065/stat : 17065 (java) S 17052 17054 16977 0 -1 4202560 2450 0 0 0 12 0 0 0 15 0 19 0 461891769 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17066] ppid=17052 vsize=7661824 CPUtime=0.08 cores=1,3
/proc/17054/task/17066/stat : 17066 (java) S 17052 17054 16977 0 -1 4202560 220 0 0 0 8 0 0 0 15 0 19 0 461891769 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17067] ppid=17052 vsize=7661824 CPUtime=0.08 cores=1,3
/proc/17054/task/17067/stat : 17067 (java) S 17052 17054 16977 0 -1 4202560 473 0 0 0 8 0 0 0 16 0 19 0 461891769 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17068] ppid=17052 vsize=7661824 CPUtime=0.12 cores=1,3
/proc/17054/task/17068/stat : 17068 (java) S 17052 17054 16977 0 -1 4202560 237 0 0 0 12 0 0 0 15 0 19 0 461891769 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17069] ppid=17052 vsize=7661824 CPUtime=0.17 cores=1,3
/proc/17054/task/17069/stat : 17069 (java) S 17052 17054 16977 0 -1 4202560 5565 0 0 0 17 0 0 0 16 0 19 0 461891769 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17070] ppid=17052 vsize=7661824 CPUtime=0.12 cores=1,3
/proc/17054/task/17070/stat : 17070 (java) S 17052 17054 16977 0 -1 4202560 1233 0 0 0 12 0 0 0 15 0 19 0 461891769 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17071] ppid=17052 vsize=7661824 CPUtime=0.11 cores=1,3
/proc/17054/task/17071/stat : 17071 (java) S 17052 17054 16977 0 -1 4202560 4583 0 0 0 11 0 0 0 15 0 19 0 461891769 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17072] ppid=17052 vsize=7661824 CPUtime=4.52 cores=1,3
/proc/17054/task/17072/stat : 17072 (java) S 17052 17054 16977 0 -1 4202560 10438 0 0 0 451 1 0 0 15 0 19 0 461891770 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 0 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17073] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17073/stat : 17073 (java) S 17052 17054 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17074] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17074/stat : 17074 (java) S 17052 17054 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17075] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17075/stat : 17075 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891773 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512515505 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17076] ppid=17052 vsize=7661824 CPUtime=0.56 cores=1,3
/proc/17054/task/17076/stat : 17076 (java) S 17052 17054 16977 0 -1 4202560 8590 0 0 0 55 1 0 0 15 0 19 0 461891773 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17077] ppid=17052 vsize=7661824 CPUtime=0.18 cores=1,3
/proc/17054/task/17077/stat : 17077 (java) S 17052 17054 16977 0 -1 4202560 1099 0 0 0 18 0 0 0 15 0 19 0 461891773 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17078] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17078/stat : 17078 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891773 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17079] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17079/stat : 17079 (java) S 17052 17054 16977 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 461891773 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17082] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17082/stat : 17082 (java) S 17052 17054 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891801 7845707776 62447 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.47
Current children cumulated vsize (KiB) 7661824

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.01 5/262 17144
/proc/meminfo: memFree=12109932/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7661824 CPUtime=1243.5 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 67115 0 1 0 124336 14 0 0 19 0 19 0 461891766 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1915456 63654 2253 9 0 1906194 0
[pid=17054/tid=17057] ppid=17052 vsize=7661824 CPUtime=1237.07 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 24203 0 1 0 123700 7 0 0 25 0 19 0 461891766 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 46912505714740 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17054/tid=17064] ppid=17052 vsize=7661824 CPUtime=0.14 cores=1,3
/proc/17054/task/17064/stat : 17064 (java) S 17052 17054 16977 0 -1 4202560 6576 0 0 0 13 1 0 0 15 0 19 0 461891769 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17065] ppid=17052 vsize=7661824 CPUtime=0.13 cores=1,3
/proc/17054/task/17065/stat : 17065 (java) S 17052 17054 16977 0 -1 4202560 2450 0 0 0 13 0 0 0 16 0 19 0 461891769 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17066] ppid=17052 vsize=7661824 CPUtime=0.08 cores=1,3
/proc/17054/task/17066/stat : 17066 (java) S 17052 17054 16977 0 -1 4202560 220 0 0 0 8 0 0 0 15 0 19 0 461891769 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17067] ppid=17052 vsize=7661824 CPUtime=0.08 cores=1,3
/proc/17054/task/17067/stat : 17067 (java) S 17052 17054 16977 0 -1 4202560 473 0 0 0 8 0 0 0 15 0 19 0 461891769 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17068] ppid=17052 vsize=7661824 CPUtime=0.12 cores=1,3
/proc/17054/task/17068/stat : 17068 (java) S 17052 17054 16977 0 -1 4202560 237 0 0 0 12 0 0 0 15 0 19 0 461891769 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17069] ppid=17052 vsize=7661824 CPUtime=0.17 cores=1,3
/proc/17054/task/17069/stat : 17069 (java) S 17052 17054 16977 0 -1 4202560 5565 0 0 0 17 0 0 0 15 0 19 0 461891769 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17070] ppid=17052 vsize=7661824 CPUtime=0.12 cores=1,3
/proc/17054/task/17070/stat : 17070 (java) S 17052 17054 16977 0 -1 4202560 1233 0 0 0 12 0 0 0 15 0 19 0 461891769 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17071] ppid=17052 vsize=7661824 CPUtime=0.13 cores=1,3
/proc/17054/task/17071/stat : 17071 (java) S 17052 17054 16977 0 -1 4202560 4583 0 0 0 13 0 0 0 16 0 19 0 461891769 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17072] ppid=17052 vsize=7661824 CPUtime=4.62 cores=1,3
/proc/17054/task/17072/stat : 17072 (java) S 17052 17054 16977 0 -1 4202560 10662 0 0 0 461 1 0 0 15 0 19 0 461891770 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 0 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17073] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17073/stat : 17073 (java) S 17052 17054 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17074] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17074/stat : 17074 (java) S 17052 17054 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17075] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17075/stat : 17075 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891773 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512515505 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17076] ppid=17052 vsize=7661824 CPUtime=0.56 cores=1,3
/proc/17054/task/17076/stat : 17076 (java) S 17052 17054 16977 0 -1 4202560 8590 0 0 0 55 1 0 0 15 0 19 0 461891773 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17077] ppid=17052 vsize=7661824 CPUtime=0.18 cores=1,3
/proc/17054/task/17077/stat : 17077 (java) S 17052 17054 16977 0 -1 4202560 1099 0 0 0 18 0 0 0 15 0 19 0 461891773 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17078] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17078/stat : 17078 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891773 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17079] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17079/stat : 17079 (java) S 17052 17054 16977 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 461891773 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17082] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17082/stat : 17082 (java) S 17052 17054 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891801 7845707776 63654 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.5
Current children cumulated vsize (KiB) 7661824



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.06 7/246 17151
/proc/meminfo: memFree=12250136/32950928 swapFree=67111528/67111528
[pid=17054] ppid=17052 vsize=7661824 CPUtime=1301.22 cores=1,3
/proc/17054/stat : 17054 (java) S 17052 17054 16977 0 -1 4202496 68128 0 1 0 130108 14 0 0 19 0 19 0 461891766 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17054/statm: 1915456 64660 2253 9 0 1906194 0
[pid=17054/tid=17057] ppid=17052 vsize=7661824 CPUtime=1294.66 cores=1,3
/proc/17054/task/17057/stat : 17057 (java) R 17052 17054 16977 0 -1 4202560 24204 0 1 0 129459 7 0 0 25 0 19 0 461891766 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 46912505714740 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17054/tid=17064] ppid=17052 vsize=7661824 CPUtime=0.14 cores=1,3
/proc/17054/task/17064/stat : 17064 (java) S 17052 17054 16977 0 -1 4202560 6576 0 0 0 13 1 0 0 15 0 19 0 461891769 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17065] ppid=17052 vsize=7661824 CPUtime=0.15 cores=1,3
/proc/17054/task/17065/stat : 17065 (java) S 17052 17054 16977 0 -1 4202560 2767 0 0 0 15 0 0 0 15 0 19 0 461891769 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17066] ppid=17052 vsize=7661824 CPUtime=0.08 cores=1,3
/proc/17054/task/17066/stat : 17066 (java) S 17052 17054 16977 0 -1 4202560 220 0 0 0 8 0 0 0 15 0 19 0 461891769 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17067] ppid=17052 vsize=7661824 CPUtime=0.08 cores=1,3
/proc/17054/task/17067/stat : 17067 (java) S 17052 17054 16977 0 -1 4202560 473 0 0 0 8 0 0 0 15 0 19 0 461891769 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17068] ppid=17052 vsize=7661824 CPUtime=0.12 cores=1,3
/proc/17054/task/17068/stat : 17068 (java) S 17052 17054 16977 0 -1 4202560 237 0 0 0 12 0 0 0 15 0 19 0 461891769 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17069] ppid=17052 vsize=7661824 CPUtime=0.17 cores=1,3
/proc/17054/task/17069/stat : 17069 (java) S 17052 17054 16977 0 -1 4202560 5565 0 0 0 17 0 0 0 15 0 19 0 461891769 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17070] ppid=17052 vsize=7661824 CPUtime=0.13 cores=1,3
/proc/17054/task/17070/stat : 17070 (java) S 17052 17054 16977 0 -1 4202560 1623 0 0 0 13 0 0 0 15 0 19 0 461891769 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17071] ppid=17052 vsize=7661824 CPUtime=0.13 cores=1,3
/proc/17054/task/17071/stat : 17071 (java) S 17052 17054 16977 0 -1 4202560 4583 0 0 0 13 0 0 0 15 0 19 0 461891769 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17072] ppid=17052 vsize=7661824 CPUtime=4.71 cores=1,3
/proc/17054/task/17072/stat : 17072 (java) S 17052 17054 16977 0 -1 4202560 10963 0 0 0 470 1 0 0 15 0 19 0 461891770 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 0 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17073] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17073/stat : 17073 (java) S 17052 17054 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17074] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17074/stat : 17074 (java) S 17052 17054 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891770 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17075] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17075/stat : 17075 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891773 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512515505 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17076] ppid=17052 vsize=7661824 CPUtime=0.56 cores=1,3
/proc/17054/task/17076/stat : 17076 (java) S 17052 17054 16977 0 -1 4202560 8590 0 0 0 55 1 0 0 15 0 19 0 461891773 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17077] ppid=17052 vsize=7661824 CPUtime=0.18 cores=1,3
/proc/17054/task/17077/stat : 17077 (java) S 17052 17054 16977 0 -1 4202560 1099 0 0 0 18 0 0 0 15 0 19 0 461891773 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17078] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17078/stat : 17078 (java) S 17052 17054 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891773 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512507801 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
[pid=17054/tid=17079] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17079/stat : 17079 (java) S 17052 17054 16977 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 461891773 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 3 0 0 0
[pid=17054/tid=17082] ppid=17052 vsize=7661824 CPUtime=0 cores=1,3
/proc/17054/task/17082/stat : 17082 (java) S 17052 17054 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891801 7845707776 64660 33554432000 1073741824 1073778376 140733550928704 18446744073709551615 254512508416 0 4 0 16800975 18446604471143854208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.22
Current children cumulated vsize (KiB) 7661824

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.29
CPU user time (s): 1301.14
CPU system time (s): 0.156976
CPU usage (%): 100.095
Max. virtual memory (cumulated for all children) (KiB): 7665036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.14
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68163
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= 28050
involuntary context switches= 4484

runsolver used 2.17567 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:09:11
IDJOB=3258344
IDBENCH=71345
IDSOLVER=1611
FILE ID=node149/3258344-1303502951
RUNJOBID= node149-1303502950-16997
PBS_JOBID= 13134233
Free space on /tmp= 72136 MiB

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

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=1547146999

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:      12902472 kB
Buffers:       1795228 kB
Cached:       17594688 kB
SwapCached:          0 kB
Active:        9352912 kB
Inactive:     10158492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12902472 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8188 kB
Writeback:           0 kB
AnonPages:      121424 kB
Mapped:          20532 kB
Slab:           472728 kB
PageTables:       5816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14713392 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= 72128 MiB
End job on node149 at 2011-04-22 22:30:53