Trace number 3190201

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.22 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S895938734-057-UNKNOWN.cnf
MD5SUM4f5a8cb56de51e6630c119bd6436cc16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.77
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		6997539544
0.05/0.08	c Max memory 		7034241024
0.05/0.08	c Total memory 		7034241024
0.05/0.08	c Number of processors 	8
0.05/0.09	c --- Begin Solver configuration ---
0.05/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.05/0.09	c Learn all clauses as in MiniSAT
0.05/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/0.09	c Expensive reason simplification
0.05/0.09	c Armin Biere (Picosat) restarts strategy
0.05/0.09	c Glucose learned constraints deletion strategy
0.05/0.09	c timeout=2147483647s
0.05/0.09	c DB Simplification allowed=true
0.05/0.09	c --- End Solver configuration ---
0.05/0.09	c solving HOME/instance-3190201-1302596818.cnf
0.05/0.09	c reading problem ... 
0.40/0.33	c ... done. Wall clock time 0.24s.
0.40/0.33	c #vars     40000
0.40/0.33	c #constraints  168000
0.40/0.33	c constraints type 
0.40/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 168000
6.00/5.67	c cleaning 2499 clauses out of 5000 with flag 5000/5000
11.53/11.13	c cleaning 4248 clauses out of 8501 with flag 11000/11000
17.95/17.54	c cleaning 5625 clauses out of 11253 with flag 18000/18000
25.06/24.62	c cleaning 6807 clauses out of 13629 with flag 26001/26001
33.07/32.60	c cleaning 7907 clauses out of 15821 with flag 35000/35000
41.68/41.28	c cleaning 8957 clauses out of 17915 with flag 45001/45001
51.29/50.80	c cleaning 9976 clauses out of 19957 with flag 56000/56000
61.90/61.46	c cleaning 10986 clauses out of 21982 with flag 68001/68001
73.20/72.76	c cleaning 11993 clauses out of 23995 with flag 81000/81000
85.51/85.06	c cleaning 12994 clauses out of 26006 with flag 95004/95004
98.82/98.31	c cleaning 13999 clauses out of 28008 with flag 110000/110000
112.83/112.40	c cleaning 15004 clauses out of 30009 with flag 126000/126000
127.85/127.34	c cleaning 16000 clauses out of 32005 with flag 143000/143000
143.56/143.05	c cleaning 17000 clauses out of 34007 with flag 161002/161002
160.47/159.97	c cleaning 17999 clauses out of 36006 with flag 180001/180001
178.28/177.75	c cleaning 18996 clauses out of 38007 with flag 200001/200001
196.89/196.35	c cleaning 19998 clauses out of 40011 with flag 221001/221001
216.60/216.01	c cleaning 21005 clauses out of 42013 with flag 243001/243001
237.52/236.95	c cleaning 22004 clauses out of 44007 with flag 266000/266000
258.64/258.04	c cleaning 22993 clauses out of 46003 with flag 290000/290000
281.05/280.46	c cleaning 24002 clauses out of 48010 with flag 315000/315000
304.46/303.88	c cleaning 24993 clauses out of 50010 with flag 341002/341002
328.88/328.30	c cleaning 26002 clauses out of 52015 with flag 368000/368000
353.90/353.24	c cleaning 27006 clauses out of 54013 with flag 396000/396000
380.51/379.89	c cleaning 28002 clauses out of 56008 with flag 425001/425001
407.92/407.25	c cleaning 29000 clauses out of 58005 with flag 455000/455000
435.54/434.86	c cleaning 29999 clauses out of 60006 with flag 486001/486001
464.96/464.27	c cleaning 30994 clauses out of 62007 with flag 518001/518001
495.07/494.33	c cleaning 32005 clauses out of 64013 with flag 551001/551001
525.99/525.26	c cleaning 32999 clauses out of 66008 with flag 585001/585001
559.01/558.25	c cleaning 33997 clauses out of 68008 with flag 620000/620000
592.03/591.26	c cleaning 34993 clauses out of 70011 with flag 656000/656000
627.44/626.61	c cleaning 36003 clauses out of 72019 with flag 693001/693001
662.35/661.51	c cleaning 36992 clauses out of 74015 with flag 731000/731000
699.57/698.77	c cleaning 38002 clauses out of 76023 with flag 770000/770000
736.88/736.09	c cleaning 38995 clauses out of 78023 with flag 810002/810002
776.31/775.40	c cleaning 40007 clauses out of 80028 with flag 851002/851002
815.32/814.42	c cleaning 41002 clauses out of 82019 with flag 893000/893000
857.13/856.28	c cleaning 41999 clauses out of 84018 with flag 936001/936001
897.95/897.10	c cleaning 42996 clauses out of 86018 with flag 980000/980000
942.26/941.36	c cleaning 44006 clauses out of 88023 with flag 1025001/1025001
985.89/984.97	c cleaning 45000 clauses out of 90018 with flag 1071002/1071002
1033.10/1032.14	c cleaning 46005 clauses out of 92016 with flag 1118000/1118000
1078.02/1077.01	c cleaning 47001 clauses out of 94011 with flag 1166000/1166000
1125.03/1124.05	c cleaning 47999 clauses out of 96011 with flag 1215001/1215001
1174.66/1173.70	c cleaning 48998 clauses out of 98012 with flag 1265001/1265001
1223.18/1222.18	c cleaning 49993 clauses out of 100014 with flag 1316001/1316001
1275.41/1274.35	c cleaning 51002 clauses out of 102021 with flag 1368001/1368001
1301.13/1300.01	c starts		: 1364
1301.13/1300.01	c conflicts		: 1395538
1301.13/1300.01	c decisions		: 5921101
1301.13/1300.01	c propagations		: 1831853087
1301.13/1300.01	c inspects		: 4381411574
1301.13/1300.01	c shortcuts		: 0
1301.13/1300.01	c learnt literals	: 0
1301.13/1300.01	c learnt binary clauses	: 0
1301.13/1300.01	c learnt ternary clauses	: 74
1301.13/1300.01	c learnt constraints	: 1395537
1301.13/1300.01	c ignored constraints	: 0
1301.13/1300.01	c root simplifications	: 1364
1301.13/1300.01	c removed literals (reason simplification)	: 19383528
1301.13/1300.01	c reason swapping (by a shorter reason)	: 0
1301.13/1300.01	c Calls to reduceDB	: 48
1301.13/1300.01	c speed (assignments/second)	: 1409463.6199190416
1301.13/1300.01	c non guided choices	3605
1301.13/1300.04	c learnt constraints type 
1301.13/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78579
1301.13/1300.04	c constraints type 
1301.13/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 168000
1301.13/1300.04	s UNKNOWN
1301.13/1300.04	c Total wall clock time (in seconds) : 1299.922

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190201-1302596818/watcher-3190201-1302596818 -o /tmp/evaluation-result-3190201-1302596818/solver-3190201-1302596818 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190201-1302596818.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: 0.92 1.02 1.39 1/225 9536
/proc/meminfo: memFree=13738776/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=27172 CPUtime=0 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 1180 0 0 0 0 0 0 0 18 0 2 0 371278559 27824128 906 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 6793 906 688 9 0 381 0
[pid=9536/tid=9537] ppid=9534 vsize=28436 CPUtime=0 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 75 0 0 0 0 0 0 0 19 0 2 0 371278560 29118464 916 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254495720796 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0698071 s]
/proc/loadavg: 0.92 1.02 1.39 1/225 9536
/proc/meminfo: memFree=13738776/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7569940 CPUtime=0.05 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 9394 0 1 0 4 1 0 0 18 0 18 0 371278559 7751618560 9089 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1892485 9089 1754 9 0 1883223 0
[pid=9536/tid=9537] ppid=9534 vsize=7569940 CPUtime=0.05 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 8219 0 1 0 4 1 0 0 18 0 18 0 371278560 7751618560 9090 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 47091849489235 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569940

