Trace number 3264196

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.33 1300.06

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.06/0.10	c no version file found!!!
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.18-164.el5
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		6997539544
0.06/0.10	c Max memory 		7034241024
0.06/0.10	c Total memory 		7034241024
0.06/0.10	c Number of processors 	8
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.12	c Expensive reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483647s
0.06/0.12	c DB Simplification allowed=true
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3264196-1303575556.cnf
0.06/0.12	c reading problem ... 
0.33/0.27	c ... done. Wall clock time 0.153s.
0.33/0.27	c #vars     1534
0.33/0.27	c #constraints  132295
0.33/0.27	c constraints type 
0.33/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 59
0.33/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 132236
1.73/1.36	c cleaning 2499 clauses out of 5001 with flag 5001/5001
3.15/2.55	c cleaning 4243 clauses out of 8501 with flag 11000/11000
4.65/4.04	c cleaning 5613 clauses out of 11258 with flag 18000/18000
6.56/5.91	c cleaning 6808 clauses out of 13648 with flag 26003/26003
8.78/8.13	c cleaning 7899 clauses out of 15837 with flag 35000/35000
11.48/10.82	c cleaning 8946 clauses out of 17939 with flag 45001/45001
14.58/13.92	c cleaning 9978 clauses out of 19992 with flag 56000/56000
18.09/17.50	c cleaning 10986 clauses out of 22014 with flag 68000/68000
22.19/21.54	c cleaning 12003 clauses out of 24029 with flag 81001/81001
26.69/26.07	c cleaning 12995 clauses out of 26026 with flag 95001/95001
31.90/31.20	c cleaning 13978 clauses out of 28030 with flag 110000/110000
37.70/37.01	c cleaning 14993 clauses out of 30053 with flag 126001/126001
43.81/43.15	c cleaning 16004 clauses out of 32059 with flag 143000/143000
50.61/49.95	c cleaning 16991 clauses out of 34056 with flag 161001/161001
58.32/57.64	c cleaning 18000 clauses out of 36064 with flag 180000/180000
66.73/66.03	c cleaning 19002 clauses out of 38065 with flag 200001/200001
75.93/75.27	c cleaning 20009 clauses out of 40063 with flag 221001/221001
85.74/85.09	c cleaning 20998 clauses out of 42053 with flag 243000/243000
96.74/96.00	c cleaning 22005 clauses out of 44055 with flag 266000/266000
108.65/107.96	c cleaning 22986 clauses out of 46051 with flag 290001/290001
121.35/120.61	c cleaning 24005 clauses out of 48065 with flag 315001/315001
135.36/134.64	c cleaning 24999 clauses out of 50059 with flag 341000/341000
150.38/149.62	c cleaning 25999 clauses out of 52060 with flag 368000/368000
166.07/165.38	c cleaning 26983 clauses out of 54061 with flag 396000/396000
182.08/181.40	c cleaning 28008 clauses out of 56079 with flag 425001/425001
199.89/199.13	c cleaning 29015 clauses out of 58072 with flag 455002/455002
217.79/217.04	c cleaning 29996 clauses out of 60056 with flag 486001/486001
238.91/238.20	c cleaning 31004 clauses out of 62061 with flag 518002/518002
259.61/258.88	c cleaning 32007 clauses out of 64059 with flag 551004/551004
281.92/281.11	c cleaning 32982 clauses out of 66048 with flag 585000/585000
305.73/305.00	c cleaning 33998 clauses out of 68067 with flag 620001/620001
330.04/329.28	c cleaning 34996 clauses out of 70070 with flag 656002/656002
358.25/357.45	c cleaning 36004 clauses out of 72075 with flag 693003/693003
386.05/385.21	c cleaning 36986 clauses out of 74069 with flag 731001/731001
417.67/416.87	c cleaning 38000 clauses out of 76084 with flag 770002/770002
447.49/446.66	c cleaning 39023 clauses out of 78082 with flag 810000/810000
481.09/480.25	c cleaning 39998 clauses out of 80059 with flag 851000/851000
514.23/513.15	c cleaning 40975 clauses out of 82061 with flag 893000/893000
550.57/549.19	c cleaning 41999 clauses out of 84087 with flag 936001/936001
587.37/585.67	c cleaning 42999 clauses out of 86088 with flag 980001/980001
626.55/624.59	c cleaning 44017 clauses out of 88088 with flag 1025000/1025000
667.47/665.41	c cleaning 44994 clauses out of 90071 with flag 1071000/1071000
711.28/709.23	c cleaning 46023 clauses out of 92077 with flag 1118000/1118000
755.49/753.47	c cleaning 46992 clauses out of 94054 with flag 1166000/1166000
801.90/799.83	c cleaning 48019 clauses out of 96063 with flag 1215001/1215001
850.01/847.94	c cleaning 48997 clauses out of 98043 with flag 1265000/1265000
897.32/895.23	c cleaning 49967 clauses out of 100048 with flag 1316002/1316002
949.34/947.28	c cleaning 51013 clauses out of 102081 with flag 1368002/1368002
1003.46/1001.34	c cleaning 52021 clauses out of 104070 with flag 1421004/1421004
1061.97/1059.88	c cleaning 52974 clauses out of 106046 with flag 1475001/1475001
1122.98/1120.82	c cleaning 54014 clauses out of 108072 with flag 1530001/1530001
1182.30/1180.15	c cleaning 54995 clauses out of 110057 with flag 1586000/1586000
1241.62/1239.43	c cleaning 55994 clauses out of 112068 with flag 1643006/1643006
1302.23/1300.01	c starts		: 1471
1302.23/1300.01	c conflicts		: 1697922
1302.23/1300.01	c decisions		: 3229918
1302.23/1300.01	c propagations		: 273175225
1302.23/1300.01	c inspects		: 15132871044
1302.23/1300.01	c shortcuts		: 0
1302.23/1300.01	c learnt literals	: 0
1302.23/1300.01	c learnt binary clauses	: 1
1302.23/1300.01	c learnt ternary clauses	: 25
1302.23/1300.01	c learnt constraints	: 1697922
1302.23/1300.01	c ignored constraints	: 0
1302.23/1300.01	c root simplifications	: 1471
1302.23/1300.01	c removed literals (reason simplification)	: 76070985
1302.23/1300.01	c reason swapping (by a shorter reason)	: 0
1302.23/1300.01	c Calls to reduceDB	: 53
1302.23/1300.01	c speed (assignments/second)	: 210176.5134926778
1302.23/1300.01	c non guided choices	198
1302.23/1300.04	c learnt constraints type 
1302.23/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1302.23/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111001
1302.23/1300.04	c constraints type 
1302.23/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 59
1302.23/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 132236
1302.23/1300.05	s UNKNOWN
1302.23/1300.05	c Total wall clock time (in seconds) : 1299.895

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

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.38 3.83 3.46 1/174 533
/proc/meminfo: memFree=14749380/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=11800 CPUtime=0 cores=4,6
/proc/533/stat : 533 (runsolver) R 531 533 32154 0 -1 4202560 43 0 0 0 0 0 0 0 23 0 1 0 449971240 12083200 52 33554432000 4194304 5434984 140737483528912 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/533/statm: 2950 52 31 303 0 2644 0

