Trace number 3190457

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-06SAT 57.8732 57.3112

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S768928417-025.SATISFIABLE.cnf
MD5SUMee861b5bc3d48577f06373bd13f4b8a5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.08/0.10	c no version file found!!!
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.18-164.el5
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		6997539544
0.08/0.10	c Max memory 		7034241024
0.08/0.10	c Total memory 		7034241024
0.08/0.10	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3190457-1302600232.cnf
0.08/0.10	c reading problem ... 
0.27/0.20	c ... done. Wall clock time 0.052s.
0.27/0.20	c #vars     50
0.27/0.20	c #constraints  4450
0.27/0.20	c constraints type 
0.27/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4450
0.88/0.64	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.48/1.08	c cleaning 4250 clauses out of 8501 with flag 11001/11001
2.10/1.66	c cleaning 5624 clauses out of 11250 with flag 18000/18000
2.81/2.38	c cleaning 6812 clauses out of 13626 with flag 26000/26000
3.74/3.29	c cleaning 7903 clauses out of 15815 with flag 35001/35001
4.84/4.40	c cleaning 8952 clauses out of 17911 with flag 45000/45000
5.94/5.50	c cleaning 9475 clauses out of 18959 with flag 55000/55000
7.14/6.66	c cleaning 9742 clauses out of 19484 with flag 65000/65000
8.33/7.80	c cleaning 9865 clauses out of 19742 with flag 75000/75000
9.44/8.92	c cleaning 9935 clauses out of 19877 with flag 85000/85000
10.54/10.06	c cleaning 9969 clauses out of 19943 with flag 95001/95001
11.74/11.22	c cleaning 9981 clauses out of 19973 with flag 105000/105000
12.84/12.38	c cleaning 9993 clauses out of 19993 with flag 115001/115001
14.04/13.51	c cleaning 9992 clauses out of 19999 with flag 125000/125000
15.04/14.57	c cleaning 10001 clauses out of 20008 with flag 135001/135001
16.24/15.71	c cleaning 9999 clauses out of 20008 with flag 145002/145002
17.34/16.80	c cleaning 10001 clauses out of 20010 with flag 155003/155003
18.34/17.89	c cleaning 9997 clauses out of 20006 with flag 165000/165000
19.54/19.00	c cleaning 10001 clauses out of 20009 with flag 175000/175000
20.54/20.06	c cleaning 10000 clauses out of 20008 with flag 185000/185000
21.64/21.13	c cleaning 10000 clauses out of 20008 with flag 195000/195000
22.64/22.17	c cleaning 10000 clauses out of 20009 with flag 205001/205001
23.84/23.31	c cleaning 10004 clauses out of 20009 with flag 215001/215001
24.84/24.38	c cleaning 10000 clauses out of 20006 with flag 225002/225002
25.84/25.36	c cleaning 9992 clauses out of 20004 with flag 235000/235000
26.94/26.45	c cleaning 10001 clauses out of 20013 with flag 245001/245001
28.04/27.53	c cleaning 10001 clauses out of 20011 with flag 255000/255000
29.04/28.60	c cleaning 10000 clauses out of 20010 with flag 265000/265000
30.14/29.68	c cleaning 9999 clauses out of 20012 with flag 275002/275002
31.24/30.75	c cleaning 10001 clauses out of 20011 with flag 285000/285000
32.35/31.83	c cleaning 9997 clauses out of 20010 with flag 295000/295000
33.45/32.92	c cleaning 10001 clauses out of 20013 with flag 305000/305000
34.55/34.02	c cleaning 10000 clauses out of 20013 with flag 315001/315001
35.55/35.08	c cleaning 9999 clauses out of 20013 with flag 325001/325001
36.65/36.18	c cleaning 10004 clauses out of 20013 with flag 335000/335000
37.75/37.30	c cleaning 9999 clauses out of 20009 with flag 345000/345000
38.85/38.36	c cleaning 9996 clauses out of 20010 with flag 355000/355000
39.95/39.44	c cleaning 10004 clauses out of 20016 with flag 365002/365002
41.05/40.54	c cleaning 9998 clauses out of 20010 with flag 375000/375000
42.05/41.54	c cleaning 10001 clauses out of 20012 with flag 385000/385000
43.05/42.58	c cleaning 10002 clauses out of 20011 with flag 395000/395000
44.15/43.60	c cleaning 10001 clauses out of 20009 with flag 405000/405000
45.15/44.66	c cleaning 9999 clauses out of 20008 with flag 415000/415000
46.25/45.71	c cleaning 9995 clauses out of 20009 with flag 425000/425000
47.25/46.76	c cleaning 9999 clauses out of 20014 with flag 435000/435000
48.35/47.83	c cleaning 9999 clauses out of 20015 with flag 445000/445000
49.45/48.91	c cleaning 9997 clauses out of 20016 with flag 455000/455000
50.55/50.00	c cleaning 10005 clauses out of 20020 with flag 465001/465001
51.55/51.05	c cleaning 10002 clauses out of 20015 with flag 475001/475001
52.55/52.09	c cleaning 9999 clauses out of 20012 with flag 485000/485000
53.55/53.09	c cleaning 9999 clauses out of 20013 with flag 495000/495000
54.75/54.23	c cleaning 10001 clauses out of 20014 with flag 505000/505000
55.75/55.29	c cleaning 10000 clauses out of 20013 with flag 515000/515000
56.85/56.38	c cleaning 10001 clauses out of 20014 with flag 525001/525001
57.75/57.29	c starts		: 900
57.75/57.29	c conflicts		: 534045
57.75/57.29	c decisions		: 582037
57.75/57.29	c propagations		: 4479233
57.75/57.29	c inspects		: 1000961542
57.75/57.29	c shortcuts		: 0
57.75/57.29	c learnt literals	: 0
57.75/57.29	c learnt binary clauses	: 0
57.75/57.29	c learnt ternary clauses	: 0
57.75/57.29	c learnt constraints	: 534045
57.75/57.29	c ignored constraints	: 0
57.75/57.29	c root simplifications	: 900
57.75/57.29	c removed literals (reason simplification)	: 1504090
57.75/57.29	c reason swapping (by a shorter reason)	: 0
57.75/57.29	c Calls to reduceDB	: 54
57.75/57.29	c speed (assignments/second)	: 78393.24092547866
57.75/57.29	c non guided choices	26
57.85/57.30	c learnt constraints type 
57.85/57.30	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19057
57.85/57.30	c constraints type 
57.85/57.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4450
57.85/57.30	s SATISFIABLE
57.85/57.30	v 1 -2 -3 4 -5 -6 -7 -8 9 -10 11 -12 -13 14 15 -16 -17 18 19 20 -21 22 -23 -24 25 -26 -27 -28 29 30 -31 -32 -33 -34 35 36 37 38 39 -40 -41 42 43 -44 -45 -46 47 -48 49 -50 0
57.85/57.30	c Total wall clock time (in seconds) : 57.19

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190457-1302600232/watcher-3190457-1302600232 -o /tmp/evaluation-result-3190457-1302600232/solver-3190457-1302600232 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190457-1302600232.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.69 3.94 3.82 1/177 26690
/proc/meminfo: memFree=14327356/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=23028 CPUtime=0 cores=1,3
/proc/26690/stat : 26690 (java) R 26688 26690 26215 0 -1 4202496 955 0 0 0 0 0 0 0 23 0 1 0 450253676 23580672 696 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252453103505 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26690/statm: 5757 696 513 9 0 124 0

