Trace number 3281025

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 272.637 271.105

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.761
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3281025-1303750221.cnf
0.00/0.09	c reading problem ... 
0.82/0.73	c ... done. Wall clock time 0.642s.
0.82/0.73	c #vars     263022
0.82/0.73	c #constraints  782329
0.82/0.73	c constraints type 
0.82/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 260776
0.82/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 521552
12.90/12.34	c cleaning 2481 clauses out of 4962 with flag 5001/5001
25.71/24.56	c cleaning 4021 clauses out of 8469 with flag 11000/11000
39.93/38.76	c cleaning 5629 clauses out of 11446 with flag 18001/18001
51.94/50.77	c cleaning 6051 clauses out of 12115 with flag 26000/26000
64.87/63.66	c cleaning 7302 clauses out of 14966 with flag 35001/35001
78.29/77.05	c cleaning 8691 clauses out of 17612 with flag 45001/45001
94.60/93.40	c cleaning 9745 clauses out of 19837 with flag 56001/56001
104.92/103.68	c cleaning 10938 clauses out of 22070 with flag 68000/68000
118.34/117.01	c cleaning 11989 clauses out of 24109 with flag 81001/81001
133.96/132.67	c cleaning 12861 clauses out of 26116 with flag 95000/95000
147.98/146.66	c cleaning 13993 clauses out of 28242 with flag 110000/110000
165.60/164.29	c cleaning 14954 clauses out of 30243 with flag 126000/126000
186.62/185.25	c cleaning 15996 clauses out of 32286 with flag 143001/143001
204.14/202.71	c cleaning 15742 clauses out of 31868 with flag 161000/161000
221.66/220.23	c cleaning 17384 clauses out of 35066 with flag 180000/180000
239.77/238.35	c cleaning 18776 clauses out of 37608 with flag 200002/200002
255.39/253.93	c cleaning 18073 clauses out of 36167 with flag 221000/221000
270.01/268.54	c cleaning 14418 clauses out of 28881 with flag 243001/243001
272.52/271.07	c starts		: 593
272.52/271.07	c conflicts		: 246663
272.52/271.07	c decisions		: 2226264
272.52/271.07	c propagations		: 582016356
272.52/271.07	c inspects		: 1401119009
272.52/271.07	c shortcuts		: 0
272.52/271.07	c learnt literals	: 148
272.52/271.07	c learnt binary clauses	: 2009
272.52/271.07	c learnt ternary clauses	: 8027
272.52/271.07	c learnt constraints	: 246514
272.52/271.07	c ignored constraints	: 0
272.52/271.07	c root simplifications	: 740
272.52/271.07	c removed literals (reason simplification)	: 3782836
272.52/271.07	c reason swapping (by a shorter reason)	: 0
272.52/271.07	c Calls to reduceDB	: 18
272.52/271.07	c speed (assignments/second)	: 2152913.0314161107
272.52/271.07	c non guided choices	114118
272.52/271.08	c learnt constraints type 
272.52/271.08	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1053
272.52/271.08	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14620
272.52/271.08	c constraints type 
272.52/271.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 260776
272.52/271.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 521552
272.52/271.08	s UNSATISFIABLE
272.52/271.08	c Total wall clock time (in seconds) : 270.982

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-3281025-1303750221/watcher-3281025-1303750221 -o /tmp/evaluation-result-3281025-1303750221/solver-3281025-1303750221 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3281025-1303750221.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: 4.01 3.60 3.14 4/243 14717
/proc/meminfo: memFree=13979496/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=30528 CPUtime=0 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 1247 0 0 0 0 0 0 0 18 0 2 0 467437764 31260672 966 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 7634 967 740 9 0 385 0
[pid=14717/tid=14718] ppid=14715 vsize=30540 CPUtime=0 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 135 0 0 0 0 0 0 0 19 0 2 0 467437764 31272960 969 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270338383675 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0114301 s]
/proc/loadavg: 4.01 3.60 3.14 4/243 14717
/proc/meminfo: memFree=13979496/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7540840 CPUtime=0 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 3425 0 1 0 0 0 0 0 18 0 2 0 467437764 7721820160 3126 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1885210 3145 919 9 0 1876366 0
[pid=14717/tid=14718] ppid=14715 vsize=7540840 CPUtime=0 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 2343 0 1 0 0 0 0 0 19 0 2 0 467437764 7721820160 3159 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270338077755 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.100384 s]
/proc/loadavg: 4.01 3.60 3.14 4/243 14717
/proc/meminfo: memFree=13979496/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7636076 CPUtime=0.1 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 12587 0 1 0 9 1 0 0 18 0 18 0 467437764 7819341824 12283 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1909019 12283 2091 9 0 1899757 0
[pid=14717/tid=14718] ppid=14715 vsize=7636076 CPUtime=0.08 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 10836 0 1 0 7 1 0 0 18 0 18 0 467437764 7819341824 12283 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 46912505181552 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636076

