Trace number 3264020

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-06UNSAT 30.6963 29.3411

General information on the benchmark

NameSAT03/handmade/bevan/cnf/
marg3x3add8ch.shuffled-as.sat03-1448.cnf
MD5SUMe5a54c3916792cf58c449b6e5b243188
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of clauses272
Sum of the clauses size1424
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316
Number of clauses of size 432
Number of clauses of size 596
Number of clauses of size over 5128

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.07/0.09	c --- Begin Solver configuration ---
0.07/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.07/0.09	c Learn all clauses as in MiniSAT
0.07/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.09	c Expensive reason simplification
0.07/0.09	c Armin Biere (Picosat) restarts strategy
0.07/0.09	c Glucose learned constraints deletion strategy
0.07/0.09	c timeout=2147483647s
0.07/0.09	c DB Simplification allowed=true
0.07/0.09	c --- End Solver configuration ---
0.07/0.09	c solving HOME/instance-3264020-1303574057.cnf
0.07/0.09	c reading problem ... 
0.07/0.09	c ... done. Wall clock time 0.0090s.
0.07/0.09	c #vars     41
0.07/0.09	c #constraints  272
0.07/0.09	c constraints type 
0.07/0.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 272
0.66/0.44	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.03/0.64	c cleaning 4248 clauses out of 8505 with flag 11001/11001
1.35/0.90	c cleaning 5625 clauses out of 11256 with flag 18000/18000
1.65/1.22	c cleaning 6810 clauses out of 13632 with flag 26001/26001
2.08/1.63	c cleaning 7905 clauses out of 15821 with flag 35000/35000
2.58/2.14	c cleaning 8953 clauses out of 17917 with flag 45001/45001
3.07/2.64	c cleaning 9477 clauses out of 18963 with flag 55000/55000
3.57/3.16	c cleaning 9742 clauses out of 19487 with flag 65001/65001
4.07/3.69	c cleaning 9867 clauses out of 19744 with flag 75000/75000
4.67/4.22	c cleaning 9934 clauses out of 19877 with flag 85000/85000
5.07/4.69	c cleaning 9966 clauses out of 19943 with flag 95000/95000
5.57/5.18	c cleaning 9986 clauses out of 19977 with flag 105000/105000
6.07/5.67	c cleaning 9992 clauses out of 19992 with flag 115001/115001
6.57/6.17	c cleaning 9994 clauses out of 19999 with flag 125000/125000
7.08/6.63	c cleaning 9999 clauses out of 20005 with flag 135000/135000
7.57/7.16	c cleaning 10003 clauses out of 20007 with flag 145001/145001
8.08/7.67	c cleaning 9997 clauses out of 20004 with flag 155001/155001
8.58/8.13	c cleaning 9998 clauses out of 20007 with flag 165001/165001
8.98/8.56	c cleaning 10001 clauses out of 20008 with flag 175000/175000
9.38/8.95	c cleaning 10002 clauses out of 20007 with flag 185000/185000
9.88/9.47	c cleaning 9996 clauses out of 20005 with flag 195000/195000
10.38/9.94	c cleaning 9999 clauses out of 20009 with flag 205000/205000
10.88/10.42	c cleaning 10003 clauses out of 20011 with flag 215001/215001
11.38/10.91	c cleaning 10000 clauses out of 20007 with flag 225000/225000
11.88/11.43	c cleaning 10002 clauses out of 20008 with flag 235001/235001
12.38/11.96	c cleaning 9998 clauses out of 20005 with flag 245000/245000
12.88/12.47	c cleaning 9998 clauses out of 20008 with flag 255001/255001
13.48/13.00	c cleaning 10002 clauses out of 20009 with flag 265000/265000
13.98/13.52	c cleaning 10000 clauses out of 20008 with flag 275001/275001
14.38/13.98	c cleaning 9997 clauses out of 20008 with flag 285001/285001
14.98/14.58	c cleaning 10003 clauses out of 20010 with flag 295000/295000
15.48/15.07	c cleaning 10004 clauses out of 20007 with flag 305000/305000
15.98/15.57	c cleaning 9999 clauses out of 20004 with flag 315001/315001
16.48/16.01	c cleaning 9998 clauses out of 20005 with flag 325001/325001
16.89/16.47	c cleaning 10000 clauses out of 20007 with flag 335001/335001
17.38/16.93	c cleaning 9999 clauses out of 20006 with flag 345000/345000
17.78/17.36	c cleaning 10000 clauses out of 20007 with flag 355000/355000
18.28/17.83	c cleaning 9998 clauses out of 20007 with flag 365000/365000
18.78/18.35	c cleaning 9999 clauses out of 20009 with flag 375000/375000
19.28/18.82	c cleaning 10001 clauses out of 20011 with flag 385001/385001
19.78/19.33	c cleaning 10001 clauses out of 20009 with flag 395000/395000
20.29/19.80	c cleaning 10003 clauses out of 20009 with flag 405001/405001
20.68/20.27	c cleaning 9999 clauses out of 20005 with flag 415000/415000
21.18/20.77	c cleaning 10000 clauses out of 20006 with flag 425000/425000
21.68/21.26	c cleaning 9998 clauses out of 20007 with flag 435001/435001
22.18/21.74	c cleaning 10000 clauses out of 20009 with flag 445001/445001
22.68/22.29	c cleaning 10000 clauses out of 20009 with flag 455001/455001
23.18/22.80	c cleaning 9999 clauses out of 20008 with flag 465000/465000
23.78/23.34	c cleaning 9999 clauses out of 20010 with flag 475001/475001
24.38/23.93	c cleaning 10002 clauses out of 20010 with flag 485000/485000
24.88/24.47	c cleaning 10003 clauses out of 20010 with flag 495002/495002
25.38/24.98	c cleaning 9999 clauses out of 20005 with flag 505000/505000
25.88/25.46	c cleaning 10003 clauses out of 20006 with flag 515000/515000
26.38/25.98	c cleaning 9999 clauses out of 20004 with flag 525001/525001
27.28/26.63	c cleaning 10001 clauses out of 20004 with flag 535000/535000
28.22/27.20	c cleaning 10000 clauses out of 20004 with flag 545001/545001
28.75/27.75	c cleaning 10001 clauses out of 20003 with flag 555000/555000
29.26/28.27	c cleaning 4301 clauses out of 8607 with flag 565000/565000
29.71/28.67	c cleaning 7153 clauses out of 14306 with flag 575000/575000
30.11/29.08	c cleaning 4749 clauses out of 9500 with flag 585000/585000
30.63/29.32	c starts		: 942
30.63/29.32	c conflicts		: 593254
30.63/29.32	c decisions		: 742737
30.63/29.32	c propagations		: 4066622
30.63/29.32	c inspects		: 478526899
30.63/29.32	c shortcuts		: 0
30.63/29.32	c learnt literals	: 17
30.63/29.32	c learnt binary clauses	: 136
30.63/29.32	c learnt ternary clauses	: 712
30.63/29.32	c learnt constraints	: 593236
30.63/29.32	c ignored constraints	: 0
30.63/29.32	c root simplifications	: 958
30.63/29.32	c removed literals (reason simplification)	: 2399153
30.63/29.32	c reason swapping (by a shorter reason)	: 0
30.63/29.32	c Calls to reduceDB	: 60
30.63/29.32	c speed (assignments/second)	: 139153.50396934027
30.63/29.32	c non guided choices	65
30.63/29.32	c learnt constraints type 
30.63/29.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47
30.63/29.32	c constraints type 
30.63/29.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 272
30.63/29.32	s UNSATISFIABLE
30.63/29.32	c Total wall clock time (in seconds) : 29.233