[startup+0.0288961 s]
/proc/loadavg: 3.38 3.83 3.46 1/174 533
/proc/meminfo: memFree=14749380/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7540840 CPUtime=0 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 5678 0 1 0 0 0 0 0 23 0 2 0 449971240 7721820160 5379 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1885210 5396 917 9 0 1876366 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.100854 s]
/proc/loadavg: 3.38 3.83 3.46 1/174 533
/proc/meminfo: memFree=14749380/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 9435 0 1 0 5 1 0 0 23 0 18 0 449971240 7751618560 9131 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1892485 9131 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.30085 s]
/proc/loadavg: 3.38 3.83 3.46 1/174 533
/proc/meminfo: memFree=14749380/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7637568 CPUtime=0.39 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 13274 0 1 0 37 2 0 0 23 0 19 0 449971240 7820869632 12802 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1909392 12802 2204 9 0 1900130 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7637568

[startup+0.70077 s]
/proc/loadavg: 3.38 3.83 3.46 1/174 533
/proc/meminfo: memFree=14749380/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7642664 CPUtime=1.1 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 15439 0 1 0 108 2 0 0 23 0 19 0 449971240 7826087936 14347 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1910666 14347 2220 9 0 1901404 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7642664

[startup+1.50156 s]
/proc/loadavg: 3.38 3.83 3.46 8/239 618
/proc/meminfo: memFree=14606640/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7649724 CPUtime=2.07 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 27304 0 1 0 203 4 0 0 23 0 19 0 449971240 7833317376 24270 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1912431 24270 2252 9 0 1903169 0
[pid=533/tid=535] ppid=531 vsize=7649724 CPUtime=1.4 cores=4,6
/proc/533/task/535/stat : 535 (java) R 531 533 32154 0 -1 4202560 11949 0 1 0 138 2 0 0 20 0 19 0 449971241 7833317376 24270 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 46912505612067 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=533/tid=536] ppid=531 vsize=7649724 CPUtime=0.01 cores=4,6
/proc/533/task/536/stat : 536 (java) S 531 533 32154 0 -1 4202560 1287 0 0 0 1 0 0 0 17 0 19 0 449971243 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=537] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/537/stat : 537 (java) S 531 533 32154 0 -1 4202560 765 0 0 0 0 0 0 0 17 0 19 0 449971243 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=538] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/538/stat : 538 (java) S 531 533 32154 0 -1 4202560 82 0 0 0 0 0 0 0 17 0 19 0 449971243 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=539] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/539/stat : 539 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449971243 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=540] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/540/stat : 540 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449971243 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=541] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/541/stat : 541 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449971243 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=542] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/542/stat : 542 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449971243 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=543] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/543/stat : 543 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449971243 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=544] ppid=531 vsize=7649724 CPUtime=0.03 cores=4,6
/proc/533/task/544/stat : 544 (java) S 531 533 32154 0 -1 4202560 2135 0 0 0 3 0 0 0 16 0 19 0 449971244 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 0 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=545] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/545/stat : 545 (java) S 531 533 32154 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 449971245 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=546] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/546/stat : 546 (java) S 531 533 32154 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 449971245 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=547] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/547/stat : 547 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738228657 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=548] ppid=531 vsize=7649724 CPUtime=0.16 cores=4,6
/proc/533/task/548/stat : 548 (java) R 531 533 32154 0 -1 4202560 1235 0 0 0 16 0 0 0 18 0 19 0 449971249 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 47301156808901 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=533/tid=549] ppid=531 vsize=7649724 CPUtime=0.49 cores=4,6
/proc/533/task/549/stat : 549 (java) S 531 533 32154 0 -1 4202560 9214 0 0 0 48 1 0 0 16 0 19 0 449971249 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=550] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/550/stat : 550 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=551] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/551/stat : 551 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449971249 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=552] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/552/stat : 552 (java) S 531 533 32154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449971268 7833317376 24236 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 7649724

