Trace number 3266924

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m27-q255-n25-p15-s2076598.cnf
MD5SUMf5a22d1154b549fd98215f1710a15f46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.357944
Satisfiable
(Un)Satisfiability was proved
Number of variables545
Number of clauses29734
Sum of the clauses size59963
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 229709
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.06/0.09	c no version file found!!!
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		6997539544
0.06/0.09	c Max memory 		7034241024
0.06/0.09	c Total memory 		7034241024
0.06/0.09	c Number of processors 	8
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483647s
0.08/0.11	c DB Simplification allowed=true
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3266924-1303586458.cnf
0.08/0.11	c reading problem ... 
0.28/0.32	c ... done. Wall clock time 0.207s.
0.28/0.32	c #vars     545
0.28/0.32	c #constraints  29734
0.28/0.32	c constraints type 
0.28/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25
0.28/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 29709
1.72/1.47	c cleaning 2501 clauses out of 5001 with flag 5001/5001
3.66/3.19	c cleaning 4249 clauses out of 8500 with flag 11001/11001
5.55/5.10	c cleaning 5625 clauses out of 11250 with flag 18000/18000
8.67/8.18	c cleaning 6810 clauses out of 13625 with flag 26000/26000
13.09/12.51	c cleaning 7906 clauses out of 15815 with flag 35000/35000
17.19/16.67	c cleaning 8952 clauses out of 17910 with flag 45001/45001
22.69/22.15	c cleaning 9978 clauses out of 19957 with flag 56000/56000
28.40/27.87	c cleaning 10970 clauses out of 21981 with flag 68002/68002
34.41/33.83	c cleaning 12002 clauses out of 24010 with flag 81001/81001
40.01/39.50	c cleaning 13001 clauses out of 26007 with flag 95000/95000
49.41/48.84	c cleaning 14001 clauses out of 28008 with flag 110002/110002
61.12/60.51	c cleaning 15002 clauses out of 30006 with flag 126001/126001
72.82/72.24	c cleaning 15999 clauses out of 32003 with flag 143000/143000
83.93/83.36	c cleaning 17000 clauses out of 34004 with flag 161000/161000
97.63/97.07	c cleaning 17997 clauses out of 36004 with flag 180000/180000
113.65/113.06	c cleaning 19004 clauses out of 38011 with flag 200004/200004
130.85/130.27	c cleaning 19988 clauses out of 40003 with flag 221000/221000
149.36/148.75	c cleaning 21005 clauses out of 42015 with flag 243000/243000
170.87/170.27	c cleaning 22002 clauses out of 44010 with flag 266000/266000
190.58/189.99	c cleaning 23003 clauses out of 46009 with flag 290001/290001
212.58/211.94	c cleaning 24004 clauses out of 48008 with flag 315003/315003
233.79/233.14	c cleaning 24999 clauses out of 50002 with flag 341001/341001
256.90/256.28	c cleaning 25997 clauses out of 52004 with flag 368002/368002
280.30/279.66	c cleaning 26999 clauses out of 54005 with flag 396000/396000
308.23/307.58	c cleaning 27999 clauses out of 56007 with flag 425001/425001
334.64/333.98	c cleaning 28999 clauses out of 58009 with flag 455002/455002
364.35/363.69	c cleaning 29496 clauses out of 59008 with flag 485000/485000
391.86/391.12	c cleaning 29747 clauses out of 59514 with flag 515002/515002
419.97/419.26	c cleaning 29875 clauses out of 59765 with flag 545000/545000
448.08/447.38	c cleaning 29941 clauses out of 59890 with flag 575000/575000
474.60/473.81	c cleaning 29970 clauses out of 59949 with flag 605000/605000
507.41/506.65	c cleaning 29984 clauses out of 59979 with flag 635000/635000
534.63/533.87	c cleaning 29991 clauses out of 59998 with flag 665003/665003
566.93/566.10	c cleaning 29998 clauses out of 60005 with flag 695001/695001
595.95/595.19	c cleaning 29999 clauses out of 60007 with flag 725001/725001
625.85/625.03	c cleaning 30000 clauses out of 60007 with flag 755000/755000
654.46/653.60	c cleaning 30002 clauses out of 60010 with flag 785003/785003
682.97/682.15	c cleaning 29997 clauses out of 60006 with flag 815001/815001
711.58/710.72	c cleaning 30002 clauses out of 60010 with flag 845002/845002
738.99/738.19	c cleaning 30001 clauses out of 60007 with flag 875001/875001
764.69/763.83	c cleaning 30000 clauses out of 60005 with flag 905000/905000
793.91/793.04	c cleaning 29993 clauses out of 60005 with flag 935000/935000
822.71/821.88	c cleaning 29994 clauses out of 60013 with flag 965001/965001
850.04/849.16	c cleaning 30000 clauses out of 60020 with flag 995002/995002
879.85/878.99	c cleaning 30004 clauses out of 60019 with flag 1025001/1025001
909.55/908.66	c cleaning 30004 clauses out of 60017 with flag 1055003/1055003
937.76/936.89	c cleaning 30000 clauses out of 60012 with flag 1085002/1085002
963.27/962.35	c cleaning 29999 clauses out of 60011 with flag 1115001/1115001
992.69/991.73	c cleaning 29998 clauses out of 60011 with flag 1145000/1145000
1017.79/1016.80	c cleaning 29993 clauses out of 60013 with flag 1175000/1175000
1045.41/1044.49	c cleaning 29985 clauses out of 60022 with flag 1205002/1205002
1073.21/1072.22	c cleaning 29988 clauses out of 60038 with flag 1235003/1235003
1102.52/1101.54	c cleaning 30012 clauses out of 60047 with flag 1265000/1265000
1129.93/1128.91	c cleaning 30009 clauses out of 60035 with flag 1295000/1295000
1154.23/1153.26	c cleaning 29996 clauses out of 60028 with flag 1325002/1325002
1180.33/1179.31	c cleaning 30012 clauses out of 60031 with flag 1355001/1355001
1210.05/1209.02	c cleaning 29994 clauses out of 60019 with flag 1385001/1385001
1237.65/1236.67	c cleaning 29992 clauses out of 60025 with flag 1415001/1415001
1262.56/1261.54	c cleaning 30013 clauses out of 60035 with flag 1445003/1445003
1287.38/1286.36	c cleaning 30005 clauses out of 60022 with flag 1475003/1475003
1301.09/1300.01	c starts		: 1378
1301.09/1300.01	c conflicts		: 1492766
1301.09/1300.01	c decisions		: 1972963
1301.09/1300.01	c propagations		: 106262747
1301.09/1300.01	c inspects		: 13790158120
1301.09/1300.01	c shortcuts		: 0
1301.09/1300.01	c learnt literals	: 0
1301.09/1300.01	c learnt binary clauses	: 0
1301.09/1300.01	c learnt ternary clauses	: 0
1301.09/1300.01	c learnt constraints	: 1492766
1301.09/1300.01	c ignored constraints	: 0
1301.09/1300.01	c root simplifications	: 1378
1301.09/1300.01	c removed literals (reason simplification)	: 38566704
1301.09/1300.01	c reason swapping (by a shorter reason)	: 0
1301.09/1300.01	c Calls to reduceDB	: 60
1301.09/1300.01	c speed (assignments/second)	: 81760.008340444
1301.09/1300.01	c non guided choices	80
1301.09/1300.04	c learnt constraints type 
1301.09/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47800
1301.09/1300.04	c constraints type 
1301.09/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25
1301.09/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 29709
1301.09/1300.06	s UNKNOWN
1301.09/1300.06	c Total wall clock time (in seconds) : 1299.899

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-3266924-1303586458/watcher-3266924-1303586458 -o /tmp/evaluation-result-3266924-1303586458/solver-3266924-1303586458 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3266924-1303586458.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: 2.54 2.95 2.81 3/174 11185
/proc/meminfo: memFree=18570220/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=11800 CPUtime=0 cores=0,2
/proc/11185/stat : 11185 (runsolver) R 11183 11185 9649 0 -1 4202560 46 0 0 0 0 0 0 0 23 0 1 0 470245484 12083200 55 33554432000 4194304 5434984 140734836124960 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/11185/statm: 2950 55 34 303 0 2644 0

