Trace number 3259400

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.15 1300.06

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2100c215164gyes4.cnf
MD5SUM2caae162eff2e5f641cadfad345a5401
Bench CategoryCRAFTED (crafted 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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c no version file found!!!
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		6997539544
0.04/0.08	c Max memory 		7034241024
0.04/0.08	c Total memory 		7034241024
0.04/0.08	c Number of processors 	8
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483647s
0.04/0.09	c DB Simplification allowed=true
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-3259400-1303508334.cnf
0.04/0.09	c reading problem ... 
0.40/0.30	c ... done. Wall clock time 0.199s.
0.40/0.30	c #vars     2100
0.40/0.30	c #constraints  215164
0.40/0.30	c constraints type 
0.40/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
0.40/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 215094
2.06/1.72	c cleaning 2499 clauses out of 5001 with flag 5001/5001
3.86/3.36	c cleaning 4234 clauses out of 8501 with flag 11000/11000
5.86/5.39	c cleaning 5624 clauses out of 11267 with flag 18000/18000
8.28/7.75	c cleaning 6809 clauses out of 13643 with flag 26000/26000
11.08/10.51	c cleaning 7887 clauses out of 15835 with flag 35001/35001
14.28/13.74	c cleaning 8961 clauses out of 17947 with flag 45000/45000
17.88/17.32	c cleaning 9982 clauses out of 19987 with flag 56001/56001
21.89/21.33	c cleaning 10984 clauses out of 22004 with flag 68000/68000
26.39/25.85	c cleaning 11980 clauses out of 24021 with flag 81001/81001
31.40/30.87	c cleaning 13004 clauses out of 26040 with flag 95000/95000
36.91/36.31	c cleaning 13988 clauses out of 28037 with flag 110001/110001
42.90/42.35	c cleaning 14998 clauses out of 30048 with flag 126000/126000
49.71/49.10	c cleaning 15998 clauses out of 32050 with flag 143000/143000
56.81/56.29	c cleaning 16986 clauses out of 34053 with flag 161001/161001
64.72/64.11	c cleaning 17996 clauses out of 36066 with flag 180000/180000
73.02/72.49	c cleaning 19011 clauses out of 38071 with flag 200001/200001
82.13/81.53	c cleaning 20000 clauses out of 40059 with flag 221000/221000
92.14/91.56	c cleaning 21017 clauses out of 42062 with flag 243003/243003
102.64/102.03	c cleaning 21999 clauses out of 44042 with flag 266000/266000
113.55/112.99	c cleaning 22989 clauses out of 46045 with flag 290002/290002
125.86/125.25	c cleaning 23988 clauses out of 48055 with flag 315001/315001
139.46/138.89	c cleaning 24988 clauses out of 50066 with flag 341000/341000
153.87/153.28	c cleaning 25997 clauses out of 52078 with flag 368000/368000
169.08/168.49	c cleaning 26990 clauses out of 54081 with flag 396000/396000
185.19/184.51	c cleaning 28013 clauses out of 56091 with flag 425000/425000
202.20/201.56	c cleaning 29002 clauses out of 58079 with flag 455001/455001
219.70/219.04	c cleaning 29999 clauses out of 60078 with flag 486002/486002
238.81/238.10	c cleaning 31021 clauses out of 62078 with flag 518001/518001
258.42/257.77	c cleaning 31997 clauses out of 64058 with flag 551002/551002
280.44/279.78	c cleaning 32975 clauses out of 66061 with flag 585002/585002
303.74/303.06	c cleaning 34002 clauses out of 68084 with flag 620000/620000
326.26/325.50	c cleaning 34982 clauses out of 70082 with flag 656000/656000
350.66/349.95	c cleaning 36028 clauses out of 72103 with flag 693003/693003
374.68/373.92	c cleaning 37000 clauses out of 74074 with flag 731002/731002
401.68/400.94	c cleaning 37988 clauses out of 76072 with flag 770000/770000
430.80/430.05	c cleaning 39025 clauses out of 78084 with flag 810000/810000
462.00/461.25	c cleaning 39992 clauses out of 80059 with flag 851000/851000
494.31/493.52	c cleaning 40983 clauses out of 82068 with flag 893001/893001
526.42/525.67	c cleaning 42020 clauses out of 84087 with flag 936003/936003
559.73/558.93	c cleaning 43006 clauses out of 86064 with flag 980000/980000
597.34/596.56	c cleaning 43987 clauses out of 88060 with flag 1025002/1025002
633.55/632.77	c cleaning 44971 clauses out of 90071 with flag 1071000/1071000
672.06/671.24	c cleaning 46022 clauses out of 92100 with flag 1118000/1118000
712.48/711.67	c cleaning 46979 clauses out of 94078 with flag 1166000/1166000
755.89/755.02	c cleaning 48006 clauses out of 96100 with flag 1215001/1215001
798.81/797.96	c cleaning 49016 clauses out of 98093 with flag 1265000/1265000
844.41/843.54	c cleaning 49973 clauses out of 100077 with flag 1316000/1316000
893.14/892.28	c cleaning 51022 clauses out of 102105 with flag 1368001/1368001
942.95/942.00	c cleaning 51999 clauses out of 104083 with flag 1421001/1421001
996.97/996.06	c cleaning 52952 clauses out of 106085 with flag 1475002/1475002
1051.08/1050.11	c cleaning 54020 clauses out of 108131 with flag 1530000/1530000
1106.90/1105.95	c cleaning 54985 clauses out of 110114 with flag 1586003/1586003
1164.11/1163.14	c cleaning 56035 clauses out of 112126 with flag 1643000/1643000
1224.13/1223.19	c cleaning 57003 clauses out of 114091 with flag 1701000/1701000
1288.65/1287.63	c cleaning 58006 clauses out of 116088 with flag 1760000/1760000
1301.07/1300.01	c starts		: 1482
1301.07/1300.01	c conflicts		: 1773688
1301.07/1300.01	c decisions		: 3862858
1301.07/1300.01	c propagations		: 296329994
1301.07/1300.01	c inspects		: 13328755460
1301.07/1300.01	c shortcuts		: 0
1301.07/1300.01	c learnt literals	: 0
1301.07/1300.01	c learnt binary clauses	: 0
1301.07/1300.01	c learnt ternary clauses	: 0
1301.07/1300.01	c learnt constraints	: 1773688
1301.07/1300.01	c ignored constraints	: 0
1301.07/1300.01	c root simplifications	: 1482
1301.07/1300.01	c removed literals (reason simplification)	: 97522567
1301.07/1300.01	c reason swapping (by a shorter reason)	: 0
1301.07/1300.01	c Calls to reduceDB	: 55
1301.07/1300.01	c speed (assignments/second)	: 227996.13299838812
1301.07/1300.01	c non guided choices	248
1301.07/1300.04	c learnt constraints type 
1301.07/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71810
1301.07/1300.04	c constraints type 
1301.07/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
1301.07/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 215094
1301.07/1300.04	s UNKNOWN
1301.07/1300.04	c Total wall clock time (in seconds) : 1299.915

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-3259400-1303508334/watcher-3259400-1303508334 -o /tmp/evaluation-result-3259400-1303508334/solver-3259400-1303508334 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3259400-1303508334.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.68 3.94 3.85 4/235 9196
/proc/meminfo: memFree=16829580/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=31604 CPUtime=0 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 1285 0 0 0 0 0 0 0 18 0 2 0 462433822 32362496 1000 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 7901 1002 771 9 0 386 0
[pid=9196/tid=9197] ppid=9194 vsize=33700 CPUtime=0 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 186 0 0 0 0 0 0 0 19 0 2 0 462433823 34508800 1011 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244446306032 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0510971 s]
/proc/loadavg: 3.68 3.94 3.85 4/235 9196
/proc/meminfo: memFree=16829580/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7564352 CPUtime=0.04 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 8848 0 1 0 3 1 0 0 18 0 13 0 462433822 7745896448 8543 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1891088 8543 1681 9 0 1881836 0
[pid=9196/tid=9197] ppid=9194 vsize=7564352 CPUtime=0.02 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 7699 0 1 0 2 0 0 0 23 0 13 0 462433823 7745896448 8544 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 47241478604312 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564352

