Trace number 3190389

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 55.7715 54.1478

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S768688898-014.UNKNOWN.cnf
MD5SUM7436a7d8585345665f45b181a7e46358
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.804876
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.09/0.11	c no version file found!!!
0.09/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.11	c java.vm.version	19.1-b02
0.09/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		1.6.0_24
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		2.6.18-164.el5
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		6997539544
0.09/0.11	c Max memory 		7034241024
0.09/0.11	c Total memory 		7034241024
0.09/0.11	c Number of processors 	8
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483647s
0.09/0.11	c DB Simplification allowed=true
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3190389-1302599419.cnf
0.09/0.11	c reading problem ... 
0.09/0.11	c ... done. Wall clock time 0.02s.
0.09/0.11	c #vars     300
0.09/0.11	c #constraints  1278
0.09/0.11	c constraints type 
0.09/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
0.79/0.54	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.42/0.91	c cleaning 4249 clauses out of 8504 with flag 11001/11001
1.92/1.40	c cleaning 5627 clauses out of 11254 with flag 18000/18000
2.52/2.05	c cleaning 6813 clauses out of 13628 with flag 26001/26001
3.33/2.80	c cleaning 7906 clauses out of 15815 with flag 35001/35001
4.13/3.68	c cleaning 8949 clauses out of 17908 with flag 45000/45000
5.03/4.59	c cleaning 9476 clauses out of 18959 with flag 55000/55000
6.04/5.55	c cleaning 9736 clauses out of 19483 with flag 65000/65000
7.04/6.55	c cleaning 9868 clauses out of 19748 with flag 75001/75001
8.04/7.55	c cleaning 9935 clauses out of 19879 with flag 85000/85000
9.04/8.53	c cleaning 9965 clauses out of 19945 with flag 95001/95001
9.94/9.47	c cleaning 9982 clauses out of 19980 with flag 105001/105001
10.94/10.46	c cleaning 9994 clauses out of 19997 with flag 115000/115000
11.94/11.42	c cleaning 10000 clauses out of 20003 with flag 125000/125000
12.85/12.36	c cleaning 10001 clauses out of 20003 with flag 135000/135000
13.85/13.33	c cleaning 9993 clauses out of 20002 with flag 145000/145000
14.85/14.31	c cleaning 9997 clauses out of 20009 with flag 155000/155000
15.75/15.27	c cleaning 10000 clauses out of 20012 with flag 165000/165000
16.75/16.26	c cleaning 10003 clauses out of 20013 with flag 175001/175001
17.65/17.20	c cleaning 9995 clauses out of 20011 with flag 185002/185002
18.65/18.16	c cleaning 10004 clauses out of 20015 with flag 195001/195001
19.65/19.11	c cleaning 9998 clauses out of 20010 with flag 205000/205000
20.65/20.11	c cleaning 9997 clauses out of 20013 with flag 215001/215001
21.55/21.07	c cleaning 10002 clauses out of 20016 with flag 225001/225001
22.56/22.02	c cleaning 9996 clauses out of 20013 with flag 235000/235000
23.56/23.01	c cleaning 10005 clauses out of 20017 with flag 245000/245000
24.45/23.98	c cleaning 9999 clauses out of 20012 with flag 255000/255000
25.45/24.96	c cleaning 10005 clauses out of 20013 with flag 265000/265000
26.35/25.89	c cleaning 10002 clauses out of 20009 with flag 275001/275001
27.35/26.85	c cleaning 9993 clauses out of 20006 with flag 285000/285000
28.35/27.80	c cleaning 10000 clauses out of 20013 with flag 295000/295000
29.25/28.73	c cleaning 10001 clauses out of 20015 with flag 305002/305002
30.16/29.63	c cleaning 10000 clauses out of 20013 with flag 315001/315001
31.05/30.57	c cleaning 9997 clauses out of 20013 with flag 325001/325001
32.05/31.53	c cleaning 9996 clauses out of 20015 with flag 335000/335000
33.11/32.50	c cleaning 10006 clauses out of 20021 with flag 345002/345002
34.46/33.69	c cleaning 9999 clauses out of 20013 with flag 355000/355000
35.72/34.74	c cleaning 10001 clauses out of 20015 with flag 365001/365001
36.96/35.78	c cleaning 10006 clauses out of 20014 with flag 375001/375001
38.31/36.75	c cleaning 9999 clauses out of 20009 with flag 385002/385002
39.22/37.61	c cleaning 10000 clauses out of 20008 with flag 395000/395000
40.12/38.57	c cleaning 10003 clauses out of 20010 with flag 405002/405002
41.01/39.49	c cleaning 9998 clauses out of 20006 with flag 415001/415001
42.01/40.45	c cleaning 10002 clauses out of 20008 with flag 425001/425001
42.91/41.35	c cleaning 9997 clauses out of 20006 with flag 435001/435001
43.82/42.26	c cleaning 10005 clauses out of 20011 with flag 445003/445003
44.72/43.18	c cleaning 9994 clauses out of 20004 with flag 455001/455001
45.62/44.08	c cleaning 10001 clauses out of 20011 with flag 465002/465002
46.51/45.00	c cleaning 10000 clauses out of 20008 with flag 475000/475000
47.41/45.89	c cleaning 9992 clauses out of 20008 with flag 485000/485000
48.41/46.80	c cleaning 10006 clauses out of 20017 with flag 495001/495001
49.31/47.74	c cleaning 10005 clauses out of 20011 with flag 505001/505001
50.21/48.65	c cleaning 9999 clauses out of 20005 with flag 515000/515000
51.12/49.54	c cleaning 9999 clauses out of 20008 with flag 525002/525002
51.91/50.35	c cleaning 7459 clauses out of 14933 with flag 535000/535000
52.71/51.10	c cleaning 6837 clauses out of 13679 with flag 545001/545001
53.42/51.88	c cleaning 8417 clauses out of 16841 with flag 555000/555000
54.22/52.65	c cleaning 6499 clauses out of 13010 with flag 565000/565000
55.02/53.44	c cleaning 7616 clauses out of 15244 with flag 575000/575000
55.71/54.13	c starts		: 939
55.71/54.13	c conflicts		: 583964
55.71/54.13	c decisions		: 680360
55.71/54.13	c propagations		: 27370374
55.71/54.13	c inspects		: 815998288
55.71/54.13	c shortcuts		: 0
55.71/54.13	c learnt literals	: 16
55.71/54.13	c learnt binary clauses	: 112
55.71/54.13	c learnt ternary clauses	: 610
55.71/54.13	c learnt constraints	: 583947
55.71/54.14	c ignored constraints	: 0
55.71/54.14	c root simplifications	: 954
55.71/54.14	c removed literals (reason simplification)	: 3435476
55.71/54.14	c reason swapping (by a shorter reason)	: 0
55.71/54.14	c Calls to reduceDB	: 59
55.71/54.14	c speed (assignments/second)	: 506567.9702393071
55.71/54.14	c non guided choices	31
55.71/54.14	c learnt constraints type 
55.71/54.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
55.71/54.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4383
55.71/54.14	c constraints type 
55.71/54.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1278
55.71/54.14	s UNSATISFIABLE
55.71/54.14	c Total wall clock time (in seconds) : 54.051

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 5,7

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.73 3.99 3.83 9/226 23532
/proc/meminfo: memFree=16829188/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=31608 CPUtime=0 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 1285 0 0 0 0 0 0 0 25 0 2 0 352357533 32366592 1000 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 7901 1001 771 9 0 386 0
[pid=23532/tid=23533] ppid=23530 vsize=31656 CPUtime=0 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 176 0 0 0 0 0 0 0 25 0 2 0 352357533 32415744 1007 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264721481351 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0460111 s]
/proc/loadavg: 3.73 3.99 3.83 9/226 23532
/proc/meminfo: memFree=16829188/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7564488 CPUtime=0.03 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 8946 0 1 0 2 1 0 0 25 0 13 0 352357533 7746035712 8640 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1891122 8640 1686 9 0 1881870 0
[pid=23532/tid=23533] ppid=23530 vsize=7564488 CPUtime=0.02 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 7796 0 1 0 2 0 0 0 25 0 13 0 352357533 7746035712 8640 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 47909622634515 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564488