[startup+0.300378 s]
/proc/loadavg: 4.01 3.60 3.14 4/243 14717
/proc/meminfo: memFree=13979496/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7637288 CPUtime=0.41 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 18279 0 1 0 39 2 0 0 18 0 18 0 467437764 7820582912 17863 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1909322 17865 2198 9 0 1900060 0
[pid=14717/tid=14718] ppid=14715 vsize=7637288 CPUtime=0.29 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 16027 0 1 0 27 2 0 0 18 0 18 0 467437764 7820582912 17866 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 46912505522821 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 7637288

[startup+0.700297 s]
/proc/loadavg: 4.01 3.60 3.14 4/243 14717
/proc/meminfo: memFree=13979496/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7637288 CPUtime=0.82 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 34002 0 1 0 78 4 0 0 18 0 18 0 467437764 7820582912 33587 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1909322 33588 2198 9 0 1900060 0
[pid=14717/tid=14718] ppid=14715 vsize=7637288 CPUtime=0.68 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 31750 0 1 0 65 3 0 0 18 0 18 0 467437764 7820582912 33589 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 46912505522821 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 7637288

[startup+1.50116 s]
/proc/loadavg: 4.01 3.60 3.14 6/262 14736
/proc/meminfo: memFree=13825940/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7643292 CPUtime=2 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 41995 0 1 0 195 5 0 0 18 0 19 0 467437764 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1910823 40140 2222 9 0 1901561 0
[pid=14717/tid=14718] ppid=14715 vsize=7643292 CPUtime=1.48 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 37006 0 1 0 144 4 0 0 19 0 19 0 467437764 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 46912505702276 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 467437765 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 467437765 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 14035 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 467437766 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 0 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 14035 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 467437767 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467437767 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350207409 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=7643292 CPUtime=0.25 cores=1,3
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 14035 0 -1 4202560 2227 0 0 0 25 0 0 0 17 0 19 0 467437769 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=7643292 CPUtime=0.25 cores=1,3
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 14035 0 -1 4202560 1601 0 0 0 25 0 0 0 17 0 19 0 467437769 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467437769 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=7643292 CPUtime=0 cores=1,3
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467437843 7826731008 40140 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7643292

[startup+3.10082 s]
/proc/loadavg: 4.01 3.60 3.14 5/262 14736
/proc/meminfo: memFree=13825320/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7643320 CPUtime=3.7 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 42165 0 1 0 365 5 0 0 18 0 19 0 467437764 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1910830 40203 2226 9 0 1901568 0
[pid=14717/tid=14718] ppid=14715 vsize=7643320 CPUtime=3.08 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 37046 0 1 0 304 4 0 0 25 0 19 0 467437764 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 46912505641916 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 467437765 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 467437765 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 14035 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 467437766 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 0 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 14035 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 467437767 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467437767 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350207409 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=7643320 CPUtime=0.25 cores=1,3
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 14035 0 -1 4202560 2228 0 0 0 25 0 0 0 15 0 19 0 467437769 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=7643320 CPUtime=0.34 cores=1,3
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 14035 0 -1 4202560 1729 0 0 0 34 0 0 0 15 0 19 0 467437769 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467437769 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467437843 7826759680 40203 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 7643320