[startup+0.0475001 s]
/proc/loadavg: 3.69 3.94 3.82 1/177 26690
/proc/meminfo: memFree=14327356/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7564352 CPUtime=0.03 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 8893 0 1 0 2 1 0 0 23 0 13 0 450253676 7745896448 8587 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1891088 8588 1684 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100487 s]
/proc/loadavg: 3.69 3.94 3.82 1/177 26690
/proc/meminfo: memFree=14327356/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7570804 CPUtime=0.08 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 10170 0 1 0 7 1 0 0 23 0 18 0 450253676 7752503296 9864 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1892701 9865 2086 9 0 1883439 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7570804

[startup+0.30042 s]
/proc/loadavg: 3.69 3.94 3.82 1/177 26690
/proc/meminfo: memFree=14327356/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7642232 CPUtime=0.47 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 12618 0 1 0 45 2 0 0 23 0 19 0 450253676 7825645568 11632 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1910558 11632 2202 9 0 1901296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7642232

[startup+0.700342 s]
/proc/loadavg: 3.69 3.94 3.82 1/177 26690
/proc/meminfo: memFree=14327356/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7664252 CPUtime=1.07 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 20187 0 1 0 104 3 0 0 23 0 19 0 450253676 7848194048 17265 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1916063 17265 2240 9 0 1906801 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 7664252