[startup+0.101012 s]
/proc/loadavg: 3.73 3.99 3.83 9/226 23532
/proc/meminfo: memFree=16829188/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7569940 CPUtime=0.09 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 9759 0 1 0 8 1 0 0 25 0 18 0 352357533 7751618560 9453 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1892485 9453 1757 9 0 1883223 0
[pid=23532/tid=23533] ppid=23530 vsize=7569940 CPUtime=0.08 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 8582 0 1 0 8 0 0 0 25 0 18 0 352357533 7751618560 9453 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 47909624732468 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.300933 s]
/proc/loadavg: 3.73 3.99 3.83 9/226 23532
/proc/meminfo: memFree=16829188/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7578612 CPUtime=0.48 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 12873 0 1 0 47 1 0 0 25 0 19 0 352357533 7760498688 11840 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1894653 11840 2198 9 0 1885391 0
[pid=23532/tid=23533] ppid=23530 vsize=7578612 CPUtime=0.28 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 8695 0 1 0 28 0 0 0 25 0 19 0 352357533 7760498688 11840 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 46912505329190 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7578612

[startup+0.700857 s]
/proc/loadavg: 3.73 3.99 3.83 9/226 23532
/proc/meminfo: memFree=16829188/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7662732 CPUtime=1.13 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 20007 0 1 0 111 2 0 0 25 0 19 0 352357533 7846637568 17039 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1915683 17039 2239 9 0 1906421 0
[pid=23532/tid=23533] ppid=23530 vsize=7662732 CPUtime=0.66 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 8885 0 1 0 66 0 0 0 25 0 19 0 352357533 7846637568 17039 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 46912505635090 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 7662732

