Trace number 3281853

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) 1302.34 1300.08

General information on the benchmark

Nameibm-2002-30r-k85.cnf
MD5SUMc08fe2d9c476652207ada677b7ca59f9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.9815
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2338581
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 511035
Number of clauses of size over 541578

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.09/0.10	c no version file found!!!
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.18-164.el5
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		6997539544
0.09/0.10	c Max memory 		7034241024
0.09/0.10	c Total memory 		7034241024
0.09/0.10	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3281853-1303753470.cnf
0.09/0.10	c reading problem ... 
1.09/0.90	c ... done. Wall clock time 0.812s.
1.09/0.90	c #vars     181484
1.09/0.90	c #constraints  890274
1.09/0.90	c constraints type 
1.09/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 222355
1.09/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 667124
5.95/5.22	c cleaning 2484 clauses out of 4986 with flag 5001/5001
10.94/9.60	c cleaning 4227 clauses out of 8502 with flag 11003/11003
14.75/13.48	c cleaning 5629 clauses out of 11272 with flag 18001/18001
19.16/17.83	c cleaning 6773 clauses out of 13643 with flag 26001/26001
23.68/22.33	c cleaning 7910 clauses out of 15869 with flag 35000/35000
28.80/27.46	c cleaning 8941 clauses out of 17961 with flag 45002/45002
34.20/32.89	c cleaning 9995 clauses out of 20018 with flag 56001/56001
40.91/39.58	c cleaning 11006 clauses out of 22019 with flag 68000/68000
48.62/47.29	c cleaning 11968 clauses out of 24014 with flag 81001/81001
56.63/55.23	c cleaning 12982 clauses out of 25984 with flag 95000/95000
64.34/62.93	c cleaning 13960 clauses out of 27962 with flag 110000/110000
73.14/71.70	c cleaning 14968 clauses out of 30000 with flag 126001/126001
82.95/81.55	c cleaning 15988 clauses out of 32017 with flag 143001/143001
92.67/91.25	c cleaning 16975 clauses out of 34019 with flag 161002/161002
103.08/101.66	c cleaning 17995 clauses out of 36039 with flag 180000/180000
114.79/113.39	c cleaning 19003 clauses out of 38034 with flag 200001/200001
127.30/125.81	c cleaning 19924 clauses out of 39882 with flag 221000/221000
139.31/137.86	c cleaning 20925 clauses out of 41918 with flag 243000/243000
153.11/151.64	c cleaning 21961 clauses out of 43974 with flag 266002/266002
168.01/166.51	c cleaning 22801 clauses out of 45989 with flag 290000/290000
183.62/182.17	c cleaning 24047 clauses out of 48184 with flag 315000/315000
199.63/198.15	c cleaning 24878 clauses out of 50103 with flag 341000/341000
214.85/213.34	c cleaning 26021 clauses out of 52172 with flag 368000/368000
231.37/229.84	c cleaning 26744 clauses out of 54125 with flag 396000/396000
250.28/248.78	c cleaning 28147 clauses out of 56358 with flag 425001/425001
271.40/269.89	c cleaning 28977 clauses out of 58196 with flag 455002/455002
291.22/289.65	c cleaning 29990 clauses out of 60202 with flag 486004/486004
309.84/308.26	c cleaning 30999 clauses out of 62051 with flag 518001/518001
330.06/328.47	c cleaning 31536 clauses out of 64026 with flag 551001/551001
354.78/353.17	c cleaning 33194 clauses out of 66466 with flag 585000/585000
387.19/385.60	c cleaning 33960 clauses out of 68264 with flag 620000/620000
416.42/414.71	c cleaning 35047 clauses out of 70303 with flag 656001/656001
440.93/439.21	c cleaning 35868 clauses out of 72152 with flag 693000/693000
468.25/466.56	c cleaning 36978 clauses out of 74223 with flag 731000/731000
490.77/489.06	c cleaning 37892 clauses out of 76124 with flag 770000/770000
517.09/515.34	c cleaning 39018 clauses out of 78104 with flag 810001/810001
562.20/560.47	c cleaning 39821 clauses out of 80076 with flag 851004/851004
594.42/592.68	c cleaning 40500 clauses out of 82217 with flag 893000/893000
630.45/628.62	c cleaning 41909 clauses out of 84711 with flag 936000/936000
657.66/655.90	c cleaning 42883 clauses out of 86645 with flag 980003/980003
686.18/684.35	c cleaning 43860 clauses out of 88715 with flag 1025000/1025000
713.59/711.76	c cleaning 43871 clauses out of 90855 with flag 1071000/1071000
745.39/743.51	c cleaning 45268 clauses out of 93958 with flag 1118001/1118001
777.81/775.92	c cleaning 46063 clauses out of 96637 with flag 1166000/1166000
812.83/810.90	c cleaning 47209 clauses out of 99529 with flag 1215000/1215000
847.15/845.22	c cleaning 48919 clauses out of 102306 with flag 1265002/1265002
881.27/879.30	c cleaning 49058 clauses out of 104352 with flag 1316000/1316000
917.20/915.25	c cleaning 50616 clauses out of 107171 with flag 1368000/1368000
955.22/953.26	c cleaning 51341 clauses out of 109514 with flag 1421001/1421001
993.04/991.09	c cleaning 51790 clauses out of 112083 with flag 1475000/1475000
1029.47/1027.41	c cleaning 53603 clauses out of 115288 with flag 1530001/1530001
1069.48/1067.41	c cleaning 54263 clauses out of 117481 with flag 1586000/1586000
1112.11/1110.02	c cleaning 55025 clauses out of 120151 with flag 1643003/1643003
1159.13/1157.08	c cleaning 56745 clauses out of 123111 with flag 1701000/1701000
1211.85/1209.74	c cleaning 57443 clauses out of 125318 with flag 1760001/1760001
1265.57/1263.43	c cleaning 58121 clauses out of 127871 with flag 1820000/1820000
1302.20/1300.01	c starts		: 1427
1302.20/1300.01	c conflicts		: 1862838
1302.20/1300.01	c decisions		: 5213040
1302.20/1300.01	c propagations		: 2441858960
1302.20/1300.01	c inspects		: 8223335247
1302.20/1300.01	c shortcuts		: 0
1302.20/1300.01	c learnt literals	: 265
1302.20/1300.01	c learnt binary clauses	: 26847
1302.20/1300.01	c learnt ternary clauses	: 61441
1302.20/1300.01	c learnt constraints	: 1862573
1302.20/1300.01	c ignored constraints	: 0
1302.20/1300.01	c root simplifications	: 1692
1302.20/1300.01	c removed literals (reason simplification)	: 31477397
1302.20/1300.01	c reason swapping (by a shorter reason)	: 0
1302.20/1300.01	c Calls to reduceDB	: 56
1302.20/1300.01	c speed (assignments/second)	: 1879641.4250074476
1302.20/1300.01	c non guided choices	205417
1302.20/1300.06	c learnt constraints type 
1302.20/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26417
1302.20/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86180
1302.20/1300.06	c constraints type 
1302.20/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 222355
1302.20/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 667124
1302.20/1300.06	s UNKNOWN
1302.20/1300.06	c Total wall clock time (in seconds) : 1299.923

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

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.41 3.84 3.54 6/204 12995
/proc/meminfo: memFree=14825964/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=31604 CPUtime=0 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 1260 0 0 0 0 0 0 0 21 0 2 0 467762430 32362496 977 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 7901 977 748 9 0 386 0
[pid=12995/tid=12996] ppid=12993 vsize=31604 CPUtime=0 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 170 0 0 0 0 0 0 0 23 0 2 0 467762431 32362496 1001 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254256692871 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0106871 s]
/proc/loadavg: 3.41 3.84 3.54 6/204 12995
/proc/meminfo: memFree=14825964/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7540840 CPUtime=0 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 3276 0 1 0 0 0 0 0 21 0 2 0 467762430 7721820160 2976 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1885210 2994 919 9 0 1876366 0
[pid=12995/tid=12996] ppid=12993 vsize=7540840 CPUtime=0 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 2190 0 1 0 0 0 0 0 23 0 2 0 467762431 7721820160 3006 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.100718 s]
/proc/loadavg: 3.41 3.84 3.54 6/204 12995
/proc/meminfo: memFree=14825964/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7569940 CPUtime=0.09 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 11634 0 1 0 7 2 0 0 21 0 18 0 467762430 7751618560 11329 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1892485 11329 1757 9 0 1883223 0
[pid=12995/tid=12996] ppid=12993 vsize=7569940 CPUtime=0.09 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 10458 0 1 0 7 2 0 0 18 0 18 0 467762431 7751618560 11329 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 47827243632264 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.30067 s]
/proc/loadavg: 3.41 3.84 3.54 6/204 12995
/proc/meminfo: memFree=14825964/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7637564 CPUtime=0.47 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 17074 0 1 0 45 2 0 0 21 0 18 0 467762430 7820865536 15271 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1909391 15272 2197 9 0 1900129 0
[pid=12995/tid=12996] ppid=12993 vsize=7637564 CPUtime=0.28 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 12812 0 1 0 26 2 0 0 18 0 18 0 467762431 7820865536 15273 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 46912505553718 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7637564