[startup+0.100745 s]
/proc/loadavg: 0.92 1.02 1.39 1/225 9536
/proc/meminfo: memFree=13738776/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7701900 CPUtime=0.09 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 10886 0 1 0 8 1 0 0 18 0 18 0 371278559 7886745600 10581 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1925475 10581 2093 9 0 1916213 0
[pid=9536/tid=9537] ppid=9534 vsize=7701900 CPUtime=0.08 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 9021 0 1 0 7 1 0 0 18 0 18 0 371278560 7886745600 10581 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 46912505179392 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7701900

[startup+0.300761 s]
/proc/loadavg: 0.92 1.02 1.39 1/225 9536
/proc/meminfo: memFree=13738776/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7702152 CPUtime=0.4 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 15686 0 1 0 38 2 0 0 18 0 18 0 371278559 7887003648 15181 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1925538 15182 2197 9 0 1916276 0
[pid=9536/tid=9537] ppid=9534 vsize=7702152 CPUtime=0.28 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 13398 0 1 0 26 2 0 0 18 0 18 0 371278560 7887003648 15183 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 46912505543260 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7702152

[startup+0.700692 s]
/proc/loadavg: 0.92 1.02 1.39 1/225 9536
/proc/meminfo: memFree=13738776/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7706792 CPUtime=1.07 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 21479 0 1 0 104 3 0 0 18 0 19 0 371278559 7891755008 19407 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1926698 19407 2221 9 0 1917436 0
[pid=9536/tid=9537] ppid=9534 vsize=7706792 CPUtime=0.59 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 15307 0 1 0 57 2 0 0 19 0 19 0 371278560 7891755008 19407 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 46912505636120 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 7706792