[startup+3.10132 s]
/proc/loadavg: 3.35 3.81 3.46 7/262 646
/proc/meminfo: memFree=14489932/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7649724 CPUtime=3.75 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 29065 0 1 0 371 4 0 0 23 0 19 0 449971240 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1912431 25473 2254 9 0 1903169 0
[pid=533/tid=535] ppid=531 vsize=7649724 CPUtime=2.97 cores=4,6
/proc/533/task/535/stat : 535 (java) R 531 533 32154 0 -1 4202560 11952 0 1 0 295 2 0 0 25 0 19 0 449971241 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 46912505612045 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=533/tid=536] ppid=531 vsize=7649724 CPUtime=0.01 cores=4,6
/proc/533/task/536/stat : 536 (java) S 531 533 32154 0 -1 4202560 1287 0 0 0 1 0 0 0 15 0 19 0 449971243 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=537] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/537/stat : 537 (java) S 531 533 32154 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=538] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/538/stat : 538 (java) S 531 533 32154 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=539] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/539/stat : 539 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=540] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/540/stat : 540 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=541] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/541/stat : 541 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=542] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/542/stat : 542 (java) S 531 533 32154 0 -1 4202560 453 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=543] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/543/stat : 543 (java) S 531 533 32154 0 -1 4202560 471 0 0 0 0 0 0 0 16 0 19 0 449971243 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=544] ppid=531 vsize=7649724 CPUtime=0.06 cores=4,6
/proc/533/task/544/stat : 544 (java) S 531 533 32154 0 -1 4202560 2441 0 0 0 6 0 0 0 16 0 19 0 449971244 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 0 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=545] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/545/stat : 545 (java) S 531 533 32154 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 449971245 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=546] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/546/stat : 546 (java) S 531 533 32154 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 449971245 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=547] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/547/stat : 547 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738228657 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=548] ppid=531 vsize=7649724 CPUtime=0.17 cores=4,6
/proc/533/task/548/stat : 548 (java) S 531 533 32154 0 -1 4202560 1243 0 0 0 17 0 0 0 15 0 19 0 449971249 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=549] ppid=531 vsize=7649724 CPUtime=0.49 cores=4,6
/proc/533/task/549/stat : 549 (java) S 531 533 32154 0 -1 4202560 9214 0 0 0 48 1 0 0 15 0 19 0 449971249 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=550] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/550/stat : 550 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=551] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/551/stat : 551 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449971249 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=552] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/552/stat : 552 (java) S 531 533 32154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449971268 7833317376 25473 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 7649724

