Trace number 3259796

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.1 1300.05

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp.cnf
MD5SUM3e04f934e4f74a8e89587f6c1327f77e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark269.553
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses454832
Sum of the clauses size1512036
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 270326
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c no version file found!!!
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		6997539544
0.02/0.08	c Max memory 		7034241024
0.02/0.08	c Total memory 		7034241024
0.02/0.08	c Number of processors 	8
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483647s
0.02/0.09	c DB Simplification allowed=true
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-3259796-1303509894.cnf
0.02/0.09	c reading problem ... 
0.72/0.63	c ... done. Wall clock time 0.536s.
0.72/0.63	c #vars     33867
0.72/0.63	c #constraints  454832
0.72/0.63	c constraints type 
0.72/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384506
0.72/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70326
4.41/4.01	c cleaning 2419 clauses out of 4851 with flag 5000/5000
7.11/6.65	c cleaning 4182 clauses out of 8424 with flag 11003/11003
10.61/9.72	c cleaning 5591 clauses out of 11243 with flag 18005/18005
14.34/13.06	c cleaning 6798 clauses out of 13641 with flag 26001/26001
18.06/16.76	c cleaning 7841 clauses out of 15823 with flag 35000/35000
21.96/20.64	c cleaning 8881 clauses out of 17981 with flag 45002/45002
26.17/24.81	c cleaning 9954 clauses out of 20098 with flag 56000/56000
31.28/29.95	c cleaning 11018 clauses out of 22147 with flag 68003/68003
35.98/34.64	c cleaning 12034 clauses out of 24127 with flag 81001/81001
41.19/39.86	c cleaning 12952 clauses out of 26054 with flag 95001/95001
46.51/45.16	c cleaning 13983 clauses out of 28102 with flag 110001/110001
53.51/52.11	c cleaning 15043 clauses out of 30110 with flag 126000/126000
60.72/59.36	c cleaning 15960 clauses out of 32067 with flag 143000/143000
68.12/66.71	c cleaning 16975 clauses out of 34108 with flag 161001/161001
75.83/74.40	c cleaning 17960 clauses out of 36133 with flag 180001/180001
86.24/84.88	c cleaning 19070 clauses out of 38172 with flag 200000/200000
96.25/94.80	c cleaning 19948 clauses out of 40101 with flag 221001/221001
106.36/104.91	c cleaning 21015 clauses out of 42152 with flag 243000/243000
117.06/115.64	c cleaning 21933 clauses out of 44141 with flag 266004/266004
131.87/130.40	c cleaning 22969 clauses out of 46204 with flag 290000/290000
144.49/143.05	c cleaning 24100 clauses out of 48228 with flag 315001/315001
156.49/155.04	c cleaning 24880 clauses out of 50119 with flag 341002/341002
170.40/168.92	c cleaning 26055 clauses out of 52238 with flag 368001/368001
184.91/183.41	c cleaning 26998 clauses out of 54181 with flag 396000/396000
199.02/197.57	c cleaning 28062 clauses out of 56183 with flag 425000/425000
212.83/211.32	c cleaning 28935 clauses out of 58121 with flag 455000/455000
231.24/229.72	c cleaning 29925 clauses out of 60187 with flag 486001/486001
246.45/244.99	c cleaning 31120 clauses out of 62257 with flag 518001/518001
263.76/262.26	c cleaning 31935 clauses out of 64136 with flag 551000/551000
282.87/281.36	c cleaning 32855 clauses out of 66201 with flag 585000/585000
301.08/299.53	c cleaning 34022 clauses out of 68345 with flag 620000/620000
321.70/320.13	c cleaning 35020 clauses out of 70323 with flag 656003/656003
341.80/340.26	c cleaning 36065 clauses out of 72300 with flag 693001/693001
363.62/362.08	c cleaning 36937 clauses out of 74234 with flag 731000/731000
387.63/386.05	c cleaning 37910 clauses out of 76297 with flag 770000/770000
410.04/408.48	c cleaning 38921 clauses out of 78387 with flag 810001/810001
438.75/437.12	c cleaning 40224 clauses out of 80465 with flag 851000/851000
463.26/461.60	c cleaning 41044 clauses out of 82241 with flag 893000/893000
485.18/483.58	c cleaning 42005 clauses out of 84200 with flag 936003/936003
514.19/512.55	c cleaning 42998 clauses out of 86191 with flag 980000/980000
537.10/535.49	c cleaning 44091 clauses out of 88193 with flag 1025000/1025000
565.92/564.25	c cleaning 44953 clauses out of 90102 with flag 1071000/1071000
605.53/603.89	c cleaning 46014 clauses out of 92152 with flag 1118003/1118003
638.34/636.66	c cleaning 46919 clauses out of 94135 with flag 1166000/1166000
669.05/667.38	c cleaning 47868 clauses out of 96216 with flag 1215000/1215000
705.16/703.49	c cleaning 48944 clauses out of 98348 with flag 1265000/1265000
740.39/738.68	c cleaning 50075 clauses out of 100405 with flag 1316001/1316001
771.50/769.73	c cleaning 51109 clauses out of 102328 with flag 1368000/1368000
805.82/804.00	c cleaning 51807 clauses out of 104228 with flag 1421009/1421009
841.03/839.29	c cleaning 52991 clauses out of 106412 with flag 1475000/1475000
880.65/878.89	c cleaning 54029 clauses out of 108421 with flag 1530000/1530000
916.26/914.42	c cleaning 55152 clauses out of 110391 with flag 1586000/1586000
966.78/964.90	c cleaning 56088 clauses out of 112238 with flag 1643000/1643000
996.59/994.77	c cleaning 56979 clauses out of 114153 with flag 1701003/1701003
1027.31/1025.48	c cleaning 58003 clauses out of 116172 with flag 1760001/1760001
1068.72/1066.88	c cleaning 58932 clauses out of 118168 with flag 1820000/1820000
1111.14/1109.27	c cleaning 59911 clauses out of 120236 with flag 1881000/1881000
1152.15/1150.21	c cleaning 61116 clauses out of 122328 with flag 1943003/1943003
1207.47/1205.58	c cleaning 62071 clauses out of 124209 with flag 2006000/2006000
1256.98/1255.03	c cleaning 62849 clauses out of 126138 with flag 2070000/2070000
1299.00/1297.03	c cleaning 64069 clauses out of 128290 with flag 2135001/2135001
1302.01/1300.01	c starts		: 1589
1302.01/1300.01	c conflicts		: 2140424
1302.01/1300.01	c decisions		: 6979722
1302.01/1300.01	c propagations		: 1429888437
1302.01/1300.01	c inspects		: 8600722981
1302.01/1300.01	c shortcuts		: 0
1302.01/1300.01	c learnt literals	: 241
1302.01/1300.01	c learnt binary clauses	: 2232
1302.01/1300.01	c learnt ternary clauses	: 6521
1302.01/1300.01	c learnt constraints	: 2140183
1302.01/1300.01	c ignored constraints	: 0
1302.01/1300.01	c root simplifications	: 1830
1302.01/1300.01	c removed literals (reason simplification)	: 40269752
1302.01/1300.01	c reason swapping (by a shorter reason)	: 0
1302.01/1300.01	c Calls to reduceDB	: 61
1302.01/1300.01	c speed (assignments/second)	: 1100439.6912373593
1302.01/1300.01	c non guided choices	22253
1302.01/1300.04	c learnt constraints type 
1302.01/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2226
1302.01/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67448
1302.01/1300.04	c constraints type 
1302.01/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384506
1302.01/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70326
1302.01/1300.04	s UNKNOWN
1302.01/1300.04	c Total wall clock time (in seconds) : 1299.917

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-3259796-1303509894/watcher-3259796-1303509894 -o /tmp/evaluation-result-3259796-1303509894/solver-3259796-1303509894 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3259796-1303509894.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.20 3.83 3.87 7/219 2588
/proc/meminfo: memFree=12838808/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=11800 CPUtime=0 cores=5,7
/proc/2588/stat : 2588 (runsolver) R 2585 2588 1417 0 -1 4202560 45 0 0 0 0 0 0 0 21 0 1 0 443405026 12083200 55 33554432000 4194304 5434984 140733755167696 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/2588/statm: 2950 55 34 303 0 2644 0

