Trace number 3288983

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.7 1300.07

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c no version file found!!!
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		6997539544
0.06/0.08	c Max memory 		7034241024
0.06/0.08	c Total memory 		7034241024
0.06/0.08	c Number of processors 	8
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483647s
0.09/0.11	c DB Simplification allowed=true
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3288983-1303784185.cnf
0.09/0.11	c reading problem ... 
0.39/0.30	c ... done. Wall clock time 0.194s.
0.39/0.30	c #vars     44362
0.39/0.30	c #constraints  140815
0.39/0.30	c constraints type 
0.39/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71422
0.39/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67911
4.45/3.88	c cleaning 2477 clauses out of 4955 with flag 5000/5000
8.34/7.21	c cleaning 4222 clauses out of 8475 with flag 11002/11002
12.25/11.18	c cleaning 5603 clauses out of 11236 with flag 18001/18001
16.86/15.73	c cleaning 6773 clauses out of 13578 with flag 26000/26000
21.48/20.33	c cleaning 7895 clauses out of 15799 with flag 35001/35001
26.69/25.51	c cleaning 8918 clauses out of 17882 with flag 45002/45002
32.89/31.72	c cleaning 9967 clauses out of 19947 with flag 56000/56000
39.60/38.42	c cleaning 10974 clauses out of 21977 with flag 68002/68002
47.61/46.42	c cleaning 11965 clauses out of 23955 with flag 81000/81000
56.51/55.38	c cleaning 12984 clauses out of 25990 with flag 95001/95001
66.12/64.91	c cleaning 13992 clauses out of 28006 with flag 110004/110004
76.22/75.03	c cleaning 14975 clauses out of 29957 with flag 126001/126001
87.52/86.38	c cleaning 15957 clauses out of 31982 with flag 143001/143001
99.83/98.69	c cleaning 17010 clauses out of 34024 with flag 161000/161000
112.64/111.42	c cleaning 18004 clauses out of 36015 with flag 180003/180003
126.94/125.75	c cleaning 18987 clauses out of 38004 with flag 200001/200001
141.85/140.61	c cleaning 19989 clauses out of 40015 with flag 221000/221000
156.56/155.31	c cleaning 20978 clauses out of 42028 with flag 243002/243002
172.96/171.73	c cleaning 22009 clauses out of 44046 with flag 266000/266000
189.87/188.66	c cleaning 22997 clauses out of 46033 with flag 290003/290003
208.48/207.24	c cleaning 24011 clauses out of 48033 with flag 315000/315000
227.79/226.54	c cleaning 24999 clauses out of 50022 with flag 341001/341001
245.51/244.26	c cleaning 26000 clauses out of 52018 with flag 368000/368000
266.41/265.16	c cleaning 26990 clauses out of 54007 with flag 396001/396001
287.12/285.90	c cleaning 27993 clauses out of 56016 with flag 425000/425000
311.12/309.88	c cleaning 28988 clauses out of 58021 with flag 455001/455001
336.03/334.75	c cleaning 29966 clauses out of 59995 with flag 486000/486000
362.24/360.92	c cleaning 30952 clauses out of 62029 with flag 518000/518000
388.25/386.92	c cleaning 32020 clauses out of 64078 with flag 551001/551001
415.96/414.63	c cleaning 32984 clauses out of 66057 with flag 585000/585000
444.26/442.91	c cleaning 33975 clauses out of 68068 with flag 620000/620000
472.77/471.45	c cleaning 34979 clauses out of 70086 with flag 656000/656000
505.38/504.00	c cleaning 36049 clauses out of 72108 with flag 693001/693001
535.79/534.46	c cleaning 36991 clauses out of 74062 with flag 731005/731005
570.00/568.64	c cleaning 37987 clauses out of 75986 with flag 770002/770002
604.11/602.79	c cleaning 38963 clauses out of 77995 with flag 810000/810000
642.02/640.69	c cleaning 39974 clauses out of 80032 with flag 851001/851001
680.14/678.73	c cleaning 40977 clauses out of 82055 with flag 893001/893001
722.04/720.64	c cleaning 42009 clauses out of 84078 with flag 936001/936001
761.65/760.22	c cleaning 42991 clauses out of 86066 with flag 980000/980000
799.66/798.28	c cleaning 44029 clauses out of 88078 with flag 1025003/1025003
842.37/840.96	c cleaning 44998 clauses out of 90046 with flag 1071000/1071000
888.38/886.92	c cleaning 46007 clauses out of 92048 with flag 1118000/1118000
933.69/932.20	c cleaning 46988 clauses out of 94043 with flag 1166002/1166002
981.70/980.23	c cleaning 48023 clauses out of 96054 with flag 1215001/1215001
1028.51/1027.06	c cleaning 48979 clauses out of 97979 with flag 1265002/1265002
1072.02/1070.56	c cleaning 49832 clauses out of 99703 with flag 1316003/1316003
1124.13/1122.62	c cleaning 50902 clauses out of 101869 with flag 1368001/1368001
1171.24/1169.72	c cleaning 51970 clauses out of 103965 with flag 1421000/1421000
1222.05/1220.55	c cleaning 52980 clauses out of 105995 with flag 1475000/1475000
1277.57/1276.04	c cleaning 53934 clauses out of 108015 with flag 1530000/1530000
1301.58/1300.01	c starts		: 1412
1301.58/1300.01	c conflicts		: 1556467
1301.58/1300.01	c decisions		: 2689715
1301.58/1300.01	c propagations		: 2238002310
1301.58/1300.01	c inspects		: 8607008579
1301.58/1300.01	c shortcuts		: 0
1301.58/1300.01	c learnt literals	: 109
1301.58/1300.01	c learnt binary clauses	: 1574
1301.58/1300.01	c learnt ternary clauses	: 4781
1301.58/1300.01	c learnt constraints	: 1556358
1301.58/1300.01	c ignored constraints	: 0
1301.58/1300.01	c root simplifications	: 1521
1301.58/1300.01	c removed literals (reason simplification)	: 38018986
1301.58/1300.01	c reason swapping (by a shorter reason)	: 0
1301.58/1300.01	c Calls to reduceDB	: 51
1301.58/1300.01	c speed (assignments/second)	: 1721925.8480167482
1301.58/1300.01	c non guided choices	2432
1301.58/1300.06	c learnt constraints type 
1301.58/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1493
1301.58/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79093
1301.58/1300.06	c constraints type 
1301.58/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71422
1301.58/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67911
1301.58/1300.06	s UNKNOWN
1301.58/1300.06	c Total wall clock time (in seconds) : 1299.904

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