Verifier Data

No possible verification on an UNSAT instance

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-3264020-1303574057/watcher-3264020-1303574057 -o /tmp/evaluation-result-3264020-1303574057/solver-3264020-1303574057 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3264020-1303574057.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.46 3.87 3.82 7/220 19825
/proc/meminfo: memFree=17399096/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=33748 CPUtime=0 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 1299 0 0 0 0 0 0 0 23 0 2 0 449821640 34557952 1013 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 8425 1009 776 9 0 387 0
[pid=19825/tid=19826] ppid=19823 vsize=33696 CPUtime=0 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 186 0 0 0 0 0 0 0 25 0 2 0 449821640 34504704 1009 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220811312775 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0824839 s]
/proc/loadavg: 3.46 3.87 3.82 7/220 19825
/proc/meminfo: memFree=17399096/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7570244 CPUtime=0.07 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 9796 0 1 0 6 1 0 0 23 0 18 0 449821640 7751929856 9491 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1892561 9491 1913 9 0 1883299 0
[pid=19825/tid=19826] ppid=19823 vsize=7570244 CPUtime=0.07 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8424 0 1 0 6 1 0 0 25 0 18 0 449821640 7751929856 9491 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 47349012689769 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7570244

[startup+0.100481 s]
/proc/loadavg: 3.46 3.87 3.82 7/220 19825
/proc/meminfo: memFree=17399096/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7636956 CPUtime=0.1 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 10483 0 1 0 9 1 0 0 23 0 18 0 449821640 7820242944 10178 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1909239 10178 2093 9 0 1899977 0
[pid=19825/tid=19826] ppid=19823 vsize=7636956 CPUtime=0.08 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8609 0 1 0 7 1 0 0 25 0 18 0 449821640 7820242944 10178 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 47349008834720 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636956