[startup+0.700613 s]
/proc/loadavg: 3.41 3.84 3.54 6/204 12995
/proc/meminfo: memFree=14825964/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7637564 CPUtime=0.87 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 30424 0 1 0 83 4 0 0 21 0 18 0 467762430 7820865536 28621 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1909391 28622 2197 9 0 1900129 0
[pid=12995/tid=12996] ppid=12993 vsize=7637564 CPUtime=0.69 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 26162 0 1 0 65 4 0 0 18 0 18 0 467762431 7820865536 28623 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 46912505519343 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 7637564

[startup+1.50143 s]
/proc/loadavg: 3.70 3.89 3.55 12/262 13056
/proc/meminfo: memFree=14337816/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7642964 CPUtime=2.13 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 42588 0 1 0 207 6 0 0 21 0 19 0 467762430 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1910741 38849 2220 9 0 1901479 0
[pid=12995/tid=12996] ppid=12993 vsize=7642964 CPUtime=1.43 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 34375 0 1 0 138 5 0 0 20 0 19 0 467762431 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 46912505771225 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12995/tid=13007] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13007/stat : 13007 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467762432 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13008] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13008/stat : 13008 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13009] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13009/stat : 13009 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13010] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13010/stat : 13010 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13011] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13011/stat : 13011 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13012] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13012/stat : 13012 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13013] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13013/stat : 13013 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13014] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13014/stat : 13014 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13017] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13017/stat : 13017 (java) S 12993 12995 11954 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 467762433 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 0 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13018] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13018/stat : 13018 (java) S 12993 12995 11954 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467762433 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13019] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13019/stat : 13019 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467762433 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13025] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13025/stat : 13025 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273440177 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13026] ppid=12993 vsize=7642964 CPUtime=0.25 cores=5,7
/proc/12995/task/13026/stat : 13026 (java) S 12993 12995 11954 0 -1 4202560 3336 0 0 0 25 0 0 0 18 0 19 0 467762435 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13027] ppid=12993 vsize=7642964 CPUtime=0.43 cores=5,7
/proc/12995/task/13027/stat : 13027 (java) S 12993 12995 11954 0 -1 4202560 3715 0 0 0 43 0 0 0 18 0 19 0 467762435 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13028] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13028/stat : 13028 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13029] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13029/stat : 13029 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467762435 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13056] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13056/stat : 13056 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467762529 7826395136 38849 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 7642964

