Trace number 3282267

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.14 1300.07

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
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@664741d6
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-3282267-1303755364.cnf
0.00/0.09	c reading problem ... 
0.40/0.37	c ... done. Wall clock time 0.288s.
0.40/0.37	c #vars     92464
0.40/0.37	c #constraints  276623
0.40/0.37	c constraints type 
0.40/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 92207
0.40/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 184414
9.66/9.16	c cleaning 2399 clauses out of 5000 with flag 5002/5002
20.74/20.14	c cleaning 4143 clauses out of 8596 with flag 11001/11001
32.55/31.98	c cleaning 5646 clauses out of 11448 with flag 18001/18001
48.14/47.59	c cleaning 6756 clauses out of 13800 with flag 26000/26000
62.37/61.77	c cleaning 7959 clauses out of 16042 with flag 35001/35001
79.88/79.26	c cleaning 8766 clauses out of 18082 with flag 45000/45000
97.89/97.28	c cleaning 9677 clauses out of 20313 with flag 56000/56000
121.39/120.79	c cleaning 11008 clauses out of 22635 with flag 68000/68000
141.81/141.11	c cleaning 11336 clauses out of 24629 with flag 81003/81003
165.22/164.54	c cleaning 13355 clauses out of 27290 with flag 95001/95001
188.53/187.83	c cleaning 14441 clauses out of 28932 with flag 110001/110001
211.74/211.04	c cleaning 15064 clauses out of 30487 with flag 126000/126000
239.46/238.71	c cleaning 16194 clauses out of 32423 with flag 143001/143001
271.16/270.42	c cleaning 16632 clauses out of 34112 with flag 161001/161001
307.47/306.72	c cleaning 18046 clauses out of 36475 with flag 180001/180001
341.29/340.55	c cleaning 18382 clauses out of 38425 with flag 200000/200000
384.40/383.61	c cleaning 19441 clauses out of 41034 with flag 221000/221000
427.41/426.63	c cleaning 20354 clauses out of 43590 with flag 243000/243000
467.13/466.33	c cleaning 22546 clauses out of 46235 with flag 266002/266002
522.34/521.50	c cleaning 22483 clauses out of 47684 with flag 290000/290000
576.46/575.62	c cleaning 24382 clauses out of 50195 with flag 315000/315000
628.17/627.36	c cleaning 25394 clauses out of 51803 with flag 341000/341000
688.88/688.09	c cleaning 26508 clauses out of 53402 with flag 368000/368000
749.80/748.99	c cleaning 25988 clauses out of 54822 with flag 396001/396001
806.31/805.49	c cleaning 27751 clauses out of 57829 with flag 425000/425000
882.23/881.34	c cleaning 27842 clauses out of 60073 with flag 455002/455002
968.04/967.18	c cleaning 28190 clauses out of 63225 with flag 486000/486000
1055.17/1054.28	c cleaning 29973 clauses out of 67029 with flag 518002/518002
1138.79/1137.80	c cleaning 32438 clauses out of 70047 with flag 551002/551002
1230.20/1229.20	c cleaning 33430 clauses out of 71604 with flag 585001/585001
1301.03/1300.01	c starts		: 899
1301.03/1300.01	c conflicts		: 611811
1301.03/1300.01	c decisions		: 6136580
1301.03/1300.01	c propagations		: 2555991109
1301.03/1300.01	c inspects		: 6737177150
1301.03/1300.01	c shortcuts		: 0
1301.03/1300.01	c learnt literals	: 118
1301.03/1300.01	c learnt binary clauses	: 15957
1301.03/1300.01	c learnt ternary clauses	: 35074
1301.03/1300.01	c learnt constraints	: 611693
1301.03/1300.01	c ignored constraints	: 0
1301.03/1300.01	c root simplifications	: 1017
1301.03/1300.01	c removed literals (reason simplification)	: 13297290
1301.03/1300.01	c reason swapping (by a shorter reason)	: 0
1301.03/1300.01	c Calls to reduceDB	: 30
1301.03/1300.01	c speed (assignments/second)	: 1966700.7088149432
1301.03/1300.01	c non guided choices	20729
1301.03/1300.06	c learnt constraints type 
1301.03/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15947
1301.03/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49046
1301.03/1300.06	c constraints type 
1301.03/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 92207
1301.03/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 184414
1301.03/1300.06	s UNKNOWN
1301.03/1300.06	c Total wall clock time (in seconds) : 1299.923

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282267-1303755364/watcher-3282267-1303755364 -o /tmp/evaluation-result-3282267-1303755364/solver-3282267-1303755364 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282267-1303755364.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.40 3.87 3.78 6/220 10146
/proc/meminfo: memFree=13020964/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=31604 CPUtime=0 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 1259 0 0 0 0 0 0 0 22 0 2 0 487136894 32362496 976 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 7901 976 748 9 0 386 0
[pid=10146/tid=10147] ppid=10144 vsize=31604 CPUtime=0 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 170 0 0 0 0 0 0 0 23 0 2 0 487136894 32362496 1000 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230804242055 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0992931 s]
/proc/loadavg: 3.40 3.87 3.78 6/220 10146
/proc/meminfo: memFree=13020964/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7635476 CPUtime=0.08 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 10535 0 1 0 7 1 0 0 22 0 18 0 487136894 7818727424 10230 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1908869 10231 1757 9 0 1899607 0
[pid=10146/tid=10147] ppid=10144 vsize=7635476 CPUtime=0.08 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 9360 0 1 0 7 1 0 0 25 0 18 0 487136894 7818727424 10231 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 47501195044488 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7635476