[startup+0.0332579 s]
/proc/loadavg: 3.20 3.83 3.87 7/219 2588
/proc/meminfo: memFree=12838808/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7551884 CPUtime=0.02 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 8361 0 1 0 1 1 0 0 21 0 10 0 443405026 7733129216 8059 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1887971 8059 1540 9 0 1878719 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7551884

[startup+0.100244 s]
/proc/loadavg: 3.20 3.83 3.87 7/219 2588
/proc/meminfo: memFree=12838808/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7569940 CPUtime=0.09 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 9995 0 1 0 7 2 0 0 21 0 18 0 443405026 7751618560 9691 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1892485 9691 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7569940

[startup+0.300238 s]
/proc/loadavg: 3.20 3.83 3.87 7/219 2588
/proc/meminfo: memFree=12838808/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7575372 CPUtime=0.42 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 13947 0 1 0 40 2 0 0 21 0 18 0 443405026 7757180928 13197 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1893843 13199 2197 9 0 1884581 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 7575372

[startup+0.700126 s]
/proc/loadavg: 3.20 3.83 3.87 7/219 2588
/proc/meminfo: memFree=12838808/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7641936 CPUtime=0.84 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 25009 0 1 0 81 3 0 0 21 0 19 0 443405026 7825342464 24259 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1910484 24259 2208 9 0 1901222 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 7641936