[startup+0.10109 s]
/proc/loadavg: 3.68 3.94 3.85 4/235 9196
/proc/meminfo: memFree=16829580/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7569940 CPUtime=0.08 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 9741 0 1 0 7 1 0 0 18 0 18 0 462433822 7751618560 9437 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1892485 9461 1757 9 0 1883223 0
[pid=9196/tid=9197] ppid=9194 vsize=7569940 CPUtime=0.08 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 8601 0 1 0 7 1 0 0 25 0 18 0 462433823 7751618560 9473 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 47241476400776 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) 7569940

[startup+0.301024 s]
/proc/loadavg: 3.68 3.94 3.85 4/235 9196
/proc/meminfo: memFree=16829580/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7636956 CPUtime=0.4 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 14948 0 1 0 38 2 0 0 18 0 18 0 462433822 7820242944 14443 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1909239 14443 2204 9 0 1899977 0
[pid=9196/tid=9197] ppid=9194 vsize=7636956 CPUtime=0.27 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 12374 0 1 0 26 1 0 0 18 0 18 0 462433823 7820242944 14443 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 47241480039251 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) 7636956

[startup+0.700986 s]
/proc/loadavg: 3.68 3.94 3.85 4/235 9196
/proc/meminfo: memFree=16829580/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7638124 CPUtime=1.01 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 16461 0 1 0 99 2 0 0 18 0 19 0 462433822 7821438976 15337 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1909531 15337 2220 9 0 1900269 0
[pid=9196/tid=9197] ppid=9194 vsize=7638124 CPUtime=0.68 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 12674 0 1 0 66 2 0 0 19 0 19 0 462433823 7821438976 15337 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 46912505212132 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 7638124