[startup+3.10115 s]
/proc/loadavg: 3.70 3.89 3.55 6/262 13056
/proc/meminfo: memFree=14317480/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7642964 CPUtime=3.86 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 42893 0 1 0 380 6 0 0 21 0 19 0 467762430 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1910741 39153 2225 9 0 1901479 0
[pid=12995/tid=12996] ppid=12993 vsize=7642964 CPUtime=3.02 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 34653 0 1 0 297 5 0 0 25 0 19 0 467762431 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 46912505702766 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12995/tid=13007] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13007/stat : 13007 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 467762432 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13008] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13008/stat : 13008 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13009] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13009/stat : 13009 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13010] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13010/stat : 13010 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13011] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13011/stat : 13011 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13012] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13012/stat : 13012 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13013] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13013/stat : 13013 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13014] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13014/stat : 13014 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762432 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13017] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13017/stat : 13017 (java) S 12993 12995 11954 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 467762433 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 0 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13018] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13018/stat : 13018 (java) S 12993 12995 11954 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467762433 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13019] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13019/stat : 13019 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467762433 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13025] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13025/stat : 13025 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273440177 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13026] ppid=12993 vsize=7642964 CPUtime=0.3 cores=5,7
/proc/12995/task/13026/stat : 13026 (java) S 12993 12995 11954 0 -1 4202560 3342 0 0 0 30 0 0 0 15 0 19 0 467762435 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13027] ppid=12993 vsize=7642964 CPUtime=0.52 cores=5,7
/proc/12995/task/13027/stat : 13027 (java) S 12993 12995 11954 0 -1 4202560 3735 0 0 0 52 0 0 0 15 0 19 0 467762435 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13028] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13028/stat : 13028 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13029] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13029/stat : 13029 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467762435 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13056] ppid=12993 vsize=7642964 CPUtime=0 cores=5,7
/proc/12995/task/13056/stat : 13056 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467762529 7826395136 39153 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 7642964