[startup+0.088082 s]
/proc/loadavg: 2.54 2.95 2.81 3/174 11185
/proc/meminfo: memFree=18570220/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7569940 CPUtime=0.06 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 9446 0 1 0 5 1 0 0 23 0 18 0 470245484 7751618560 9141 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1892485 9141 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.10109 s]
/proc/loadavg: 2.54 2.95 2.81 3/174 11185
/proc/meminfo: memFree=18570220/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7569940 CPUtime=0.08 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 9614 0 1 0 7 1 0 0 23 0 18 0 470245484 7751618560 9309 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1892485 9309 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.301034 s]
/proc/loadavg: 2.54 2.95 2.81 3/174 11185
/proc/meminfo: memFree=18570220/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7572908 CPUtime=0.28 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 11368 0 1 0 27 1 0 0 23 0 18 0 470245484 7754657792 10990 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1893227 10990 2181 9 0 1883965 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7572908

[startup+0.701019 s]
/proc/loadavg: 2.54 2.95 2.81 3/174 11185
/proc/meminfo: memFree=18570220/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7578428 CPUtime=0.97 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 13322 0 1 0 96 1 0 0 23 0 19 0 470245484 7760310272 12499 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1894607 12499 2219 9 0 1885345 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 7578428

[startup+1.50083 s]
/proc/loadavg: 2.54 2.95 2.81 7/260 11284
/proc/meminfo: memFree=18293500/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7579120 CPUtime=1.88 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 16361 0 1 0 186 2 0 0 23 0 19 0 470245484 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1894780 15166 2250 9 0 1885518 0
[pid=11185/tid=11187] ppid=11183 vsize=7579120 CPUtime=1.36 cores=0,2
/proc/11185/task/11187/stat : 11187 (java) R 11183 11185 9649 0 -1 4202560 10025 0 1 0 135 1 0 0 25 0 19 0 470245485 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 46912505610861 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11185/tid=11188] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11188/stat : 11188 (java) S 11183 11185 9649 0 -1 4202560 698 0 0 0 0 0 0 0 18 0 19 0 470245487 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11189] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11189/stat : 11189 (java) S 11183 11185 9649 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 470245487 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11190] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11190/stat : 11190 (java) S 11183 11185 9649 0 -1 4202560 134 0 0 0 0 0 0 0 17 0 19 0 470245487 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11191] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11191/stat : 11191 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 470245487 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11192] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11192/stat : 11192 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 470245487 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11193] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11193/stat : 11193 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 470245487 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11194] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11194/stat : 11194 (java) S 11183 11185 9649 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 19 0 470245487 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11195] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11195/stat : 11195 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 470245487 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11196] ppid=11183 vsize=7579120 CPUtime=0.01 cores=0,2
/proc/11185/task/11196/stat : 11196 (java) S 11183 11185 9649 0 -1 4202560 868 0 0 0 1 0 0 0 15 0 19 0 470245488 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 0 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11197] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11197/stat : 11197 (java) R 11183 11185 9649 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 470245488 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11185/tid=11198] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11198/stat : 11198 (java) S 11183 11185 9649 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470245488 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11199] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11199/stat : 11199 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676631985 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11200] ppid=11183 vsize=7579120 CPUtime=0.26 cores=0,2
/proc/11185/task/11200/stat : 11200 (java) S 11183 11185 9649 0 -1 4202560 2128 0 0 0 26 0 0 0 18 0 19 0 470245491 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11201] ppid=11183 vsize=7579120 CPUtime=0.22 cores=0,2
/proc/11185/task/11201/stat : 11201 (java) R 11183 11185 9649 0 -1 4202560 1318 0 0 0 22 0 0 0 18 0 19 0 470245491 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 47628948740815 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11185/tid=11202] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11202/stat : 11202 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11203] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11203/stat : 11203 (java) R 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470245491 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11185/tid=11269] ppid=11183 vsize=7579120 CPUtime=0 cores=0,2
/proc/11185/task/11269/stat : 11269 (java) S 11183 11185 9649 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470245516 7761018880 15166 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 7579120