[startup+1.50084 s]
/proc/loadavg: 3.71 3.94 3.85 7/262 9223
/proc/meminfo: memFree=16722920/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7638568 CPUtime=1.85 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 17911 0 1 0 183 2 0 0 18 0 19 0 462433822 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1909642 16418 2225 9 0 1900380 0
[pid=9196/tid=9197] ppid=9194 vsize=7638568 CPUtime=1.48 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 13630 0 1 0 146 2 0 0 18 0 19 0 462433823 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 47241480039251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9196/tid=9204] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462433824 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 462433824 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 462433824 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 462433824 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 462433824 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 462433824 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9210] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9210/stat : 9210 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 462433824 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9211] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9211/stat : 9211 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462433824 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9212] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9212/stat : 9212 (java) S 9194 9196 8448 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 462433825 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 0 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9213] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9213/stat : 9213 (java) S 9194 9196 8448 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 462433826 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9214] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9214/stat : 9214 (java) S 9194 9196 8448 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 462433826 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9215] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9215/stat : 9215 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458768817 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9216] ppid=9194 vsize=7638568 CPUtime=0.2 cores=1,3
/proc/9196/task/9216/stat : 9216 (java) S 9194 9196 8448 0 -1 4202560 1588 0 0 0 20 0 0 0 23 0 19 0 462433829 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9217] ppid=9194 vsize=7638568 CPUtime=0.15 cores=1,3
/proc/9196/task/9217/stat : 9217 (java) S 9194 9196 8448 0 -1 4202560 1530 0 0 0 15 0 0 0 23 0 19 0 462433829 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9218] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9218/stat : 9218 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9219] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9219/stat : 9219 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433829 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9223] ppid=9194 vsize=7638568 CPUtime=0 cores=1,3
/proc/9196/task/9223/stat : 9223 (java) S 9194 9196 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433853 7821893632 16418 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 7638568

[startup+3.10154 s]
/proc/loadavg: 3.71 3.94 3.85 5/262 9223
/proc/meminfo: memFree=16583296/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7639484 CPUtime=3.66 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 32180 0 1 0 362 4 0 0 18 0 19 0 462433822 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1909871 28366 2254 9 0 1900609 0
[pid=9196/tid=9197] ppid=9194 vsize=7639484 CPUtime=2.97 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 13839 0 1 0 295 2 0 0 19 0 19 0 462433823 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 46912505614365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9196/tid=9204] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8448 0 -1 4202560 578 0 0 0 0 0 0 0 18 0 19 0 462433824 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462433824 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462433824 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8448 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 19 0 462433824 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8448 0 -1 4202560 263 0 0 0 0 0 0 0 18 0 19 0 462433824 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=7639484 CPUtime=0.01 cores=1,3
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8448 0 -1 4202560 963 0 0 0 1 0 0 0 18 0 19 0 462433824 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9210] ppid=9194 vsize=7639484 CPUtime=0.01 cores=1,3
/proc/9196/task/9210/stat : 9210 (java) S 9194 9196 8448 0 -1 4202560 1540 0 0 0 1 0 0 0 18 0 19 0 462433824 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9211] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9211/stat : 9211 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 462433824 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9212] ppid=9194 vsize=7639484 CPUtime=0.04 cores=1,3
/proc/9196/task/9212/stat : 9212 (java) S 9194 9196 8448 0 -1 4202560 3320 0 0 0 4 0 0 0 15 0 19 0 462433825 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 0 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9213] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9213/stat : 9213 (java) S 9194 9196 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9214] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9214/stat : 9214 (java) S 9194 9196 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9215] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9215/stat : 9215 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458768817 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9216] ppid=9194 vsize=7639484 CPUtime=0.41 cores=1,3
/proc/9196/task/9216/stat : 9216 (java) S 9194 9196 8448 0 -1 4202560 8798 0 0 0 40 1 0 0 16 0 19 0 462433829 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9217] ppid=9194 vsize=7639484 CPUtime=0.17 cores=1,3
/proc/9196/task/9217/stat : 9217 (java) S 9194 9196 8448 0 -1 4202560 1721 0 0 0 17 0 0 0 16 0 19 0 462433829 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9218] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9218/stat : 9218 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9219] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9219/stat : 9219 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433829 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9223] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9223/stat : 9223 (java) S 9194 9196 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433853 7822831616 28366 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 7639484