[startup+1.50147 s]
/proc/loadavg: 0.92 1.02 1.39 8/262 9573
/proc/meminfo: memFree=13589348/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7706792 CPUtime=1.91 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 21952 0 1 0 188 3 0 0 18 0 19 0 371278559 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1926698 19879 2224 9 0 1917436 0
[pid=9536/tid=9537] ppid=9534 vsize=7706792 CPUtime=1.33 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 15753 0 1 0 131 2 0 0 20 0 19 0 371278560 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 46912505636206 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9536/tid=9539] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9539/stat : 9539 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371278561 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9540] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9540/stat : 9540 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9541] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9541/stat : 9541 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9542] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9542/stat : 9542 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9543] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9543/stat : 9543 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9544] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9544/stat : 9544 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9547] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9547/stat : 9547 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9548] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9548/stat : 9548 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371278561 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9562] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9562/stat : 9562 (java) S 9534 9536 9440 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371278562 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 0 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9563] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9563/stat : 9563 (java) S 9534 9536 9440 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 371278563 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9564] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9564/stat : 9564 (java) S 9534 9536 9440 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 371278563 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9565] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9565/stat : 9565 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371278565 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512515505 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9566] ppid=9534 vsize=7706792 CPUtime=0.25 cores=5,7
/proc/9536/task/9566/stat : 9566 (java) S 9534 9536 9440 0 -1 4202560 1907 0 0 0 25 0 0 0 15 0 19 0 371278565 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9567] ppid=9534 vsize=7706792 CPUtime=0.31 cores=5,7
/proc/9536/task/9567/stat : 9567 (java) S 9534 9536 9440 0 -1 4202560 3129 0 0 0 31 0 0 0 16 0 19 0 371278565 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9568] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9568/stat : 9568 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371278565 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9569] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9569/stat : 9569 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371278565 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9573] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9573/stat : 9573 (java) S 9534 9536 9440 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371278597 7891755008 19879 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 7706792