[startup+6.30119 s]
/proc/loadavg: 4.01 3.60 3.15 5/262 14736
/proc/meminfo: memFree=13824688/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7643320 CPUtime=6.9 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 42240 0 1 0 685 5 0 0 18 0 19 0 467437764 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1910830 40276 2226 9 0 1901568 0
[pid=14717/tid=14718] ppid=14715 vsize=7643320 CPUtime=6.28 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 37121 0 1 0 624 4 0 0 25 0 19 0 467437764 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 46912505702508 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 467437765 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 467437765 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 467437765 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 14035 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 467437766 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 0 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 14035 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 467437767 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467437767 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=7643320 CPUtime=0 cores=1,3
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350207409 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=7643320 CPUtime=0.25 cores=1,3
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 14035 0 -1 4202560 2228 0 0 0 25 0 0 0 15 0 19 0 467437769 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=7643320 CPUtime=0.34 cores=1,3
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 14035 0 -1 4202560 1729 0 0 0 34 0 0 0 15 0 19 0 467437769 7826759680 40276 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0

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

[pid=14717/tid=14726] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 14035 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 19 0 467437765 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=7652784 CPUtime=0.06 cores=1,3
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 14035 0 -1 4202560 5 0 0 0 6 0 0 0 15 0 19 0 467437765 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=7652784 CPUtime=4.86 cores=1,3
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 14035 0 -1 4202560 32922 0 0 0 483 3 0 0 15 0 19 0 467437766 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 0 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467437767 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 14035 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467437767 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350207409 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=7652784 CPUtime=0.3 cores=1,3
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 14035 0 -1 4202560 2524 0 0 0 30 0 0 0 15 0 19 0 467437769 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=7652784 CPUtime=0.77 cores=1,3
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 14035 0 -1 4202560 7298 0 0 0 77 0 0 0 15 0 19 0 467437769 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 14035 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 467437769 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467437843 7836450816 101750 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 267.01
Current children cumulated vsize (KiB) 7652784

[startup+268.701 s]
/proc/loadavg: 4.00 3.84 3.35 5/262 14743
/proc/meminfo: memFree=13567440/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7652784 CPUtime=270.22 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 107230 0 1 0 27009 13 0 0 18 0 19 0 467437764 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1913196 101752 2254 9 0 1903934 0
[pid=14717/tid=14718] ppid=14715 vsize=7652784 CPUtime=263.21 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) S 14715 14717 14035 0 -1 4202560 37267 0 1 0 26317 4 0 0 25 0 19 0 467437764 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=7652784 CPUtime=0.23 cores=1,3
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 14035 0 -1 4202560 10332 0 0 0 23 0 0 0 16 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=7652784 CPUtime=0.23 cores=1,3
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 14035 0 -1 4202560 12539 0 0 0 22 1 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=7652784 CPUtime=0.12 cores=1,3
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 14035 0 -1 4202560 3159 0 0 0 12 0 0 0 16 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=7652784 CPUtime=0.08 cores=1,3
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 14035 0 -1 4202560 3 0 0 0 8 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 14035 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=7652784 CPUtime=0.07 cores=1,3
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 7 0 0 0 16 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=7652784 CPUtime=5 cores=1,3
/proc/14717/task/14728/stat : 14728 (java) R 14715 14717 14035 0 -1 4202560 32924 0 0 0 497 3 0 0 16 0 19 0 467437766 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 47778675590252 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467437767 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 14035 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467437767 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350207409 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=7652784 CPUtime=0.3 cores=1,3
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 14035 0 -1 4202560 2524 0 0 0 30 0 0 0 15 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=7652784 CPUtime=0.77 cores=1,3
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 14035 0 -1 4202560 7298 0 0 0 77 0 0 0 15 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 14035 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467437843 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 270.22
Current children cumulated vsize (KiB) 7652784

