Trace number 3259444

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) 1300.97 1300.05

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9384
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		6997539544
0.05/0.08	c Max memory 		7034241024
0.05/0.08	c Total memory 		7034241024
0.05/0.08	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3259444-1303508334.cnf
0.08/0.10	c reading problem ... 
0.26/0.21	c ... done. Wall clock time 0.111s.
0.26/0.21	c #vars     760
0.26/0.21	c #constraints  43649
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43609
1.38/1.09	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.58/2.08	c cleaning 4251 clauses out of 8504 with flag 11002/11002
3.89/3.34	c cleaning 5626 clauses out of 11252 with flag 18001/18001
5.48/4.96	c cleaning 6806 clauses out of 13625 with flag 26000/26000
7.49/6.90	c cleaning 7903 clauses out of 15820 with flag 35001/35001
9.79/9.21	c cleaning 8945 clauses out of 17918 with flag 45002/45002
12.39/11.83	c cleaning 9978 clauses out of 19971 with flag 56000/56000
15.59/15.09	c cleaning 10991 clauses out of 21993 with flag 68000/68000
19.39/18.83	c cleaning 11991 clauses out of 24003 with flag 81001/81001
23.49/22.90	c cleaning 12988 clauses out of 26012 with flag 95001/95001
28.00/27.50	c cleaning 14004 clauses out of 28024 with flag 110001/110001
33.39/32.89	c cleaning 15001 clauses out of 30021 with flag 126002/126002
39.49/38.91	c cleaning 15990 clauses out of 32018 with flag 143000/143000
45.99/45.44	c cleaning 16994 clauses out of 34030 with flag 161002/161002
53.70/53.14	c cleaning 18006 clauses out of 36034 with flag 180000/180000
61.70/61.10	c cleaning 18991 clauses out of 38031 with flag 200003/200003
71.01/70.41	c cleaning 20002 clauses out of 40038 with flag 221001/221001
80.90/80.32	c cleaning 21016 clauses out of 42038 with flag 243003/243003
91.40/90.83	c cleaning 21988 clauses out of 44019 with flag 266000/266000
102.30/101.73	c cleaning 23010 clauses out of 46034 with flag 290003/290003
114.60/114.07	c cleaning 23996 clauses out of 48023 with flag 315002/315002
128.11/127.54	c cleaning 24997 clauses out of 50025 with flag 341000/341000
142.91/142.30	c cleaning 25991 clauses out of 52029 with flag 368001/368001
158.71/158.11	c cleaning 27001 clauses out of 54039 with flag 396002/396002
175.43/174.81	c cleaning 28002 clauses out of 56038 with flag 425002/425002
194.14/193.54	c cleaning 29008 clauses out of 58035 with flag 455001/455001
212.54/211.92	c cleaning 29995 clauses out of 60031 with flag 486005/486005
233.94/233.33	c cleaning 31005 clauses out of 62031 with flag 518000/518000
254.55/253.98	c cleaning 32007 clauses out of 64028 with flag 551002/551002
277.25/276.60	c cleaning 33001 clauses out of 66025 with flag 585006/585006
303.06/302.43	c cleaning 33992 clauses out of 68018 with flag 620000/620000
329.47/328.87	c cleaning 35003 clauses out of 70029 with flag 656003/656003
358.38/357.78	c cleaning 36007 clauses out of 72024 with flag 693001/693001
388.79/388.19	c cleaning 36991 clauses out of 74018 with flag 731002/731002
419.50/418.85	c cleaning 38006 clauses out of 76025 with flag 770000/770000
452.10/451.47	c cleaning 39007 clauses out of 78024 with flag 810005/810005
487.51/486.82	c cleaning 39994 clauses out of 80013 with flag 851001/851001
522.32/521.67	c cleaning 40994 clauses out of 82018 with flag 893000/893000
561.23/560.60	c cleaning 42002 clauses out of 84025 with flag 936001/936001
600.24/599.51	c cleaning 43000 clauses out of 86022 with flag 980000/980000
640.34/639.65	c cleaning 43503 clauses out of 87023 with flag 1024001/1024001
679.55/678.85	c cleaning 43751 clauses out of 87519 with flag 1068000/1068000
716.77/716.08	c cleaning 43873 clauses out of 87771 with flag 1112003/1112003
760.27/759.53	c cleaning 43936 clauses out of 87896 with flag 1156001/1156001
799.98/799.30	c cleaning 43972 clauses out of 87959 with flag 1200000/1200000
840.88/840.11	c cleaning 43969 clauses out of 87987 with flag 1244000/1244000
882.59/881.81	c cleaning 43990 clauses out of 88018 with flag 1288000/1288000
923.80/923.04	c cleaning 43999 clauses out of 88029 with flag 1332001/1332001
967.11/966.37	c cleaning 43998 clauses out of 88030 with flag 1376001/1376001
1007.91/1007.16	c cleaning 43984 clauses out of 88032 with flag 1420001/1420001
1048.02/1047.25	c cleaning 44010 clauses out of 88048 with flag 1464001/1464001
1092.23/1091.47	c cleaning 44007 clauses out of 88042 with flag 1508005/1508005
1133.54/1132.74	c cleaning 43999 clauses out of 88030 with flag 1552000/1552000
1172.94/1172.16	c cleaning 44006 clauses out of 88031 with flag 1596000/1596000
1213.85/1213.05	c cleaning 43996 clauses out of 88025 with flag 1640000/1640000
1255.26/1254.42	c cleaning 43997 clauses out of 88030 with flag 1684001/1684001
1294.87/1294.02	c cleaning 44008 clauses out of 88032 with flag 1728000/1728000
1300.89/1300.01	c starts		: 1478
1300.89/1300.01	c conflicts		: 1736953
1300.89/1300.01	c decisions		: 2581297
1300.89/1300.01	c propagations		: 161137614
1300.89/1300.01	c inspects		: 15390182816
1300.89/1300.01	c shortcuts		: 0
1300.89/1300.01	c learnt literals	: 0
1300.89/1300.01	c learnt binary clauses	: 0
1300.89/1300.01	c learnt ternary clauses	: 0
1300.89/1300.01	c learnt constraints	: 1736953
1300.89/1300.01	c ignored constraints	: 0
1300.89/1300.01	c root simplifications	: 1478
1300.89/1300.01	c removed literals (reason simplification)	: 56811736
1300.89/1300.01	c reason swapping (by a shorter reason)	: 0
1300.89/1300.01	c Calls to reduceDB	: 57
1300.89/1300.01	c speed (assignments/second)	: 123971.17862069444
1300.89/1300.01	c non guided choices	75
1300.89/1300.04	c learnt constraints type 
1300.89/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53011
1300.89/1300.04	c constraints type 
1300.89/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1300.89/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43609
1300.89/1300.04	s UNKNOWN
1300.89/1300.04	c Total wall clock time (in seconds) : 1299.91

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