[startup+6.30161 s]
/proc/loadavg: 3.72 3.89 3.56 5/262 13057
/proc/meminfo: memFree=13959016/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7661152 CPUtime=7.62 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 98391 0 1 0 749 13 0 0 21 0 19 0 467762430 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1915288 92887 2251 9 0 1906026 0
[pid=12995/tid=12996] ppid=12993 vsize=7661152 CPUtime=5.73 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 34898 0 1 0 568 5 0 0 22 0 19 0 467762431 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 46912505711915 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12995/tid=13007] ppid=12993 vsize=7661152 CPUtime=0.11 cores=5,7
/proc/12995/task/13007/stat : 13007 (java) S 12993 12995 11954 0 -1 4202560 12049 0 0 0 10 1 0 0 18 0 19 0 467762432 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13008] ppid=12993 vsize=7661152 CPUtime=0.12 cores=5,7
/proc/12995/task/13008/stat : 13008 (java) S 12993 12995 11954 0 -1 4202560 9392 0 0 0 11 1 0 0 18 0 19 0 467762432 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13009] ppid=12993 vsize=7661152 CPUtime=0 cores=5,7
/proc/12995/task/13009/stat : 13009 (java) S 12993 12995 11954 0 -1 4202560 627 0 0 0 0 0 0 0 18 0 19 0 467762432 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13010] ppid=12993 vsize=7661152 CPUtime=0 cores=5,7
/proc/12995/task/13010/stat : 13010 (java) S 12993 12995 11954 0 -1 4202560 131 0 0 0 0 0 0 0 18 0 19 0 467762432 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13011] ppid=12993 vsize=7661152 CPUtime=0 cores=5,7
/proc/12995/task/13011/stat : 13011 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467762432 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13012] ppid=12993 vsize=7661152 CPUtime=0 cores=5,7
/proc/12995/task/13012/stat : 13012 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467762432 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13013] ppid=12993 vsize=7661152 CPUtime=0 cores=5,7
/proc/12995/task/13013/stat : 13013 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467762432 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13014] ppid=12993 vsize=7661152 CPUtime=0 cores=5,7
/proc/12995/task/13014/stat : 13014 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467762432 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13017] ppid=12993 vsize=7661152 CPUtime=0.33 cores=5,7
/proc/12995/task/13017/stat : 13017 (java) S 12993 12995 11954 0 -1 4202560 27626 0 0 0 30 3 0 0 16 0 19 0 467762433 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 0 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13018] ppid=12993 vsize=7661152 CPUtime=0 cores=5,7
/proc/12995/task/13018/stat : 13018 (java) S 12993 12995 11954 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467762433 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13019] ppid=12993 vsize=7661152 CPUtime=0 cores=5,7
/proc/12995/task/13019/stat : 13019 (java) S 12993 12995 11954 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467762433 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13025] ppid=12993 vsize=7661152 CPUtime=0 cores=5,7
/proc/12995/task/13025/stat : 13025 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273440177 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13026] ppid=12993 vsize=7661152 CPUtime=0.31 cores=5,7
/proc/12995/task/13026/stat : 13026 (java) S 12993 12995 11954 0 -1 4202560 3346 0 0 0 31 0 0 0 15 0 19 0 467762435 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13027] ppid=12993 vsize=7661152 CPUtime=0.96 cores=5,7
/proc/12995/task/13027/stat : 13027 (java) S 12993 12995 11954 0 -1 4202560 9166 0 0 0 95 1 0 0 16 0 19 0 467762435 7845019648 92887 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0

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

