Trace number 3257992

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/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	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.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483647s
0.01/0.09	c DB Simplification allowed=true
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-3257992-1303474638.cnf
0.01/0.09	c reading problem ... 
0.43/0.37	c ... done. Wall clock time 0.28s.
0.43/0.37	c #vars     2100
0.43/0.37	c #constraints  215164
0.43/0.37	c constraints type 
0.43/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
0.43/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 215094
2.02/1.69	c cleaning 2493 clauses out of 5000 with flag 5000/5000
3.68/3.21	c cleaning 4249 clauses out of 8507 with flag 11000/11000
5.57/5.10	c cleaning 5615 clauses out of 11258 with flag 18000/18000
7.78/7.37	c cleaning 6793 clauses out of 13643 with flag 26000/26000
10.40/9.97	c cleaning 7905 clauses out of 15851 with flag 35001/35001
13.40/12.97	c cleaning 8962 clauses out of 17945 with flag 45000/45000
16.91/16.42	c cleaning 9965 clauses out of 19984 with flag 56001/56001
20.90/20.49	c cleaning 10993 clauses out of 22020 with flag 68002/68002
25.31/24.83	c cleaning 12002 clauses out of 24026 with flag 81001/81001
30.12/29.70	c cleaning 12997 clauses out of 26023 with flag 95000/95000
35.72/35.21	c cleaning 13970 clauses out of 28027 with flag 110001/110001
41.82/41.36	c cleaning 14993 clauses out of 30057 with flag 126001/126001
48.53/48.04	c cleaning 16002 clauses out of 32063 with flag 143000/143000
55.93/55.45	c cleaning 17006 clauses out of 34061 with flag 161000/161000
64.04/63.53	c cleaning 18012 clauses out of 36061 with flag 180006/180006
73.05/72.51	c cleaning 18984 clauses out of 38044 with flag 200001/200001
82.75/82.25	c cleaning 20009 clauses out of 40060 with flag 221001/221001
93.06/92.51	c cleaning 20985 clauses out of 42050 with flag 243000/243000
104.66/104.15	c cleaning 22006 clauses out of 44065 with flag 266000/266000
116.77/116.28	c cleaning 22986 clauses out of 46059 with flag 290000/290000
130.88/130.31	c cleaning 23980 clauses out of 48073 with flag 315000/315000
145.08/144.54	c cleaning 25037 clauses out of 50097 with flag 341004/341004
160.40/159.86	c cleaning 25993 clauses out of 52058 with flag 368002/368002
177.31/176.76	c cleaning 26989 clauses out of 54064 with flag 396001/396001
194.22/193.69	c cleaning 27999 clauses out of 56075 with flag 425001/425001
213.72/213.11	c cleaning 29008 clauses out of 58075 with flag 455000/455000
234.53/233.98	c cleaning 30019 clauses out of 60070 with flag 486003/486003
255.84/255.27	c cleaning 30955 clauses out of 62048 with flag 518000/518000
277.64/277.02	c cleaning 32013 clauses out of 64094 with flag 551001/551001
301.25/300.67	c cleaning 32988 clauses out of 66080 with flag 585000/585000
326.06/325.40	c cleaning 34008 clauses out of 68092 with flag 620000/620000
352.58/351.99	c cleaning 34990 clauses out of 70087 with flag 656003/656003
380.48/379.88	c cleaning 36001 clauses out of 72094 with flag 693000/693000
408.39/407.78	c cleaning 36999 clauses out of 74094 with flag 731001/731001
437.50/436.84	c cleaning 38013 clauses out of 76096 with flag 770002/770002
469.22/468.57	c cleaning 38985 clauses out of 78083 with flag 810002/810002
504.12/503.47	c cleaning 39978 clauses out of 80096 with flag 851000/851000
540.93/540.24	c cleaning 40999 clauses out of 82119 with flag 893001/893001
579.54/578.89	c cleaning 42035 clauses out of 84119 with flag 936000/936000
619.76/619.06	c cleaning 42995 clauses out of 86084 with flag 980000/980000
660.68/659.96	c cleaning 44001 clauses out of 88089 with flag 1025000/1025000
704.08/703.36	c cleaning 44995 clauses out of 90088 with flag 1071000/1071000
750.90/750.11	c cleaning 46002 clauses out of 92093 with flag 1118000/1118000
799.02/798.29	c cleaning 47011 clauses out of 94091 with flag 1166000/1166000
845.43/844.62	c cleaning 47982 clauses out of 96080 with flag 1215000/1215000
894.84/894.07	c cleaning 49003 clauses out of 98098 with flag 1265000/1265000
945.85/945.00	c cleaning 50008 clauses out of 100095 with flag 1316000/1316000
1001.07/1000.28	c cleaning 51040 clauses out of 102088 with flag 1368001/1368001
1058.09/1057.21	c cleaning 51976 clauses out of 104047 with flag 1421000/1421000
1119.21/1118.33	c cleaning 52996 clauses out of 106073 with flag 1475002/1475002
1178.93/1178.03	c cleaning 53987 clauses out of 108075 with flag 1530000/1530000
1244.95/1244.06	c cleaning 55018 clauses out of 110091 with flag 1586003/1586003
1300.97/1300.01	c starts		: 1430
1300.97/1300.01	c conflicts		: 1635230
1300.97/1300.01	c decisions		: 3652274
1300.97/1300.01	c propagations		: 306787674
1300.97/1300.01	c inspects		: 12965591770
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	: 3
1300.97/1300.01	c learnt constraints	: 1635230
1300.97/1300.01	c ignored constraints	: 0
1300.97/1300.01	c root simplifications	: 1430
1300.97/1300.01	c removed literals (reason simplification)	: 83532153
1300.97/1300.01	c reason swapping (by a shorter reason)	: 0
1300.97/1300.01	c Calls to reduceDB	: 52
1300.97/1300.01	c speed (assignments/second)	: 236056.63893582512
1300.97/1300.01	c non guided choices	301
1300.97/1300.04	c learnt constraints type 
1300.97/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104338
1300.97/1300.04	c constraints type 
1300.97/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
1300.97/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 215094
1300.97/1300.04	s UNKNOWN
1300.97/1300.04	c Total wall clock time (in seconds) : 1299.916

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-3257992-1303474638/watcher-3257992-1303474638 -o /tmp/evaluation-result-3257992-1303474638/solver-3257992-1303474638 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3257992-1303474638.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: 3.40 3.84 3.57 10/243 19250
/proc/meminfo: memFree=13438044/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=11800 CPUtime=0 cores=1,3
/proc/19250/stat : 19250 (runsolver) R 19248 19250 18276 0 -1 4202560 43 0 0 0 0 0 0 0 21 0 1 0 439879375 12083200 52 33554432000 4194304 5434984 140736547422080 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/19250/statm: 2950 52 31 303 0 2644 0