[startup+1.50122 s]
/proc/loadavg: 3.69 3.94 3.82 7/262 26810
/proc/meminfo: memFree=14085556/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7664252 CPUtime=2 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 20833 0 1 0 197 3 0 0 23 0 19 0 450253676 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1916063 17910 2242 9 0 1906801 0
[pid=26690/tid=26692] ppid=26688 vsize=7664252 CPUtime=1.44 cores=1,3
/proc/26690/task/26692/stat : 26692 (java) R 26688 26690 26215 0 -1 4202560 9112 0 1 0 143 1 0 0 21 0 19 0 450253677 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 46912505584640 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26690/tid=26693] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26693/stat : 26693 (java) S 26688 26690 26215 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26694] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26694/stat : 26694 (java) S 26688 26690 26215 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26695] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26695/stat : 26695 (java) S 26688 26690 26215 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26696] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26696/stat : 26696 (java) S 26688 26690 26215 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26697] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26697/stat : 26697 (java) S 26688 26690 26215 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 450253678 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26698] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26698/stat : 26698 (java) S 26688 26690 26215 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26699] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26699/stat : 26699 (java) S 26688 26690 26215 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26700] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26700/stat : 26700 (java) S 26688 26690 26215 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26701] ppid=26688 vsize=7664252 CPUtime=0.01 cores=1,3
/proc/26690/task/26701/stat : 26701 (java) S 26688 26690 26215 0 -1 4202560 486 0 0 0 1 0 0 0 16 0 19 0 450253679 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 0 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26702] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26702/stat : 26702 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253679 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26703] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26703/stat : 26703 (java) S 26688 26690 26215 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 450253679 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26704] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26704/stat : 26704 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450253682 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469889457 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26705] ppid=26688 vsize=7664252 CPUtime=0.34 cores=1,3
/proc/26690/task/26705/stat : 26705 (java) S 26688 26690 26215 0 -1 4202560 7957 0 0 0 33 1 0 0 16 0 19 0 450253682 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26706] ppid=26688 vsize=7664252 CPUtime=0.17 cores=1,3
/proc/26690/task/26706/stat : 26706 (java) S 26688 26690 26215 0 -1 4202560 1553 0 0 0 17 0 0 0 15 0 19 0 450253682 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26707] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26707/stat : 26707 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450253682 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26708] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26708/stat : 26708 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450253682 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26753] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26753/stat : 26753 (java) S 26688 26690 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450253692 7848194048 17910 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7664252