[pid=12995/tid=13012] ppid=12993 vsize=7652572 CPUtime=0.18 cores=5,7
/proc/12995/task/13012/stat : 13012 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 18 0 0 0 15 0 19 0 467762432 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13013] ppid=12993 vsize=7652572 CPUtime=0.29 cores=5,7
/proc/12995/task/13013/stat : 13013 (java) S 12993 12995 11954 0 -1 4202560 13 0 0 0 29 0 0 0 16 0 19 0 467762432 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13014] ppid=12993 vsize=7652572 CPUtime=0.27 cores=5,7
/proc/12995/task/13014/stat : 13014 (java) S 12993 12995 11954 0 -1 4202560 11 0 0 0 27 0 0 0 15 0 19 0 467762432 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13017] ppid=12993 vsize=7652572 CPUtime=14.28 cores=5,7
/proc/12995/task/13017/stat : 13017 (java) S 12993 12995 11954 0 -1 4202560 31837 0 0 0 1425 3 0 0 15 0 19 0 467762433 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 0 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13018] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13018/stat : 13018 (java) S 12993 12995 11954 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467762433 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13019] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13019/stat : 13019 (java) S 12993 12995 11954 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467762433 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13025] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13025/stat : 13025 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273440177 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13026] ppid=12993 vsize=7652572 CPUtime=0.32 cores=5,7
/proc/12995/task/13026/stat : 13026 (java) S 12993 12995 11954 0 -1 4202560 3349 0 0 0 32 0 0 0 15 0 19 0 467762435 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13027] ppid=12993 vsize=7652572 CPUtime=1 cores=5,7
/proc/12995/task/13027/stat : 13027 (java) S 12993 12995 11954 0 -1 4202560 9171 0 0 0 99 1 0 0 15 0 19 0 467762435 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13028] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13028/stat : 13028 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13029] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13029/stat : 13029 (java) S 12993 12995 11954 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 467762435 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13056] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13056/stat : 13056 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467762529 7836233728 95879 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1124.43
Current children cumulated vsize (KiB) 7652572