[startup+0.100263 s]
/proc/loadavg: 3.40 3.87 3.78 6/220 10146
/proc/meminfo: memFree=13020964/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7635612 CPUtime=0.08 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 10727 0 1 0 7 1 0 0 22 0 18 0 487136894 7818866688 10422 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1908903 10422 1915 9 0 1899641 0
[pid=10146/tid=10147] ppid=10144 vsize=7635612 CPUtime=0.08 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 9362 0 1 0 7 1 0 0 25 0 18 0 487136894 7818866688 10422 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 46912505179440 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7635612

[startup+0.300262 s]
/proc/loadavg: 3.40 3.87 3.78 6/220 10146
/proc/meminfo: memFree=13020964/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7637724 CPUtime=0.4 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 16176 0 1 0 38 2 0 0 22 0 18 0 487136894 7821029376 15799 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1909431 15801 2197 9 0 1900169 0
[pid=10146/tid=10147] ppid=10144 vsize=7637724 CPUtime=0.28 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 13766 0 1 0 26 2 0 0 25 0 18 0 487136894 7821029376 15802 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 46912505548238 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7637724

[startup+0.700153 s]
/proc/loadavg: 3.40 3.87 3.78 6/220 10146
/proc/meminfo: memFree=13020964/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7642936 CPUtime=1.05 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 24116 0 1 0 102 3 0 0 22 0 19 0 487136894 7826366464 22167 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1910734 22167 2217 9 0 1901472 0
[pid=10146/tid=10147] ppid=10144 vsize=7642936 CPUtime=0.6 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 18454 0 1 0 58 2 0 0 25 0 19 0 487136894 7826366464 22167 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 46912505612746 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 7642936