[startup+3.10094 s]
/proc/loadavg: 3.69 3.94 3.82 5/262 26810
/proc/meminfo: memFree=14074644/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7664252 CPUtime=3.63 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 21096 0 1 0 360 3 0 0 23 0 19 0 450253676 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1916063 18171 2242 9 0 1906801 0
[pid=26690/tid=26692] ppid=26688 vsize=7664252 CPUtime=3.01 cores=1,3
/proc/26690/task/26692/stat : 26692 (java) R 26688 26690 26215 0 -1 4202560 9113 0 1 0 300 1 0 0 25 0 19 0 450253677 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 46912505540666 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26690/tid=26693] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26693/stat : 26693 (java) S 26688 26690 26215 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26694] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26694/stat : 26694 (java) S 26688 26690 26215 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26695] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26695/stat : 26695 (java) S 26688 26690 26215 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26696] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26696/stat : 26696 (java) S 26688 26690 26215 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26697] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26697/stat : 26697 (java) S 26688 26690 26215 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26698] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26698/stat : 26698 (java) S 26688 26690 26215 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26699] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26699/stat : 26699 (java) S 26688 26690 26215 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26700] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26700/stat : 26700 (java) S 26688 26690 26215 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 450253678 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26701] ppid=26688 vsize=7664252 CPUtime=0.04 cores=1,3
/proc/26690/task/26701/stat : 26701 (java) S 26688 26690 26215 0 -1 4202560 643 0 0 0 4 0 0 0 16 0 19 0 450253679 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 0 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26702] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26702/stat : 26702 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253679 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26703] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26703/stat : 26703 (java) S 26688 26690 26215 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 450253679 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26704] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26704/stat : 26704 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450253682 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469889457 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26705] ppid=26688 vsize=7664252 CPUtime=0.37 cores=1,3
/proc/26690/task/26705/stat : 26705 (java) S 26688 26690 26215 0 -1 4202560 7966 0 0 0 36 1 0 0 15 0 19 0 450253682 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26706] ppid=26688 vsize=7664252 CPUtime=0.17 cores=1,3
/proc/26690/task/26706/stat : 26706 (java) S 26688 26690 26215 0 -1 4202560 1554 0 0 0 17 0 0 0 15 0 19 0 450253682 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26707] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26707/stat : 26707 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450253682 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26708] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26708/stat : 26708 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450253682 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26753] ppid=26688 vsize=7664252 CPUtime=0 cores=1,3
/proc/26690/task/26753/stat : 26753 (java) S 26688 26690 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450253692 7848194048 18171 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 7664252

[startup+6.30133 s]
/proc/loadavg: 3.72 3.94 3.82 5/262 26810
/proc/meminfo: memFree=14068324/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7659836 CPUtime=6.83 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 21400 0 1 0 680 3 0 0 23 0 19 0 450253676 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1914959 17781 2242 9 0 1905697 0
[pid=26690/tid=26692] ppid=26688 vsize=7659836 CPUtime=6.16 cores=1,3
/proc/26690/task/26692/stat : 26692 (java) R 26688 26690 26215 0 -1 4202560 9117 0 1 0 615 1 0 0 25 0 19 0 450253677 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 46912505584640 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26690/tid=26693] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26693/stat : 26693 (java) S 26688 26690 26215 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26694] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26694/stat : 26694 (java) S 26688 26690 26215 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26695] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26695/stat : 26695 (java) S 26688 26690 26215 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26696] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26696/stat : 26696 (java) S 26688 26690 26215 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26697] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26697/stat : 26697 (java) S 26688 26690 26215 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26698] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26698/stat : 26698 (java) S 26688 26690 26215 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26699] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26699/stat : 26699 (java) S 26688 26690 26215 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26700] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26700/stat : 26700 (java) S 26688 26690 26215 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26701] ppid=26688 vsize=7659836 CPUtime=0.08 cores=1,3
/proc/26690/task/26701/stat : 26701 (java) S 26688 26690 26215 0 -1 4202560 923 0 0 0 8 0 0 0 16 0 19 0 450253679 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 0 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26702] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26702/stat : 26702 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26703] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26703/stat : 26703 (java) S 26688 26690 26215 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26704] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26704/stat : 26704 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450253682 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469889457 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26705] ppid=26688 vsize=7659836 CPUtime=0.37 cores=1,3
/proc/26690/task/26705/stat : 26705 (java) S 26688 26690 26215 0 -1 4202560 7966 0 0 0 36 1 0 0 15 0 19 0 450253682 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26706] ppid=26688 vsize=7659836 CPUtime=0.17 cores=1,3
/proc/26690/task/26706/stat : 26706 (java) S 26688 26690 26215 0 -1 4202560 1554 0 0 0 17 0 0 0 15 0 19 0 450253682 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26707] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26707/stat : 26707 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450253682 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26708] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26708/stat : 26708 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450253682 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26753] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26753/stat : 26753 (java) S 26688 26690 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450253692 7843672064 17781 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 7659836