[startup+1.50097 s]
/proc/loadavg: 3.20 3.83 3.87 10/262 2636
/proc/meminfo: memFree=12638088/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7641936 CPUtime=1.88 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 27438 0 1 0 184 4 0 0 21 0 19 0 443405026 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1910484 25666 2222 9 0 1901222 0
[pid=2588/tid=2590] ppid=2585 vsize=7641936 CPUtime=1.29 cores=5,7
/proc/2588/task/2590/stat : 2590 (java) R 2585 2588 1417 0 -1 4202560 22281 0 1 0 126 3 0 0 25 0 19 0 443405027 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 46912505777749 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2588/tid=2591] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2591/stat : 2591 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 443405028 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2592] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2592/stat : 2592 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2593] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2593/stat : 2593 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2594] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2594/stat : 2594 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2595] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2595/stat : 2595 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2596] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2596/stat : 2596 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2597] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2597/stat : 2597 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2598] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2598/stat : 2598 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2599] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2599/stat : 2599 (java) S 2585 2588 1417 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 443405029 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2600] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2600/stat : 2600 (java) S 2585 2588 1417 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 443405030 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2601] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2601/stat : 2601 (java) S 2585 2588 1417 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 443405030 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2602] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2602/stat : 2602 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2603] ppid=2585 vsize=7641936 CPUtime=0.26 cores=5,7
/proc/2588/task/2603/stat : 2603 (java) S 2585 2588 1417 0 -1 4202560 2070 0 0 0 26 0 0 0 16 0 19 0 443405032 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2604] ppid=2585 vsize=7641936 CPUtime=0.31 cores=5,7
/proc/2588/task/2604/stat : 2604 (java) S 2585 2588 1417 0 -1 4202560 1926 0 0 0 31 0 0 0 16 0 19 0 443405032 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2605] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2605/stat : 2605 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2606] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2606/stat : 2606 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 443405032 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2636] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2636/stat : 2636 (java) S 2585 2588 1417 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 443405095 7825342464 25666 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 7641936