[startup+1.50074 s]
/proc/loadavg: 3.73 3.99 3.83 7/262 23568
/proc/meminfo: memFree=16656404/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7663344 CPUtime=2.02 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 20698 0 1 0 200 2 0 0 25 0 19 0 352357533 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1915836 17720 2242 9 0 1906574 0
[pid=23532/tid=23533] ppid=23530 vsize=7663344 CPUtime=1.43 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 8887 0 1 0 143 0 0 0 25 0 19 0 352357533 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 46912505575980 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23532/tid=23543] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23543/stat : 23543 (java) S 23530 23532 22972 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23544] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23544/stat : 23544 (java) S 23530 23532 22972 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23545] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23545/stat : 23545 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23546] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23546/stat : 23546 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23547] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23547/stat : 23547 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23548] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23548/stat : 23548 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23549] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23549/stat : 23549 (java) S 23530 23532 22972 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23550] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23550/stat : 23550 (java) S 23530 23532 22972 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23554] ppid=23530 vsize=7663344 CPUtime=0.03 cores=5,7
/proc/23532/task/23554/stat : 23554 (java) S 23530 23532 22972 0 -1 4202560 435 0 0 0 3 0 0 0 16 0 19 0 352357535 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23555] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23555/stat : 23555 (java) S 23530 23532 22972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23556] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23556/stat : 23556 (java) S 23530 23532 22972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23562] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23562/stat : 23562 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23563] ppid=23530 vsize=7663344 CPUtime=0.1 cores=5,7
/proc/23532/task/23563/stat : 23563 (java) S 23530 23532 22972 0 -1 4202560 319 0 0 0 10 0 0 0 16 0 19 0 352357538 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23564] ppid=23530 vsize=7663344 CPUtime=0.42 cores=5,7
/proc/23532/task/23564/stat : 23564 (java) S 23530 23532 22972 0 -1 4202560 9447 0 0 0 41 1 0 0 19 0 19 0 352357538 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23565] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23565/stat : 23565 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23566] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23566/stat : 23566 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357538 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23567] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23567/stat : 23567 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352357544 7847264256 17720 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7663344