[startup+6.30094 s]
/proc/loadavg: 3.71 3.94 3.85 9/262 9223
/proc/meminfo: memFree=16565940/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7639484 CPUtime=6.87 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 34182 0 1 0 682 5 0 0 18 0 19 0 462433822 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1909871 29874 2254 9 0 1900609 0
[pid=9196/tid=9197] ppid=9194 vsize=7639484 CPUtime=6.06 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 13843 0 1 0 604 2 0 0 25 0 19 0 462433823 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 46912505696244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9196/tid=9204] ppid=9194 vsize=7639484 CPUtime=0.01 cores=1,3
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8448 0 -1 4202560 581 0 0 0 1 0 0 0 17 0 19 0 462433824 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8448 0 -1 4202560 648 0 0 0 0 0 0 0 15 0 19 0 462433824 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433824 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8448 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462433824 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8448 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 462433824 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=7639484 CPUtime=0.01 cores=1,3
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8448 0 -1 4202560 966 0 0 0 1 0 0 0 16 0 19 0 462433824 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9210] ppid=9194 vsize=7639484 CPUtime=0.01 cores=1,3
/proc/9196/task/9210/stat : 9210 (java) S 9194 9196 8448 0 -1 4202560 1540 0 0 0 1 0 0 0 15 0 19 0 462433824 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9211] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9211/stat : 9211 (java) S 9194 9196 8448 0 -1 4202560 651 0 0 0 0 0 0 0 15 0 19 0 462433824 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9212] ppid=9194 vsize=7639484 CPUtime=0.12 cores=1,3
/proc/9196/task/9212/stat : 9212 (java) S 9194 9196 8448 0 -1 4202560 4015 0 0 0 12 0 0 0 16 0 19 0 462433825 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 0 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9213] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9213/stat : 9213 (java) S 9194 9196 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9214] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9214/stat : 9214 (java) S 9194 9196 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9215] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9215/stat : 9215 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458768817 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9216] ppid=9194 vsize=7639484 CPUtime=0.42 cores=1,3
/proc/9196/task/9216/stat : 9216 (java) S 9194 9196 8448 0 -1 4202560 8798 0 0 0 41 1 0 0 15 0 19 0 462433829 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9217] ppid=9194 vsize=7639484 CPUtime=0.18 cores=1,3
/proc/9196/task/9217/stat : 9217 (java) S 9194 9196 8448 0 -1 4202560 1721 0 0 0 18 0 0 0 15 0 19 0 462433829 7822831616 29874 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0

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