[startup+0.026025 s]
/proc/loadavg: 3.40 3.84 3.57 10/243 19250
/proc/meminfo: memFree=13438044/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7549900 CPUtime=0.01 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 7589 0 1 0 0 1 0 0 21 0 10 0 439879375 7731097600 7290 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1887475 7290 1039 9 0 1878631 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7549900

[startup+0.10101 s]
/proc/loadavg: 3.40 3.84 3.57 10/243 19250
/proc/meminfo: memFree=13438044/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7569940 CPUtime=0.08 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 9937 0 1 0 7 1 0 0 21 0 18 0 439879375 7751618560 9633 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1892485 9633 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.300972 s]
/proc/loadavg: 3.40 3.84 3.57 10/243 19250
/proc/meminfo: memFree=13438044/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7638024 CPUtime=0.43 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 14455 0 1 0 41 2 0 0 21 0 18 0 439879375 7821336576 13072 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1909506 13073 2196 9 0 1900244 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7638024

[startup+0.700892 s]
/proc/loadavg: 3.40 3.84 3.57 10/243 19250
/proc/meminfo: memFree=13438044/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7639416 CPUtime=1.07 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 17819 0 1 0 104 3 0 0 21 0 19 0 439879375 7822761984 16024 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1909854 16024 2219 9 0 1900592 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 7639416

[startup+1.50077 s]
/proc/loadavg: 3.40 3.84 3.57 5/262 19269
/proc/meminfo: memFree=13284204/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7639416 CPUtime=1.91 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 18870 0 1 0 188 3 0 0 21 0 19 0 439879375 7822761984 16922 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1909854 16922 2224 9 0 1900592 0
[pid=19250/tid=19252] ppid=19248 vsize=7639416 CPUtime=1.41 cores=1,3
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18276 0 -1 4202560 13438 0 1 0 139 2 0 0 25 0 19 0 439879376 7822761984 16922 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 46912505602867 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19253] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 439879378 7822761984 16922 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879378 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879378 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879378 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879378 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879378 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879378 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879378 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18276 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 0 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18276 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 439879379 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879379 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350207409 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=7639416 CPUtime=0.2 cores=1,3
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 18276 0 -1 4202560 1001 0 0 0 20 0 0 0 23 0 19 0 439879381 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=7639416 CPUtime=0.28 cores=1,3
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18276 0 -1 4202560 3270 0 0 0 28 0 0 0 24 0 19 0 439879381 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879381 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879413 7822761984 16923 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 7639416