[startup+1.50101 s]
/proc/loadavg: 3.40 3.87 3.78 6/261 10190
/proc/meminfo: memFree=12748704/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7642936 CPUtime=1.99 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 24986 0 1 0 196 3 0 0 22 0 19 0 487136894 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1910734 22248 2220 9 0 1901472 0
[pid=10146/tid=10147] ppid=10144 vsize=7642936 CPUtime=1.39 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 18480 0 1 0 137 2 0 0 25 0 19 0 487136894 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 46912505749871 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10146/tid=10149] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10149/stat : 10149 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487136895 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10150] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10150/stat : 10150 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10151] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10151/stat : 10151 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10152] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10152/stat : 10152 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10153] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10153/stat : 10153 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10154] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10154/stat : 10154 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10155] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10155/stat : 10155 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10156] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10156/stat : 10156 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10157] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10157/stat : 10157 (java) S 10144 10146 8809 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 487136896 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 0 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10158] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10158/stat : 10158 (java) S 10144 10146 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487136897 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10159] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10159/stat : 10159 (java) S 10144 10146 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136897 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10160] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10160/stat : 10160 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820989361 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10161] ppid=10144 vsize=7642936 CPUtime=0.33 cores=1,3
/proc/10146/task/10161/stat : 10161 (java) S 10144 10146 8809 0 -1 4202560 2580 0 0 0 33 0 0 0 15 0 19 0 487136899 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10162] ppid=10144 vsize=7642936 CPUtime=0.25 cores=1,3
/proc/10146/task/10162/stat : 10162 (java) S 10144 10146 8809 0 -1 4202560 2764 0 0 0 25 0 0 0 19 0 19 0 487136899 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10163] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10163/stat : 10163 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10164] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10164/stat : 10164 (java) S 10144 10146 8809 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 487136899 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10190] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10190/stat : 10190 (java) S 10144 10146 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136936 7826366464 22248 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 7642936

[startup+3.10075 s]
/proc/loadavg: 3.40 3.87 3.78 7/262 10191
/proc/meminfo: memFree=12730840/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7642936 CPUtime=3.66 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 25137 0 1 0 363 3 0 0 22 0 19 0 487136894 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1910734 22337 2224 9 0 1901472 0
[pid=10146/tid=10147] ppid=10144 vsize=7642936 CPUtime=2.98 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 18546 0 1 0 296 2 0 0 18 0 19 0 487136894 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 46912505797142 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10146/tid=10149] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10149/stat : 10149 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487136895 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10150] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10150/stat : 10150 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10151] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10151/stat : 10151 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10152] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10152/stat : 10152 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10153] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10153/stat : 10153 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10154] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10154/stat : 10154 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10155] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10155/stat : 10155 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10156] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10156/stat : 10156 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10157] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10157/stat : 10157 (java) S 10144 10146 8809 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 487136896 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 0 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10158] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10158/stat : 10158 (java) S 10144 10146 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487136897 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10159] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10159/stat : 10159 (java) S 10144 10146 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136897 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10160] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10160/stat : 10160 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820989361 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10161] ppid=10144 vsize=7642936 CPUtime=0.35 cores=1,3
/proc/10146/task/10161/stat : 10161 (java) S 10144 10146 8809 0 -1 4202560 2642 0 0 0 35 0 0 0 15 0 19 0 487136899 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10162] ppid=10144 vsize=7642936 CPUtime=0.31 cores=1,3
/proc/10146/task/10162/stat : 10162 (java) S 10144 10146 8809 0 -1 4202560 2786 0 0 0 31 0 0 0 15 0 19 0 487136899 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10163] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10163/stat : 10163 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10164] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10164/stat : 10164 (java) S 10144 10146 8809 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 487136899 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10190] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10190/stat : 10190 (java) S 10144 10146 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136936 7826366464 22337 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 7642936