[startup+3.10068 s]
/proc/loadavg: 3.20 3.83 3.87 5/262 2636
/proc/meminfo: memFree=12603876/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7641936 CPUtime=3.5 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 28065 0 1 0 346 4 0 0 21 0 19 0 443405026 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1910484 26292 2225 9 0 1901222 0
[pid=2588/tid=2590] ppid=2585 vsize=7641936 CPUtime=2.88 cores=5,7
/proc/2588/task/2590/stat : 2590 (java) R 2585 2588 1417 0 -1 4202560 22898 0 1 0 285 3 0 0 25 0 19 0 443405027 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 46912505739556 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2588/tid=2591] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2591/stat : 2591 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 443405028 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2592] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2592/stat : 2592 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2593] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2593/stat : 2593 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2594] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2594/stat : 2594 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2595] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2595/stat : 2595 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2596] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2596/stat : 2596 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2597] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2597/stat : 2597 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2598] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2598/stat : 2598 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405028 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2599] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2599/stat : 2599 (java) S 2585 2588 1417 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 443405029 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2600] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2600/stat : 2600 (java) S 2585 2588 1417 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 443405030 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2601] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2601/stat : 2601 (java) S 2585 2588 1417 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 443405030 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2602] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2602/stat : 2602 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2603] ppid=2585 vsize=7641936 CPUtime=0.29 cores=5,7
/proc/2588/task/2603/stat : 2603 (java) S 2585 2588 1417 0 -1 4202560 2079 0 0 0 29 0 0 0 15 0 19 0 443405032 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2604] ppid=2585 vsize=7641936 CPUtime=0.31 cores=5,7
/proc/2588/task/2604/stat : 2604 (java) S 2585 2588 1417 0 -1 4202560 1926 0 0 0 31 0 0 0 16 0 19 0 443405032 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2605] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2605/stat : 2605 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2606] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2606/stat : 2606 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 443405032 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2636] ppid=2585 vsize=7641936 CPUtime=0 cores=5,7
/proc/2588/task/2636/stat : 2636 (java) S 2585 2588 1417 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 443405095 7825342464 26292 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 7641936

[startup+6.30101 s]
/proc/loadavg: 3.26 3.83 3.87 5/262 2636
/proc/meminfo: memFree=12441568/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7641656 CPUtime=6.79 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 51239 0 1 0 672 7 0 0 21 0 19 0 443405026 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1910414 49345 2251 9 0 1901152 0
[pid=2588/tid=2590] ppid=2585 vsize=7641656 CPUtime=5.81 cores=5,7
/proc/2588/task/2590/stat : 2590 (java) R 2585 2588 1417 0 -1 4202560 23235 0 1 0 578 3 0 0 25 0 19 0 443405027 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 46912505681378 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2588/tid=2591] ppid=2585 vsize=7641656 CPUtime=0.06 cores=5,7
/proc/2588/task/2591/stat : 2591 (java) S 2585 2588 1417 0 -1 4202560 5215 0 0 0 5 1 0 0 18 0 19 0 443405028 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2592] ppid=2585 vsize=7641656 CPUtime=0.04 cores=5,7
/proc/2588/task/2592/stat : 2592 (java) S 2585 2588 1417 0 -1 4202560 4684 0 0 0 4 0 0 0 18 0 19 0 443405028 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2593] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2593/stat : 2593 (java) S 2585 2588 1417 0 -1 4202560 1078 0 0 0 0 0 0 0 18 0 19 0 443405028 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2594] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2594/stat : 2594 (java) S 2585 2588 1417 0 -1 4202560 441 0 0 0 0 0 0 0 18 0 19 0 443405028 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2595] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2595/stat : 2595 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 443405028 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2596] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2596/stat : 2596 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 443405028 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2597] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2597/stat : 2597 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 443405028 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2598] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2598/stat : 2598 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 443405028 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2599] ppid=2585 vsize=7641656 CPUtime=0.16 cores=5,7
/proc/2588/task/2599/stat : 2599 (java) S 2585 2588 1417 0 -1 4202560 11361 0 0 0 15 1 0 0 15 0 19 0 443405029 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2600] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2600/stat : 2600 (java) S 2585 2588 1417 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 443405030 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2601] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2601/stat : 2601 (java) S 2585 2588 1417 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 443405030 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2602] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2602/stat : 2602 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2603] ppid=2585 vsize=7641656 CPUtime=0.31 cores=5,7
/proc/2588/task/2603/stat : 2603 (java) S 2585 2588 1417 0 -1 4202560 2082 0 0 0 31 0 0 0 15 0 19 0 443405032 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2604] ppid=2585 vsize=7641656 CPUtime=0.35 cores=5,7
/proc/2588/task/2604/stat : 2604 (java) S 2585 2588 1417 0 -1 4202560 1988 0 0 0 35 0 0 0 16 0 19 0 443405032 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2605] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2605/stat : 2605 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2606] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2606/stat : 2606 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 443405032 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2636] ppid=2585 vsize=7641656 CPUtime=0 cores=5,7
/proc/2588/task/2636/stat : 2636 (java) S 2585 2588 1417 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 443405095 7825055744 49345 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 7641656