[startup+3.10142 s]
/proc/loadavg: 3.40 3.84 3.57 6/262 19269
/proc/meminfo: memFree=13241848/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7639416 CPUtime=3.58 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 25673 0 1 0 354 4 0 0 21 0 19 0 439879375 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1909854 23716 2253 9 0 1900592 0
[pid=19250/tid=19252] ppid=19248 vsize=7639416 CPUtime=2.92 cores=1,3
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18276 0 -1 4202560 13610 0 1 0 290 2 0 0 25 0 19 0 439879376 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 46912505602795 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19250/tid=19253] ppid=19248 vsize=7639416 CPUtime=0.01 cores=1,3
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18276 0 -1 4202560 1659 0 0 0 1 0 0 0 18 0 19 0 439879378 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=7639416 CPUtime=0.01 cores=1,3
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18276 0 -1 4202560 1152 0 0 0 1 0 0 0 18 0 19 0 439879378 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18276 0 -1 4202560 392 0 0 0 0 0 0 0 17 0 19 0 439879378 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18276 0 -1 4202560 120 0 0 0 0 0 0 0 17 0 19 0 439879378 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 439879378 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 439879378 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 439879378 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 439879378 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=7639416 CPUtime=0.04 cores=1,3
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18276 0 -1 4202560 3299 0 0 0 4 0 0 0 15 0 19 0 439879379 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 0 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350207409 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=7639416 CPUtime=0.21 cores=1,3
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 18276 0 -1 4202560 1002 0 0 0 21 0 0 0 17 0 19 0 439879381 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=7639416 CPUtime=0.34 cores=1,3
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18276 0 -1 4202560 3284 0 0 0 34 0 0 0 15 0 19 0 439879381 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879381 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879413 7822761984 23716 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 7639416

[startup+6.30082 s]
/proc/loadavg: 3.45 3.84 3.57 5/262 19269
/proc/meminfo: memFree=13231512/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7639416 CPUtime=6.78 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 27423 0 1 0 674 4 0 0 21 0 19 0 439879375 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1909854 25463 2253 9 0 1900592 0
[pid=19250/tid=19252] ppid=19248 vsize=7639416 CPUtime=6.01 cores=1,3
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18276 0 -1 4202560 13613 0 1 0 599 2 0 0 25 0 19 0 439879376 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 46912505667580 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19253] ppid=19248 vsize=7639416 CPUtime=0.02 cores=1,3
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18276 0 -1 4202560 1662 0 0 0 2 0 0 0 15 0 19 0 439879378 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=7639416 CPUtime=0.01 cores=1,3
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18276 0 -1 4202560 1456 0 0 0 1 0 0 0 18 0 19 0 439879378 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18276 0 -1 4202560 392 0 0 0 0 0 0 0 16 0 19 0 439879378 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18276 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 439879378 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879378 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879378 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879378 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18276 0 -1 4202560 815 0 0 0 0 0 0 0 15 0 19 0 439879378 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=7639416 CPUtime=0.12 cores=1,3
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18276 0 -1 4202560 3922 0 0 0 12 0 0 0 15 0 19 0 439879379 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 0 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350207409 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=7639416 CPUtime=0.22 cores=1,3
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 18276 0 -1 4202560 1005 0 0 0 22 0 0 0 15 0 19 0 439879381 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=7639416 CPUtime=0.34 cores=1,3
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18276 0 -1 4202560 3284 0 0 0 34 0 0 0 15 0 19 0 439879381 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879381 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879413 7822761984 25463 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 7639416

[startup+12.7015 s]

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