[startup+3.10161 s]
/proc/loadavg: 2.54 2.95 2.81 7/260 11284
/proc/meminfo: memFree=18182768/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7599736 CPUtime=3.66 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 22553 0 1 0 364 2 0 0 23 0 19 0 470245484 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1899934 19792 2253 9 0 1890672 0
[pid=11185/tid=11187] ppid=11183 vsize=7599736 CPUtime=2.96 cores=0,2
/proc/11185/task/11187/stat : 11187 (java) R 11183 11185 9649 0 -1 4202560 10025 0 1 0 295 1 0 0 25 0 19 0 470245485 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 46912505692567 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11185/tid=11188] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11188/stat : 11188 (java) S 11183 11185 9649 0 -1 4202560 698 0 0 0 0 0 0 0 18 0 19 0 470245487 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11189] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11189/stat : 11189 (java) S 11183 11185 9649 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 470245487 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11190] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11190/stat : 11190 (java) S 11183 11185 9649 0 -1 4202560 134 0 0 0 0 0 0 0 17 0 19 0 470245487 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11191] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11191/stat : 11191 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 470245487 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11192] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11192/stat : 11192 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 470245487 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11193] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11193/stat : 11193 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 470245487 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11194] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11194/stat : 11194 (java) S 11183 11185 9649 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 19 0 470245487 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11195] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11195/stat : 11195 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 470245487 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11196] ppid=11183 vsize=7599736 CPUtime=0.01 cores=0,2
/proc/11185/task/11196/stat : 11196 (java) S 11183 11185 9649 0 -1 4202560 868 0 0 0 1 0 0 0 15 0 19 0 470245488 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 0 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11197] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11197/stat : 11197 (java) S 11183 11185 9649 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470245488 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11198] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11198/stat : 11198 (java) S 11183 11185 9649 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470245488 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11199] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11199/stat : 11199 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676631985 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11200] ppid=11183 vsize=7599736 CPUtime=0.26 cores=0,2
/proc/11185/task/11200/stat : 11200 (java) S 11183 11185 9649 0 -1 4202560 2128 0 0 0 26 0 0 0 18 0 19 0 470245491 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11201] ppid=11183 vsize=7599736 CPUtime=0.39 cores=0,2
/proc/11185/task/11201/stat : 11201 (java) S 11183 11185 9649 0 -1 4202560 7507 0 0 0 39 0 0 0 17 0 19 0 470245491 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11202] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11202/stat : 11202 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11203] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11203/stat : 11203 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470245491 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11269] ppid=11183 vsize=7599736 CPUtime=0 cores=0,2
/proc/11185/task/11269/stat : 11269 (java) S 11183 11185 9649 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470245516 7782129664 19792 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 7599736