[startup+1182.3 s]
/proc/loadavg: 3.05 3.19 3.43 4/238 13161
/proc/meminfo: memFree=13835212/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7652572 CPUtime=1184.45 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 103102 0 1 0 118431 14 0 0 21 0 19 0 467762430 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1913143 96047 2253 9 0 1903881 0
[pid=12995/tid=12996] ppid=12993 vsize=7652572 CPUtime=1166.42 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 34952 0 1 0 116637 5 0 0 25 0 19 0 467762431 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 46912505719944 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12995/tid=13007] ppid=12993 vsize=7652572 CPUtime=0.28 cores=5,7
/proc/12995/task/13007/stat : 13007 (java) S 12993 12995 11954 0 -1 4202560 12060 0 0 0 27 1 0 0 15 0 19 0 467762432 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13008] ppid=12993 vsize=7652572 CPUtime=0.3 cores=5,7
/proc/12995/task/13008/stat : 13008 (java) S 12993 12995 11954 0 -1 4202560 9413 0 0 0 29 1 0 0 15 0 19 0 467762432 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13009] ppid=12993 vsize=7652572 CPUtime=0.29 cores=5,7
/proc/12995/task/13009/stat : 13009 (java) S 12993 12995 11954 0 -1 4202560 665 0 0 0 29 0 0 0 16 0 19 0 467762432 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13010] ppid=12993 vsize=7652572 CPUtime=0.18 cores=5,7
/proc/12995/task/13010/stat : 13010 (java) S 12993 12995 11954 0 -1 4202560 221 0 0 0 18 0 0 0 15 0 19 0 467762432 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13011] ppid=12993 vsize=7652572 CPUtime=0.26 cores=5,7
/proc/12995/task/13011/stat : 13011 (java) S 12993 12995 11954 0 -1 4202560 13 0 0 0 26 0 0 0 15 0 19 0 467762432 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13012] ppid=12993 vsize=7652572 CPUtime=0.18 cores=5,7
/proc/12995/task/13012/stat : 13012 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 18 0 0 0 15 0 19 0 467762432 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13013] ppid=12993 vsize=7652572 CPUtime=0.29 cores=5,7
/proc/12995/task/13013/stat : 13013 (java) S 12993 12995 11954 0 -1 4202560 13 0 0 0 29 0 0 0 15 0 19 0 467762432 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13014] ppid=12993 vsize=7652572 CPUtime=0.29 cores=5,7
/proc/12995/task/13014/stat : 13014 (java) S 12993 12995 11954 0 -1 4202560 12 0 0 0 29 0 0 0 15 0 19 0 467762432 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13017] ppid=12993 vsize=7652572 CPUtime=14.54 cores=5,7
/proc/12995/task/13017/stat : 13017 (java) S 12993 12995 11954 0 -1 4202560 32006 0 0 0 1451 3 0 0 15 0 19 0 467762433 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 0 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13018] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13018/stat : 13018 (java) S 12993 12995 11954 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467762433 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13019] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13019/stat : 13019 (java) S 12993 12995 11954 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467762433 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13025] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13025/stat : 13025 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273440177 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13026] ppid=12993 vsize=7652572 CPUtime=0.32 cores=5,7
/proc/12995/task/13026/stat : 13026 (java) S 12993 12995 11954 0 -1 4202560 3349 0 0 0 32 0 0 0 15 0 19 0 467762435 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13027] ppid=12993 vsize=7652572 CPUtime=1 cores=5,7
/proc/12995/task/13027/stat : 13027 (java) S 12993 12995 11954 0 -1 4202560 9171 0 0 0 99 1 0 0 15 0 19 0 467762435 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13028] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13028/stat : 13028 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13029] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13029/stat : 13029 (java) S 12993 12995 11954 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 467762435 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13056] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13056/stat : 13056 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467762529 7836233728 96047 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1184.45
Current children cumulated vsize (KiB) 7652572