[startup+3.10143 s]
/proc/loadavg: 3.73 3.99 3.83 5/262 23568
/proc/meminfo: memFree=16650824/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7663344 CPUtime=3.63 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 20867 0 1 0 361 2 0 0 25 0 19 0 352357533 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1915836 17887 2242 9 0 1906574 0
[pid=23532/tid=23533] ppid=23530 vsize=7663344 CPUtime=3.01 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 8889 0 1 0 300 1 0 0 25 0 19 0 352357533 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 46912505566741 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23532/tid=23543] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23543/stat : 23543 (java) S 23530 23532 22972 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23544] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23544/stat : 23544 (java) S 23530 23532 22972 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23545] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23545/stat : 23545 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23546] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23546/stat : 23546 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23547] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23547/stat : 23547 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23548] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23548/stat : 23548 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23549] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23549/stat : 23549 (java) S 23530 23532 22972 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23550] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23550/stat : 23550 (java) S 23530 23532 22972 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23554] ppid=23530 vsize=7663344 CPUtime=0.05 cores=5,7
/proc/23532/task/23554/stat : 23554 (java) S 23530 23532 22972 0 -1 4202560 506 0 0 0 5 0 0 0 16 0 19 0 352357535 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23555] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23555/stat : 23555 (java) S 23530 23532 22972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23556] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23556/stat : 23556 (java) S 23530 23532 22972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23562] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23562/stat : 23562 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23563] ppid=23530 vsize=7663344 CPUtime=0.1 cores=5,7
/proc/23532/task/23563/stat : 23563 (java) S 23530 23532 22972 0 -1 4202560 319 0 0 0 10 0 0 0 16 0 19 0 352357538 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23564] ppid=23530 vsize=7663344 CPUtime=0.43 cores=5,7
/proc/23532/task/23564/stat : 23564 (java) S 23530 23532 22972 0 -1 4202560 9450 0 0 0 42 1 0 0 15 0 19 0 352357538 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23565] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23565/stat : 23565 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23566] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23566/stat : 23566 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357538 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23567] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23567/stat : 23567 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352357544 7847264256 17887 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 7663344

[startup+6.30083 s]
/proc/loadavg: 3.75 3.99 3.83 5/262 23568
/proc/meminfo: memFree=16648840/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7663344 CPUtime=6.84 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 21012 0 1 0 682 2 0 0 25 0 19 0 352357533 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1915836 18017 2242 9 0 1906574 0
[pid=23532/tid=23533] ppid=23530 vsize=7663344 CPUtime=6.17 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 8893 0 1 0 616 1 0 0 25 0 19 0 352357533 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 46912505534702 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23532/tid=23543] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23543/stat : 23543 (java) S 23530 23532 22972 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23544] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23544/stat : 23544 (java) S 23530 23532 22972 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 19 0 352357534 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23545] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23545/stat : 23545 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 352357534 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23546] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23546/stat : 23546 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23547] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23547/stat : 23547 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23548] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23548/stat : 23548 (java) S 23530 23532 22972 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23549] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23549/stat : 23549 (java) S 23530 23532 22972 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23550] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23550/stat : 23550 (java) S 23530 23532 22972 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23554] ppid=23530 vsize=7663344 CPUtime=0.09 cores=5,7
/proc/23532/task/23554/stat : 23554 (java) S 23530 23532 22972 0 -1 4202560 644 0 0 0 9 0 0 0 16 0 19 0 352357535 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23555] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23555/stat : 23555 (java) S 23530 23532 22972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23556] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23556/stat : 23556 (java) S 23530 23532 22972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23562] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23562/stat : 23562 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23563] ppid=23530 vsize=7663344 CPUtime=0.1 cores=5,7
/proc/23532/task/23563/stat : 23563 (java) S 23530 23532 22972 0 -1 4202560 319 0 0 0 10 0 0 0 16 0 19 0 352357538 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23564] ppid=23530 vsize=7663344 CPUtime=0.43 cores=5,7
/proc/23532/task/23564/stat : 23564 (java) S 23530 23532 22972 0 -1 4202560 9450 0 0 0 42 1 0 0 15 0 19 0 352357538 7847264256 18017 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0

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