[pid=9196/tid=9209] ppid=9194 vsize=7639484 CPUtime=0.15 cores=1,3
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8448 0 -1 4202560 4825 0 0 0 15 0 0 0 15 0 19 0 462433824 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9210] ppid=9194 vsize=7639484 CPUtime=0.13 cores=1,3
/proc/9196/task/9210/stat : 9210 (java) S 9194 9196 8448 0 -1 4202560 4343 0 0 0 13 0 0 0 15 0 19 0 462433824 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9211] ppid=9194 vsize=7639484 CPUtime=0.12 cores=1,3
/proc/9196/task/9211/stat : 9211 (java) S 9194 9196 8448 0 -1 4202560 1375 0 0 0 12 0 0 0 15 0 19 0 462433824 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9212] ppid=9194 vsize=7639484 CPUtime=3.3 cores=1,3
/proc/9196/task/9212/stat : 9212 (java) S 9194 9196 8448 0 -1 4202560 9257 0 0 0 329 1 0 0 15 0 19 0 462433825 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 0 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9213] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9213/stat : 9213 (java) S 9194 9196 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9214] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9214/stat : 9214 (java) S 9194 9196 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9215] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9215/stat : 9215 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458768817 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9216] ppid=9194 vsize=7639484 CPUtime=0.45 cores=1,3
/proc/9196/task/9216/stat : 9216 (java) S 9194 9196 8448 0 -1 4202560 8805 0 0 0 44 1 0 0 15 0 19 0 462433829 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9217] ppid=9194 vsize=7639484 CPUtime=0.18 cores=1,3
/proc/9196/task/9217/stat : 9217 (java) S 9194 9196 8448 0 -1 4202560 1721 0 0 0 18 0 0 0 15 0 19 0 462433829 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9218] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9218/stat : 9218 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9219] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9219/stat : 9219 (java) S 9194 9196 8448 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 462433829 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9223] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9223/stat : 9223 (java) S 9194 9196 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433853 7822831616 58842 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.31
Current children cumulated vsize (KiB) 7639484

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 3.94 5/262 9254
/proc/meminfo: memFree=16262004/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7639484 CPUtime=1183.33 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 63328 0 1 0 118321 12 0 0 18 0 19 0 462433822 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1909871 58843 2254 9 0 1900609 0
[pid=9196/tid=9197] ppid=9194 vsize=7639484 CPUtime=1178.35 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 22296 0 1 0 117828 7 0 0 25 0 19 0 462433823 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 46912505606008 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9196/tid=9204] ppid=9194 vsize=7639484 CPUtime=0.12 cores=1,3
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8448 0 -1 4202560 4003 0 0 0 12 0 0 0 15 0 19 0 462433824 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=7639484 CPUtime=0.1 cores=1,3
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8448 0 -1 4202560 835 0 0 0 10 0 0 0 15 0 19 0 462433824 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=7639484 CPUtime=0.04 cores=1,3
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8448 0 -1 4202560 700 0 0 0 4 0 0 0 15 0 19 0 462433824 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=7639484 CPUtime=0.08 cores=1,3
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8448 0 -1 4202560 1437 0 0 0 8 0 0 0 15 0 19 0 462433824 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=7639484 CPUtime=0.11 cores=1,3
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8448 0 -1 4202560 2508 0 0 0 11 0 0 0 15 0 19 0 462433824 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=7639484 CPUtime=0.17 cores=1,3
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8448 0 -1 4202560 4825 0 0 0 17 0 0 0 16 0 19 0 462433824 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9210] ppid=9194 vsize=7639484 CPUtime=0.14 cores=1,3
/proc/9196/task/9210/stat : 9210 (java) S 9194 9196 8448 0 -1 4202560 4344 0 0 0 14 0 0 0 15 0 19 0 462433824 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9211] ppid=9194 vsize=7639484 CPUtime=0.12 cores=1,3
/proc/9196/task/9211/stat : 9211 (java) S 9194 9196 8448 0 -1 4202560 1375 0 0 0 12 0 0 0 15 0 19 0 462433824 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9212] ppid=9194 vsize=7639484 CPUtime=3.37 cores=1,3
/proc/9196/task/9212/stat : 9212 (java) S 9194 9196 8448 0 -1 4202560 9259 0 0 0 336 1 0 0 15 0 19 0 462433825 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 0 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9213] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9213/stat : 9213 (java) S 9194 9196 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9214] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9214/stat : 9214 (java) S 9194 9196 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9215] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9215/stat : 9215 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458768817 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9216] ppid=9194 vsize=7639484 CPUtime=0.45 cores=1,3
/proc/9196/task/9216/stat : 9216 (java) S 9194 9196 8448 0 -1 4202560 8805 0 0 0 44 1 0 0 15 0 19 0 462433829 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9217] ppid=9194 vsize=7639484 CPUtime=0.18 cores=1,3
/proc/9196/task/9217/stat : 9217 (java) S 9194 9196 8448 0 -1 4202560 1721 0 0 0 18 0 0 0 15 0 19 0 462433829 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9218] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9218/stat : 9218 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9219] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9219/stat : 9219 (java) S 9194 9196 8448 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 462433829 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9223] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9223/stat : 9223 (java) S 9194 9196 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433853 7822831616 58843 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.33
Current children cumulated vsize (KiB) 7639484