running on 2 cores: 4,6

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 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=9100 CPUtime=0 cores=4,6
/proc/9135/stat : 9135 (java) R 9131 9135 8448 0 -1 4202496 225 0 0 0 0 0 0 0 21 0 1 0 462433815 9318400 162 33554432000 1073741824 1073778376 140736555755472 18446744073709551615 244446945271 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/9135/statm: 2275 165 125 9 0 67 0

[startup+0.0750291 s]
/proc/loadavg: 3.68 3.94 3.85 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7569804 CPUtime=0.05 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 9248 0 1 0 4 1 0 0 21 0 18 0 462433815 7751479296 8945 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1892451 8945 1739 9 0 1883189 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569804

[startup+0.100963 s]
/proc/loadavg: 3.68 3.94 3.85 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7636052 CPUtime=0.08 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 10135 0 1 0 7 1 0 0 21 0 18 0 462433815 7819317248 9832 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1909013 9832 2058 9 0 1899751 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7636052

[startup+0.300941 s]
/proc/loadavg: 3.68 3.94 3.85 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7643116 CPUtime=0.45 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 13349 0 1 0 43 2 0 0 21 0 19 0 462433815 7826550784 12366 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1910779 12366 2210 9 0 1901517 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7643116

[startup+0.700913 s]
/proc/loadavg: 3.68 3.94 3.85 6/181 9135
/proc/meminfo: memFree=16916176/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7643932 CPUtime=1.07 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 14069 0 1 0 105 2 0 0 21 0 19 0 462433815 7827386368 13086 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1910983 13086 2222 9 0 1901721 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 7643932