[startup+6.30105 s]
/proc/loadavg: 2.66 2.96 2.82 7/260 11284
/proc/meminfo: memFree=17990804/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7595104 CPUtime=6.87 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 24360 0 1 0 684 3 0 0 23 0 19 0 470245484 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1898776 20888 2253 9 0 1889514 0
[pid=11185/tid=11187] ppid=11183 vsize=7595104 CPUtime=6.11 cores=0,2
/proc/11185/task/11187/stat : 11187 (java) R 11183 11185 9649 0 -1 4202560 10029 0 1 0 610 1 0 0 25 0 19 0 470245485 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 46912505595240 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11185/tid=11188] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11188/stat : 11188 (java) S 11183 11185 9649 0 -1 4202560 698 0 0 0 0 0 0 0 18 0 19 0 470245487 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11189] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11189/stat : 11189 (java) S 11183 11185 9649 0 -1 4202560 884 0 0 0 0 0 0 0 17 0 19 0 470245487 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11190] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11190/stat : 11190 (java) S 11183 11185 9649 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 470245487 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11191] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11191/stat : 11191 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 470245487 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11192] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11192/stat : 11192 (java) S 11183 11185 9649 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 470245487 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11193] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11193/stat : 11193 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 470245487 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11194] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11194/stat : 11194 (java) S 11183 11185 9649 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 470245487 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11195] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11195/stat : 11195 (java) S 11183 11185 9649 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 470245487 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11196] ppid=11183 vsize=7595104 CPUtime=0.04 cores=0,2
/proc/11185/task/11196/stat : 11196 (java) S 11183 11185 9649 0 -1 4202560 1763 0 0 0 4 0 0 0 15 0 19 0 470245488 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 0 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11197] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11197/stat : 11197 (java) S 11183 11185 9649 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11198] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11198/stat : 11198 (java) S 11183 11185 9649 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11199] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11199/stat : 11199 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676631985 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11200] ppid=11183 vsize=7595104 CPUtime=0.27 cores=0,2
/proc/11185/task/11200/stat : 11200 (java) S 11183 11185 9649 0 -1 4202560 2128 0 0 0 27 0 0 0 15 0 19 0 470245491 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11201] ppid=11183 vsize=7595104 CPUtime=0.39 cores=0,2
/proc/11185/task/11201/stat : 11201 (java) S 11183 11185 9649 0 -1 4202560 7507 0 0 0 39 0 0 0 15 0 19 0 470245491 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11202] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11202/stat : 11202 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11203] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11203/stat : 11203 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470245491 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11269] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11269/stat : 11269 (java) S 11183 11185 9649 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470245516 7777386496 20888 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 7595104