running on 2 cores: 0,2

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: 0.92 1.37 2.21 2/176 23273
/proc/meminfo: memFree=13627824/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=23028 CPUtime=0 cores=0,2
/proc/23273/stat : 23273 (java) R 23271 23273 21557 0 -1 4202496 960 0 0 0 0 0 0 0 21 0 1 0 490017183 23580672 702 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251809277416 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23273/statm: 5757 702 518 9 0 124 0

[startup+0.0743061 s]
/proc/loadavg: 0.92 1.37 2.21 2/176 23273
/proc/meminfo: memFree=13627824/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7569940 CPUtime=0.06 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 9346 0 1 0 5 1 0 0 21 0 18 0 490017183 7751618560 9041 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1892485 9041 1752 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.103296 s]
/proc/loadavg: 0.92 1.37 2.21 2/176 23273
/proc/meminfo: memFree=13627824/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7636328 CPUtime=0.09 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 10168 0 1 0 8 1 0 0 21 0 18 0 490017183 7819599872 9863 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1909082 9863 2059 9 0 1899820 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636328

[startup+0.30022 s]
/proc/loadavg: 0.92 1.37 2.21 2/176 23273
/proc/meminfo: memFree=13627824/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7638644 CPUtime=0.39 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 15466 0 1 0 37 2 0 0 21 0 18 0 490017183 7821971456 15104 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1909661 15105 2198 9 0 1900399 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7638644