[startup+1.50077 s]
/proc/loadavg: 3.71 3.94 3.85 6/262 9223
/proc/meminfo: memFree=16725276/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7665736 CPUtime=2.07 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 23131 0 1 0 204 3 0 0 21 0 19 0 462433815 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1916434 20209 2251 9 0 1907172 0
[pid=9135/tid=9141] ppid=9131 vsize=7665736 CPUtime=1.43 cores=4,6
/proc/9135/task/9141/stat : 9141 (java) R 9131 9135 8448 0 -1 4202560 10227 0 1 0 141 2 0 0 20 0 19 0 462433816 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 46912505693622 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9135/tid=9143] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9143/stat : 9143 (java) S 9131 9135 8448 0 -1 4202560 534 0 0 0 0 0 0 0 17 0 19 0 462433818 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9145] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9145/stat : 9145 (java) S 9131 9135 8448 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 462433818 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9147] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9147/stat : 9147 (java) S 9131 9135 8448 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 462433818 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9149] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9149/stat : 9149 (java) S 9131 9135 8448 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 462433818 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9151] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9151/stat : 9151 (java) S 9131 9135 8448 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 462433818 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9153] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9153/stat : 9153 (java) S 9131 9135 8448 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 462433818 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9155] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9155/stat : 9155 (java) S 9131 9135 8448 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 462433818 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9157] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9157/stat : 9157 (java) S 9131 9135 8448 0 -1 4202560 399 0 0 0 0 0 0 0 18 0 19 0 462433818 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9163] ppid=9131 vsize=7665736 CPUtime=0.01 cores=4,6
/proc/9135/task/9163/stat : 9163 (java) S 9131 9135 8448 0 -1 4202560 948 0 0 0 1 0 0 0 17 0 19 0 462433819 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 0 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9166] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9166/stat : 9166 (java) S 9131 9135 8448 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462433819 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9168] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9168/stat : 9168 (java) S 9131 9135 8448 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462433819 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9180] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9180/stat : 9180 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 462433822 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458768817 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9181] ppid=9131 vsize=7665736 CPUtime=0.33 cores=4,6
/proc/9135/task/9181/stat : 9181 (java) S 9131 9135 8448 0 -1 4202560 7235 0 0 0 33 0 0 0 20 0 19 0 462433822 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9184] ppid=9131 vsize=7665736 CPUtime=0.25 cores=4,6
/proc/9135/task/9184/stat : 9184 (java) S 9131 9135 8448 0 -1 4202560 2613 0 0 0 25 0 0 0 20 0 19 0 462433822 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9186] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9186/stat : 9186 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433822 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9188] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9188/stat : 9188 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433822 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9220] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9220/stat : 9220 (java) S 9131 9135 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433837 7849713664 20209 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 7665736