[startup+6.30117 s]
/proc/loadavg: 3.45 3.87 3.78 5/262 10192
/proc/meminfo: memFree=12724980/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7642936 CPUtime=6.86 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 25283 0 1 0 683 3 0 0 22 0 19 0 487136894 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1910734 22482 2224 9 0 1901472 0
[pid=10146/tid=10147] ppid=10144 vsize=7642936 CPUtime=6.18 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 18692 0 1 0 616 2 0 0 25 0 19 0 487136894 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 46912505797043 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10146/tid=10149] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10149/stat : 10149 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487136895 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10150] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10150/stat : 10150 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10151] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10151/stat : 10151 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10152] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10152/stat : 10152 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10153] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10153/stat : 10153 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10154] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10154/stat : 10154 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10155] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10155/stat : 10155 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10156] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10156/stat : 10156 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136895 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10157] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10157/stat : 10157 (java) S 10144 10146 8809 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 487136896 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 0 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10158] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10158/stat : 10158 (java) S 10144 10146 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487136897 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10159] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10159/stat : 10159 (java) S 10144 10146 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136897 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10160] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10160/stat : 10160 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820989361 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10161] ppid=10144 vsize=7642936 CPUtime=0.35 cores=1,3
/proc/10146/task/10161/stat : 10161 (java) S 10144 10146 8809 0 -1 4202560 2642 0 0 0 35 0 0 0 15 0 19 0 487136899 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10162] ppid=10144 vsize=7642936 CPUtime=0.31 cores=1,3
/proc/10146/task/10162/stat : 10162 (java) S 10144 10146 8809 0 -1 4202560 2786 0 0 0 31 0 0 0 15 0 19 0 487136899 7826366464 22482 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0

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