[startup+0.700152 s]
/proc/loadavg: 0.92 1.37 2.21 2/176 23273
/proc/meminfo: memFree=13627824/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7650636 CPUtime=1.16 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 20477 0 1 0 114 2 0 0 21 0 19 0 490017183 7834251264 18414 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1912659 18414 2221 9 0 1903397 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 7650636

[startup+1.50109 s]
/proc/loadavg: 0.92 1.37 2.21 7/262 23372
/proc/meminfo: memFree=13358232/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7650636 CPUtime=2.12 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 20578 0 1 0 210 2 0 0 21 0 19 0 490017183 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1912659 18514 2223 9 0 1903397 0
[pid=23273/tid=23275] ppid=23271 vsize=7650636 CPUtime=1.46 cores=0,2
/proc/23273/task/23275/stat : 23275 (java) R 23271 23273 21557 0 -1 4202560 13884 0 1 0 145 1 0 0 20 0 19 0 490017183 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 46912505715384 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=23273/tid=23276] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23276/stat : 23276 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490017185 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23277] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23277/stat : 23277 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490017185 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23278] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23278/stat : 23278 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23279] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23279/stat : 23279 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23280] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23280/stat : 23280 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23281] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23281/stat : 23281 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23282] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23282/stat : 23282 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23283] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23283/stat : 23283 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23290] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23290/stat : 23290 (java) S 23271 23273 21557 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490017186 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 0 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23292] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23292/stat : 23292 (java) S 23271 23273 21557 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490017187 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23293] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23293/stat : 23293 (java) S 23271 23273 21557 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490017187 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23305] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23305/stat : 23305 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826063793 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23306] ppid=23271 vsize=7650636 CPUtime=0.31 cores=0,2
/proc/23273/task/23306/stat : 23306 (java) S 23271 23273 21557 0 -1 4202560 2490 0 0 0 31 0 0 0 24 0 19 0 490017189 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23307] ppid=23271 vsize=7650636 CPUtime=0.33 cores=0,2
/proc/23273/task/23307/stat : 23307 (java) S 23271 23273 21557 0 -1 4202560 3040 0 0 0 33 0 0 0 24 0 19 0 490017189 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23308] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23308/stat : 23308 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23309] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23309/stat : 23309 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490017189 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23364] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23364/stat : 23364 (java) S 23271 23273 21557 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490017218 7834251264 18514 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 7650636

[startup+3.10075 s]
/proc/loadavg: 0.92 1.37 2.21 5/262 23372
/proc/meminfo: memFree=13355020/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7650636 CPUtime=3.75 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 20761 0 1 0 373 2 0 0 21 0 19 0 490017183 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1912659 18695 2226 9 0 1903397 0
[pid=23273/tid=23275] ppid=23271 vsize=7650636 CPUtime=3.06 cores=0,2
/proc/23273/task/23275/stat : 23275 (java) R 23271 23273 21557 0 -1 4202560 14051 0 1 0 304 2 0 0 25 0 19 0 490017183 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 46912505674176 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=23273/tid=23276] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23276/stat : 23276 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490017185 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23277] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23277/stat : 23277 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 490017185 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23278] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23278/stat : 23278 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23279] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23279/stat : 23279 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23280] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23280/stat : 23280 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23281] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23281/stat : 23281 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23282] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23282/stat : 23282 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23283] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23283/stat : 23283 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017185 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23290] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23290/stat : 23290 (java) S 23271 23273 21557 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490017186 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 0 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23292] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23292/stat : 23292 (java) S 23271 23273 21557 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490017187 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23293] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23293/stat : 23293 (java) S 23271 23273 21557 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490017187 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23305] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23305/stat : 23305 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826063793 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23306] ppid=23271 vsize=7650636 CPUtime=0.35 cores=0,2
/proc/23273/task/23306/stat : 23306 (java) S 23271 23273 21557 0 -1 4202560 2506 0 0 0 35 0 0 0 18 0 19 0 490017189 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23307] ppid=23271 vsize=7650636 CPUtime=0.33 cores=0,2
/proc/23273/task/23307/stat : 23307 (java) S 23271 23273 21557 0 -1 4202560 3040 0 0 0 33 0 0 0 24 0 19 0 490017189 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23308] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23308/stat : 23308 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23309] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23309/stat : 23309 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490017189 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23364] ppid=23271 vsize=7650636 CPUtime=0 cores=0,2
/proc/23273/task/23364/stat : 23364 (java) S 23271 23273 21557 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490017218 7834251264 18695 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 7650636