[pid=19250/tid=19258] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18276 0 -1 4202560 461 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18276 0 -1 4202560 2094 0 0 0 11 0 0 0 16 0 19 0 439879378 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=7639416 CPUtime=0.08 cores=1,3
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18276 0 -1 4202560 2297 0 0 0 8 0 0 0 15 0 19 0 439879378 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=7639416 CPUtime=3.1 cores=1,3
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18276 0 -1 4202560 9171 0 0 0 310 0 0 0 15 0 19 0 439879379 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 0 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350207409 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=7639416 CPUtime=0.23 cores=1,3
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 18276 0 -1 4202560 1009 0 0 0 23 0 0 0 15 0 19 0 439879381 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=7639416 CPUtime=0.34 cores=1,3
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18276 0 -1 4202560 3284 0 0 0 34 0 0 0 15 0 19 0 439879381 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 18276 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 439879381 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879413 7822761984 52335 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.23
Current children cumulated vsize (KiB) 7639416

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/262 19349
/proc/meminfo: memFree=12915236/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7639416 CPUtime=1183.24 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 54804 0 1 0 118314 10 0 0 21 0 19 0 439879375 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1909854 52665 2253 9 0 1900592 0
[pid=19250/tid=19252] ppid=19248 vsize=7639416 CPUtime=1178.57 cores=1,3
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18276 0 -1 4202560 20784 0 1 0 117851 6 0 0 25 0 19 0 439879376 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 46912505697745 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19253] ppid=19248 vsize=7639416 CPUtime=0.15 cores=1,3
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18276 0 -1 4202560 4728 0 0 0 15 0 0 0 15 0 19 0 439879378 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=7639416 CPUtime=0.14 cores=1,3
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18276 0 -1 4202560 4556 0 0 0 14 0 0 0 15 0 19 0 439879378 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18276 0 -1 4202560 3435 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=7639416 CPUtime=0.02 cores=1,3
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18276 0 -1 4202560 1020 0 0 0 2 0 0 0 15 0 19 0 439879378 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18276 0 -1 4202560 418 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18276 0 -1 4202560 461 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18276 0 -1 4202560 2094 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=7639416 CPUtime=0.08 cores=1,3
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18276 0 -1 4202560 2297 0 0 0 8 0 0 0 15 0 19 0 439879378 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=7639416 CPUtime=3.18 cores=1,3
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18276 0 -1 4202560 9500 0 0 0 318 0 0 0 15 0 19 0 439879379 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 0 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350207409 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=7639416 CPUtime=0.23 cores=1,3
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 18276 0 -1 4202560 1009 0 0 0 23 0 0 0 15 0 19 0 439879381 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=7639416 CPUtime=0.34 cores=1,3
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18276 0 -1 4202560 3284 0 0 0 34 0 0 0 15 0 19 0 439879381 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 18276 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 439879381 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879413 7822761984 52665 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.24
Current children cumulated vsize (KiB) 7639416