[startup+6.30066 s]
/proc/loadavg: 3.35 3.81 3.46 5/262 646
/proc/meminfo: memFree=14444996/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7649724 CPUtime=6.98 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 29700 0 1 0 694 4 0 0 23 0 19 0 449971240 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1912431 25898 2254 9 0 1903169 0
[pid=533/tid=535] ppid=531 vsize=7649724 CPUtime=6.09 cores=4,6
/proc/533/task/535/stat : 535 (java) R 531 533 32154 0 -1 4202560 11953 0 1 0 607 2 0 0 25 0 19 0 449971241 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 46912505644059 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=533/tid=536] ppid=531 vsize=7649724 CPUtime=0.01 cores=4,6
/proc/533/task/536/stat : 536 (java) S 531 533 32154 0 -1 4202560 1290 0 0 0 1 0 0 0 16 0 19 0 449971243 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=537] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/537/stat : 537 (java) S 531 533 32154 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=538] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/538/stat : 538 (java) S 531 533 32154 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=539] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/539/stat : 539 (java) S 531 533 32154 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=540] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/540/stat : 540 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=541] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/541/stat : 541 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=542] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/542/stat : 542 (java) S 531 533 32154 0 -1 4202560 453 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=543] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/543/stat : 543 (java) S 531 533 32154 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 19 0 449971243 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=544] ppid=531 vsize=7649724 CPUtime=0.13 cores=4,6
/proc/533/task/544/stat : 544 (java) S 531 533 32154 0 -1 4202560 2715 0 0 0 13 0 0 0 15 0 19 0 449971244 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 0 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=545] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/545/stat : 545 (java) S 531 533 32154 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 449971245 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=546] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/546/stat : 546 (java) S 531 533 32154 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 449971245 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=547] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/547/stat : 547 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738228657 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=548] ppid=531 vsize=7649724 CPUtime=0.2 cores=4,6
/proc/533/task/548/stat : 548 (java) S 531 533 32154 0 -1 4202560 1249 0 0 0 20 0 0 0 15 0 19 0 449971249 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=549] ppid=531 vsize=7649724 CPUtime=0.5 cores=4,6
/proc/533/task/549/stat : 549 (java) S 531 533 32154 0 -1 4202560 9215 0 0 0 49 1 0 0 15 0 19 0 449971249 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=550] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/550/stat : 550 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=551] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/551/stat : 551 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449971249 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=552] ppid=531 vsize=7649724 CPUtime=0 cores=4,6
/proc/533/task/552/stat : 552 (java) S 531 533 32154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449971268 7833317376 25898 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 7649724

[startup+12.7015 s]

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