/proc/23532/task/23543/stat : 23543 (java) S 23530 23532 22972 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23544] ppid=23530 vsize=7663344 CPUtime=0.02 cores=5,7
/proc/23532/task/23544/stat : 23544 (java) S 23530 23532 22972 0 -1 4202560 81 0 0 0 2 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23545] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23545/stat : 23545 (java) S 23530 23532 22972 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23546] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23546/stat : 23546 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23547] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23547/stat : 23547 (java) S 23530 23532 22972 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23548] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23548/stat : 23548 (java) S 23530 23532 22972 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23549] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23549/stat : 23549 (java) S 23530 23532 22972 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23550] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23550/stat : 23550 (java) S 23530 23532 22972 0 -1 4202560 232 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23554] ppid=23530 vsize=7663344 CPUtime=0.69 cores=5,7
/proc/23532/task/23554/stat : 23554 (java) S 23530 23532 22972 0 -1 4202560 685 0 0 0 69 0 0 0 15 0 19 0 352357535 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23555] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23555/stat : 23555 (java) S 23530 23532 22972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23556] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23556/stat : 23556 (java) S 23530 23532 22972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23562] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23562/stat : 23562 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23563] ppid=23530 vsize=7663344 CPUtime=1.47 cores=5,7
/proc/23532/task/23563/stat : 23563 (java) S 23530 23532 22972 0 -1 4202560 18971 0 0 0 145 2 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23564] ppid=23530 vsize=7663344 CPUtime=0.52 cores=5,7
/proc/23532/task/23564/stat : 23564 (java) S 23530 23532 22972 0 -1 4202560 9470 0 0 0 51 1 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23565] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23565/stat : 23565 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23566] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23566/stat : 23566 (java) S 23530 23532 22972 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23567] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23567/stat : 23567 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352357544 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 54.32
Current children cumulated vsize (KiB) 7663344

[startup+53.5009 s]
/proc/loadavg: 3.88 3.99 3.83 6/262 23569
/proc/meminfo: memFree=16626980/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7663344 CPUtime=55.12 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 39804 0 1 0 5507 5 0 0 25 0 19 0 352357533 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1915836 22648 2242 9 0 1906574 0
[pid=23532/tid=23533] ppid=23530 vsize=7663344 CPUtime=52.29 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 8949 0 1 0 5228 1 0 0 25 0 19 0 352357533 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 46912505594868 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23532/tid=23543] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23543/stat : 23543 (java) S 23530 23532 22972 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23544] ppid=23530 vsize=7663344 CPUtime=0.02 cores=5,7
/proc/23532/task/23544/stat : 23544 (java) S 23530 23532 22972 0 -1 4202560 81 0 0 0 2 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23545] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23545/stat : 23545 (java) S 23530 23532 22972 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23546] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23546/stat : 23546 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23547] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23547/stat : 23547 (java) S 23530 23532 22972 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23548] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23548/stat : 23548 (java) S 23530 23532 22972 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23549] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23549/stat : 23549 (java) S 23530 23532 22972 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23550] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23550/stat : 23550 (java) S 23530 23532 22972 0 -1 4202560 232 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23554] ppid=23530 vsize=7663344 CPUtime=0.7 cores=5,7
/proc/23532/task/23554/stat : 23554 (java) S 23530 23532 22972 0 -1 4202560 685 0 0 0 70 0 0 0 15 0 19 0 352357535 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23555] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23555/stat : 23555 (java) S 23530 23532 22972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23556] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23556/stat : 23556 (java) S 23530 23532 22972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23562] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23562/stat : 23562 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23563] ppid=23530 vsize=7663344 CPUtime=1.48 cores=5,7
/proc/23532/task/23563/stat : 23563 (java) S 23530 23532 22972 0 -1 4202560 18971 0 0 0 146 2 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23564] ppid=23530 vsize=7663344 CPUtime=0.52 cores=5,7
/proc/23532/task/23564/stat : 23564 (java) S 23530 23532 22972 0 -1 4202560 9470 0 0 0 51 1 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23565] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23565/stat : 23565 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23566] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23566/stat : 23566 (java) S 23530 23532 22972 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23567] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23567/stat : 23567 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352357544 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 55.12
Current children cumulated vsize (KiB) 7663344