[startup+1242.3 s]
/proc/loadavg: 3.56 3.89 3.83 4/238 19369
/proc/meminfo: memFree=13044284/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7639416 CPUtime=1243.24 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 54987 0 1 0 124314 10 0 0 21 0 19 0 439879375 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1909854 52844 2253 9 0 1900592 0
[pid=19250/tid=19252] ppid=19248 vsize=7639416 CPUtime=1238.57 cores=1,3
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18276 0 -1 4202560 20963 0 1 0 123851 6 0 0 25 0 19 0 439879376 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 46912505667954 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19253] ppid=19248 vsize=7639416 CPUtime=0.15 cores=1,3
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18276 0 -1 4202560 4728 0 0 0 15 0 0 0 15 0 19 0 439879378 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=7639416 CPUtime=0.14 cores=1,3
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18276 0 -1 4202560 4556 0 0 0 14 0 0 0 15 0 19 0 439879378 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18276 0 -1 4202560 3435 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=7639416 CPUtime=0.02 cores=1,3
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18276 0 -1 4202560 1020 0 0 0 2 0 0 0 15 0 19 0 439879378 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18276 0 -1 4202560 418 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18276 0 -1 4202560 461 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18276 0 -1 4202560 2094 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=7639416 CPUtime=0.08 cores=1,3
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18276 0 -1 4202560 2297 0 0 0 8 0 0 0 15 0 19 0 439879378 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=7639416 CPUtime=3.18 cores=1,3
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18276 0 -1 4202560 9500 0 0 0 318 0 0 0 15 0 19 0 439879379 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 0 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350207409 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=7639416 CPUtime=0.23 cores=1,3
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 18276 0 -1 4202560 1009 0 0 0 23 0 0 0 15 0 19 0 439879381 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=7639416 CPUtime=0.34 cores=1,3
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18276 0 -1 4202560 3284 0 0 0 34 0 0 0 15 0 19 0 439879381 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 18276 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 439879381 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879413 7822761984 52844 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.24
Current children cumulated vsize (KiB) 7639416



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.28 3.74 3.78 2/198 19376
/proc/meminfo: memFree=13355800/32951124 swapFree=67111528/67111528
[pid=19250] ppid=19248 vsize=7639416 CPUtime=1300.97 cores=1,3
/proc/19250/stat : 19250 (java) S 19248 19250 18276 0 -1 4202496 55293 0 1 0 130087 10 0 0 21 0 19 0 439879375 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19250/statm: 1909854 53143 2253 9 0 1900592 0
[pid=19250/tid=19252] ppid=19248 vsize=7639416 CPUtime=1296.17 cores=1,3
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18276 0 -1 4202560 21261 0 1 0 129611 6 0 0 25 0 19 0 439879376 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 46912505667513 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19250/tid=19253] ppid=19248 vsize=7639416 CPUtime=0.15 cores=1,3
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18276 0 -1 4202560 4728 0 0 0 15 0 0 0 16 0 19 0 439879378 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=7639416 CPUtime=0.14 cores=1,3
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18276 0 -1 4202560 4556 0 0 0 14 0 0 0 15 0 19 0 439879378 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18276 0 -1 4202560 3435 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=7639416 CPUtime=0.03 cores=1,3
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18276 0 -1 4202560 1022 0 0 0 3 0 0 0 15 0 19 0 439879378 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18276 0 -1 4202560 418 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=7639416 CPUtime=0.13 cores=1,3
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18276 0 -1 4202560 461 0 0 0 13 0 0 0 15 0 19 0 439879378 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19259] ppid=19248 vsize=7639416 CPUtime=0.11 cores=1,3
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18276 0 -1 4202560 2094 0 0 0 11 0 0 0 15 0 19 0 439879378 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=7639416 CPUtime=0.08 cores=1,3
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18276 0 -1 4202560 2297 0 0 0 8 0 0 0 15 0 19 0 439879378 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=7639416 CPUtime=3.27 cores=1,3
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18276 0 -1 4202560 9502 0 0 0 327 0 0 0 15 0 19 0 439879379 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 0 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19262] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19263] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879379 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19264] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19264/stat : 19264 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350207409 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19265] ppid=19248 vsize=7639416 CPUtime=0.23 cores=1,3
/proc/19250/task/19265/stat : 19265 (java) S 19248 19250 18276 0 -1 4202560 1009 0 0 0 23 0 0 0 15 0 19 0 439879381 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19266] ppid=19248 vsize=7639416 CPUtime=0.34 cores=1,3
/proc/19250/task/19266/stat : 19266 (java) S 19248 19250 18276 0 -1 4202560 3284 0 0 0 34 0 0 0 15 0 19 0 439879381 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 1 0 0 0
[pid=19250/tid=19267] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19267/stat : 19267 (java) S 19248 19250 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879381 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350199705 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19268] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19268/stat : 19268 (java) S 19248 19250 18276 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 439879381 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
[pid=19250/tid=19269] ppid=19248 vsize=7639416 CPUtime=0 cores=1,3
/proc/19250/task/19269/stat : 19269 (java) S 19248 19250 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879413 7822761984 53143 33554432000 1073741824 1073778376 140736565051488 18446744073709551615 270350200320 0 4 0 16800975 18446604466872687424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1300.97
Current children cumulated vsize (KiB) 7639416

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.110983
CPU usage (%): 100.077
Max. virtual memory (cumulated for all children) (KiB): 7639416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.94
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55373
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= 27962
involuntary context switches= 4502

runsolver used 2.02469 second user time and 5.08923 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-22 14:17:18
IDJOB=3257992
IDBENCH=71294
IDSOLVER=1611
FILE ID=node143/3257992-1303474638
RUNJOBID= node143-1303474637-19156
PBS_JOBID= 13107196
Free space on /tmp= 72116 MiB

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

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=1979617702

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13438696 kB
Buffers:       1228436 kB
Cached:       17558004 kB
SwapCached:          0 kB
Active:        8708104 kB
Inactive:     10270792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13438696 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5180 kB
Writeback:           0 kB
AnonPages:      191444 kB
Mapped:          23200 kB
Slab:           468284 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22004112 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= 72120 MiB
End job on node143 at 2011-04-22 14:39:00