[startup+12.7011 s]

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

/proc/26690/task/26692/stat : 26692 (java) R 26688 26690 26215 0 -1 4202560 9163 0 1 0 5510 2 0 0 25 0 19 0 450253677 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 46912505540609 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26690/tid=26693] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26693/stat : 26693 (java) S 26688 26690 26215 0 -1 4202560 217 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26694] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26694/stat : 26694 (java) S 26688 26690 26215 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26695] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26695/stat : 26695 (java) S 26688 26690 26215 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26696] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26696/stat : 26696 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 450253678 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26697] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26697/stat : 26697 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26698] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26698/stat : 26698 (java) S 26688 26690 26215 0 -1 4202560 100 0 0 0 1 0 0 0 16 0 19 0 450253678 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26699] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26699/stat : 26699 (java) S 26688 26690 26215 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26700] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26700/stat : 26700 (java) S 26688 26690 26215 0 -1 4202560 36 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26701] ppid=26688 vsize=7659836 CPUtime=0.67 cores=1,3
/proc/26690/task/26701/stat : 26701 (java) S 26688 26690 26215 0 -1 4202560 928 0 0 0 67 0 0 0 16 0 19 0 450253679 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 0 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26702] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26702/stat : 26702 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26703] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26703/stat : 26703 (java) S 26688 26690 26215 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26704] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26704/stat : 26704 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450253682 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469889457 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26705] ppid=26688 vsize=7659836 CPUtime=0.37 cores=1,3
/proc/26690/task/26705/stat : 26705 (java) S 26688 26690 26215 0 -1 4202560 7966 0 0 0 36 1 0 0 15 0 19 0 450253682 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26706] ppid=26688 vsize=7659836 CPUtime=0.17 cores=1,3
/proc/26690/task/26706/stat : 26706 (java) S 26688 26690 26215 0 -1 4202560 1554 0 0 0 17 0 0 0 15 0 19 0 450253682 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26707] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26707/stat : 26707 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450253682 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26708] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26708/stat : 26708 (java) S 26688 26690 26215 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 450253682 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26753] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26753/stat : 26753 (java) S 26688 26690 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450253692 7843672064 17804 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 56.45
Current children cumulated vsize (KiB) 7659836

[startup+56.7009 s]
/proc/loadavg: 3.88 3.95 3.82 5/262 26812
/proc/meminfo: memFree=14078216/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7659836 CPUtime=57.25 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 21479 0 1 0 5721 4 0 0 23 0 19 0 450253676 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1914959 17805 2242 9 0 1905697 0
[pid=26690/tid=26692] ppid=26688 vsize=7659836 CPUtime=55.9 cores=1,3
/proc/26690/task/26692/stat : 26692 (java) R 26688 26690 26215 0 -1 4202560 9164 0 1 0 5588 2 0 0 25 0 19 0 450253677 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 46912505540691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26690/tid=26693] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26693/stat : 26693 (java) S 26688 26690 26215 0 -1 4202560 217 0 0 0 1 0 0 0 16 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26694] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26694/stat : 26694 (java) S 26688 26690 26215 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26695] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26695/stat : 26695 (java) S 26688 26690 26215 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26696] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26696/stat : 26696 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26697] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26697/stat : 26697 (java) S 26688 26690 26215 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26698] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26698/stat : 26698 (java) S 26688 26690 26215 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26699] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26699/stat : 26699 (java) S 26688 26690 26215 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26700] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26700/stat : 26700 (java) S 26688 26690 26215 0 -1 4202560 36 0 0 0 1 0 0 0 16 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26701] ppid=26688 vsize=7659836 CPUtime=0.68 cores=1,3
/proc/26690/task/26701/stat : 26701 (java) S 26688 26690 26215 0 -1 4202560 928 0 0 0 68 0 0 0 16 0 19 0 450253679 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 0 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26702] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26702/stat : 26702 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26703] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26703/stat : 26703 (java) S 26688 26690 26215 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26704] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26704/stat : 26704 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469889457 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26705] ppid=26688 vsize=7659836 CPUtime=0.37 cores=1,3
/proc/26690/task/26705/stat : 26705 (java) S 26688 26690 26215 0 -1 4202560 7966 0 0 0 36 1 0 0 15 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26706] ppid=26688 vsize=7659836 CPUtime=0.17 cores=1,3
/proc/26690/task/26706/stat : 26706 (java) S 26688 26690 26215 0 -1 4202560 1554 0 0 0 17 0 0 0 15 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26707] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26707/stat : 26707 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26708] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26708/stat : 26708 (java) S 26688 26690 26215 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26753] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26753/stat : 26753 (java) S 26688 26690 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450253692 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 57.25
Current children cumulated vsize (KiB) 7659836