[startup+12.7009 s]

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

[pid=11185/tid=11193] ppid=11183 vsize=7595104 CPUtime=0.08 cores=0,2
/proc/11185/task/11193/stat : 11193 (java) S 11183 11185 9649 0 -1 4202560 1253 0 0 0 8 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11194] ppid=11183 vsize=7595104 CPUtime=0.09 cores=0,2
/proc/11185/task/11194/stat : 11194 (java) S 11183 11185 9649 0 -1 4202560 211 0 0 0 9 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11195] ppid=11183 vsize=7595104 CPUtime=0.11 cores=0,2
/proc/11185/task/11195/stat : 11195 (java) S 11183 11185 9649 0 -1 4202560 517 0 0 0 11 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11196] ppid=11183 vsize=7595104 CPUtime=1.67 cores=0,2
/proc/11185/task/11196/stat : 11196 (java) S 11183 11185 9649 0 -1 4202560 7686 0 0 0 166 1 0 0 15 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 0 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11197] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11197/stat : 11197 (java) S 11183 11185 9649 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11198] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11198/stat : 11198 (java) S 11183 11185 9649 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11199] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11199/stat : 11199 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676631985 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11200] ppid=11183 vsize=7595104 CPUtime=0.29 cores=0,2
/proc/11185/task/11200/stat : 11200 (java) S 11183 11185 9649 0 -1 4202560 2142 0 0 0 29 0 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11201] ppid=11183 vsize=7595104 CPUtime=0.39 cores=0,2
/proc/11185/task/11201/stat : 11201 (java) S 11183 11185 9649 0 -1 4202560 7507 0 0 0 39 0 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11202] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11202/stat : 11202 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11203] ppid=11183 vsize=7595104 CPUtime=0.09 cores=0,2
/proc/11185/task/11203/stat : 11203 (java) S 11183 11185 9649 0 -1 4202560 67 0 0 0 0 9 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11269] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11269/stat : 11269 (java) S 11183 11185 9649 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470245516 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.33
Current children cumulated vsize (KiB) 7595104

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 3.67 5/260 11316
/proc/meminfo: memFree=17497236/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7595104 CPUtime=1183.35 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 38016 0 1 0 118316 19 0 0 23 0 19 0 470245484 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1898776 34344 2253 9 0 1889514 0
[pid=11185/tid=11187] ppid=11183 vsize=7595104 CPUtime=1180 cores=0,2
/proc/11185/task/11187/stat : 11187 (java) R 11183 11185 9649 0 -1 4202560 12550 0 1 0 117996 4 0 0 25 0 19 0 470245485 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 46912505681287 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11185/tid=11188] ppid=11183 vsize=7595104 CPUtime=0.09 cores=0,2
/proc/11185/task/11188/stat : 11188 (java) S 11183 11185 9649 0 -1 4202560 1699 0 0 0 9 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11189] ppid=11183 vsize=7595104 CPUtime=0.06 cores=0,2
/proc/11185/task/11189/stat : 11189 (java) S 11183 11185 9649 0 -1 4202560 1397 0 0 0 6 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11190] ppid=11183 vsize=7595104 CPUtime=0.11 cores=0,2
/proc/11185/task/11190/stat : 11190 (java) S 11183 11185 9649 0 -1 4202560 1157 0 0 0 11 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11191] ppid=11183 vsize=7595104 CPUtime=0.04 cores=0,2
/proc/11185/task/11191/stat : 11191 (java) S 11183 11185 9649 0 -1 4202560 371 0 0 0 4 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11192] ppid=11183 vsize=7595104 CPUtime=0.09 cores=0,2
/proc/11185/task/11192/stat : 11192 (java) S 11183 11185 9649 0 -1 4202560 302 0 0 0 9 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11193] ppid=11183 vsize=7595104 CPUtime=0.08 cores=0,2
/proc/11185/task/11193/stat : 11193 (java) S 11183 11185 9649 0 -1 4202560 1253 0 0 0 8 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11194] ppid=11183 vsize=7595104 CPUtime=0.09 cores=0,2
/proc/11185/task/11194/stat : 11194 (java) S 11183 11185 9649 0 -1 4202560 211 0 0 0 9 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11195] ppid=11183 vsize=7595104 CPUtime=0.11 cores=0,2
/proc/11185/task/11195/stat : 11195 (java) S 11183 11185 9649 0 -1 4202560 517 0 0 0 11 0 0 0 16 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11196] ppid=11183 vsize=7595104 CPUtime=1.78 cores=0,2
/proc/11185/task/11196/stat : 11196 (java) S 11183 11185 9649 0 -1 4202560 7690 0 0 0 177 1 0 0 15 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 0 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11197] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11197/stat : 11197 (java) S 11183 11185 9649 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11198] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11198/stat : 11198 (java) S 11183 11185 9649 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11199] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11199/stat : 11199 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676631985 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11200] ppid=11183 vsize=7595104 CPUtime=0.29 cores=0,2
/proc/11185/task/11200/stat : 11200 (java) S 11183 11185 9649 0 -1 4202560 2142 0 0 0 29 0 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11201] ppid=11183 vsize=7595104 CPUtime=0.39 cores=0,2
/proc/11185/task/11201/stat : 11201 (java) S 11183 11185 9649 0 -1 4202560 7507 0 0 0 39 0 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11202] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11202/stat : 11202 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11203] ppid=11183 vsize=7595104 CPUtime=0.1 cores=0,2
/proc/11185/task/11203/stat : 11203 (java) S 11183 11185 9649 0 -1 4202560 69 0 0 0 0 10 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11269] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11269/stat : 11269 (java) S 11183 11185 9649 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470245516 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.35
Current children cumulated vsize (KiB) 7595104