[startup+6.30121 s]
/proc/loadavg: 1.17 1.42 2.22 5/262 23372
/proc/meminfo: memFree=13120232/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7649516 CPUtime=7.41 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 35703 0 1 0 737 4 0 0 21 0 19 0 490017183 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1912379 28631 2252 9 0 1903117 0
[pid=23273/tid=23275] ppid=23271 vsize=7649516 CPUtime=6.15 cores=0,2
/proc/23273/task/23275/stat : 23275 (java) R 23271 23273 21557 0 -1 4202560 14160 0 1 0 613 2 0 0 25 0 19 0 490017183 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 46912505715715 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=23273/tid=23276] ppid=23271 vsize=7649516 CPUtime=0.03 cores=0,2
/proc/23273/task/23276/stat : 23276 (java) S 23271 23273 21557 0 -1 4202560 2884 0 0 0 3 0 0 0 18 0 19 0 490017185 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23277] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23277/stat : 23277 (java) S 23271 23273 21557 0 -1 4202560 970 0 0 0 0 0 0 0 18 0 19 0 490017185 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23278] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23278/stat : 23278 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017185 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23279] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23279/stat : 23279 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490017185 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23280] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23280/stat : 23280 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017185 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23281] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23281/stat : 23281 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017185 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23282] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23282/stat : 23282 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017185 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23283] ppid=23271 vsize=7649516 CPUtime=0.01 cores=0,2
/proc/23273/task/23283/stat : 23283 (java) S 23271 23273 21557 0 -1 4202560 1011 0 0 0 1 0 0 0 17 0 19 0 490017185 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23290] ppid=23271 vsize=7649516 CPUtime=0.07 cores=0,2
/proc/23273/task/23290/stat : 23290 (java) S 23271 23273 21557 0 -1 4202560 4863 0 0 0 7 0 0 0 15 0 19 0 490017186 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 0 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23292] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23292/stat : 23292 (java) S 23271 23273 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23293] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23293/stat : 23293 (java) S 23271 23273 21557 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23305] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23305/stat : 23305 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826063793 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23306] ppid=23271 vsize=7649516 CPUtime=0.77 cores=0,2
/proc/23273/task/23306/stat : 23306 (java) S 23271 23273 21557 0 -1 4202560 7614 0 0 0 77 0 0 0 15 0 19 0 490017189 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23307] ppid=23271 vsize=7649516 CPUtime=0.33 cores=0,2
/proc/23273/task/23307/stat : 23307 (java) S 23271 23273 21557 0 -1 4202560 3043 0 0 0 33 0 0 0 16 0 19 0 490017189 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23308] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23308/stat : 23308 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23309] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23309/stat : 23309 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490017189 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23364] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23364/stat : 23364 (java) S 23271 23273 21557 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490017218 7833104384 28631 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 7649516

[startup+12.7011 s]

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