[startup+3.10147 s]
/proc/loadavg: 3.71 3.94 3.85 9/262 9223
/proc/meminfo: memFree=16584660/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7665736 CPUtime=3.68 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 24133 0 1 0 365 3 0 0 21 0 19 0 462433815 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1916434 21210 2253 9 0 1907172 0
[pid=9135/tid=9141] ppid=9131 vsize=7665736 CPUtime=3 cores=4,6
/proc/9135/task/9141/stat : 9141 (java) R 9131 9135 8448 0 -1 4202560 10229 0 1 0 298 2 0 0 25 0 19 0 462433816 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 46912505630770 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9135/tid=9143] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9143/stat : 9143 (java) S 9131 9135 8448 0 -1 4202560 534 0 0 0 0 0 0 0 15 0 19 0 462433818 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9145] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9145/stat : 9145 (java) S 9131 9135 8448 0 -1 4202560 309 0 0 0 0 0 0 0 16 0 19 0 462433818 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9147] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9147/stat : 9147 (java) S 9131 9135 8448 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 462433818 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9149] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9149/stat : 9149 (java) S 9131 9135 8448 0 -1 4202560 412 0 0 0 0 0 0 0 16 0 19 0 462433818 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9151] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9151/stat : 9151 (java) S 9131 9135 8448 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 462433818 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9153] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9153/stat : 9153 (java) S 9131 9135 8448 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 462433818 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9155] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9155/stat : 9155 (java) S 9131 9135 8448 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 462433818 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9157] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9157/stat : 9157 (java) S 9131 9135 8448 0 -1 4202560 399 0 0 0 0 0 0 0 18 0 19 0 462433818 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9163] ppid=9131 vsize=7665736 CPUtime=0.03 cores=4,6
/proc/9135/task/9163/stat : 9163 (java) S 9131 9135 8448 0 -1 4202560 1209 0 0 0 3 0 0 0 15 0 19 0 462433819 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 0 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9166] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9166/stat : 9166 (java) S 9131 9135 8448 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462433819 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9168] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9168/stat : 9168 (java) S 9131 9135 8448 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462433819 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9180] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9180/stat : 9180 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 462433822 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458768817 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9181] ppid=9131 vsize=7665736 CPUtime=0.34 cores=4,6
/proc/9135/task/9181/stat : 9181 (java) S 9131 9135 8448 0 -1 4202560 7260 0 0 0 34 0 0 0 15 0 19 0 462433822 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9184] ppid=9131 vsize=7665736 CPUtime=0.27 cores=4,6
/proc/9135/task/9184/stat : 9184 (java) S 9131 9135 8448 0 -1 4202560 2613 0 0 0 27 0 0 0 16 0 19 0 462433822 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9186] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9186/stat : 9186 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433822 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9188] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9188/stat : 9188 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433822 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9220] ppid=9131 vsize=7665736 CPUtime=0 cores=4,6
/proc/9135/task/9220/stat : 9220 (java) S 9131 9135 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433837 7849713664 21210 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 7665736

[startup+6.30088 s]
/proc/loadavg: 3.71 3.94 3.85 6/262 9223
/proc/meminfo: memFree=16566808/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7662380 CPUtime=6.89 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 24607 0 1 0 686 3 0 0 21 0 19 0 462433815 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1915595 21381 2254 9 0 1906333 0
[pid=9135/tid=9141] ppid=9131 vsize=7662380 CPUtime=6.12 cores=4,6
/proc/9135/task/9141/stat : 9141 (java) R 9131 9135 8448 0 -1 4202560 10230 0 1 0 610 2 0 0 25 0 19 0 462433816 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 46912505711193 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9135/tid=9143] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9143/stat : 9143 (java) S 9131 9135 8448 0 -1 4202560 534 0 0 0 0 0 0 0 15 0 19 0 462433818 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9145] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9145/stat : 9145 (java) S 9131 9135 8448 0 -1 4202560 425 0 0 0 0 0 0 0 16 0 19 0 462433818 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9147] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9147/stat : 9147 (java) S 9131 9135 8448 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 462433818 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9149] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9149/stat : 9149 (java) S 9131 9135 8448 0 -1 4202560 434 0 0 0 0 0 0 0 15 0 19 0 462433818 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9151] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9151/stat : 9151 (java) S 9131 9135 8448 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 19 0 462433818 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9153] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9153/stat : 9153 (java) S 9131 9135 8448 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 462433818 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9155] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9155/stat : 9155 (java) S 9131 9135 8448 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 462433818 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9157] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9157/stat : 9157 (java) S 9131 9135 8448 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 19 0 462433818 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9163] ppid=9131 vsize=7662380 CPUtime=0.07 cores=4,6
/proc/9135/task/9163/stat : 9163 (java) S 9131 9135 8448 0 -1 4202560 1424 0 0 0 7 0 0 0 15 0 19 0 462433819 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 0 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9166] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9166/stat : 9166 (java) S 9131 9135 8448 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9168] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9168/stat : 9168 (java) S 9131 9135 8448 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9180] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9180/stat : 9180 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 462433822 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458768817 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9181] ppid=9131 vsize=7662380 CPUtime=0.34 cores=4,6
/proc/9135/task/9181/stat : 9181 (java) S 9131 9135 8448 0 -1 4202560 7260 0 0 0 34 0 0 0 15 0 19 0 462433822 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9184] ppid=9131 vsize=7662380 CPUtime=0.31 cores=4,6
/proc/9135/task/9184/stat : 9184 (java) S 9131 9135 8448 0 -1 4202560 2623 0 0 0 31 0 0 0 15 0 19 0 462433822 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9186] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9186/stat : 9186 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433822 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9188] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9188/stat : 9188 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462433822 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9220] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9220/stat : 9220 (java) S 9131 9135 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433837 7846277120 21381 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 7662380