[startup+0.300445 s]
/proc/loadavg: 3.46 3.87 3.82 7/220 19825
/proc/meminfo: memFree=17399096/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7643296 CPUtime=0.49 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 12820 0 1 0 48 1 0 0 23 0 19 0 449821640 7826735104 11807 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1910824 11807 2190 9 0 1901562 0
[pid=19825/tid=19826] ppid=19823 vsize=7643296 CPUtime=0.28 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8800 0 1 0 27 1 0 0 25 0 19 0 449821640 7826735104 11807 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 46912505501655 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7643296

[startup+0.700398 s]
/proc/loadavg: 3.46 3.87 3.82 7/220 19825
/proc/meminfo: memFree=17399096/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7664944 CPUtime=1.15 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 20646 0 1 0 113 2 0 0 23 0 19 0 449821640 7848902656 17696 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1916236 17696 2229 9 0 1906974 0
[pid=19825/tid=19826] ppid=19823 vsize=7664944 CPUtime=0.66 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8929 0 1 0 65 1 0 0 25 0 19 0 449821640 7848902656 17696 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 46912505498208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 7664944

[startup+1.50122 s]
/proc/loadavg: 3.46 3.87 3.82 7/262 19872
/proc/meminfo: memFree=17232064/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7664944 CPUtime=1.98 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 20801 0 1 0 196 2 0 0 23 0 19 0 449821640 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1916236 17849 2229 9 0 1906974 0
[pid=19825/tid=19826] ppid=19823 vsize=7664944 CPUtime=1.43 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8930 0 1 0 142 1 0 0 25 0 19 0 449821640 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 46912505600427 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19057 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19057 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19057 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19057 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19057 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 19 0 449821641 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19839] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19839/stat : 19839 (java) S 19823 19825 19057 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19840] ppid=19823 vsize=7664944 CPUtime=0.04 cores=1,3
/proc/19825/task/19840/stat : 19840 (java) S 19823 19825 19057 0 -1 4202560 468 0 0 0 4 0 0 0 15 0 19 0 449821642 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 0 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19842] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19842/stat : 19842 (java) S 19823 19825 19057 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 449821643 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19843] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19843/stat : 19843 (java) S 19823 19825 19057 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 449821643 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19858] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19858/stat : 19858 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828060081 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19859] ppid=19823 vsize=7664944 CPUtime=0.32 cores=1,3
/proc/19825/task/19859/stat : 19859 (java) S 19823 19825 19057 0 -1 4202560 7110 0 0 0 32 0 0 0 19 0 19 0 449821645 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19860] ppid=19823 vsize=7664944 CPUtime=0.16 cores=1,3
/proc/19825/task/19860/stat : 19860 (java) S 19823 19825 19057 0 -1 4202560 2609 0 0 0 16 0 0 0 21 0 19 0 449821645 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19861] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19861/stat : 19861 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19862] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19862/stat : 19862 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821645 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19871] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19871/stat : 19871 (java) S 19823 19825 19057 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449821650 7848902656 17849 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 7664944