[pid=10146/tid=10154] ppid=10144 vsize=7642936 CPUtime=0.07 cores=1,3
/proc/10146/task/10154/stat : 10154 (java) S 10144 10146 8809 0 -1 4202560 5 0 0 0 7 0 0 0 16 0 19 0 487136895 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10155] ppid=10144 vsize=7642936 CPUtime=0.08 cores=1,3
/proc/10146/task/10155/stat : 10155 (java) S 10144 10146 8809 0 -1 4202560 22 0 0 0 8 0 0 0 15 0 19 0 487136895 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10156] ppid=10144 vsize=7642936 CPUtime=0.11 cores=1,3
/proc/10146/task/10156/stat : 10156 (java) S 10144 10146 8809 0 -1 4202560 20 0 0 0 11 0 0 0 15 0 19 0 487136895 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10157] ppid=10144 vsize=7642936 CPUtime=3.45 cores=1,3
/proc/10146/task/10157/stat : 10157 (java) S 10144 10146 8809 0 -1 4202560 13668 0 0 0 344 1 0 0 15 0 19 0 487136896 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 0 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10158] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10158/stat : 10158 (java) S 10144 10146 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487136897 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10159] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10159/stat : 10159 (java) S 10144 10146 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487136897 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10160] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10160/stat : 10160 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820989361 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10161] ppid=10144 vsize=7642936 CPUtime=0.46 cores=1,3
/proc/10146/task/10161/stat : 10161 (java) S 10144 10146 8809 0 -1 4202560 2940 0 0 0 46 0 0 0 15 0 19 0 487136899 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10162] ppid=10144 vsize=7642936 CPUtime=0.33 cores=1,3
/proc/10146/task/10162/stat : 10162 (java) S 10144 10146 8809 0 -1 4202560 2796 0 0 0 33 0 0 0 15 0 19 0 487136899 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10163] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10163/stat : 10163 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10164] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10164/stat : 10164 (java) S 10144 10146 8809 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 487136899 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10190] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10190/stat : 10190 (java) S 10144 10146 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136936 7826366464 47639 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.29
Current children cumulated vsize (KiB) 7642936

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 10223
/proc/meminfo: memFree=12225032/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7642936 CPUtime=1183.3 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 50942 0 1 0 118323 7 0 0 22 0 19 0 487136894 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1910734 47698 2253 9 0 1901472 0
[pid=10146/tid=10147] ppid=10144 vsize=7642936 CPUtime=1178.08 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 18880 0 1 0 117806 2 0 0 25 0 19 0 487136894 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 46912505796775 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10146/tid=10149] ppid=10144 vsize=7642936 CPUtime=0.16 cores=1,3
/proc/10146/task/10149/stat : 10149 (java) S 10144 10146 8809 0 -1 4202560 4366 0 0 0 16 0 0 0 15 0 19 0 487136895 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10150] ppid=10144 vsize=7642936 CPUtime=0.13 cores=1,3
/proc/10146/task/10150/stat : 10150 (java) S 10144 10146 8809 0 -1 4202560 4888 0 0 0 13 0 0 0 15 0 19 0 487136895 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10151] ppid=10144 vsize=7642936 CPUtime=0.09 cores=1,3
/proc/10146/task/10151/stat : 10151 (java) S 10144 10146 8809 0 -1 4202560 953 0 0 0 9 0 0 0 16 0 19 0 487136895 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10152] ppid=10144 vsize=7642936 CPUtime=0.05 cores=1,3
/proc/10146/task/10152/stat : 10152 (java) S 10144 10146 8809 0 -1 4202560 5 0 0 0 5 0 0 0 15 0 19 0 487136895 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10153] ppid=10144 vsize=7642936 CPUtime=0.05 cores=1,3
/proc/10146/task/10153/stat : 10153 (java) S 10144 10146 8809 0 -1 4202560 1121 0 0 0 5 0 0 0 15 0 19 0 487136895 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10154] ppid=10144 vsize=7642936 CPUtime=0.09 cores=1,3
/proc/10146/task/10154/stat : 10154 (java) S 10144 10146 8809 0 -1 4202560 5 0 0 0 9 0 0 0 15 0 19 0 487136895 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10155] ppid=10144 vsize=7642936 CPUtime=0.08 cores=1,3
/proc/10146/task/10155/stat : 10155 (java) S 10144 10146 8809 0 -1 4202560 22 0 0 0 8 0 0 0 15 0 19 0 487136895 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10156] ppid=10144 vsize=7642936 CPUtime=0.11 cores=1,3
/proc/10146/task/10156/stat : 10156 (java) S 10144 10146 8809 0 -1 4202560 20 0 0 0 11 0 0 0 15 0 19 0 487136895 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10157] ppid=10144 vsize=7642936 CPUtime=3.58 cores=1,3
/proc/10146/task/10157/stat : 10157 (java) S 10144 10146 8809 0 -1 4202560 13726 0 0 0 357 1 0 0 15 0 19 0 487136896 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 0 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10158] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10158/stat : 10158 (java) S 10144 10146 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487136897 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10159] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10159/stat : 10159 (java) S 10144 10146 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487136897 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10160] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10160/stat : 10160 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820989361 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10161] ppid=10144 vsize=7642936 CPUtime=0.46 cores=1,3
/proc/10146/task/10161/stat : 10161 (java) S 10144 10146 8809 0 -1 4202560 2940 0 0 0 46 0 0 0 15 0 19 0 487136899 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10162] ppid=10144 vsize=7642936 CPUtime=0.33 cores=1,3
/proc/10146/task/10162/stat : 10162 (java) S 10144 10146 8809 0 -1 4202560 2796 0 0 0 33 0 0 0 15 0 19 0 487136899 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10163] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10163/stat : 10163 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10164] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10164/stat : 10164 (java) S 10144 10146 8809 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 487136899 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10190] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10190/stat : 10190 (java) S 10144 10146 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136936 7826366464 47698 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.3
Current children cumulated vsize (KiB) 7642936

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 10225
/proc/meminfo: memFree=12214856/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7642936 CPUtime=1243.32 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 53006 0 1 0 124325 7 0 0 22 0 19 0 487136894 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1910734 49755 2253 9 0 1901472 0
[pid=10146/tid=10147] ppid=10144 vsize=7642936 CPUtime=1237.94 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 18881 0 1 0 123792 2 0 0 25 0 19 0 487136894 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 46912505796775 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10146/tid=10149] ppid=10144 vsize=7642936 CPUtime=0.16 cores=1,3
/proc/10146/task/10149/stat : 10149 (java) S 10144 10146 8809 0 -1 4202560 4366 0 0 0 16 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10150] ppid=10144 vsize=7642936 CPUtime=0.13 cores=1,3
/proc/10146/task/10150/stat : 10150 (java) S 10144 10146 8809 0 -1 4202560 4888 0 0 0 13 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10151] ppid=10144 vsize=7642936 CPUtime=0.11 cores=1,3
/proc/10146/task/10151/stat : 10151 (java) S 10144 10146 8809 0 -1 4202560 1930 0 0 0 11 0 0 0 16 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10152] ppid=10144 vsize=7642936 CPUtime=0.07 cores=1,3
/proc/10146/task/10152/stat : 10152 (java) S 10144 10146 8809 0 -1 4202560 812 0 0 0 7 0 0 0 16 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10153] ppid=10144 vsize=7642936 CPUtime=0.05 cores=1,3
/proc/10146/task/10153/stat : 10153 (java) S 10144 10146 8809 0 -1 4202560 1121 0 0 0 5 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10154] ppid=10144 vsize=7642936 CPUtime=0.09 cores=1,3
/proc/10146/task/10154/stat : 10154 (java) S 10144 10146 8809 0 -1 4202560 5 0 0 0 9 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10155] ppid=10144 vsize=7642936 CPUtime=0.08 cores=1,3
/proc/10146/task/10155/stat : 10155 (java) S 10144 10146 8809 0 -1 4202560 22 0 0 0 8 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10156] ppid=10144 vsize=7642936 CPUtime=0.11 cores=1,3
/proc/10146/task/10156/stat : 10156 (java) S 10144 10146 8809 0 -1 4202560 20 0 0 0 11 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10157] ppid=10144 vsize=7642936 CPUtime=3.71 cores=1,3
/proc/10146/task/10157/stat : 10157 (java) S 10144 10146 8809 0 -1 4202560 14001 0 0 0 369 2 0 0 15 0 19 0 487136896 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 0 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10158] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10158/stat : 10158 (java) S 10144 10146 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487136897 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10159] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10159/stat : 10159 (java) S 10144 10146 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487136897 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10160] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10160/stat : 10160 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820989361 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10161] ppid=10144 vsize=7642936 CPUtime=0.46 cores=1,3
/proc/10146/task/10161/stat : 10161 (java) S 10144 10146 8809 0 -1 4202560 2940 0 0 0 46 0 0 0 15 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10162] ppid=10144 vsize=7642936 CPUtime=0.33 cores=1,3
/proc/10146/task/10162/stat : 10162 (java) S 10144 10146 8809 0 -1 4202560 2796 0 0 0 33 0 0 0 15 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10163] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10163/stat : 10163 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10164] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10164/stat : 10164 (java) S 10144 10146 8809 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10190] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10190/stat : 10190 (java) S 10144 10146 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136936 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.32
Current children cumulated vsize (KiB) 7642936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.92 3/223 10232
/proc/meminfo: memFree=12549816/32951124 swapFree=67111528/67111528
[pid=10146] ppid=10144 vsize=7642936 CPUtime=1301.03 cores=1,3
/proc/10146/stat : 10146 (java) S 10144 10146 8809 0 -1 4202496 53010 0 1 0 130096 7 0 0 22 0 19 0 487136894 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10146/statm: 1910734 49755 2253 9 0 1901472 0
[pid=10146/tid=10147] ppid=10144 vsize=7642936 CPUtime=1295.65 cores=1,3
/proc/10146/task/10147/stat : 10147 (java) R 10144 10146 8809 0 -1 4202560 18881 0 1 0 129563 2 0 0 25 0 19 0 487136894 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 46912505536931 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10146/tid=10149] ppid=10144 vsize=7642936 CPUtime=0.16 cores=1,3
/proc/10146/task/10149/stat : 10149 (java) S 10144 10146 8809 0 -1 4202560 4366 0 0 0 16 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10150] ppid=10144 vsize=7642936 CPUtime=0.13 cores=1,3
/proc/10146/task/10150/stat : 10150 (java) S 10144 10146 8809 0 -1 4202560 4888 0 0 0 13 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10151] ppid=10144 vsize=7642936 CPUtime=0.11 cores=1,3
/proc/10146/task/10151/stat : 10151 (java) S 10144 10146 8809 0 -1 4202560 1930 0 0 0 11 0 0 0 16 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10152] ppid=10144 vsize=7642936 CPUtime=0.07 cores=1,3
/proc/10146/task/10152/stat : 10152 (java) S 10144 10146 8809 0 -1 4202560 812 0 0 0 7 0 0 0 16 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10153] ppid=10144 vsize=7642936 CPUtime=0.05 cores=1,3
/proc/10146/task/10153/stat : 10153 (java) S 10144 10146 8809 0 -1 4202560 1121 0 0 0 5 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10154] ppid=10144 vsize=7642936 CPUtime=0.09 cores=1,3
/proc/10146/task/10154/stat : 10154 (java) S 10144 10146 8809 0 -1 4202560 5 0 0 0 9 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10155] ppid=10144 vsize=7642936 CPUtime=0.08 cores=1,3
/proc/10146/task/10155/stat : 10155 (java) S 10144 10146 8809 0 -1 4202560 22 0 0 0 8 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10156] ppid=10144 vsize=7642936 CPUtime=0.11 cores=1,3
/proc/10146/task/10156/stat : 10156 (java) S 10144 10146 8809 0 -1 4202560 20 0 0 0 11 0 0 0 15 0 19 0 487136895 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10157] ppid=10144 vsize=7642936 CPUtime=3.71 cores=1,3
/proc/10146/task/10157/stat : 10157 (java) S 10144 10146 8809 0 -1 4202560 14001 0 0 0 369 2 0 0 15 0 19 0 487136896 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 0 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10158] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10158/stat : 10158 (java) S 10144 10146 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487136897 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10159] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10159/stat : 10159 (java) S 10144 10146 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487136897 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10160] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10160/stat : 10160 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820989361 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10161] ppid=10144 vsize=7642936 CPUtime=0.46 cores=1,3
/proc/10146/task/10161/stat : 10161 (java) S 10144 10146 8809 0 -1 4202560 2940 0 0 0 46 0 0 0 15 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10162] ppid=10144 vsize=7642936 CPUtime=0.33 cores=1,3
/proc/10146/task/10162/stat : 10162 (java) S 10144 10146 8809 0 -1 4202560 2796 0 0 0 33 0 0 0 15 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10163] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10163/stat : 10163 (java) S 10144 10146 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820981657 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
[pid=10146/tid=10164] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10164/stat : 10164 (java) S 10144 10146 8809 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 487136899 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 3 0 0 0
[pid=10146/tid=10190] ppid=10144 vsize=7642936 CPUtime=0 cores=1,3
/proc/10146/task/10190/stat : 10190 (java) S 10144 10146 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136936 7826366464 49755 33554432000 1073741824 1073778376 140734194589888 18446744073709551615 230820982272 0 4 0 16800975 18446604459054340288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.03
Current children cumulated vsize (KiB) 7642936

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.14
CPU user time (s): 1301.06
CPU system time (s): 0.085986
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 7642936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.06
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53046
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= 27427
involuntary context switches= 4547

runsolver used 2.00169 second user time and 5.11322 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-25 20:16:04
IDJOB=3282267
IDBENCH=70797
IDSOLVER=1611
FILE ID=node104/3282267-1303755364
RUNJOBID= node104-1303755364-10078
PBS_JOBID= 13154058
Free space on /tmp= 71380 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand064.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-3282267-1303755364/watcher-3282267-1303755364 -o /tmp/evaluation-result-3282267-1303755364/solver-3282267-1303755364 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282267-1303755364.cnf

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

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=1660019265

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13021492 kB
Buffers:       2283140 kB
Cached:       16930632 kB
SwapCached:          0 kB
Active:       10774304 kB
Inactive:      8573224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13021492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13800 kB
Writeback:           0 kB
AnonPages:      132732 kB
Mapped:          22632 kB
Slab:           516884 kB
PageTables:       6160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14725528 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= 71372 MiB
End job on node104 at 2011-04-25 20:37:47