[startup+1242.3 s]
/proc/loadavg: 3.02 3.15 3.40 5/238 13163
/proc/meminfo: memFree=13833300/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7652572 CPUtime=1244.47 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 103275 0 1 0 124433 14 0 0 21 0 19 0 467762430 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1913143 96213 2253 9 0 1903881 0
[pid=12995/tid=12996] ppid=12993 vsize=7652572 CPUtime=1226.14 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 34953 0 1 0 122609 5 0 0 25 0 19 0 467762431 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 46912505793128 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12995/tid=13007] ppid=12993 vsize=7652572 CPUtime=0.28 cores=5,7
/proc/12995/task/13007/stat : 13007 (java) S 12993 12995 11954 0 -1 4202560 12060 0 0 0 27 1 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13008] ppid=12993 vsize=7652572 CPUtime=0.32 cores=5,7
/proc/12995/task/13008/stat : 13008 (java) S 12993 12995 11954 0 -1 4202560 9413 0 0 0 31 1 0 0 16 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13009] ppid=12993 vsize=7652572 CPUtime=0.29 cores=5,7
/proc/12995/task/13009/stat : 13009 (java) S 12993 12995 11954 0 -1 4202560 665 0 0 0 29 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13010] ppid=12993 vsize=7652572 CPUtime=0.18 cores=5,7
/proc/12995/task/13010/stat : 13010 (java) S 12993 12995 11954 0 -1 4202560 221 0 0 0 18 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13011] ppid=12993 vsize=7652572 CPUtime=0.26 cores=5,7
/proc/12995/task/13011/stat : 13011 (java) S 12993 12995 11954 0 -1 4202560 13 0 0 0 26 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13012] ppid=12993 vsize=7652572 CPUtime=0.2 cores=5,7
/proc/12995/task/13012/stat : 13012 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 20 0 0 0 16 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13013] ppid=12993 vsize=7652572 CPUtime=0.29 cores=5,7
/proc/12995/task/13013/stat : 13013 (java) S 12993 12995 11954 0 -1 4202560 13 0 0 0 29 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13014] ppid=12993 vsize=7652572 CPUtime=0.29 cores=5,7
/proc/12995/task/13014/stat : 13014 (java) S 12993 12995 11954 0 -1 4202560 12 0 0 0 29 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13017] ppid=12993 vsize=7652572 CPUtime=14.8 cores=5,7
/proc/12995/task/13017/stat : 13017 (java) S 12993 12995 11954 0 -1 4202560 32174 0 0 0 1477 3 0 0 15 0 19 0 467762433 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 0 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13018] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13018/stat : 13018 (java) S 12993 12995 11954 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467762433 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13019] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13019/stat : 13019 (java) S 12993 12995 11954 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467762433 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13025] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13025/stat : 13025 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273440177 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13026] ppid=12993 vsize=7652572 CPUtime=0.32 cores=5,7
/proc/12995/task/13026/stat : 13026 (java) S 12993 12995 11954 0 -1 4202560 3349 0 0 0 32 0 0 0 15 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13027] ppid=12993 vsize=7652572 CPUtime=1 cores=5,7
/proc/12995/task/13027/stat : 13027 (java) S 12993 12995 11954 0 -1 4202560 9171 0 0 0 99 1 0 0 15 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13028] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13028/stat : 13028 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13029] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13029/stat : 13029 (java) S 12993 12995 11954 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13056] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13056/stat : 13056 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467762529 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1244.47
Current children cumulated vsize (KiB) 7652572



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.12 3.37 4/238 13164
/proc/meminfo: memFree=13833124/32951124 swapFree=67111528/67111528
[pid=12995] ppid=12993 vsize=7652572 CPUtime=1302.2 cores=5,7
/proc/12995/stat : 12995 (java) S 12993 12995 11954 0 -1 4202496 103282 0 1 0 130206 14 0 0 21 0 19 0 467762430 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12995/statm: 1913143 96213 2253 9 0 1903881 0
[pid=12995/tid=12996] ppid=12993 vsize=7652572 CPUtime=1283.46 cores=5,7
/proc/12995/task/12996/stat : 12996 (java) R 12993 12995 11954 0 -1 4202560 34954 0 1 0 128341 5 0 0 25 0 19 0 467762431 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 46912505791088 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12995/tid=13007] ppid=12993 vsize=7652572 CPUtime=0.3 cores=5,7
/proc/12995/task/13007/stat : 13007 (java) S 12993 12995 11954 0 -1 4202560 12060 0 0 0 29 1 0 0 16 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13008] ppid=12993 vsize=7652572 CPUtime=0.32 cores=5,7
/proc/12995/task/13008/stat : 13008 (java) S 12993 12995 11954 0 -1 4202560 9413 0 0 0 31 1 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13009] ppid=12993 vsize=7652572 CPUtime=0.31 cores=5,7
/proc/12995/task/13009/stat : 13009 (java) S 12993 12995 11954 0 -1 4202560 665 0 0 0 31 0 0 0 16 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13010] ppid=12993 vsize=7652572 CPUtime=0.18 cores=5,7
/proc/12995/task/13010/stat : 13010 (java) S 12993 12995 11954 0 -1 4202560 221 0 0 0 18 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13011] ppid=12993 vsize=7652572 CPUtime=0.26 cores=5,7
/proc/12995/task/13011/stat : 13011 (java) S 12993 12995 11954 0 -1 4202560 13 0 0 0 26 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13012] ppid=12993 vsize=7652572 CPUtime=0.2 cores=5,7
/proc/12995/task/13012/stat : 13012 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 20 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13013] ppid=12993 vsize=7652572 CPUtime=0.29 cores=5,7
/proc/12995/task/13013/stat : 13013 (java) S 12993 12995 11954 0 -1 4202560 13 0 0 0 29 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13014] ppid=12993 vsize=7652572 CPUtime=0.29 cores=5,7
/proc/12995/task/13014/stat : 13014 (java) S 12993 12995 11954 0 -1 4202560 12 0 0 0 29 0 0 0 15 0 19 0 467762432 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13017] ppid=12993 vsize=7652572 CPUtime=15.16 cores=5,7
/proc/12995/task/13017/stat : 13017 (java) S 12993 12995 11954 0 -1 4202560 32176 0 0 0 1513 3 0 0 15 0 19 0 467762433 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 0 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13018] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13018/stat : 13018 (java) S 12993 12995 11954 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467762433 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13019] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13019/stat : 13019 (java) S 12993 12995 11954 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467762433 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13025] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13025/stat : 13025 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273440177 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13026] ppid=12993 vsize=7652572 CPUtime=0.32 cores=5,7
/proc/12995/task/13026/stat : 13026 (java) S 12993 12995 11954 0 -1 4202560 3349 0 0 0 32 0 0 0 15 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13027] ppid=12993 vsize=7652572 CPUtime=1 cores=5,7
/proc/12995/task/13027/stat : 13027 (java) S 12993 12995 11954 0 -1 4202560 9171 0 0 0 99 1 0 0 15 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13028] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13028/stat : 13028 (java) S 12993 12995 11954 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273432473 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
[pid=12995/tid=13029] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13029/stat : 13029 (java) S 12993 12995 11954 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 467762435 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 7 0 0 0
[pid=12995/tid=13056] ppid=12993 vsize=7652572 CPUtime=0 cores=5,7
/proc/12995/task/13056/stat : 13056 (java) S 12993 12995 11954 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 467762529 7836233728 96213 33554432000 1073741824 1073778376 140737096158080 18446744073709551615 254273433088 0 4 0 16800975 18446604471162826816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1302.2
Current children cumulated vsize (KiB) 7652572

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.08
CPU time (s): 1302.34
CPU user time (s): 1302.18
CPU system time (s): 0.162975
CPU usage (%): 100.173
Max. virtual memory (cumulated for all children) (KiB): 7661152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.18
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103319
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= 28115
involuntary context switches= 8093

runsolver used 2.10568 second user time and 5.02324 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-25 19:44:31
IDJOB=3281853
IDBENCH=69635
IDSOLVER=1611
FILE ID=node140/3281853-1303753470
RUNJOBID= node140-1303753470-12944
PBS_JOBID= 13154022
Free space on /tmp= 72300 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT_RACE08/cnf/ibm-2002-30r-k85.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-3281853-1303753470/watcher-3281853-1303753470 -o /tmp/evaluation-result-3281853-1303753470/solver-3281853-1303753470 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3281853-1303753470.cnf

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

MD5SUM BENCH= c08fe2d9c476652207ada677b7ca59f9
RANDOM SEED=1087704480

node140.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.833
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.833
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.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.833
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.833
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:      14831328 kB
Buffers:       2362388 kB
Cached:       15092804 kB
SwapCached:          0 kB
Active:       10203264 kB
Inactive:      7353916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14831328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           54936 kB
Writeback:           0 kB
AnonPages:      101216 kB
Mapped:          21468 kB
Slab:           497724 kB
PageTables:       5876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9876888 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= 72312 MiB
End job on node140 at 2011-04-25 20:06:13