[startup+270.301 s]
/proc/loadavg: 4.00 3.84 3.35 5/262 14743
/proc/meminfo: memFree=13567316/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7652784 CPUtime=271.82 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 107230 0 1 0 27169 13 0 0 18 0 19 0 467437764 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1913196 101752 2254 9 0 1903934 0
[pid=14717/tid=14718] ppid=14715 vsize=7652784 CPUtime=264.7 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 37267 0 1 0 26466 4 0 0 25 0 19 0 467437764 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 46912505630688 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=7652784 CPUtime=0.23 cores=1,3
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 14035 0 -1 4202560 10332 0 0 0 23 0 0 0 16 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=7652784 CPUtime=0.23 cores=1,3
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 14035 0 -1 4202560 12539 0 0 0 22 1 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=7652784 CPUtime=0.12 cores=1,3
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 14035 0 -1 4202560 3159 0 0 0 12 0 0 0 16 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=7652784 CPUtime=0.08 cores=1,3
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 14035 0 -1 4202560 3 0 0 0 8 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 14035 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=7652784 CPUtime=0.07 cores=1,3
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 7 0 0 0 16 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=7652784 CPUtime=5.11 cores=1,3
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 14035 0 -1 4202560 32924 0 0 0 508 3 0 0 15 0 19 0 467437766 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 0 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467437767 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 14035 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467437767 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350207409 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=7652784 CPUtime=0.3 cores=1,3
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 14035 0 -1 4202560 2524 0 0 0 30 0 0 0 15 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=7652784 CPUtime=0.77 cores=1,3
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 14035 0 -1 4202560 7298 0 0 0 77 0 0 0 15 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 14035 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467437843 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 271.82
Current children cumulated vsize (KiB) 7652784

[startup+270.701 s]
/proc/loadavg: 4.00 3.84 3.35 5/262 14743
/proc/meminfo: memFree=13567192/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=7652784 CPUtime=272.22 cores=1,3
/proc/14717/stat : 14717 (java) S 14715 14717 14035 0 -1 4202496 107230 0 1 0 27209 13 0 0 18 0 19 0 467437764 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 1913196 101752 2254 9 0 1903934 0
[pid=14717/tid=14718] ppid=14715 vsize=7652784 CPUtime=265.1 cores=1,3
/proc/14717/task/14718/stat : 14718 (java) R 14715 14717 14035 0 -1 4202560 37267 0 1 0 26506 4 0 0 25 0 19 0 467437764 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 46912505619061 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14717/tid=14720] ppid=14715 vsize=7652784 CPUtime=0.23 cores=1,3
/proc/14717/task/14720/stat : 14720 (java) S 14715 14717 14035 0 -1 4202560 10332 0 0 0 23 0 0 0 16 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14721] ppid=14715 vsize=7652784 CPUtime=0.23 cores=1,3
/proc/14717/task/14721/stat : 14721 (java) S 14715 14717 14035 0 -1 4202560 12539 0 0 0 22 1 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14722] ppid=14715 vsize=7652784 CPUtime=0.12 cores=1,3
/proc/14717/task/14722/stat : 14722 (java) S 14715 14717 14035 0 -1 4202560 3159 0 0 0 12 0 0 0 16 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14723] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14723/stat : 14723 (java) S 14715 14717 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14724] ppid=14715 vsize=7652784 CPUtime=0.08 cores=1,3
/proc/14717/task/14724/stat : 14724 (java) S 14715 14717 14035 0 -1 4202560 3 0 0 0 8 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14725] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14725/stat : 14725 (java) S 14715 14717 14035 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14726] ppid=14715 vsize=7652784 CPUtime=0.03 cores=1,3
/proc/14717/task/14726/stat : 14726 (java) S 14715 14717 14035 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=7652784 CPUtime=0.07 cores=1,3
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 7 0 0 0 16 0 19 0 467437765 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14728] ppid=14715 vsize=7652784 CPUtime=5.11 cores=1,3
/proc/14717/task/14728/stat : 14728 (java) S 14715 14717 14035 0 -1 4202560 32924 0 0 0 508 3 0 0 15 0 19 0 467437766 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 0 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14729] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14729/stat : 14729 (java) S 14715 14717 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467437767 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14730] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14730/stat : 14730 (java) S 14715 14717 14035 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467437767 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14731] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14731/stat : 14731 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350207409 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14732] ppid=14715 vsize=7652784 CPUtime=0.3 cores=1,3
/proc/14717/task/14732/stat : 14732 (java) S 14715 14717 14035 0 -1 4202560 2524 0 0 0 30 0 0 0 15 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14733] ppid=14715 vsize=7652784 CPUtime=0.77 cores=1,3
/proc/14717/task/14733/stat : 14733 (java) S 14715 14717 14035 0 -1 4202560 7298 0 0 0 77 0 0 0 15 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14734] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14734/stat : 14734 (java) S 14715 14717 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350199705 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
[pid=14717/tid=14735] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14735/stat : 14735 (java) S 14715 14717 14035 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 467437769 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 3 0 0 0
[pid=14717/tid=14736] ppid=14715 vsize=7652784 CPUtime=0 cores=1,3
/proc/14717/task/14736/stat : 14736 (java) S 14715 14717 14035 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 467437843 7836450816 101752 33554432000 1073741824 1073778376 140736001080144 18446744073709551615 270350200320 0 4 0 16800975 18446604464920681536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 272.22
Current children cumulated vsize (KiB) 7652784