[startup+53.9068 s]
/proc/loadavg: 3.89 3.99 3.83 5/262 23569
/proc/meminfo: memFree=16626856/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7663344 CPUtime=55.52 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 39804 0 1 0 5547 5 0 0 25 0 19 0 352357533 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1915836 22648 2242 9 0 1906574 0
[pid=23532/tid=23533] ppid=23530 vsize=7663344 CPUtime=52.69 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 8949 0 1 0 5268 1 0 0 25 0 19 0 352357533 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 46912505566736 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23532/tid=23543] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23543/stat : 23543 (java) S 23530 23532 22972 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23544] ppid=23530 vsize=7663344 CPUtime=0.02 cores=5,7
/proc/23532/task/23544/stat : 23544 (java) S 23530 23532 22972 0 -1 4202560 81 0 0 0 2 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23545] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23545/stat : 23545 (java) S 23530 23532 22972 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23546] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23546/stat : 23546 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23547] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23547/stat : 23547 (java) S 23530 23532 22972 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23548] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23548/stat : 23548 (java) S 23530 23532 22972 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23549] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23549/stat : 23549 (java) S 23530 23532 22972 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23550] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23550/stat : 23550 (java) S 23530 23532 22972 0 -1 4202560 232 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23554] ppid=23530 vsize=7663344 CPUtime=0.7 cores=5,7
/proc/23532/task/23554/stat : 23554 (java) S 23530 23532 22972 0 -1 4202560 685 0 0 0 70 0 0 0 15 0 19 0 352357535 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23555] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23555/stat : 23555 (java) S 23530 23532 22972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23556] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23556/stat : 23556 (java) S 23530 23532 22972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23562] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23562/stat : 23562 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23563] ppid=23530 vsize=7663344 CPUtime=1.48 cores=5,7
/proc/23532/task/23563/stat : 23563 (java) S 23530 23532 22972 0 -1 4202560 18971 0 0 0 146 2 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23564] ppid=23530 vsize=7663344 CPUtime=0.52 cores=5,7
/proc/23532/task/23564/stat : 23564 (java) S 23530 23532 22972 0 -1 4202560 9470 0 0 0 51 1 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23565] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23565/stat : 23565 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23566] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23566/stat : 23566 (java) S 23530 23532 22972 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23567] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23567/stat : 23567 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352357544 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 55.52
Current children cumulated vsize (KiB) 7663344