[startup+12.7007 s]

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

[pid=9135/tid=9153] ppid=9131 vsize=7662380 CPUtime=0.06 cores=4,6
/proc/9135/task/9153/stat : 9153 (java) S 9131 9135 8448 0 -1 4202560 805 0 0 0 6 0 0 0 15 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9155] ppid=9131 vsize=7662380 CPUtime=0.04 cores=4,6
/proc/9135/task/9155/stat : 9155 (java) S 9131 9135 8448 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9157] ppid=9131 vsize=7662380 CPUtime=0.11 cores=4,6
/proc/9135/task/9157/stat : 9157 (java) S 9131 9135 8448 0 -1 4202560 1177 0 0 0 11 0 0 0 16 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9163] ppid=9131 vsize=7662380 CPUtime=1.56 cores=4,6
/proc/9135/task/9163/stat : 9163 (java) S 9131 9135 8448 0 -1 4202560 5793 0 0 0 156 0 0 0 15 0 19 0 462433819 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 0 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9166] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9166/stat : 9166 (java) S 9131 9135 8448 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9168] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9168/stat : 9168 (java) S 9131 9135 8448 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9180] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9180/stat : 9180 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458768817 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9181] ppid=9131 vsize=7662380 CPUtime=0.34 cores=4,6
/proc/9135/task/9181/stat : 9181 (java) S 9131 9135 8448 0 -1 4202560 7260 0 0 0 34 0 0 0 15 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9184] ppid=9131 vsize=7662380 CPUtime=0.31 cores=4,6
/proc/9135/task/9184/stat : 9184 (java) S 9131 9135 8448 0 -1 4202560 2623 0 0 0 31 0 0 0 15 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9186] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9186/stat : 9186 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9188] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9188/stat : 9188 (java) S 9131 9135 8448 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9220] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9220/stat : 9220 (java) S 9131 9135 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433837 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1123.14
Current children cumulated vsize (KiB) 7662380

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 3.94 6/262 9254
/proc/meminfo: memFree=16262004/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7662380 CPUtime=1183.15 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 37945 0 1 0 118309 6 0 0 21 0 19 0 462433815 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1915595 34533 2254 9 0 1906333 0
[pid=9135/tid=9141] ppid=9131 vsize=7662380 CPUtime=1180.21 cores=4,6
/proc/9135/task/9141/stat : 9141 (java) R 9131 9135 8448 0 -1 4202560 13952 0 1 0 118018 3 0 0 25 0 19 0 462433816 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 46912505630770 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9135/tid=9143] ppid=9131 vsize=7662380 CPUtime=0.08 cores=4,6
/proc/9135/task/9143/stat : 9143 (java) S 9131 9135 8448 0 -1 4202560 774 0 0 0 8 0 0 0 15 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9145] ppid=9131 vsize=7662380 CPUtime=0.07 cores=4,6
/proc/9135/task/9145/stat : 9145 (java) S 9131 9135 8448 0 -1 4202560 611 0 0 0 7 0 0 0 16 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9147] ppid=9131 vsize=7662380 CPUtime=0.09 cores=4,6
/proc/9135/task/9147/stat : 9147 (java) S 9131 9135 8448 0 -1 4202560 691 0 0 0 9 0 0 0 16 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9149] ppid=9131 vsize=7662380 CPUtime=0.08 cores=4,6
/proc/9135/task/9149/stat : 9149 (java) S 9131 9135 8448 0 -1 4202560 2117 0 0 0 8 0 0 0 15 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9151] ppid=9131 vsize=7662380 CPUtime=0.04 cores=4,6
/proc/9135/task/9151/stat : 9151 (java) S 9131 9135 8448 0 -1 4202560 791 0 0 0 4 0 0 0 15 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9153] ppid=9131 vsize=7662380 CPUtime=0.06 cores=4,6
/proc/9135/task/9153/stat : 9153 (java) S 9131 9135 8448 0 -1 4202560 805 0 0 0 6 0 0 0 15 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9155] ppid=9131 vsize=7662380 CPUtime=0.04 cores=4,6
/proc/9135/task/9155/stat : 9155 (java) S 9131 9135 8448 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9157] ppid=9131 vsize=7662380 CPUtime=0.11 cores=4,6
/proc/9135/task/9157/stat : 9157 (java) S 9131 9135 8448 0 -1 4202560 1177 0 0 0 11 0 0 0 15 0 19 0 462433818 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9163] ppid=9131 vsize=7662380 CPUtime=1.63 cores=4,6
/proc/9135/task/9163/stat : 9163 (java) S 9131 9135 8448 0 -1 4202560 5797 0 0 0 163 0 0 0 15 0 19 0 462433819 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 0 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9166] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9166/stat : 9166 (java) S 9131 9135 8448 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9168] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9168/stat : 9168 (java) S 9131 9135 8448 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9180] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9180/stat : 9180 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458768817 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9181] ppid=9131 vsize=7662380 CPUtime=0.34 cores=4,6
/proc/9135/task/9181/stat : 9181 (java) S 9131 9135 8448 0 -1 4202560 7260 0 0 0 34 0 0 0 15 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9184] ppid=9131 vsize=7662380 CPUtime=0.31 cores=4,6
/proc/9135/task/9184/stat : 9184 (java) S 9131 9135 8448 0 -1 4202560 2623 0 0 0 31 0 0 0 15 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9186] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9186/stat : 9186 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9188] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9188/stat : 9188 (java) S 9131 9135 8448 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 462433822 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9220] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9220/stat : 9220 (java) S 9131 9135 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433837 7846277120 34533 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1183.15
Current children cumulated vsize (KiB) 7662380