[startup+271.104 s]
/proc/loadavg: 4.00 3.84 3.35 5/262 14743
/proc/meminfo: memFree=13567192/32951124 swapFree=67111528/67111528
[pid=14717] ppid=14715 vsize=0 CPUtime=272.62 cores=1,3
/proc/14717/stat : 14717 (java) Z 14715 14717 14035 0 -1 4203548 107242 0 1 0 27248 14 0 0 18 0 2 0 467437764 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14717/statm: 0 0 0 0 0 0 0
[pid=14717/tid=14727] ppid=14715 vsize=0 CPUtime=0.08 cores=1,3
/proc/14717/task/14727/stat : 14727 (java) S 14715 14717 14035 0 -1 4203588 7 0 0 0 7 1 0 0 16 0 2 0 467437765 0 0 33554432000 0 0 0 0 0 0 2147483391 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 272.62
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 271.105
CPU time (s): 272.637
CPU user time (s): 272.487
CPU system time (s): 0.149977
CPU usage (%): 100.565
Max. virtual memory (cumulated for all children) (KiB): 7663288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.487
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107242
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= 6256
involuntary context switches= 1171

runsolver used 0.422935 second user time and 1.06584 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 18:50:21
IDJOB=3281025
IDBENCH=20495
IDSOLVER=1611
FILE ID=node143/3281025-1303750221
RUNJOBID= node143-1303749732-14425
PBS_JOBID= 13154019
Free space on /tmp= 72328 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.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-3281025-1303750221/watcher-3281025-1303750221 -o /tmp/evaluation-result-3281025-1303750221/solver-3281025-1303750221 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3281025-1303750221.cnf

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=1398311688

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13979776 kB
Buffers:       2273648 kB
Cached:       15821732 kB
SwapCached:          0 kB
Active:        7054160 kB
Inactive:     11358300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13979776 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18608 kB
Writeback:           0 kB
AnonPages:      316440 kB
Mapped:          23656 kB
Slab:           493016 kB
PageTables:       6388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22053196 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= 72328 MiB
End job on node143 at 2011-04-25 18:54:53