[startup+3.10096 s]
/proc/loadavg: 3.46 3.87 3.82 6/262 19872
/proc/meminfo: memFree=17203048/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7664944 CPUtime=3.57 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 21166 0 1 0 355 2 0 0 23 0 19 0 449821640 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1916236 18210 2229 9 0 1906974 0
[pid=19825/tid=19826] ppid=19823 vsize=7664944 CPUtime=2.98 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8933 0 1 0 297 1 0 0 25 0 19 0 449821640 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 46912505514662 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19057 0 -1 4202560 300 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19057 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19057 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19057 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19057 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19057 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19839] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19839/stat : 19839 (java) S 19823 19825 19057 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 449821641 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19840] ppid=19823 vsize=7664944 CPUtime=0.07 cores=1,3
/proc/19825/task/19840/stat : 19840 (java) S 19823 19825 19057 0 -1 4202560 745 0 0 0 7 0 0 0 15 0 19 0 449821642 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 0 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19842] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19842/stat : 19842 (java) S 19823 19825 19057 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 449821643 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19843] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19843/stat : 19843 (java) S 19823 19825 19057 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 449821643 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19858] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19858/stat : 19858 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828060081 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19859] ppid=19823 vsize=7664944 CPUtime=0.32 cores=1,3
/proc/19825/task/19859/stat : 19859 (java) S 19823 19825 19057 0 -1 4202560 7110 0 0 0 32 0 0 0 19 0 19 0 449821645 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19860] ppid=19823 vsize=7664944 CPUtime=0.16 cores=1,3
/proc/19825/task/19860/stat : 19860 (java) S 19823 19825 19057 0 -1 4202560 2609 0 0 0 16 0 0 0 21 0 19 0 449821645 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19861] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19861/stat : 19861 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19862] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19862/stat : 19862 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821645 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19871] ppid=19823 vsize=7664944 CPUtime=0 cores=1,3
/proc/19825/task/19871/stat : 19871 (java) S 19823 19825 19057 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449821650 7848902656 18210 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 7664944

[startup+6.30137 s]
/proc/loadavg: 3.50 3.87 3.82 7/262 19918
/proc/meminfo: memFree=17202408/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7656144 CPUtime=6.77 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 21183 0 1 0 675 2 0 0 23 0 19 0 449821640 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1914036 16526 2229 9 0 1904774 0
[pid=19825/tid=19826] ppid=19823 vsize=7656144 CPUtime=6.09 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8940 0 1 0 608 1 0 0 25 0 19 0 449821640 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 46912505505900 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19057 0 -1 4202560 300 0 0 0 0 0 0 0 15 0 19 0 449821641 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19057 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 449821641 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19057 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 449821641 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19057 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 449821641 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19057 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 449821641 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19057 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 19 0 449821641 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19057 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 449821641 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19839] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19839/stat : 19839 (java) S 19823 19825 19057 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 449821641 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19840] ppid=19823 vsize=7656144 CPUtime=0.15 cores=1,3
/proc/19825/task/19840/stat : 19840 (java) S 19823 19825 19057 0 -1 4202560 753 0 0 0 15 0 0 0 16 0 19 0 449821642 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 0 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19842] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19842/stat : 19842 (java) S 19823 19825 19057 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 449821643 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19843] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19843/stat : 19843 (java) S 19823 19825 19057 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 449821643 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19858] ppid=19823 vsize=7656144 CPUtime=0 cores=1,3
/proc/19825/task/19858/stat : 19858 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828060081 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19859] ppid=19823 vsize=7656144 CPUtime=0.32 cores=1,3
/proc/19825/task/19859/stat : 19859 (java) S 19823 19825 19057 0 -1 4202560 7110 0 0 0 32 0 0 0 19 0 19 0 449821645 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19860] ppid=19823 vsize=7656144 CPUtime=0.16 cores=1,3
/proc/19825/task/19860/stat : 19860 (java) S 19823 19825 19057 0 -1 4202560 2609 0 0 0 16 0 0 0 21 0 19 0 449821645 7839891456 16526 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0

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