[startup+57.1009 s]
/proc/loadavg: 3.88 3.95 3.82 5/262 26812
/proc/meminfo: memFree=14078092/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7659836 CPUtime=57.65 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 21479 0 1 0 5761 4 0 0 23 0 19 0 450253676 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1914959 17805 2242 9 0 1905697 0
[pid=26690/tid=26692] ppid=26688 vsize=7659836 CPUtime=56.31 cores=1,3
/proc/26690/task/26692/stat : 26692 (java) R 26688 26690 26215 0 -1 4202560 9164 0 1 0 5629 2 0 0 25 0 19 0 450253677 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 46912505540808 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26690/tid=26693] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26693/stat : 26693 (java) S 26688 26690 26215 0 -1 4202560 217 0 0 0 1 0 0 0 16 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26694] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26694/stat : 26694 (java) S 26688 26690 26215 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26695] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26695/stat : 26695 (java) S 26688 26690 26215 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26696] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26696/stat : 26696 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26697] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26697/stat : 26697 (java) S 26688 26690 26215 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26698] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26698/stat : 26698 (java) S 26688 26690 26215 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26699] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26699/stat : 26699 (java) S 26688 26690 26215 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26700] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26700/stat : 26700 (java) S 26688 26690 26215 0 -1 4202560 36 0 0 0 1 0 0 0 16 0 19 0 450253678 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26701] ppid=26688 vsize=7659836 CPUtime=0.68 cores=1,3
/proc/26690/task/26701/stat : 26701 (java) S 26688 26690 26215 0 -1 4202560 928 0 0 0 68 0 0 0 16 0 19 0 450253679 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 0 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26702] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26702/stat : 26702 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26703] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26703/stat : 26703 (java) S 26688 26690 26215 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26704] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26704/stat : 26704 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469889457 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26705] ppid=26688 vsize=7659836 CPUtime=0.37 cores=1,3
/proc/26690/task/26705/stat : 26705 (java) S 26688 26690 26215 0 -1 4202560 7966 0 0 0 36 1 0 0 15 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26706] ppid=26688 vsize=7659836 CPUtime=0.17 cores=1,3
/proc/26690/task/26706/stat : 26706 (java) S 26688 26690 26215 0 -1 4202560 1554 0 0 0 17 0 0 0 15 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26707] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26707/stat : 26707 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26708] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26708/stat : 26708 (java) S 26688 26690 26215 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 450253682 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26753] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26753/stat : 26753 (java) S 26688 26690 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 450253692 7843672064 17805 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 57.65
Current children cumulated vsize (KiB) 7659836