[startup+1242.3 s]
/proc/loadavg: 4.08 4.03 3.94 6/262 9255
/proc/meminfo: memFree=16259480/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7662380 CPUtime=1243.16 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 37987 0 1 0 124310 6 0 0 21 0 19 0 462433815 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1915595 34568 2254 9 0 1906333 0
[pid=9135/tid=9141] ppid=9131 vsize=7662380 CPUtime=1240.17 cores=4,6
/proc/9135/task/9141/stat : 9141 (java) R 9131 9135 8448 0 -1 4202560 13953 0 1 0 124014 3 0 0 25 0 19 0 462433816 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 46912505630770 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9135/tid=9143] ppid=9131 vsize=7662380 CPUtime=0.09 cores=4,6
/proc/9135/task/9143/stat : 9143 (java) S 9131 9135 8448 0 -1 4202560 780 0 0 0 9 0 0 0 16 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9145] ppid=9131 vsize=7662380 CPUtime=0.07 cores=4,6
/proc/9135/task/9145/stat : 9145 (java) S 9131 9135 8448 0 -1 4202560 611 0 0 0 7 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9147] ppid=9131 vsize=7662380 CPUtime=0.09 cores=4,6
/proc/9135/task/9147/stat : 9147 (java) S 9131 9135 8448 0 -1 4202560 691 0 0 0 9 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9149] ppid=9131 vsize=7662380 CPUtime=0.08 cores=4,6
/proc/9135/task/9149/stat : 9149 (java) S 9131 9135 8448 0 -1 4202560 2117 0 0 0 8 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9151] ppid=9131 vsize=7662380 CPUtime=0.04 cores=4,6
/proc/9135/task/9151/stat : 9151 (java) S 9131 9135 8448 0 -1 4202560 791 0 0 0 4 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9153] ppid=9131 vsize=7662380 CPUtime=0.06 cores=4,6
/proc/9135/task/9153/stat : 9153 (java) S 9131 9135 8448 0 -1 4202560 805 0 0 0 6 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9155] ppid=9131 vsize=7662380 CPUtime=0.04 cores=4,6
/proc/9135/task/9155/stat : 9155 (java) S 9131 9135 8448 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9157] ppid=9131 vsize=7662380 CPUtime=0.12 cores=4,6
/proc/9135/task/9157/stat : 9157 (java) S 9131 9135 8448 0 -1 4202560 1177 0 0 0 12 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9163] ppid=9131 vsize=7662380 CPUtime=1.67 cores=4,6
/proc/9135/task/9163/stat : 9163 (java) S 9131 9135 8448 0 -1 4202560 5828 0 0 0 167 0 0 0 15 0 19 0 462433819 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 0 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9166] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9166/stat : 9166 (java) S 9131 9135 8448 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9168] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9168/stat : 9168 (java) S 9131 9135 8448 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9180] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9180/stat : 9180 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458768817 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9181] ppid=9131 vsize=7662380 CPUtime=0.34 cores=4,6
/proc/9135/task/9181/stat : 9181 (java) S 9131 9135 8448 0 -1 4202560 7260 0 0 0 34 0 0 0 15 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9184] ppid=9131 vsize=7662380 CPUtime=0.31 cores=4,6
/proc/9135/task/9184/stat : 9184 (java) S 9131 9135 8448 0 -1 4202560 2623 0 0 0 31 0 0 0 15 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9186] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9186/stat : 9186 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9188] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9188/stat : 9188 (java) S 9131 9135 8448 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9220] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9220/stat : 9220 (java) S 9131 9135 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433837 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1243.16
Current children cumulated vsize (KiB) 7662380



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.94 6/262 9257
/proc/meminfo: memFree=16253984/32951124 swapFree=67111528/67111528
[pid=9135] ppid=9131 vsize=7662380 CPUtime=1300.89 cores=4,6
/proc/9135/stat : 9135 (java) S 9131 9135 8448 0 -1 4202496 37997 0 1 0 130082 7 0 0 21 0 19 0 462433815 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9135/statm: 1915595 34568 2254 9 0 1906333 0
[pid=9135/tid=9141] ppid=9131 vsize=7662380 CPUtime=1297.78 cores=4,6
/proc/9135/task/9141/stat : 9141 (java) R 9131 9135 8448 0 -1 4202560 13955 0 1 0 129775 3 0 0 25 0 19 0 462433816 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 46912505698604 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9135/tid=9143] ppid=9131 vsize=7662380 CPUtime=0.09 cores=4,6
/proc/9135/task/9143/stat : 9143 (java) S 9131 9135 8448 0 -1 4202560 780 0 0 0 9 0 0 0 16 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9145] ppid=9131 vsize=7662380 CPUtime=0.07 cores=4,6
/proc/9135/task/9145/stat : 9145 (java) S 9131 9135 8448 0 -1 4202560 611 0 0 0 7 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9147] ppid=9131 vsize=7662380 CPUtime=0.09 cores=4,6
/proc/9135/task/9147/stat : 9147 (java) S 9131 9135 8448 0 -1 4202560 691 0 0 0 9 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9149] ppid=9131 vsize=7662380 CPUtime=0.09 cores=4,6
/proc/9135/task/9149/stat : 9149 (java) S 9131 9135 8448 0 -1 4202560 2117 0 0 0 9 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9151] ppid=9131 vsize=7662380 CPUtime=0.04 cores=4,6
/proc/9135/task/9151/stat : 9151 (java) S 9131 9135 8448 0 -1 4202560 791 0 0 0 4 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9153] ppid=9131 vsize=7662380 CPUtime=0.06 cores=4,6
/proc/9135/task/9153/stat : 9153 (java) S 9131 9135 8448 0 -1 4202560 805 0 0 0 6 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9155] ppid=9131 vsize=7662380 CPUtime=0.04 cores=4,6
/proc/9135/task/9155/stat : 9155 (java) S 9131 9135 8448 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9157] ppid=9131 vsize=7662380 CPUtime=0.13 cores=4,6
/proc/9135/task/9157/stat : 9157 (java) S 9131 9135 8448 0 -1 4202560 1177 0 0 0 13 0 0 0 16 0 19 0 462433818 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9163] ppid=9131 vsize=7662380 CPUtime=1.76 cores=4,6
/proc/9135/task/9163/stat : 9163 (java) S 9131 9135 8448 0 -1 4202560 5832 0 0 0 175 1 0 0 15 0 19 0 462433819 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 0 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9166] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9166/stat : 9166 (java) S 9131 9135 8448 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9168] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9168/stat : 9168 (java) S 9131 9135 8448 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 462433819 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9180] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9180/stat : 9180 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458768817 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9181] ppid=9131 vsize=7662380 CPUtime=0.34 cores=4,6
/proc/9135/task/9181/stat : 9181 (java) S 9131 9135 8448 0 -1 4202560 7260 0 0 0 34 0 0 0 15 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9184] ppid=9131 vsize=7662380 CPUtime=0.31 cores=4,6
/proc/9135/task/9184/stat : 9184 (java) S 9131 9135 8448 0 -1 4202560 2623 0 0 0 31 0 0 0 15 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9186] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9186/stat : 9186 (java) S 9131 9135 8448 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761113 0 4 0 16800975 18446604453985322816 0 0 -1 4 0 0 0
[pid=9135/tid=9188] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9188/stat : 9188 (java) S 9131 9135 8448 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 462433822 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
[pid=9135/tid=9220] ppid=9131 vsize=7662380 CPUtime=0 cores=4,6
/proc/9135/task/9220/stat : 9220 (java) S 9131 9135 8448 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462433837 7846277120 34568 33554432000 1073741824 1073778376 140735885846320 18446744073709551615 244458761728 0 4 0 16800975 18446604453985322816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.89
Current children cumulated vsize (KiB) 7662380

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.05
CPU time (s): 1300.97
CPU user time (s): 1300.89
CPU system time (s): 0.078987
CPU usage (%): 100.07
Max. virtual memory (cumulated for all children) (KiB): 7665736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.89
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38036
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= 28420
involuntary context switches= 8307

runsolver used 2.6516 second user time and 5.03123 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-22 23:38:54
IDJOB=3259444
IDBENCH=71572
IDSOLVER=1611
FILE ID=node105/3259444-1303508334
RUNJOBID= node105-1303508334-9109
PBS_JOBID= 13134228
Free space on /tmp= 71560 MiB

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

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
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:      16916612 kB
Buffers:       1835056 kB
Cached:       13572448 kB
SwapCached:          0 kB
Active:        7800848 kB
Inactive:      7674124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16916612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1640 kB
Writeback:           0 kB
AnonPages:       67632 kB
Mapped:          14492 kB
Slab:           494852 kB
PageTables:       5812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188612 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