/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19057 0 -1 4202560 304 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19057 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 449821641 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19057 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19057 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 449821641 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19057 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19057 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 449821641 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19057 0 -1 4202560 149 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19839] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19839/stat : 19839 (java) S 19823 19825 19057 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 449821641 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19840] ppid=19823 vsize=7660432 CPUtime=0.63 cores=1,3
/proc/19825/task/19840/stat : 19840 (java) S 19823 19825 19057 0 -1 4202560 766 0 0 0 63 0 0 0 15 0 19 0 449821642 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 0 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19842] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19842/stat : 19842 (java) S 19823 19825 19057 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 449821643 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19843] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19843/stat : 19843 (java) S 19823 19825 19057 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 449821643 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19858] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19858/stat : 19858 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828060081 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19859] ppid=19823 vsize=7660432 CPUtime=0.8 cores=1,3
/proc/19825/task/19859/stat : 19859 (java) S 19823 19825 19057 0 -1 4202560 7813 0 0 0 80 0 0 0 16 0 19 0 449821645 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19860] ppid=19823 vsize=7660432 CPUtime=0.19 cores=1,3
/proc/19825/task/19860/stat : 19860 (java) S 19823 19825 19057 0 -1 4202560 3041 0 0 0 19 0 0 0 15 0 19 0 449821645 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19861] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19861/stat : 19861 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19862] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19862/stat : 19862 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821645 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19871] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19871/stat : 19871 (java) S 19823 19825 19057 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449821650 7844282368 17717 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 28.09
Current children cumulated vsize (KiB) 7660432

[startup+28.7012 s]
/proc/loadavg: 3.64 3.88 3.82 5/262 19919
/proc/meminfo: memFree=17185160/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7660432 CPUtime=29.8 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 22434 0 1 0 2978 2 0 0 23 0 19 0 449821640 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1915108 17732 2232 9 0 1905846 0
[pid=19825/tid=19826] ppid=19823 vsize=7660432 CPUtime=27.88 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8992 0 1 0 2787 1 0 0 25 0 19 0 449821640 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 46912505885010 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19057 0 -1 4202560 304 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19057 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19057 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19057 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19057 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19057 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19057 0 -1 4202560 149 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19839] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19839/stat : 19839 (java) S 19823 19825 19057 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19840] ppid=19823 vsize=7660432 CPUtime=0.67 cores=1,3
/proc/19825/task/19840/stat : 19840 (java) S 19823 19825 19057 0 -1 4202560 766 0 0 0 67 0 0 0 15 0 19 0 449821642 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 0 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19842] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19842/stat : 19842 (java) S 19823 19825 19057 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 449821643 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19843] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19843/stat : 19843 (java) S 19823 19825 19057 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 449821643 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19858] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19858/stat : 19858 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828060081 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19859] ppid=19823 vsize=7660432 CPUtime=0.84 cores=1,3
/proc/19825/task/19859/stat : 19859 (java) S 19823 19825 19057 0 -1 4202560 7813 0 0 0 84 0 0 0 15 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19860] ppid=19823 vsize=7660432 CPUtime=0.28 cores=1,3
/proc/19825/task/19860/stat : 19860 (java) S 19823 19825 19057 0 -1 4202560 3054 0 0 0 28 0 0 0 15 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19861] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19861/stat : 19861 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19862] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19862/stat : 19862 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19871] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19871/stat : 19871 (java) S 19823 19825 19057 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449821650 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.8
Current children cumulated vsize (KiB) 7660432