[startup+57.3008 s]
/proc/loadavg: 3.88 3.95 3.82 5/262 26812
/proc/meminfo: memFree=14078092/32951124 swapFree=67111524/67111528
[pid=26690] ppid=26688 vsize=7659836 CPUtime=57.85 cores=1,3
/proc/26690/stat : 26690 (java) S 26688 26690 26215 0 -1 4202496 21486 0 1 0 5781 4 0 0 23 0 19 0 450253676 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26690/statm: 1914959 17812 2243 9 0 1905697 0
[pid=26690/tid=26692] ppid=26688 vsize=7659836 CPUtime=56.5 cores=1,3
/proc/26690/task/26692/stat : 26692 (java) S 26688 26690 26215 0 -1 4202560 9167 0 1 0 5648 2 0 0 25 0 19 0 450253677 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26693] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26693/stat : 26693 (java) S 26688 26690 26215 0 -1 4202560 217 0 0 0 1 0 0 0 16 0 19 0 450253678 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26694] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26694/stat : 26694 (java) S 26688 26690 26215 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26695] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26695/stat : 26695 (java) S 26688 26690 26215 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26696] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26696/stat : 26696 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253678 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26697] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26697/stat : 26697 (java) S 26688 26690 26215 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26698] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26698/stat : 26698 (java) S 26688 26690 26215 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26699] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26699/stat : 26699 (java) S 26688 26690 26215 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 450253678 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26700] ppid=26688 vsize=7659836 CPUtime=0.01 cores=1,3
/proc/26690/task/26700/stat : 26700 (java) S 26688 26690 26215 0 -1 4202560 36 0 0 0 1 0 0 0 16 0 19 0 450253678 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26701] ppid=26688 vsize=7659836 CPUtime=0.68 cores=1,3
/proc/26690/task/26701/stat : 26701 (java) S 26688 26690 26215 0 -1 4202560 928 0 0 0 68 0 0 0 16 0 19 0 450253679 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 0 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26702] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26702/stat : 26702 (java) S 26688 26690 26215 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26703] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26703/stat : 26703 (java) S 26688 26690 26215 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 450253679 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26704] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26704/stat : 26704 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 450253682 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469889457 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26705] ppid=26688 vsize=7659836 CPUtime=0.37 cores=1,3
/proc/26690/task/26705/stat : 26705 (java) S 26688 26690 26215 0 -1 4202560 7966 0 0 0 36 1 0 0 15 0 19 0 450253682 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26706] ppid=26688 vsize=7659836 CPUtime=0.17 cores=1,3
/proc/26690/task/26706/stat : 26706 (java) S 26688 26690 26215 0 -1 4202560 1554 0 0 0 17 0 0 0 15 0 19 0 450253682 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
[pid=26690/tid=26707] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26707/stat : 26707 (java) S 26688 26690 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450253682 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469881753 0 4 0 16800975 18446604471144165824 0 0 -1 1 0 0 0
[pid=26690/tid=26708] ppid=26688 vsize=7659836 CPUtime=0 cores=1,3
/proc/26690/task/26708/stat : 26708 (java) S 26688 26690 26215 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 450253682 7843672064 17812 33554432000 1073741824 1073778376 140736765237248 18446744073709551615 252469882368 0 4 0 16800975 18446604471144165824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 57.85
Current children cumulated vsize (KiB) 7659836

Child status: 10
Real time (s): 57.3112
CPU time (s): 57.8732
CPU user time (s): 57.8232
CPU system time (s): 0.049992
CPU usage (%): 100.981
Max. virtual memory (cumulated for all children) (KiB): 7664252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.8232
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21507
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= 2846
involuntary context switches= 1552

runsolver used 0.092985 second user time and 0.228965 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-12 11:23:52
IDJOB=3190457
IDBENCH=82788
IDSOLVER=1611
FILE ID=node111/3190457-1302600232
RUNJOBID= node111-1302597627-26235
PBS_JOBID= 12958107
Free space on /tmp= 71784 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S768928417-025.SATISFIABLE.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-3190457-1302600232/watcher-3190457-1302600232 -o /tmp/evaluation-result-3190457-1302600232/solver-3190457-1302600232 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190457-1302600232.cnf

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

MD5SUM BENCH= ee861b5bc3d48577f06373bd13f4b8a5
RANDOM SEED=1920935491

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      14327636 kB
Buffers:        705984 kB
Cached:       17419776 kB
SwapCached:          4 kB
Active:        9463468 kB
Inactive:      8728832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14327636 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             560 kB
Writeback:           0 kB
AnonPages:       66716 kB
Mapped:          15088 kB
Slab:           366924 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   222544 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= 71788 MiB
End job on node111 at 2011-04-12 11:24:49