[startup+3.1012 s]
/proc/loadavg: 0.92 1.02 1.39 6/262 9573
/proc/meminfo: memFree=13572732/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7706792 CPUtime=3.51 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 22448 0 1 0 348 3 0 0 18 0 19 0 371278559 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1926698 20375 2224 9 0 1917436 0
[pid=9536/tid=9537] ppid=9534 vsize=7706792 CPUtime=2.92 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 16249 0 1 0 290 2 0 0 25 0 19 0 371278560 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 46912505728767 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9536/tid=9539] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9539/stat : 9539 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371278561 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9540] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9540/stat : 9540 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9541] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9541/stat : 9541 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9542] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9542/stat : 9542 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9543] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9543/stat : 9543 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9544] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9544/stat : 9544 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9547] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9547/stat : 9547 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371278561 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9548] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9548/stat : 9548 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371278561 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9562] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9562/stat : 9562 (java) S 9534 9536 9440 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371278562 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 0 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9563] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9563/stat : 9563 (java) S 9534 9536 9440 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 371278563 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9564] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9564/stat : 9564 (java) S 9534 9536 9440 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 371278563 7891755008 20375 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9565] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9565/stat : 9565 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371278565 7891755008 20376 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512515505 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9566] ppid=9534 vsize=7706792 CPUtime=0.25 cores=5,7
/proc/9536/task/9566/stat : 9566 (java) S 9534 9536 9440 0 -1 4202560 1907 0 0 0 25 0 0 0 15 0 19 0 371278565 7891755008 20376 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9567] ppid=9534 vsize=7706792 CPUtime=0.31 cores=5,7
/proc/9536/task/9567/stat : 9567 (java) S 9534 9536 9440 0 -1 4202560 3129 0 0 0 31 0 0 0 16 0 19 0 371278565 7891755008 20376 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9568] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9568/stat : 9568 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371278565 7891755008 20376 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9569] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9569/stat : 9569 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371278565 7891755008 20376 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9573] ppid=9534 vsize=7706792 CPUtime=0 cores=5,7
/proc/9536/task/9573/stat : 9573 (java) S 9534 9536 9440 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371278597 7891755008 20376 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 7706792

[startup+6.30157 s]
/proc/loadavg: 1.17 1.07 1.40 5/262 9573
/proc/meminfo: memFree=13547188/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7706020 CPUtime=6.73 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 36418 0 1 0 668 5 0 0 18 0 19 0 371278559 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1926505 34210 2250 9 0 1917243 0
[pid=9536/tid=9537] ppid=9534 vsize=7706020 CPUtime=5.93 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 17067 0 1 0 590 3 0 0 25 0 19 0 371278560 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 46912505760593 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9536/tid=9539] ppid=9534 vsize=7706020 CPUtime=0.04 cores=5,7
/proc/9536/task/9539/stat : 9539 (java) S 9534 9536 9440 0 -1 4202560 3297 0 0 0 4 0 0 0 17 0 19 0 371278561 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9540] ppid=9534 vsize=7706020 CPUtime=0.01 cores=5,7
/proc/9536/task/9540/stat : 9540 (java) S 9534 9536 9440 0 -1 4202560 2224 0 0 0 1 0 0 0 17 0 19 0 371278561 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9541] ppid=9534 vsize=7706020 CPUtime=0 cores=5,7
/proc/9536/task/9541/stat : 9541 (java) S 9534 9536 9440 0 -1 4202560 482 0 0 0 0 0 0 0 17 0 19 0 371278561 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9542] ppid=9534 vsize=7706020 CPUtime=0 cores=5,7
/proc/9536/task/9542/stat : 9542 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371278561 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9543] ppid=9534 vsize=7706020 CPUtime=0 cores=5,7
/proc/9536/task/9543/stat : 9543 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371278561 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9544] ppid=9534 vsize=7706020 CPUtime=0 cores=5,7
/proc/9536/task/9544/stat : 9544 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371278561 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9547] ppid=9534 vsize=7706020 CPUtime=0 cores=5,7
/proc/9536/task/9547/stat : 9547 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371278561 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9548] ppid=9534 vsize=7706020 CPUtime=0 cores=5,7
/proc/9536/task/9548/stat : 9548 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371278561 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9562] ppid=9534 vsize=7706020 CPUtime=0.1 cores=5,7
/proc/9536/task/9562/stat : 9562 (java) S 9534 9536 9440 0 -1 4202560 7145 0 0 0 10 0 0 0 16 0 19 0 371278562 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 0 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9563] ppid=9534 vsize=7706020 CPUtime=0 cores=5,7
/proc/9536/task/9563/stat : 9563 (java) S 9534 9536 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371278563 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9564] ppid=9534 vsize=7706020 CPUtime=0 cores=5,7
/proc/9536/task/9564/stat : 9564 (java) S 9534 9536 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371278563 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9565] ppid=9534 vsize=7706020 CPUtime=0 cores=5,7
/proc/9536/task/9565/stat : 9565 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371278565 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512515505 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9566] ppid=9534 vsize=7706020 CPUtime=0.25 cores=5,7
/proc/9536/task/9566/stat : 9566 (java) S 9534 9536 9440 0 -1 4202560 1907 0 0 0 25 0 0 0 15 0 19 0 371278565 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9567] ppid=9534 vsize=7706020 CPUtime=0.34 cores=5,7
/proc/9536/task/9567/stat : 9567 (java) S 9534 9536 9440 0 -1 4202560 3138 0 0 0 34 0 0 0 15 0 19 0 371278565 7890964480 34210 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0

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