[startup+29.1011 s]
/proc/loadavg: 3.64 3.88 3.82 5/262 19919
/proc/meminfo: memFree=17185160/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7660432 CPUtime=30.24 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 22435 0 1 0 3021 3 0 0 23 0 19 0 449821640 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1915108 17732 2232 9 0 1905846 0
[pid=19825/tid=19826] ppid=19823 vsize=7660432 CPUtime=28.27 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8993 0 1 0 2826 1 0 0 25 0 19 0 449821640 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 46912505501090 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19057 0 -1 4202560 304 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19057 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19057 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19057 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19057 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19057 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=7660432 CPUtime=0.01 cores=1,3
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19057 0 -1 4202560 149 0 0 0 1 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19839] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19839/stat : 19839 (java) S 19823 19825 19057 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 449821641 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19840] ppid=19823 vsize=7660432 CPUtime=0.68 cores=1,3
/proc/19825/task/19840/stat : 19840 (java) S 19823 19825 19057 0 -1 4202560 766 0 0 0 68 0 0 0 16 0 19 0 449821642 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 0 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19842] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19842/stat : 19842 (java) S 19823 19825 19057 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 449821643 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19843] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19843/stat : 19843 (java) S 19823 19825 19057 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 449821643 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19858] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19858/stat : 19858 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828060081 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19859] ppid=19823 vsize=7660432 CPUtime=0.86 cores=1,3
/proc/19825/task/19859/stat : 19859 (java) R 19823 19825 19057 0 -1 4202560 7813 0 0 0 86 0 0 0 15 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 47349012559089 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19825/tid=19860] ppid=19823 vsize=7660432 CPUtime=0.28 cores=1,3
/proc/19825/task/19860/stat : 19860 (java) S 19823 19825 19057 0 -1 4202560 3054 0 0 0 28 0 0 0 15 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19861] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19861/stat : 19861 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19862] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19862/stat : 19862 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821645 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19871] ppid=19823 vsize=7660432 CPUtime=0 cores=1,3
/proc/19825/task/19871/stat : 19871 (java) S 19823 19825 19057 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449821650 7844282368 17732 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 30.24
Current children cumulated vsize (KiB) 7660432