[startup+1242.3 s]
/proc/loadavg: 4.03 4.02 3.68 5/260 11318
/proc/meminfo: memFree=17486432/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7595104 CPUtime=1243.36 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 38026 0 1 0 124317 19 0 0 23 0 19 0 470245484 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1898776 34344 2253 9 0 1889514 0
[pid=11185/tid=11187] ppid=11183 vsize=7595104 CPUtime=1239.92 cores=0,2
/proc/11185/task/11187/stat : 11187 (java) R 11183 11185 9649 0 -1 4202560 12552 0 1 0 123988 4 0 0 25 0 19 0 470245485 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 46912505692648 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11185/tid=11188] ppid=11183 vsize=7595104 CPUtime=0.1 cores=0,2
/proc/11185/task/11188/stat : 11188 (java) S 11183 11185 9649 0 -1 4202560 1699 0 0 0 10 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11189] ppid=11183 vsize=7595104 CPUtime=0.06 cores=0,2
/proc/11185/task/11189/stat : 11189 (java) S 11183 11185 9649 0 -1 4202560 1397 0 0 0 6 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11190] ppid=11183 vsize=7595104 CPUtime=0.11 cores=0,2
/proc/11185/task/11190/stat : 11190 (java) S 11183 11185 9649 0 -1 4202560 1157 0 0 0 11 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11191] ppid=11183 vsize=7595104 CPUtime=0.05 cores=0,2
/proc/11185/task/11191/stat : 11191 (java) S 11183 11185 9649 0 -1 4202560 371 0 0 0 5 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11192] ppid=11183 vsize=7595104 CPUtime=0.09 cores=0,2
/proc/11185/task/11192/stat : 11192 (java) S 11183 11185 9649 0 -1 4202560 302 0 0 0 9 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11193] ppid=11183 vsize=7595104 CPUtime=0.08 cores=0,2
/proc/11185/task/11193/stat : 11193 (java) S 11183 11185 9649 0 -1 4202560 1253 0 0 0 8 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11194] ppid=11183 vsize=7595104 CPUtime=0.09 cores=0,2
/proc/11185/task/11194/stat : 11194 (java) S 11183 11185 9649 0 -1 4202560 211 0 0 0 9 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11195] ppid=11183 vsize=7595104 CPUtime=0.12 cores=0,2
/proc/11185/task/11195/stat : 11195 (java) S 11183 11185 9649 0 -1 4202560 517 0 0 0 12 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11196] ppid=11183 vsize=7595104 CPUtime=1.85 cores=0,2
/proc/11185/task/11196/stat : 11196 (java) S 11183 11185 9649 0 -1 4202560 7694 0 0 0 184 1 0 0 15 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 0 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11197] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11197/stat : 11197 (java) S 11183 11185 9649 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11198] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11198/stat : 11198 (java) S 11183 11185 9649 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11199] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11199/stat : 11199 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676631985 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11200] ppid=11183 vsize=7595104 CPUtime=0.29 cores=0,2
/proc/11185/task/11200/stat : 11200 (java) S 11183 11185 9649 0 -1 4202560 2142 0 0 0 29 0 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11201] ppid=11183 vsize=7595104 CPUtime=0.39 cores=0,2
/proc/11185/task/11201/stat : 11201 (java) S 11183 11185 9649 0 -1 4202560 7507 0 0 0 39 0 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11202] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11202/stat : 11202 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11203] ppid=11183 vsize=7595104 CPUtime=0.1 cores=0,2
/proc/11185/task/11203/stat : 11203 (java) S 11183 11185 9649 0 -1 4202560 73 0 0 0 0 10 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11269] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11269/stat : 11269 (java) S 11183 11185 9649 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470245516 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.36
Current children cumulated vsize (KiB) 7595104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.70 5/260 11319
/proc/meminfo: memFree=17481936/32951132 swapFree=67111528/67111528
[pid=11185] ppid=11183 vsize=7595104 CPUtime=1301.09 cores=0,2
/proc/11185/stat : 11185 (java) S 11183 11185 9649 0 -1 4202496 38034 0 1 0 130088 21 0 0 23 0 19 0 470245484 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11185/statm: 1898776 34344 2253 9 0 1889514 0
[pid=11185/tid=11187] ppid=11183 vsize=7595104 CPUtime=1297.54 cores=0,2
/proc/11185/task/11187/stat : 11187 (java) R 11183 11185 9649 0 -1 4202560 12554 0 1 0 129749 5 0 0 25 0 19 0 470245485 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 46912505643662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11185/tid=11188] ppid=11183 vsize=7595104 CPUtime=0.1 cores=0,2
/proc/11185/task/11188/stat : 11188 (java) S 11183 11185 9649 0 -1 4202560 1699 0 0 0 10 0 0 0 16 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11189] ppid=11183 vsize=7595104 CPUtime=0.06 cores=0,2
/proc/11185/task/11189/stat : 11189 (java) S 11183 11185 9649 0 -1 4202560 1397 0 0 0 6 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11190] ppid=11183 vsize=7595104 CPUtime=0.11 cores=0,2
/proc/11185/task/11190/stat : 11190 (java) S 11183 11185 9649 0 -1 4202560 1157 0 0 0 11 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11191] ppid=11183 vsize=7595104 CPUtime=0.05 cores=0,2
/proc/11185/task/11191/stat : 11191 (java) S 11183 11185 9649 0 -1 4202560 371 0 0 0 5 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11192] ppid=11183 vsize=7595104 CPUtime=0.1 cores=0,2
/proc/11185/task/11192/stat : 11192 (java) S 11183 11185 9649 0 -1 4202560 302 0 0 0 10 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11193] ppid=11183 vsize=7595104 CPUtime=0.08 cores=0,2
/proc/11185/task/11193/stat : 11193 (java) S 11183 11185 9649 0 -1 4202560 1253 0 0 0 8 0 0 0 16 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11194] ppid=11183 vsize=7595104 CPUtime=0.1 cores=0,2
/proc/11185/task/11194/stat : 11194 (java) S 11183 11185 9649 0 -1 4202560 211 0 0 0 10 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11195] ppid=11183 vsize=7595104 CPUtime=0.12 cores=0,2
/proc/11185/task/11195/stat : 11195 (java) S 11183 11185 9649 0 -1 4202560 517 0 0 0 12 0 0 0 15 0 19 0 470245487 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11196] ppid=11183 vsize=7595104 CPUtime=1.93 cores=0,2
/proc/11185/task/11196/stat : 11196 (java) S 11183 11185 9649 0 -1 4202560 7696 0 0 0 191 2 0 0 15 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 0 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
[pid=11185/tid=11197] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11197/stat : 11197 (java) S 11183 11185 9649 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11198] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11198/stat : 11198 (java) S 11183 11185 9649 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470245488 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11199] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11199/stat : 11199 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676631985 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11200] ppid=11183 vsize=7595104 CPUtime=0.29 cores=0,2
/proc/11185/task/11200/stat : 11200 (java) S 11183 11185 9649 0 -1 4202560 2142 0 0 0 29 0 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11201] ppid=11183 vsize=7595104 CPUtime=0.39 cores=0,2
/proc/11185/task/11201/stat : 11201 (java) S 11183 11185 9649 0 -1 4202560 7507 0 0 0 39 0 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11202] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11202/stat : 11202 (java) S 11183 11185 9649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624281 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11203] ppid=11183 vsize=7595104 CPUtime=0.11 cores=0,2
/proc/11185/task/11203/stat : 11203 (java) S 11183 11185 9649 0 -1 4202560 77 0 0 0 0 11 0 0 15 0 19 0 470245491 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 2 0 0 0
[pid=11185/tid=11269] ppid=11183 vsize=7595104 CPUtime=0 cores=0,2
/proc/11185/task/11269/stat : 11269 (java) S 11183 11185 9649 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470245516 7777386496 34344 33554432000 1073741824 1073778376 140733803063792 18446744073709551615 274676624896 0 4 0 16800975 18446604453880482688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.09
Current children cumulated vsize (KiB) 7595104

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.2
CPU user time (s): 1300.98
CPU system time (s): 0.222966
CPU usage (%): 100.087
Max. virtual memory (cumulated for all children) (KiB): 7599736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.98
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38076
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= 28274
involuntary context switches= 7861

runsolver used 2.22266 second user time and 5.11522 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 21:20:58
IDJOB=3266924
IDBENCH=88220
IDSOLVER=1611
FILE ID=node131/3266924-1303586458
RUNJOBID= node131-1303586458-11169
PBS_JOBID= 13150336
Free space on /tmp= 72004 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m27-q255-n25-p15-s2076598.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-3266924-1303586458/watcher-3266924-1303586458 -o /tmp/evaluation-result-3266924-1303586458/solver-3266924-1303586458 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3266924-1303586458.cnf

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

MD5SUM BENCH= f5a22d1154b549fd98215f1710a15f46
RANDOM SEED=1701028913

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18570376 kB
Buffers:        993268 kB
Cached:       12802816 kB
SwapCached:          0 kB
Active:        4257044 kB
Inactive:      9609368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18570376 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2132 kB
Writeback:           0 kB
AnonPages:       69716 kB
Mapped:          14708 kB
Slab:           450652 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   195660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71984 MiB
End job on node131 at 2011-04-23 21:42:40