[pid=9536/tid=9544] ppid=9534 vsize=7705252 CPUtime=0.17 cores=5,7
/proc/9536/task/9544/stat : 9544 (java) S 9534 9536 9440 0 -1 4202560 4926 0 0 0 17 0 0 0 15 0 19 0 371278561 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9547] ppid=9534 vsize=7705252 CPUtime=0.17 cores=5,7
/proc/9536/task/9547/stat : 9547 (java) S 9534 9536 9440 0 -1 4202560 3164 0 0 0 17 0 0 0 15 0 19 0 371278561 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9548] ppid=9534 vsize=7705252 CPUtime=0.1 cores=5,7
/proc/9536/task/9548/stat : 9548 (java) S 9534 9536 9440 0 -1 4202560 129 0 0 0 10 0 0 0 15 0 19 0 371278561 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9562] ppid=9534 vsize=7705252 CPUtime=4.74 cores=5,7
/proc/9536/task/9562/stat : 9562 (java) S 9534 9536 9440 0 -1 4202560 10797 0 0 0 473 1 0 0 15 0 19 0 371278562 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 0 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9563] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9563/stat : 9563 (java) S 9534 9536 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371278563 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9564] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9564/stat : 9564 (java) S 9534 9536 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371278563 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9565] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9565/stat : 9565 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371278565 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512515505 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9566] ppid=9534 vsize=7705252 CPUtime=0.25 cores=5,7
/proc/9536/task/9566/stat : 9566 (java) S 9534 9536 9440 0 -1 4202560 1907 0 0 0 25 0 0 0 15 0 19 0 371278565 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9567] ppid=9534 vsize=7705252 CPUtime=0.4 cores=5,7
/proc/9536/task/9567/stat : 9567 (java) S 9534 9536 9440 0 -1 4202560 3153 0 0 0 40 0 0 0 15 0 19 0 371278565 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9568] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9568/stat : 9568 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371278565 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9569] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9569/stat : 9569 (java) S 9534 9536 9440 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 371278565 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9573] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9573/stat : 9573 (java) S 9534 9536 9440 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371278597 7890178048 80896 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1123.33
Current children cumulated vsize (KiB) 7705252

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 3.24 5/262 9604
/proc/meminfo: memFree=13193824/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7705252 CPUtime=1183.37 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 86653 0 1 0 118322 15 0 0 18 0 19 0 371278559 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1926313 84072 2252 9 0 1917051 0
[pid=9536/tid=9537] ppid=9534 vsize=7705252 CPUtime=1176.35 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 36553 0 1 0 117627 8 0 0 25 0 19 0 371278560 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 46912505760593 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9536/tid=9539] ppid=9534 vsize=7705252 CPUtime=0.17 cores=5,7
/proc/9536/task/9539/stat : 9539 (java) S 9534 9536 9440 0 -1 4202560 5509 0 0 0 17 0 0 0 15 0 19 0 371278561 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9540] ppid=9534 vsize=7705252 CPUtime=0.18 cores=5,7
/proc/9536/task/9540/stat : 9540 (java) S 9534 9536 9440 0 -1 4202560 4198 0 0 0 18 0 0 0 15 0 19 0 371278561 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9541] ppid=9534 vsize=7705252 CPUtime=0.15 cores=5,7
/proc/9536/task/9541/stat : 9541 (java) S 9534 9536 9440 0 -1 4202560 3192 0 0 0 15 0 0 0 15 0 19 0 371278561 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9542] ppid=9534 vsize=7705252 CPUtime=0.2 cores=5,7
/proc/9536/task/9542/stat : 9542 (java) S 9534 9536 9440 0 -1 4202560 6619 0 0 0 20 0 0 0 15 0 19 0 371278561 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9543] ppid=9534 vsize=7705252 CPUtime=0.14 cores=5,7
/proc/9536/task/9543/stat : 9543 (java) S 9534 9536 9440 0 -1 4202560 4870 0 0 0 14 0 0 0 15 0 19 0 371278561 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9544] ppid=9534 vsize=7705252 CPUtime=0.19 cores=5,7
/proc/9536/task/9544/stat : 9544 (java) S 9534 9536 9440 0 -1 4202560 5132 0 0 0 19 0 0 0 15 0 19 0 371278561 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9547] ppid=9534 vsize=7705252 CPUtime=0.17 cores=5,7
/proc/9536/task/9547/stat : 9547 (java) S 9534 9536 9440 0 -1 4202560 3164 0 0 0 17 0 0 0 15 0 19 0 371278561 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9548] ppid=9534 vsize=7705252 CPUtime=0.1 cores=5,7
/proc/9536/task/9548/stat : 9548 (java) S 9534 9536 9440 0 -1 4202560 129 0 0 0 10 0 0 0 15 0 19 0 371278561 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9562] ppid=9534 vsize=7705252 CPUtime=4.96 cores=5,7
/proc/9536/task/9562/stat : 9562 (java) S 9534 9536 9440 0 -1 4202560 11006 0 0 0 495 1 0 0 15 0 19 0 371278562 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 0 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9563] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9563/stat : 9563 (java) S 9534 9536 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371278563 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9564] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9564/stat : 9564 (java) S 9534 9536 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371278563 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9565] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9565/stat : 9565 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371278565 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512515505 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9566] ppid=9534 vsize=7705252 CPUtime=0.25 cores=5,7
/proc/9536/task/9566/stat : 9566 (java) S 9534 9536 9440 0 -1 4202560 1907 0 0 0 25 0 0 0 15 0 19 0 371278565 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9567] ppid=9534 vsize=7705252 CPUtime=0.4 cores=5,7
/proc/9536/task/9567/stat : 9567 (java) S 9534 9536 9440 0 -1 4202560 3153 0 0 0 40 0 0 0 15 0 19 0 371278565 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9568] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9568/stat : 9568 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371278565 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9569] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9569/stat : 9569 (java) S 9534 9536 9440 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371278565 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9573] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9573/stat : 9573 (java) S 9534 9536 9440 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371278597 7890178048 84072 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.37
Current children cumulated vsize (KiB) 7705252

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 3.29 5/262 9606
/proc/meminfo: memFree=13157584/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7705252 CPUtime=1243.41 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 95372 0 1 0 124325 16 0 0 18 0 19 0 371278559 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1926313 92783 2252 9 0 1917051 0
[pid=9536/tid=9537] ppid=9534 vsize=7705252 CPUtime=1236.2 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 36554 0 1 0 123612 8 0 0 25 0 19 0 371278560 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 46912505636115 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9536/tid=9539] ppid=9534 vsize=7705252 CPUtime=0.21 cores=5,7
/proc/9536/task/9539/stat : 9539 (java) S 9534 9536 9440 0 -1 4202560 10999 0 0 0 20 1 0 0 15 0 19 0 371278561 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9540] ppid=9534 vsize=7705252 CPUtime=0.18 cores=5,7
/proc/9536/task/9540/stat : 9540 (java) S 9534 9536 9440 0 -1 4202560 4198 0 0 0 18 0 0 0 15 0 19 0 371278561 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9541] ppid=9534 vsize=7705252 CPUtime=0.15 cores=5,7
/proc/9536/task/9541/stat : 9541 (java) S 9534 9536 9440 0 -1 4202560 3192 0 0 0 15 0 0 0 15 0 19 0 371278561 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9542] ppid=9534 vsize=7705252 CPUtime=0.2 cores=5,7
/proc/9536/task/9542/stat : 9542 (java) S 9534 9536 9440 0 -1 4202560 6619 0 0 0 20 0 0 0 15 0 19 0 371278561 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9543] ppid=9534 vsize=7705252 CPUtime=0.14 cores=5,7
/proc/9536/task/9543/stat : 9543 (java) S 9534 9536 9440 0 -1 4202560 4870 0 0 0 14 0 0 0 15 0 19 0 371278561 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9544] ppid=9534 vsize=7705252 CPUtime=0.2 cores=5,7
/proc/9536/task/9544/stat : 9544 (java) S 9534 9536 9440 0 -1 4202560 6815 0 0 0 20 0 0 0 15 0 19 0 371278561 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9547] ppid=9534 vsize=7705252 CPUtime=0.19 cores=5,7
/proc/9536/task/9547/stat : 9547 (java) S 9534 9536 9440 0 -1 4202560 4313 0 0 0 19 0 0 0 16 0 19 0 371278561 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9548] ppid=9534 vsize=7705252 CPUtime=0.1 cores=5,7
/proc/9536/task/9548/stat : 9548 (java) S 9534 9536 9440 0 -1 4202560 129 0 0 0 10 0 0 0 15 0 19 0 371278561 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9562] ppid=9534 vsize=7705252 CPUtime=5.08 cores=5,7
/proc/9536/task/9562/stat : 9562 (java) S 9534 9536 9440 0 -1 4202560 11398 0 0 0 507 1 0 0 15 0 19 0 371278562 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 0 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9563] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9563/stat : 9563 (java) S 9534 9536 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371278563 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9564] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9564/stat : 9564 (java) S 9534 9536 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371278563 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9565] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9565/stat : 9565 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371278565 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512515505 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9566] ppid=9534 vsize=7705252 CPUtime=0.25 cores=5,7
/proc/9536/task/9566/stat : 9566 (java) S 9534 9536 9440 0 -1 4202560 1907 0 0 0 25 0 0 0 15 0 19 0 371278565 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9567] ppid=9534 vsize=7705252 CPUtime=0.4 cores=5,7
/proc/9536/task/9567/stat : 9567 (java) S 9534 9536 9440 0 -1 4202560 3153 0 0 0 40 0 0 0 15 0 19 0 371278565 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9568] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9568/stat : 9568 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371278565 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9569] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9569/stat : 9569 (java) S 9534 9536 9440 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371278565 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9573] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9573/stat : 9573 (java) S 9534 9536 9440 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371278597 7890178048 92783 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.41
Current children cumulated vsize (KiB) 7705252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.33 2/205 9616
/proc/meminfo: memFree=13439652/32950928 swapFree=67111528/67111528
[pid=9536] ppid=9534 vsize=7705252 CPUtime=1301.13 cores=5,7
/proc/9536/stat : 9536 (java) S 9534 9536 9440 0 -1 4202496 98380 0 1 0 130097 16 0 0 18 0 19 0 371278559 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9536/statm: 1926313 95784 2252 9 0 1917051 0
[pid=9536/tid=9537] ppid=9534 vsize=7705252 CPUtime=1293.73 cores=5,7
/proc/9536/task/9537/stat : 9537 (java) R 9534 9536 9440 0 -1 4202560 36555 0 1 0 129365 8 0 0 25 0 19 0 371278560 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 46912505840360 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9536/tid=9539] ppid=9534 vsize=7705252 CPUtime=0.21 cores=5,7
/proc/9536/task/9539/stat : 9539 (java) S 9534 9536 9440 0 -1 4202560 10999 0 0 0 20 1 0 0 15 0 19 0 371278561 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9540] ppid=9534 vsize=7705252 CPUtime=0.2 cores=5,7
/proc/9536/task/9540/stat : 9540 (java) S 9534 9536 9440 0 -1 4202560 5611 0 0 0 20 0 0 0 15 0 19 0 371278561 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9541] ppid=9534 vsize=7705252 CPUtime=0.15 cores=5,7
/proc/9536/task/9541/stat : 9541 (java) S 9534 9536 9440 0 -1 4202560 3192 0 0 0 15 0 0 0 15 0 19 0 371278561 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9542] ppid=9534 vsize=7705252 CPUtime=0.2 cores=5,7
/proc/9536/task/9542/stat : 9542 (java) S 9534 9536 9440 0 -1 4202560 6619 0 0 0 20 0 0 0 15 0 19 0 371278561 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9543] ppid=9534 vsize=7705252 CPUtime=0.17 cores=5,7
/proc/9536/task/9543/stat : 9543 (java) S 9534 9536 9440 0 -1 4202560 6458 0 0 0 16 1 0 0 16 0 19 0 371278561 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9544] ppid=9534 vsize=7705252 CPUtime=0.2 cores=5,7
/proc/9536/task/9544/stat : 9544 (java) S 9534 9536 9440 0 -1 4202560 6815 0 0 0 20 0 0 0 15 0 19 0 371278561 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9547] ppid=9534 vsize=7705252 CPUtime=0.19 cores=5,7
/proc/9536/task/9547/stat : 9547 (java) S 9534 9536 9440 0 -1 4202560 4313 0 0 0 19 0 0 0 15 0 19 0 371278561 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9548] ppid=9534 vsize=7705252 CPUtime=0.1 cores=5,7
/proc/9536/task/9548/stat : 9548 (java) S 9534 9536 9440 0 -1 4202560 129 0 0 0 10 0 0 0 15 0 19 0 371278561 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9562] ppid=9534 vsize=7705252 CPUtime=5.23 cores=5,7
/proc/9536/task/9562/stat : 9562 (java) S 9534 9536 9440 0 -1 4202560 11400 0 0 0 522 1 0 0 15 0 19 0 371278562 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 0 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9563] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9563/stat : 9563 (java) S 9534 9536 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371278563 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9564] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9564/stat : 9564 (java) S 9534 9536 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371278563 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9565] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9565/stat : 9565 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371278565 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512515505 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9566] ppid=9534 vsize=7705252 CPUtime=0.25 cores=5,7
/proc/9536/task/9566/stat : 9566 (java) S 9534 9536 9440 0 -1 4202560 1907 0 0 0 25 0 0 0 15 0 19 0 371278565 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9567] ppid=9534 vsize=7705252 CPUtime=0.4 cores=5,7
/proc/9536/task/9567/stat : 9567 (java) S 9534 9536 9440 0 -1 4202560 3153 0 0 0 40 0 0 0 15 0 19 0 371278565 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9568] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9568/stat : 9568 (java) S 9534 9536 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371278565 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512507801 0 4 0 16800975 18446604455738771648 0 0 -1 5 0 0 0
[pid=9536/tid=9569] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9569/stat : 9569 (java) S 9534 9536 9440 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371278565 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
[pid=9536/tid=9573] ppid=9534 vsize=7705252 CPUtime=0 cores=5,7
/proc/9536/task/9573/stat : 9573 (java) S 9534 9536 9440 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 371278597 7890178048 95784 33554432000 1073741824 1073778376 140736601311536 18446744073709551615 254512508416 0 4 0 16800975 18446604455738771648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.13
Current children cumulated vsize (KiB) 7705252

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): 1301.22
CPU user time (s): 1301.04
CPU system time (s): 0.180972
CPU usage (%): 100.089
Max. virtual memory (cumulated for all children) (KiB): 7706792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.04
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98422
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= 28112
involuntary context switches= 4742

runsolver used 2.11668 second user time and 4.99324 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-12 10:26:59
IDJOB=3190201
IDBENCH=82532
IDSOLVER=1611
FILE ID=node149/3190201-1302596818
RUNJOBID= node149-1302596818-9461
PBS_JOBID= 12958093
Free space on /tmp= 72632 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S895938734-057-UNKNOWN.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-3190201-1302596818/watcher-3190201-1302596818 -o /tmp/evaluation-result-3190201-1302596818/solver-3190201-1302596818 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190201-1302596818.cnf

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

MD5SUM BENCH= 4f5a8cb56de51e6630c119bd6436cc16
RANDOM SEED=853948798

node149.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	: 5332.83
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32950928 kB
MemFree:      13739056 kB
Buffers:        685908 kB
Cached:       17971412 kB
SwapCached:          0 kB
Active:        9355908 kB
Inactive:      9450632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13739056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:      148688 kB
Mapped:          20624 kB
Slab:           337996 kB
PageTables:       5760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21971900 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= 72632 MiB
End job on node149 at 2011-04-12 10:48:41