[pid=23273/tid=23281] ppid=23271 vsize=7649516 CPUtime=0.09 cores=0,2
/proc/23273/task/23281/stat : 23281 (java) S 23271 23273 21557 0 -1 4202560 625 0 0 0 9 0 0 0 15 0 19 0 490017185 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23282] ppid=23271 vsize=7649516 CPUtime=0.11 cores=0,2
/proc/23273/task/23282/stat : 23282 (java) S 23271 23273 21557 0 -1 4202560 118 0 0 0 11 0 0 0 15 0 19 0 490017185 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23283] ppid=23271 vsize=7649516 CPUtime=0.08 cores=0,2
/proc/23273/task/23283/stat : 23283 (java) S 23271 23273 21557 0 -1 4202560 1732 0 0 0 8 0 0 0 15 0 19 0 490017185 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23290] ppid=23271 vsize=7649516 CPUtime=3.55 cores=0,2
/proc/23273/task/23290/stat : 23290 (java) S 23271 23273 21557 0 -1 4202560 8460 0 0 0 355 0 0 0 15 0 19 0 490017186 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 0 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23292] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23292/stat : 23292 (java) S 23271 23273 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23293] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23293/stat : 23293 (java) S 23271 23273 21557 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23305] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23305/stat : 23305 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826063793 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23306] ppid=23271 vsize=7649516 CPUtime=0.79 cores=0,2
/proc/23273/task/23306/stat : 23306 (java) S 23271 23273 21557 0 -1 4202560 7614 0 0 0 78 1 0 0 15 0 19 0 490017189 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23307] ppid=23271 vsize=7649516 CPUtime=0.37 cores=0,2
/proc/23273/task/23307/stat : 23307 (java) S 23271 23273 21557 0 -1 4202560 3045 0 0 0 37 0 0 0 15 0 19 0 490017189 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23308] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23308/stat : 23308 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23309] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23309/stat : 23309 (java) S 23271 23273 21557 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 490017189 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23364] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23364/stat : 23364 (java) S 23271 23273 21557 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490017218 7833104384 34351 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.83
Current children cumulated vsize (KiB) 7649516

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.49 5/262 23403
/proc/meminfo: memFree=13074516/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7649516 CPUtime=1183.85 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 41944 0 1 0 118378 7 0 0 21 0 19 0 490017183 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1912379 34693 2254 9 0 1903117 0
[pid=23273/tid=23275] ppid=23271 vsize=7649516 CPUtime=1178.05 cores=0,2
/proc/23273/task/23275/stat : 23275 (java) R 23271 23273 21557 0 -1 4202560 14209 0 1 0 117802 3 0 0 25 0 19 0 490017183 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 46912505715384 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=23273/tid=23276] ppid=23271 vsize=7649516 CPUtime=0.14 cores=0,2
/proc/23273/task/23276/stat : 23276 (java) S 23271 23273 21557 0 -1 4202560 2901 0 0 0 14 0 0 0 15 0 19 0 490017185 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23277] ppid=23271 vsize=7649516 CPUtime=0.11 cores=0,2
/proc/23273/task/23277/stat : 23277 (java) S 23271 23273 21557 0 -1 4202560 1240 0 0 0 11 0 0 0 15 0 19 0 490017185 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23278] ppid=23271 vsize=7649516 CPUtime=0.11 cores=0,2
/proc/23273/task/23278/stat : 23278 (java) S 23271 23273 21557 0 -1 4202560 372 0 0 0 11 0 0 0 15 0 19 0 490017185 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23279] ppid=23271 vsize=7649516 CPUtime=0.1 cores=0,2
/proc/23273/task/23279/stat : 23279 (java) S 23271 23273 21557 0 -1 4202560 78 0 0 0 10 0 0 0 15 0 19 0 490017185 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23280] ppid=23271 vsize=7649516 CPUtime=0.05 cores=0,2
/proc/23273/task/23280/stat : 23280 (java) S 23271 23273 21557 0 -1 4202560 227 0 0 0 5 0 0 0 15 0 19 0 490017185 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23281] ppid=23271 vsize=7649516 CPUtime=0.09 cores=0,2
/proc/23273/task/23281/stat : 23281 (java) S 23271 23273 21557 0 -1 4202560 625 0 0 0 9 0 0 0 15 0 19 0 490017185 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23282] ppid=23271 vsize=7649516 CPUtime=0.12 cores=0,2
/proc/23273/task/23282/stat : 23282 (java) S 23271 23273 21557 0 -1 4202560 118 0 0 0 12 0 0 0 16 0 19 0 490017185 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23283] ppid=23271 vsize=7649516 CPUtime=0.09 cores=0,2
/proc/23273/task/23283/stat : 23283 (java) S 23271 23273 21557 0 -1 4202560 1830 0 0 0 9 0 0 0 16 0 19 0 490017185 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23290] ppid=23271 vsize=7649516 CPUtime=3.74 cores=0,2
/proc/23273/task/23290/stat : 23290 (java) S 23271 23273 21557 0 -1 4202560 8464 0 0 0 374 0 0 0 15 0 19 0 490017186 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 0 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23292] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23292/stat : 23292 (java) S 23271 23273 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23293] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23293/stat : 23293 (java) S 23271 23273 21557 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23305] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23305/stat : 23305 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826063793 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23306] ppid=23271 vsize=7649516 CPUtime=0.79 cores=0,2
/proc/23273/task/23306/stat : 23306 (java) S 23271 23273 21557 0 -1 4202560 7614 0 0 0 78 1 0 0 15 0 19 0 490017189 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23307] ppid=23271 vsize=7649516 CPUtime=0.37 cores=0,2
/proc/23273/task/23307/stat : 23307 (java) S 23271 23273 21557 0 -1 4202560 3045 0 0 0 37 0 0 0 15 0 19 0 490017189 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23308] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23308/stat : 23308 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23309] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23309/stat : 23309 (java) S 23271 23273 21557 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 490017189 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23364] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23364/stat : 23364 (java) S 23271 23273 21557 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490017218 7833104384 34693 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.85
Current children cumulated vsize (KiB) 7649516

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.51 5/262 23405
/proc/meminfo: memFree=13072508/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7649516 CPUtime=1243.86 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 42008 0 1 0 124379 7 0 0 21 0 19 0 490017183 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1912379 34748 2254 9 0 1903117 0
[pid=23273/tid=23275] ppid=23271 vsize=7649516 CPUtime=1237.97 cores=0,2
/proc/23273/task/23275/stat : 23275 (java) R 23271 23273 21557 0 -1 4202560 14210 0 1 0 123794 3 0 0 25 0 19 0 490017183 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 46912505643814 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=23273/tid=23276] ppid=23271 vsize=7649516 CPUtime=0.14 cores=0,2
/proc/23273/task/23276/stat : 23276 (java) S 23271 23273 21557 0 -1 4202560 2901 0 0 0 14 0 0 0 15 0 19 0 490017185 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23277] ppid=23271 vsize=7649516 CPUtime=0.12 cores=0,2
/proc/23273/task/23277/stat : 23277 (java) S 23271 23273 21557 0 -1 4202560 1240 0 0 0 12 0 0 0 15 0 19 0 490017185 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23278] ppid=23271 vsize=7649516 CPUtime=0.11 cores=0,2
/proc/23273/task/23278/stat : 23278 (java) S 23271 23273 21557 0 -1 4202560 372 0 0 0 11 0 0 0 16 0 19 0 490017185 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23279] ppid=23271 vsize=7649516 CPUtime=0.1 cores=0,2
/proc/23273/task/23279/stat : 23279 (java) S 23271 23273 21557 0 -1 4202560 78 0 0 0 10 0 0 0 16 0 19 0 490017185 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23280] ppid=23271 vsize=7649516 CPUtime=0.05 cores=0,2
/proc/23273/task/23280/stat : 23280 (java) S 23271 23273 21557 0 -1 4202560 227 0 0 0 5 0 0 0 15 0 19 0 490017185 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23281] ppid=23271 vsize=7649516 CPUtime=0.09 cores=0,2
/proc/23273/task/23281/stat : 23281 (java) S 23271 23273 21557 0 -1 4202560 625 0 0 0 9 0 0 0 15 0 19 0 490017185 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23282] ppid=23271 vsize=7649516 CPUtime=0.12 cores=0,2
/proc/23273/task/23282/stat : 23282 (java) S 23271 23273 21557 0 -1 4202560 118 0 0 0 12 0 0 0 15 0 19 0 490017185 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23283] ppid=23271 vsize=7649516 CPUtime=0.09 cores=0,2
/proc/23273/task/23283/stat : 23283 (java) S 23271 23273 21557 0 -1 4202560 1830 0 0 0 9 0 0 0 15 0 19 0 490017185 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23290] ppid=23271 vsize=7649516 CPUtime=3.82 cores=0,2
/proc/23273/task/23290/stat : 23290 (java) S 23271 23273 21557 0 -1 4202560 8523 0 0 0 382 0 0 0 15 0 19 0 490017186 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 0 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23292] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23292/stat : 23292 (java) S 23271 23273 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23293] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23293/stat : 23293 (java) S 23271 23273 21557 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23305] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23305/stat : 23305 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826063793 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23306] ppid=23271 vsize=7649516 CPUtime=0.79 cores=0,2
/proc/23273/task/23306/stat : 23306 (java) S 23271 23273 21557 0 -1 4202560 7614 0 0 0 78 1 0 0 15 0 19 0 490017189 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23307] ppid=23271 vsize=7649516 CPUtime=0.37 cores=0,2
/proc/23273/task/23307/stat : 23307 (java) S 23271 23273 21557 0 -1 4202560 3045 0 0 0 37 0 0 0 15 0 19 0 490017189 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23308] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23308/stat : 23308 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23309] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23309/stat : 23309 (java) S 23271 23273 21557 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 490017189 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23364] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23364/stat : 23364 (java) S 23271 23273 21557 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490017218 7833104384 34748 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.86
Current children cumulated vsize (KiB) 7649516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.54 5/262 23406
/proc/meminfo: memFree=13067660/32950928 swapFree=67111528/67111528
[pid=23273] ppid=23271 vsize=7649516 CPUtime=1301.58 cores=0,2
/proc/23273/stat : 23273 (java) S 23271 23273 21557 0 -1 4202496 42942 0 1 0 130150 8 0 0 21 0 19 0 490017183 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23273/statm: 1912379 35675 2254 9 0 1903117 0
[pid=23273/tid=23275] ppid=23271 vsize=7649516 CPUtime=1295.58 cores=0,2
/proc/23273/task/23275/stat : 23275 (java) R 23271 23273 21557 0 -1 4202560 15023 0 1 0 129554 4 0 0 25 0 19 0 490017183 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 46912505585836 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=23273/tid=23276] ppid=23271 vsize=7649516 CPUtime=0.14 cores=0,2
/proc/23273/task/23276/stat : 23276 (java) S 23271 23273 21557 0 -1 4202560 2901 0 0 0 14 0 0 0 15 0 19 0 490017185 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23277] ppid=23271 vsize=7649516 CPUtime=0.12 cores=0,2
/proc/23273/task/23277/stat : 23277 (java) S 23271 23273 21557 0 -1 4202560 1240 0 0 0 12 0 0 0 15 0 19 0 490017185 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23278] ppid=23271 vsize=7649516 CPUtime=0.12 cores=0,2
/proc/23273/task/23278/stat : 23278 (java) S 23271 23273 21557 0 -1 4202560 374 0 0 0 12 0 0 0 15 0 19 0 490017185 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23279] ppid=23271 vsize=7649516 CPUtime=0.1 cores=0,2
/proc/23273/task/23279/stat : 23279 (java) S 23271 23273 21557 0 -1 4202560 78 0 0 0 10 0 0 0 15 0 19 0 490017185 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23280] ppid=23271 vsize=7649516 CPUtime=0.06 cores=0,2
/proc/23273/task/23280/stat : 23280 (java) S 23271 23273 21557 0 -1 4202560 229 0 0 0 6 0 0 0 16 0 19 0 490017185 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23281] ppid=23271 vsize=7649516 CPUtime=0.09 cores=0,2
/proc/23273/task/23281/stat : 23281 (java) S 23271 23273 21557 0 -1 4202560 625 0 0 0 9 0 0 0 15 0 19 0 490017185 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23282] ppid=23271 vsize=7649516 CPUtime=0.12 cores=0,2
/proc/23273/task/23282/stat : 23282 (java) S 23271 23273 21557 0 -1 4202560 118 0 0 0 12 0 0 0 15 0 19 0 490017185 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23283] ppid=23271 vsize=7649516 CPUtime=0.09 cores=0,2
/proc/23273/task/23283/stat : 23283 (java) S 23271 23273 21557 0 -1 4202560 1830 0 0 0 9 0 0 0 15 0 19 0 490017185 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23290] ppid=23271 vsize=7649516 CPUtime=3.9 cores=0,2
/proc/23273/task/23290/stat : 23290 (java) S 23271 23273 21557 0 -1 4202560 8636 0 0 0 390 0 0 0 15 0 19 0 490017186 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 0 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23292] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23292/stat : 23292 (java) S 23271 23273 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23293] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23293/stat : 23293 (java) S 23271 23273 21557 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 490017187 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23305] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23305/stat : 23305 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826063793 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23306] ppid=23271 vsize=7649516 CPUtime=0.79 cores=0,2
/proc/23273/task/23306/stat : 23306 (java) S 23271 23273 21557 0 -1 4202560 7614 0 0 0 78 1 0 0 15 0 19 0 490017189 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
[pid=23273/tid=23307] ppid=23271 vsize=7649516 CPUtime=0.37 cores=0,2
/proc/23273/task/23307/stat : 23307 (java) S 23271 23273 21557 0 -1 4202560 3045 0 0 0 37 0 0 0 15 0 19 0 490017189 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23308] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23308/stat : 23308 (java) S 23271 23273 21557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490017189 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056089 0 4 0 16800975 18446604450389619008 0 0 -1 2 0 0 0
[pid=23273/tid=23309] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23309/stat : 23309 (java) R 23271 23273 21557 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 490017189 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23273/tid=23364] ppid=23271 vsize=7649516 CPUtime=0 cores=0,2
/proc/23273/task/23364/stat : 23364 (java) S 23271 23273 21557 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490017218 7833104384 35675 33554432000 1073741824 1073778376 140735910490208 18446744073709551615 251826056704 0 4 0 16800975 18446604450389619008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.58
Current children cumulated vsize (KiB) 7649516

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.7
CPU user time (s): 1301.61
CPU system time (s): 0.092985
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 7663396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.61
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42977
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= 28085
involuntary context switches= 4955

runsolver used 2.11268 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-26 04:16:25
IDJOB=3288983
IDBENCH=83110
IDSOLVER=1611
FILE ID=node126/3288983-1303784185
RUNJOBID= node126-1303784185-23257
PBS_JOBID= 13157198
Free space on /tmp= 71736 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.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-3288983-1303784185/watcher-3288983-1303784185 -o /tmp/evaluation-result-3288983-1303784185/solver-3288983-1303784185 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288983-1303784185.cnf

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=1367244861

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13627980 kB
Buffers:       2001888 kB
Cached:       16678548 kB
SwapCached:          0 kB
Active:        7877976 kB
Inactive:     10870868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13627980 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4816 kB
Writeback:           0 kB
AnonPages:       67368 kB
Mapped:          14468 kB
Slab:           509752 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188468 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= 71728 MiB
End job on node126 at 2011-04-26 04:38:07