[startup+1242.3 s]
/proc/loadavg: 4.08 4.03 3.94 5/262 9255
/proc/meminfo: memFree=16259480/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7639484 CPUtime=1243.34 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 63518 0 1 0 124322 12 0 0 18 0 19 0 462433822 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1909871 59026 2254 9 0 1900609 0
[pid=9196/tid=9197] ppid=9194 vsize=7639484 CPUtime=1238.27 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 22334 0 1 0 123820 7 0 0 25 0 19 0 462433823 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 46912505696244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9196/tid=9204] ppid=9194 vsize=7639484 CPUtime=0.12 cores=1,3
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8448 0 -1 4202560 4003 0 0 0 12 0 0 0 15 0 19 0 462433824 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=7639484 CPUtime=0.1 cores=1,3
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8448 0 -1 4202560 835 0 0 0 10 0 0 0 15 0 19 0 462433824 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=7639484 CPUtime=0.04 cores=1,3
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8448 0 -1 4202560 700 0 0 0 4 0 0 0 15 0 19 0 462433824 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=7639484 CPUtime=0.08 cores=1,3
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8448 0 -1 4202560 1437 0 0 0 8 0 0 0 15 0 19 0 462433824 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=7639484 CPUtime=0.11 cores=1,3
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8448 0 -1 4202560 2508 0 0 0 11 0 0 0 15 0 19 0 462433824 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=7639484 CPUtime=0.18 cores=1,3
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8448 0 -1 4202560 4825 0 0 0 18 0 0 0 15 0 19 0 462433824 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9210] ppid=9194 vsize=7639484 CPUtime=0.14 cores=1,3
/proc/9196/task/9210/stat : 9210 (java) S 9194 9196 8448 0 -1 4202560 4344 0 0 0 14 0 0 0 15 0 19 0 462433824 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9211] ppid=9194 vsize=7639484 CPUtime=0.13 cores=1,3
/proc/9196/task/9211/stat : 9211 (java) S 9194 9196 8448 0 -1 4202560 1375 0 0 0 13 0 0 0 15 0 19 0 462433824 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9212] ppid=9194 vsize=7639484 CPUtime=3.45 cores=1,3
/proc/9196/task/9212/stat : 9212 (java) S 9194 9196 8448 0 -1 4202560 9407 0 0 0 344 1 0 0 15 0 19 0 462433825 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 0 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9213] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9213/stat : 9213 (java) S 9194 9196 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9214] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9214/stat : 9214 (java) S 9194 9196 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9215] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9215/stat : 9215 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458768817 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9216] ppid=9194 vsize=7639484 CPUtime=0.45 cores=1,3
/proc/9196/task/9216/stat : 9216 (java) S 9194 9196 8448 0 -1 4202560 8805 0 0 0 44 1 0 0 15 0 19 0 462433829 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9217] ppid=9194 vsize=7639484 CPUtime=0.18 cores=1,3
/proc/9196/task/9217/stat : 9217 (java) S 9194 9196 8448 0 -1 4202560 1721 0 0 0 18 0 0 0 15 0 19 0 462433829 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9218] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9218/stat : 9218 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9219] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9219/stat : 9219 (java) S 9194 9196 8448 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 462433829 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9223] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9223/stat : 9223 (java) S 9194 9196 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433853 7822831616 59026 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.34
Current children cumulated vsize (KiB) 7639484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.94 7/227 9266
/proc/meminfo: memFree=16506232/32951124 swapFree=67111528/67111528
[pid=9196] ppid=9194 vsize=7639484 CPUtime=1301.07 cores=1,3
/proc/9196/stat : 9196 (java) S 9194 9196 8448 0 -1 4202496 64869 0 1 0 130094 13 0 0 18 0 19 0 462433822 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9196/statm: 1909871 60370 2254 9 0 1900609 0
[pid=9196/tid=9197] ppid=9194 vsize=7639484 CPUtime=1295.89 cores=1,3
/proc/9196/task/9197/stat : 9197 (java) R 9194 9196 8448 0 -1 4202560 23405 0 1 0 129582 7 0 0 25 0 19 0 462433823 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 46912505696244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9196/tid=9204] ppid=9194 vsize=7639484 CPUtime=0.13 cores=1,3
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8448 0 -1 4202560 4003 0 0 0 13 0 0 0 15 0 19 0 462433824 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=7639484 CPUtime=0.1 cores=1,3
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8448 0 -1 4202560 835 0 0 0 10 0 0 0 15 0 19 0 462433824 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=7639484 CPUtime=0.04 cores=1,3
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8448 0 -1 4202560 700 0 0 0 4 0 0 0 15 0 19 0 462433824 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=7639484 CPUtime=0.08 cores=1,3
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8448 0 -1 4202560 1437 0 0 0 8 0 0 0 15 0 19 0 462433824 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=7639484 CPUtime=0.11 cores=1,3
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8448 0 -1 4202560 2508 0 0 0 11 0 0 0 15 0 19 0 462433824 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=7639484 CPUtime=0.18 cores=1,3
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8448 0 -1 4202560 4825 0 0 0 18 0 0 0 15 0 19 0 462433824 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9210] ppid=9194 vsize=7639484 CPUtime=0.14 cores=1,3
/proc/9196/task/9210/stat : 9210 (java) S 9194 9196 8448 0 -1 4202560 4344 0 0 0 14 0 0 0 16 0 19 0 462433824 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9211] ppid=9194 vsize=7639484 CPUtime=0.14 cores=1,3
/proc/9196/task/9211/stat : 9211 (java) S 9194 9196 8448 0 -1 4202560 1378 0 0 0 14 0 0 0 15 0 19 0 462433824 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9212] ppid=9194 vsize=7639484 CPUtime=3.52 cores=1,3
/proc/9196/task/9212/stat : 9212 (java) S 9194 9196 8448 0 -1 4202560 9680 0 0 0 351 1 0 0 15 0 19 0 462433825 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 0 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9213] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9213/stat : 9213 (java) S 9194 9196 8448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9214] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9214/stat : 9214 (java) S 9194 9196 8448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462433826 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9215] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9215/stat : 9215 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458768817 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9216] ppid=9194 vsize=7639484 CPUtime=0.45 cores=1,3
/proc/9196/task/9216/stat : 9216 (java) S 9194 9196 8448 0 -1 4202560 8805 0 0 0 44 1 0 0 15 0 19 0 462433829 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9217] ppid=9194 vsize=7639484 CPUtime=0.18 cores=1,3
/proc/9196/task/9217/stat : 9217 (java) S 9194 9196 8448 0 -1 4202560 1721 0 0 0 18 0 0 0 15 0 19 0 462433829 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9218] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9218/stat : 9218 (java) S 9194 9196 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433829 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761113 0 4 0 16800975 18446604471078587200 0 0 -1 1 0 0 0
[pid=9196/tid=9219] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9219/stat : 9219 (java) S 9194 9196 8448 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 462433829 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
[pid=9196/tid=9223] ppid=9194 vsize=7639484 CPUtime=0 cores=1,3
/proc/9196/task/9223/stat : 9223 (java) S 9194 9196 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433853 7822831616 60370 33554432000 1073741824 1073778376 140735798697344 18446744073709551615 244458761728 0 4 0 16800975 18446604471078587200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1301.07
Current children cumulated vsize (KiB) 7639484

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.06
CPU time (s): 1301.15
CPU user time (s): 1301.01
CPU system time (s): 0.142978
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 7639484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.01
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64912
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= 28137
involuntary context switches= 4364

runsolver used 2.22766 second user time and 4.98424 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-22 23:38:54
IDJOB=3259400
IDBENCH=71571
IDSOLVER=1611
FILE ID=node105/3259400-1303508334
RUNJOBID= node105-1303508334-9110
PBS_JOBID= 13134228
Free space on /tmp= 71556 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2100c215164gyes4.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-3259400-1303508334/watcher-3259400-1303508334 -o /tmp/evaluation-result-3259400-1303508334/solver-3259400-1303508334 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3259400-1303508334.cnf

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

MD5SUM BENCH= 2caae162eff2e5f641cadfad345a5401
RANDOM SEED=1589344328

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16830108 kB
Buffers:       1835064 kB
Cached:       13575932 kB
SwapCached:          0 kB
Active:        7887500 kB
Inactive:      7673468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16830108 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4744 kB
Writeback:           0 kB
AnonPages:      148724 kB
Mapped:          21088 kB
Slab:           494852 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21979660 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= 71556 MiB
End job on node105 at 2011-04-23 00:00:36