[pid=533/tid=541] ppid=531 vsize=7654700 CPUtime=0.06 cores=4,6
/proc/533/task/541/stat : 541 (java) S 531 533 32154 0 -1 4202560 2696 0 0 0 6 0 0 0 16 0 19 0 449971243 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=542] ppid=531 vsize=7654700 CPUtime=0.07 cores=4,6
/proc/533/task/542/stat : 542 (java) S 531 533 32154 0 -1 4202560 1303 0 0 0 7 0 0 0 15 0 19 0 449971243 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=543] ppid=531 vsize=7654700 CPUtime=0.1 cores=4,6
/proc/533/task/543/stat : 543 (java) S 531 533 32154 0 -1 4202560 1726 0 0 0 10 0 0 0 15 0 19 0 449971243 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=544] ppid=531 vsize=7654700 CPUtime=2.39 cores=4,6
/proc/533/task/544/stat : 544 (java) S 531 533 32154 0 -1 4202560 8181 0 0 0 239 0 0 0 15 0 19 0 449971244 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 0 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=545] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/545/stat : 545 (java) S 531 533 32154 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 449971245 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=546] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/546/stat : 546 (java) S 531 533 32154 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 449971245 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=547] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/547/stat : 547 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738228657 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=548] ppid=531 vsize=7654700 CPUtime=1.3 cores=4,6
/proc/533/task/548/stat : 548 (java) S 531 533 32154 0 -1 4202560 7770 0 0 0 129 1 0 0 16 0 19 0 449971249 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=549] ppid=531 vsize=7654700 CPUtime=0.64 cores=4,6
/proc/533/task/549/stat : 549 (java) S 531 533 32154 0 -1 4202560 9226 0 0 0 63 1 0 0 15 0 19 0 449971249 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=550] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/550/stat : 550 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=551] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/551/stat : 551 (java) S 531 533 32154 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 449971249 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=552] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/552/stat : 552 (java) S 531 533 32154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449971268 7838412800 49023 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1124.49
Current children cumulated vsize (KiB) 7654700

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.84 5/262 820
/proc/meminfo: memFree=14242120/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7654700 CPUtime=1184.52 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 59592 0 1 0 118441 11 0 0 23 0 19 0 449971240 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1913675 49232 2255 9 0 1904413 0
[pid=533/tid=535] ppid=531 vsize=7654700 CPUtime=1179.24 cores=4,6
/proc/533/task/535/stat : 535 (java) R 531 533 32154 0 -1 4202560 18343 0 1 0 117919 5 0 0 25 0 19 0 449971241 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 46912505909974 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=533/tid=536] ppid=531 vsize=7654700 CPUtime=0.11 cores=4,6
/proc/533/task/536/stat : 536 (java) S 531 533 32154 0 -1 4202560 2396 0 0 0 11 0 0 0 15 0 19 0 449971243 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=537] ppid=531 vsize=7654700 CPUtime=0.07 cores=4,6
/proc/533/task/537/stat : 537 (java) S 531 533 32154 0 -1 4202560 3221 0 0 0 7 0 0 0 15 0 19 0 449971243 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=538] ppid=531 vsize=7654700 CPUtime=0.13 cores=4,6
/proc/533/task/538/stat : 538 (java) S 531 533 32154 0 -1 4202560 1623 0 0 0 13 0 0 0 15 0 19 0 449971243 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=539] ppid=531 vsize=7654700 CPUtime=0.08 cores=4,6
/proc/533/task/539/stat : 539 (java) S 531 533 32154 0 -1 4202560 211 0 0 0 8 0 0 0 16 0 19 0 449971243 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=540] ppid=531 vsize=7654700 CPUtime=0.13 cores=4,6
/proc/533/task/540/stat : 540 (java) S 531 533 32154 0 -1 4202560 1673 0 0 0 13 0 0 0 15 0 19 0 449971243 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=541] ppid=531 vsize=7654700 CPUtime=0.07 cores=4,6
/proc/533/task/541/stat : 541 (java) S 531 533 32154 0 -1 4202560 2696 0 0 0 7 0 0 0 15 0 19 0 449971243 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=542] ppid=531 vsize=7654700 CPUtime=0.08 cores=4,6
/proc/533/task/542/stat : 542 (java) S 531 533 32154 0 -1 4202560 1304 0 0 0 8 0 0 0 15 0 19 0 449971243 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=543] ppid=531 vsize=7654700 CPUtime=0.1 cores=4,6
/proc/533/task/543/stat : 543 (java) S 531 533 32154 0 -1 4202560 1726 0 0 0 10 0 0 0 15 0 19 0 449971243 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=544] ppid=531 vsize=7654700 CPUtime=2.46 cores=4,6
/proc/533/task/544/stat : 544 (java) S 531 533 32154 0 -1 4202560 8183 0 0 0 246 0 0 0 15 0 19 0 449971244 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 0 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=545] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/545/stat : 545 (java) S 531 533 32154 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 449971245 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=546] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/546/stat : 546 (java) S 531 533 32154 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 449971245 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=547] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/547/stat : 547 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738228657 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=548] ppid=531 vsize=7654700 CPUtime=1.3 cores=4,6
/proc/533/task/548/stat : 548 (java) S 531 533 32154 0 -1 4202560 7770 0 0 0 129 1 0 0 16 0 19 0 449971249 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=549] ppid=531 vsize=7654700 CPUtime=0.64 cores=4,6
/proc/533/task/549/stat : 549 (java) S 531 533 32154 0 -1 4202560 9226 0 0 0 63 1 0 0 15 0 19 0 449971249 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=550] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/550/stat : 550 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=551] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/551/stat : 551 (java) S 531 533 32154 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 449971249 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=552] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/552/stat : 552 (java) S 531 533 32154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449971268 7838412800 49232 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1184.52
Current children cumulated vsize (KiB) 7654700

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.84 5/262 821
/proc/meminfo: memFree=14240084/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7654700 CPUtime=1244.53 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 59653 0 1 0 124442 11 0 0 23 0 19 0 449971240 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1913675 49286 2255 9 0 1904413 0
[pid=533/tid=535] ppid=531 vsize=7654700 CPUtime=1239.17 cores=4,6
/proc/533/task/535/stat : 535 (java) R 531 533 32154 0 -1 4202560 18344 0 1 0 123912 5 0 0 25 0 19 0 449971241 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 46912505909969 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=533/tid=536] ppid=531 vsize=7654700 CPUtime=0.11 cores=4,6
/proc/533/task/536/stat : 536 (java) S 531 533 32154 0 -1 4202560 2396 0 0 0 11 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=537] ppid=531 vsize=7654700 CPUtime=0.07 cores=4,6
/proc/533/task/537/stat : 537 (java) S 531 533 32154 0 -1 4202560 3221 0 0 0 7 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=538] ppid=531 vsize=7654700 CPUtime=0.13 cores=4,6
/proc/533/task/538/stat : 538 (java) S 531 533 32154 0 -1 4202560 1623 0 0 0 13 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=539] ppid=531 vsize=7654700 CPUtime=0.09 cores=4,6
/proc/533/task/539/stat : 539 (java) S 531 533 32154 0 -1 4202560 211 0 0 0 9 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=540] ppid=531 vsize=7654700 CPUtime=0.13 cores=4,6
/proc/533/task/540/stat : 540 (java) S 531 533 32154 0 -1 4202560 1673 0 0 0 13 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=541] ppid=531 vsize=7654700 CPUtime=0.07 cores=4,6
/proc/533/task/541/stat : 541 (java) S 531 533 32154 0 -1 4202560 2696 0 0 0 7 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=542] ppid=531 vsize=7654700 CPUtime=0.08 cores=4,6
/proc/533/task/542/stat : 542 (java) S 531 533 32154 0 -1 4202560 1304 0 0 0 8 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=543] ppid=531 vsize=7654700 CPUtime=0.11 cores=4,6
/proc/533/task/543/stat : 543 (java) S 531 533 32154 0 -1 4202560 1726 0 0 0 11 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=544] ppid=531 vsize=7654700 CPUtime=2.52 cores=4,6
/proc/533/task/544/stat : 544 (java) S 531 533 32154 0 -1 4202560 8239 0 0 0 252 0 0 0 15 0 19 0 449971244 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 0 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=545] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/545/stat : 545 (java) S 531 533 32154 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 449971245 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=546] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/546/stat : 546 (java) S 531 533 32154 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 449971245 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=547] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/547/stat : 547 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738228657 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=548] ppid=531 vsize=7654700 CPUtime=1.3 cores=4,6
/proc/533/task/548/stat : 548 (java) S 531 533 32154 0 -1 4202560 7770 0 0 0 129 1 0 0 16 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=549] ppid=531 vsize=7654700 CPUtime=0.64 cores=4,6
/proc/533/task/549/stat : 549 (java) S 531 533 32154 0 -1 4202560 9226 0 0 0 63 1 0 0 15 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=550] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/550/stat : 550 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=551] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/551/stat : 551 (java) S 531 533 32154 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=552] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/552/stat : 552 (java) S 531 533 32154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449971268 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1244.53
Current children cumulated vsize (KiB) 7654700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.85 5/262 823
/proc/meminfo: memFree=14236072/32951124 swapFree=67111528/67111528
[pid=533] ppid=531 vsize=7654700 CPUtime=1302.23 cores=4,6
/proc/533/stat : 533 (java) S 531 533 32154 0 -1 4202496 59657 0 1 0 130212 11 0 0 23 0 19 0 449971240 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/533/statm: 1913675 49286 2255 9 0 1904413 0
[pid=533/tid=535] ppid=531 vsize=7654700 CPUtime=1296.88 cores=4,6
/proc/533/task/535/stat : 535 (java) R 531 533 32154 0 -1 4202560 18344 0 1 0 129683 5 0 0 25 0 19 0 449971241 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 46912505611808 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=533/tid=536] ppid=531 vsize=7654700 CPUtime=0.11 cores=4,6
/proc/533/task/536/stat : 536 (java) S 531 533 32154 0 -1 4202560 2396 0 0 0 11 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=537] ppid=531 vsize=7654700 CPUtime=0.07 cores=4,6
/proc/533/task/537/stat : 537 (java) S 531 533 32154 0 -1 4202560 3221 0 0 0 7 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=538] ppid=531 vsize=7654700 CPUtime=0.13 cores=4,6
/proc/533/task/538/stat : 538 (java) S 531 533 32154 0 -1 4202560 1623 0 0 0 13 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=539] ppid=531 vsize=7654700 CPUtime=0.09 cores=4,6
/proc/533/task/539/stat : 539 (java) S 531 533 32154 0 -1 4202560 211 0 0 0 9 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=540] ppid=531 vsize=7654700 CPUtime=0.13 cores=4,6
/proc/533/task/540/stat : 540 (java) S 531 533 32154 0 -1 4202560 1673 0 0 0 13 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=541] ppid=531 vsize=7654700 CPUtime=0.07 cores=4,6
/proc/533/task/541/stat : 541 (java) S 531 533 32154 0 -1 4202560 2696 0 0 0 7 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=542] ppid=531 vsize=7654700 CPUtime=0.08 cores=4,6
/proc/533/task/542/stat : 542 (java) S 531 533 32154 0 -1 4202560 1304 0 0 0 8 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=543] ppid=531 vsize=7654700 CPUtime=0.11 cores=4,6
/proc/533/task/543/stat : 543 (java) S 531 533 32154 0 -1 4202560 1726 0 0 0 11 0 0 0 15 0 19 0 449971243 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=544] ppid=531 vsize=7654700 CPUtime=2.52 cores=4,6
/proc/533/task/544/stat : 544 (java) S 531 533 32154 0 -1 4202560 8239 0 0 0 252 0 0 0 15 0 19 0 449971244 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 0 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=545] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/545/stat : 545 (java) S 531 533 32154 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 449971245 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=546] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/546/stat : 546 (java) S 531 533 32154 0 -1 4202560 14 0 0 0 0 0 0 0 18 0 19 0 449971245 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=547] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/547/stat : 547 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738228657 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=548] ppid=531 vsize=7654700 CPUtime=1.3 cores=4,6
/proc/533/task/548/stat : 548 (java) S 531 533 32154 0 -1 4202560 7770 0 0 0 129 1 0 0 16 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=549] ppid=531 vsize=7654700 CPUtime=0.64 cores=4,6
/proc/533/task/549/stat : 549 (java) S 531 533 32154 0 -1 4202560 9226 0 0 0 63 1 0 0 15 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 4 0 0 0
[pid=533/tid=550] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/550/stat : 550 (java) S 531 533 32154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738220953 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
[pid=533/tid=551] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/551/stat : 551 (java) R 531 533 32154 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 449971249 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=533/tid=552] ppid=531 vsize=7654700 CPUtime=0 cores=4,6
/proc/533/task/552/stat : 552 (java) S 531 533 32154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449971268 7838412800 49286 33554432000 1073741824 1073778376 140736623697536 18446744073709551615 264738221568 0 4 0 16800975 18446604453915157696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1302.23
Current children cumulated vsize (KiB) 7654700

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.06
CPU time (s): 1302.33
CPU user time (s): 1302.21
CPU system time (s): 0.120981
CPU usage (%): 100.175
Max. virtual memory (cumulated for all children) (KiB): 7663328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.21
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= 59693
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= 28095
involuntary context switches= 4416

runsolver used 2.24466 second user time and 4.86826 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 18:19:16
IDJOB=3264196
IDBENCH=84560
IDSOLVER=1611
FILE ID=node141/3264196-1303575556
RUNJOBID= node141-1303575556-522
PBS_JOBID= 13150314
Free space on /tmp= 70964 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.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-3264196-1303575556/watcher-3264196-1303575556 -o /tmp/evaluation-result-3264196-1303575556/solver-3264196-1303575556 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3264196-1303575556.cnf

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=510701114

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:      14749660 kB
Buffers:       1626176 kB
Cached:       15940936 kB
SwapCached:          0 kB
Active:        9736284 kB
Inactive:      7893652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14749660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2152 kB
Writeback:           0 kB
AnonPages:       62652 kB
Mapped:          14480 kB
Slab:           508840 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189072 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= 70960 MiB
End job on node141 at 2011-04-23 18:40:58