[startup+29.3011 s]
/proc/loadavg: 3.64 3.88 3.82 5/262 19919
/proc/meminfo: memFree=17185160/32951124 swapFree=67111528/67111528
[pid=19825] ppid=19823 vsize=7664632 CPUtime=30.63 cores=1,3
/proc/19825/stat : 19825 (java) S 19823 19825 19057 0 -1 4202496 24049 0 1 0 3060 3 0 0 23 0 19 0 449821640 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19825/statm: 1916158 18417 2232 9 0 1906896 0
[pid=19825/tid=19826] ppid=19823 vsize=7664632 CPUtime=28.47 cores=1,3
/proc/19825/task/19826/stat : 19826 (java) R 19823 19825 19057 0 -1 4202560 8993 0 1 0 2846 1 0 0 25 0 19 0 449821640 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 46912505660703 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19825/tid=19832] ppid=19823 vsize=7664632 CPUtime=0.01 cores=1,3
/proc/19825/task/19832/stat : 19832 (java) S 19823 19825 19057 0 -1 4202560 304 0 0 0 1 0 0 0 15 0 19 0 449821641 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19833] ppid=19823 vsize=7664632 CPUtime=0.01 cores=1,3
/proc/19825/task/19833/stat : 19833 (java) S 19823 19825 19057 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 449821641 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19834] ppid=19823 vsize=7664632 CPUtime=0.01 cores=1,3
/proc/19825/task/19834/stat : 19834 (java) S 19823 19825 19057 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 449821641 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19835] ppid=19823 vsize=7664632 CPUtime=0.01 cores=1,3
/proc/19825/task/19835/stat : 19835 (java) S 19823 19825 19057 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 449821641 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19836] ppid=19823 vsize=7664632 CPUtime=0.01 cores=1,3
/proc/19825/task/19836/stat : 19836 (java) S 19823 19825 19057 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 449821641 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19837] ppid=19823 vsize=7664632 CPUtime=0 cores=1,3
/proc/19825/task/19837/stat : 19837 (java) S 19823 19825 19057 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 449821641 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19838] ppid=19823 vsize=7664632 CPUtime=0.01 cores=1,3
/proc/19825/task/19838/stat : 19838 (java) S 19823 19825 19057 0 -1 4202560 149 0 0 0 1 0 0 0 15 0 19 0 449821641 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19839] ppid=19823 vsize=7664632 CPUtime=0 cores=1,3
/proc/19825/task/19839/stat : 19839 (java) S 19823 19825 19057 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 449821641 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19840] ppid=19823 vsize=7664632 CPUtime=0.68 cores=1,3
/proc/19825/task/19840/stat : 19840 (java) S 19823 19825 19057 0 -1 4202560 766 0 0 0 68 0 0 0 16 0 19 0 449821642 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 0 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19842] ppid=19823 vsize=7664632 CPUtime=0 cores=1,3
/proc/19825/task/19842/stat : 19842 (java) S 19823 19825 19057 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 449821643 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19843] ppid=19823 vsize=7664632 CPUtime=0 cores=1,3
/proc/19825/task/19843/stat : 19843 (java) S 19823 19825 19057 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 449821643 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19858] ppid=19823 vsize=7664632 CPUtime=0 cores=1,3
/proc/19825/task/19858/stat : 19858 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828060081 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19859] ppid=19823 vsize=7664632 CPUtime=1.05 cores=1,3
/proc/19825/task/19859/stat : 19859 (java) R 19823 19825 19057 0 -1 4202560 9427 0 0 0 105 0 0 0 16 0 19 0 449821645 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 47349011795327 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19825/tid=19860] ppid=19823 vsize=7664632 CPUtime=0.29 cores=1,3
/proc/19825/task/19860/stat : 19860 (java) S 19823 19825 19057 0 -1 4202560 3054 0 0 0 29 0 0 0 15 0 19 0 449821645 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19861] ppid=19823 vsize=7664632 CPUtime=0 cores=1,3
/proc/19825/task/19861/stat : 19861 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449821645 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052377 0 4 0 16800975 18446604464309474496 0 0 -1 3 0 0 0
[pid=19825/tid=19862] ppid=19823 vsize=7664632 CPUtime=0 cores=1,3
/proc/19825/task/19862/stat : 19862 (java) S 19823 19825 19057 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449821645 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
[pid=19825/tid=19871] ppid=19823 vsize=7664632 CPUtime=0 cores=1,3
/proc/19825/task/19871/stat : 19871 (java) S 19823 19825 19057 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449821650 7848583168 18417 33554432000 1073741824 1073778376 140733840177008 18446744073709551615 220828052992 0 4 0 16800975 18446604464309474496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 30.63
Current children cumulated vsize (KiB) 7664632

Child status: 20
Real time (s): 29.3411
CPU time (s): 30.6963
CPU user time (s): 30.6583
CPU system time (s): 0.037994
CPU usage (%): 104.619
Max. virtual memory (cumulated for all children) (KiB): 7664944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.6583
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24075
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= 2384
involuntary context switches= 1136

runsolver used 0.051992 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-23 17:54:17
IDJOB=3264020
IDBENCH=84096
IDSOLVER=1611
FILE ID=node147/3264020-1303574057
RUNJOBID= node147-1303574057-19759
PBS_JOBID= 13150315
Free space on /tmp= 72288 MiB

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

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

MD5SUM BENCH= e5a54c3916792cf58c449b6e5b243188
RANDOM SEED=66702122

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17399292 kB
Buffers:       1728484 kB
Cached:       13143484 kB
SwapCached:          0 kB
Active:        7774444 kB
Inactive:      7233436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17399292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             556 kB
Writeback:           0 kB
AnonPages:      135100 kB
Mapped:          22248 kB
Slab:           479584 kB
PageTables:       5912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14732204 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= 72288 MiB
End job on node147 at 2011-04-23 17:54:47