[startup+54.1008 s]
/proc/loadavg: 3.89 3.99 3.83 5/262 23569
/proc/meminfo: memFree=16626856/32951124 swapFree=67111528/67111528
[pid=23532] ppid=23530 vsize=7663344 CPUtime=55.71 cores=5,7
/proc/23532/stat : 23532 (java) S 23530 23532 22972 0 -1 4202496 39804 0 1 0 5566 5 0 0 25 0 19 0 352357533 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23532/statm: 1915836 22648 2242 9 0 1906574 0
[pid=23532/tid=23533] ppid=23530 vsize=7663344 CPUtime=52.88 cores=5,7
/proc/23532/task/23533/stat : 23533 (java) R 23530 23532 22972 0 -1 4202560 8949 0 1 0 5287 1 0 0 25 0 19 0 352357533 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 46912505534775 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23532/tid=23543] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23543/stat : 23543 (java) S 23530 23532 22972 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23544] ppid=23530 vsize=7663344 CPUtime=0.02 cores=5,7
/proc/23532/task/23544/stat : 23544 (java) S 23530 23532 22972 0 -1 4202560 81 0 0 0 2 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23545] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23545/stat : 23545 (java) S 23530 23532 22972 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23546] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23546/stat : 23546 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23547] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23547/stat : 23547 (java) S 23530 23532 22972 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23548] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23548/stat : 23548 (java) S 23530 23532 22972 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23549] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23549/stat : 23549 (java) S 23530 23532 22972 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23550] ppid=23530 vsize=7663344 CPUtime=0.01 cores=5,7
/proc/23532/task/23550/stat : 23550 (java) S 23530 23532 22972 0 -1 4202560 232 0 0 0 1 0 0 0 15 0 19 0 352357534 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23554] ppid=23530 vsize=7663344 CPUtime=0.7 cores=5,7
/proc/23532/task/23554/stat : 23554 (java) S 23530 23532 22972 0 -1 4202560 685 0 0 0 70 0 0 0 15 0 19 0 352357535 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 0 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23555] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23555/stat : 23555 (java) S 23530 23532 22972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23556] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23556/stat : 23556 (java) S 23530 23532 22972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 352357536 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23562] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23562/stat : 23562 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738228657 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23563] ppid=23530 vsize=7663344 CPUtime=1.48 cores=5,7
/proc/23532/task/23563/stat : 23563 (java) S 23530 23532 22972 0 -1 4202560 18971 0 0 0 146 2 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23564] ppid=23530 vsize=7663344 CPUtime=0.52 cores=5,7
/proc/23532/task/23564/stat : 23564 (java) S 23530 23532 22972 0 -1 4202560 9470 0 0 0 51 1 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23565] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23565/stat : 23565 (java) S 23530 23532 22972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738220953 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
[pid=23532/tid=23566] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23566/stat : 23566 (java) S 23530 23532 22972 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 352357538 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 7 0 0 0
[pid=23532/tid=23567] ppid=23530 vsize=7663344 CPUtime=0 cores=5,7
/proc/23532/task/23567/stat : 23567 (java) S 23530 23532 22972 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352357544 7847264256 22648 33554432000 1073741824 1073778376 140734398402688 18446744073709551615 264738221568 0 4 0 16800975 18446604471138053120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 55.71
Current children cumulated vsize (KiB) 7663344

Child status: 20
Real time (s): 54.1478
CPU time (s): 55.7715
CPU user time (s): 55.7105
CPU system time (s): 0.06099
CPU usage (%): 102.999
Max. virtual memory (cumulated for all children) (KiB): 7663344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.7105
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39814
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= 2635
involuntary context switches= 2010

runsolver used 0.084987 second user time and 0.217966 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-12 11:10:19
IDJOB=3190389
IDBENCH=82720
IDSOLVER=1611
FILE ID=node141/3190389-1302599419
RUNJOBID= node141-1302596814-22993
PBS_JOBID= 12958091
Free space on /tmp= 71524 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S768688898-014.UNKNOWN.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-3190389-1302599419/watcher-3190389-1302599419 -o /tmp/evaluation-result-3190389-1302599419/solver-3190389-1302599419 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190389-1302599419.cnf

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

MD5SUM BENCH= 7436a7d8585345665f45b181a7e46358
RANDOM SEED=1811893275

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16831908 kB
Buffers:        766100 kB
Cached:       14819640 kB
SwapCached:          0 kB
Active:        8963084 kB
Inactive:      6761952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16831908 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             508 kB
Writeback:           0 kB
AnonPages:      139144 kB
Mapped:          22844 kB
Slab:           328960 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14753488 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= 71524 MiB
End job on node141 at 2011-04-12 11:11:13