[startup+12.7008 s]

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

[pid=2588/tid=2596] ppid=2585 vsize=7663208 CPUtime=0.11 cores=5,7
/proc/2588/task/2596/stat : 2596 (java) S 2585 2588 1417 0 -1 4202560 30 0 0 0 11 0 0 0 15 0 19 0 443405028 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2597] ppid=2585 vsize=7663208 CPUtime=0.14 cores=5,7
/proc/2588/task/2597/stat : 2597 (java) S 2585 2588 1417 0 -1 4202560 11 0 0 0 14 0 0 0 16 0 19 0 443405028 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2598] ppid=2585 vsize=7663208 CPUtime=0.15 cores=5,7
/proc/2588/task/2598/stat : 2598 (java) S 2585 2588 1417 0 -1 4202560 213 0 0 0 15 0 0 0 16 0 19 0 443405028 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2599] ppid=2585 vsize=7663208 CPUtime=8.93 cores=5,7
/proc/2588/task/2599/stat : 2599 (java) S 2585 2588 1417 0 -1 4202560 17442 0 0 0 891 2 0 0 15 0 19 0 443405029 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2600] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2600/stat : 2600 (java) S 2585 2588 1417 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 443405030 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2601] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2601/stat : 2601 (java) S 2585 2588 1417 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 443405030 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2602] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2602/stat : 2602 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2603] ppid=2585 vsize=7663208 CPUtime=0.32 cores=5,7
/proc/2588/task/2603/stat : 2603 (java) S 2585 2588 1417 0 -1 4202560 2085 0 0 0 32 0 0 0 15 0 19 0 443405032 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2604] ppid=2585 vsize=7663208 CPUtime=1.22 cores=5,7
/proc/2588/task/2604/stat : 2604 (java) S 2585 2588 1417 0 -1 4202560 10201 0 0 0 121 1 0 0 15 0 19 0 443405032 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2605] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2605/stat : 2605 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2606] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2606/stat : 2606 (java) S 2585 2588 1417 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 443405032 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2636] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2636/stat : 2636 (java) S 2585 2588 1417 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 443405095 7847124992 64217 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1124.25
Current children cumulated vsize (KiB) 7663208

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/262 2667
/proc/meminfo: memFree=12239724/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7663208 CPUtime=1184.26 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 69196 0 1 0 118416 10 0 0 21 0 19 0 443405026 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1915802 64349 2253 9 0 1906540 0
[pid=2588/tid=2590] ppid=2585 vsize=7663208 CPUtime=1172.25 cores=5,7
/proc/2588/task/2590/stat : 2590 (java) R 2585 2588 1417 0 -1 4202560 23291 0 1 0 117222 3 0 0 25 0 19 0 443405027 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 46912505717422 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2588/tid=2591] ppid=2585 vsize=7663208 CPUtime=0.21 cores=5,7
/proc/2588/task/2591/stat : 2591 (java) S 2585 2588 1417 0 -1 4202560 5224 0 0 0 20 1 0 0 16 0 19 0 443405028 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2592] ppid=2585 vsize=7663208 CPUtime=0.22 cores=5,7
/proc/2588/task/2592/stat : 2592 (java) S 2585 2588 1417 0 -1 4202560 4693 0 0 0 22 0 0 0 15 0 19 0 443405028 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2593] ppid=2585 vsize=7663208 CPUtime=0.17 cores=5,7
/proc/2588/task/2593/stat : 2593 (java) S 2585 2588 1417 0 -1 4202560 1806 0 0 0 17 0 0 0 15 0 19 0 443405028 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2594] ppid=2585 vsize=7663208 CPUtime=0.11 cores=5,7
/proc/2588/task/2594/stat : 2594 (java) S 2585 2588 1417 0 -1 4202560 646 0 0 0 11 0 0 0 15 0 19 0 443405028 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2595] ppid=2585 vsize=7663208 CPUtime=0.18 cores=5,7
/proc/2588/task/2595/stat : 2595 (java) S 2585 2588 1417 0 -1 4202560 2201 0 0 0 18 0 0 0 16 0 19 0 443405028 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2596] ppid=2585 vsize=7663208 CPUtime=0.11 cores=5,7
/proc/2588/task/2596/stat : 2596 (java) S 2585 2588 1417 0 -1 4202560 30 0 0 0 11 0 0 0 16 0 19 0 443405028 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2597] ppid=2585 vsize=7663208 CPUtime=0.15 cores=5,7
/proc/2588/task/2597/stat : 2597 (java) S 2585 2588 1417 0 -1 4202560 13 0 0 0 15 0 0 0 16 0 19 0 443405028 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2598] ppid=2585 vsize=7663208 CPUtime=0.15 cores=5,7
/proc/2588/task/2598/stat : 2598 (java) S 2585 2588 1417 0 -1 4202560 213 0 0 0 15 0 0 0 15 0 19 0 443405028 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2599] ppid=2585 vsize=7663208 CPUtime=9.08 cores=5,7
/proc/2588/task/2599/stat : 2599 (java) S 2585 2588 1417 0 -1 4202560 17574 0 0 0 906 2 0 0 15 0 19 0 443405029 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2600] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2600/stat : 2600 (java) S 2585 2588 1417 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 443405030 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2601] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2601/stat : 2601 (java) S 2585 2588 1417 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 443405030 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2602] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2602/stat : 2602 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2603] ppid=2585 vsize=7663208 CPUtime=0.32 cores=5,7
/proc/2588/task/2603/stat : 2603 (java) S 2585 2588 1417 0 -1 4202560 2085 0 0 0 32 0 0 0 15 0 19 0 443405032 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2604] ppid=2585 vsize=7663208 CPUtime=1.22 cores=5,7
/proc/2588/task/2604/stat : 2604 (java) S 2585 2588 1417 0 -1 4202560 10201 0 0 0 121 1 0 0 15 0 19 0 443405032 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2605] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2605/stat : 2605 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2606] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2606/stat : 2606 (java) S 2585 2588 1417 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 443405032 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2636] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2636/stat : 2636 (java) S 2585 2588 1417 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 443405095 7847124992 64349 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1184.26
Current children cumulated vsize (KiB) 7663208

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.95 5/262 2672
/proc/meminfo: memFree=12236800/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7663208 CPUtime=1244.28 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 69361 0 1 0 124418 10 0 0 21 0 19 0 443405026 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1915802 64507 2253 9 0 1906540 0
[pid=2588/tid=2590] ppid=2585 vsize=7663208 CPUtime=1232.08 cores=5,7
/proc/2588/task/2590/stat : 2590 (java) R 2585 2588 1417 0 -1 4202560 23292 0 1 0 123205 3 0 0 25 0 19 0 443405027 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 46912505717422 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2588/tid=2591] ppid=2585 vsize=7663208 CPUtime=0.21 cores=5,7
/proc/2588/task/2591/stat : 2591 (java) S 2585 2588 1417 0 -1 4202560 5224 0 0 0 20 1 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2592] ppid=2585 vsize=7663208 CPUtime=0.24 cores=5,7
/proc/2588/task/2592/stat : 2592 (java) S 2585 2588 1417 0 -1 4202560 4694 0 0 0 24 0 0 0 16 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2593] ppid=2585 vsize=7663208 CPUtime=0.17 cores=5,7
/proc/2588/task/2593/stat : 2593 (java) S 2585 2588 1417 0 -1 4202560 1806 0 0 0 17 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2594] ppid=2585 vsize=7663208 CPUtime=0.11 cores=5,7
/proc/2588/task/2594/stat : 2594 (java) S 2585 2588 1417 0 -1 4202560 646 0 0 0 11 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2595] ppid=2585 vsize=7663208 CPUtime=0.19 cores=5,7
/proc/2588/task/2595/stat : 2595 (java) S 2585 2588 1417 0 -1 4202560 2201 0 0 0 19 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2596] ppid=2585 vsize=7663208 CPUtime=0.11 cores=5,7
/proc/2588/task/2596/stat : 2596 (java) S 2585 2588 1417 0 -1 4202560 30 0 0 0 11 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2597] ppid=2585 vsize=7663208 CPUtime=0.15 cores=5,7
/proc/2588/task/2597/stat : 2597 (java) S 2585 2588 1417 0 -1 4202560 13 0 0 0 15 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2598] ppid=2585 vsize=7663208 CPUtime=0.15 cores=5,7
/proc/2588/task/2598/stat : 2598 (java) S 2585 2588 1417 0 -1 4202560 213 0 0 0 15 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2599] ppid=2585 vsize=7663208 CPUtime=9.24 cores=5,7
/proc/2588/task/2599/stat : 2599 (java) S 2585 2588 1417 0 -1 4202560 17733 0 0 0 922 2 0 0 15 0 19 0 443405029 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2600] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2600/stat : 2600 (java) S 2585 2588 1417 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 443405030 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2601] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2601/stat : 2601 (java) S 2585 2588 1417 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 443405030 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2602] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2602/stat : 2602 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2603] ppid=2585 vsize=7663208 CPUtime=0.32 cores=5,7
/proc/2588/task/2603/stat : 2603 (java) S 2585 2588 1417 0 -1 4202560 2085 0 0 0 32 0 0 0 15 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2604] ppid=2585 vsize=7663208 CPUtime=1.22 cores=5,7
/proc/2588/task/2604/stat : 2604 (java) S 2585 2588 1417 0 -1 4202560 10201 0 0 0 121 1 0 0 15 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2605] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2605/stat : 2605 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2606] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2606/stat : 2606 (java) S 2585 2588 1417 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2636] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2636/stat : 2636 (java) S 2585 2588 1417 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 443405095 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1244.28
Current children cumulated vsize (KiB) 7663208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.95 3/222 2679
/proc/meminfo: memFree=12516180/32951124 swapFree=67111528/67111528
[pid=2588] ppid=2585 vsize=7663208 CPUtime=1302.01 cores=5,7
/proc/2588/stat : 2588 (java) S 2585 2588 1417 0 -1 4202496 69371 0 1 0 130191 10 0 0 21 0 19 0 443405026 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2588/statm: 1915802 64507 2253 9 0 1906540 0
[pid=2588/tid=2590] ppid=2585 vsize=7663208 CPUtime=1289.38 cores=5,7
/proc/2588/task/2590/stat : 2590 (java) R 2585 2588 1417 0 -1 4202560 23294 0 1 0 128935 3 0 0 25 0 19 0 443405027 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 46912505652591 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2588/tid=2591] ppid=2585 vsize=7663208 CPUtime=0.22 cores=5,7
/proc/2588/task/2591/stat : 2591 (java) S 2585 2588 1417 0 -1 4202560 5224 0 0 0 21 1 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2592] ppid=2585 vsize=7663208 CPUtime=0.24 cores=5,7
/proc/2588/task/2592/stat : 2592 (java) S 2585 2588 1417 0 -1 4202560 4694 0 0 0 24 0 0 0 16 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2593] ppid=2585 vsize=7663208 CPUtime=0.18 cores=5,7
/proc/2588/task/2593/stat : 2593 (java) S 2585 2588 1417 0 -1 4202560 1806 0 0 0 18 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2594] ppid=2585 vsize=7663208 CPUtime=0.13 cores=5,7
/proc/2588/task/2594/stat : 2594 (java) S 2585 2588 1417 0 -1 4202560 646 0 0 0 13 0 0 0 16 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2595] ppid=2585 vsize=7663208 CPUtime=0.19 cores=5,7
/proc/2588/task/2595/stat : 2595 (java) S 2585 2588 1417 0 -1 4202560 2201 0 0 0 19 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2596] ppid=2585 vsize=7663208 CPUtime=0.12 cores=5,7
/proc/2588/task/2596/stat : 2596 (java) S 2585 2588 1417 0 -1 4202560 30 0 0 0 12 0 0 0 16 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2597] ppid=2585 vsize=7663208 CPUtime=0.15 cores=5,7
/proc/2588/task/2597/stat : 2597 (java) S 2585 2588 1417 0 -1 4202560 13 0 0 0 15 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2598] ppid=2585 vsize=7663208 CPUtime=0.15 cores=5,7
/proc/2588/task/2598/stat : 2598 (java) S 2585 2588 1417 0 -1 4202560 213 0 0 0 15 0 0 0 15 0 19 0 443405028 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2599] ppid=2585 vsize=7663208 CPUtime=9.62 cores=5,7
/proc/2588/task/2599/stat : 2599 (java) S 2585 2588 1417 0 -1 4202560 17737 0 0 0 960 2 0 0 15 0 19 0 443405029 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2600] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2600/stat : 2600 (java) S 2585 2588 1417 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 443405030 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2601] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2601/stat : 2601 (java) S 2585 2588 1417 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 443405030 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2602] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2602/stat : 2602 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2603] ppid=2585 vsize=7663208 CPUtime=0.32 cores=5,7
/proc/2588/task/2603/stat : 2603 (java) S 2585 2588 1417 0 -1 4202560 2085 0 0 0 32 0 0 0 15 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2604] ppid=2585 vsize=7663208 CPUtime=1.22 cores=5,7
/proc/2588/task/2604/stat : 2604 (java) S 2585 2588 1417 0 -1 4202560 10201 0 0 0 121 1 0 0 15 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=2588/tid=2605] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2605/stat : 2605 (java) S 2585 2588 1417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2606] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2606/stat : 2606 (java) S 2585 2588 1417 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 443405032 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=2588/tid=2636] ppid=2585 vsize=7663208 CPUtime=0 cores=5,7
/proc/2588/task/2636/stat : 2636 (java) S 2585 2588 1417 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 443405095 7847124992 64507 33554432000 1073741824 1073778376 140733260493872 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 7663208

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.05
CPU time (s): 1302.1
CPU user time (s): 1301.98
CPU system time (s): 0.120981
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 7666888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.98
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69407
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= 28355
involuntary context switches= 5642

runsolver used 2.01969 second user time and 5.09722 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-23 00:04:54
IDJOB=3259796
IDBENCH=71799
IDSOLVER=1611
FILE ID=node143/3259796-1303509894
RUNJOBID= node143-1303509894-2523
PBS_JOBID= 13134235
Free space on /tmp= 72108 MiB

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

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

MD5SUM BENCH= 3e04f934e4f74a8e89587f6c1327f77e
RANDOM SEED=1736990984

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12839220 kB
Buffers:       1818788 kB
Cached:       17598464 kB
SwapCached:          0 kB
Active:        9277956 kB
Inactive:     10285404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12839220 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16460 kB
Writeback:           0 kB
AnonPages:      145544 kB
Mapped:          23300 kB
Slab:           485388 kB
PageTables:       5396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14718700 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= 72112 MiB
End job on node143 at 2011-04-23 00:26:36