Trace number 3286315

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

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

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.07	c no version file found!!!
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		6997539544
0.05/0.07	c Max memory 		7034241024
0.05/0.07	c Total memory 		7034241024
0.05/0.07	c Number of processors 	8
0.05/0.09	c --- Begin Solver configuration ---
0.05/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@2fe4cbc4
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-3286315-1303772121.cnf
0.05/0.09	c reading problem ... 
0.44/0.39	c ... done. Wall clock time 0.295s.
0.44/0.39	c #vars     50277
0.44/0.39	c #constraints  283898
0.44/0.39	c constraints type 
0.44/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35114
0.44/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 248370
5.74/5.12	c cleaning 2459 clauses out of 4970 with flag 5000/5000
11.41/10.22	c cleaning 4121 clauses out of 8265 with flag 11001/11001
16.91/15.76	c cleaning 5546 clauses out of 11143 with flag 18003/18003
23.24/22.01	c cleaning 6732 clauses out of 13594 with flag 26000/26000
29.85/28.64	c cleaning 7915 clauses out of 15863 with flag 35001/35001
38.35/37.11	c cleaning 8968 clauses out of 17947 with flag 45000/45000
46.45/45.30	c cleaning 9967 clauses out of 19981 with flag 56002/56002
57.36/56.16	c cleaning 10967 clauses out of 22013 with flag 68001/68001
68.76/67.59	c cleaning 12005 clauses out of 24046 with flag 81001/81001
82.37/81.19	c cleaning 12996 clauses out of 26040 with flag 95000/95000
96.07/94.82	c cleaning 14017 clauses out of 28045 with flag 110001/110001
110.19/108.95	c cleaning 13578 clauses out of 27209 with flag 126000/126000
124.58/123.38	c cleaning 15304 clauses out of 30632 with flag 143001/143001
141.00/139.73	c cleaning 16640 clauses out of 33332 with flag 161005/161005
159.50/158.27	c cleaning 17824 clauses out of 35687 with flag 180000/180000
178.70/177.43	c cleaning 18920 clauses out of 37863 with flag 200000/200000
197.51/196.22	c cleaning 19970 clauses out of 39944 with flag 221001/221001
219.21/217.94	c cleaning 20966 clauses out of 41975 with flag 243002/243002
239.52/238.29	c cleaning 21988 clauses out of 44007 with flag 266000/266000
259.63/258.38	c cleaning 22978 clauses out of 46019 with flag 290000/290000
283.54/282.23	c cleaning 24001 clauses out of 48044 with flag 315003/315003
306.75/305.46	c cleaning 25001 clauses out of 50042 with flag 341002/341002
330.95/329.62	c cleaning 25986 clauses out of 52041 with flag 368002/368002
354.66/353.32	c cleaning 27009 clauses out of 54054 with flag 396001/396001
382.27/380.93	c cleaning 27996 clauses out of 56044 with flag 425000/425000
409.07/407.75	c cleaning 28982 clauses out of 58048 with flag 455000/455000
437.88/436.56	c cleaning 30016 clauses out of 60066 with flag 486000/486000
469.39/468.06	c cleaning 30995 clauses out of 62050 with flag 518000/518000
502.90/501.60	c cleaning 32016 clauses out of 64058 with flag 551003/551003
534.11/532.73	c cleaning 32987 clauses out of 66041 with flag 585002/585002
565.12/563.77	c cleaning 33988 clauses out of 68043 with flag 620000/620000
599.33/597.94	c cleaning 35006 clauses out of 70057 with flag 656002/656002
634.75/633.30	c cleaning 36001 clauses out of 72049 with flag 693000/693000
668.16/666.76	c cleaning 37013 clauses out of 74052 with flag 731004/731004
705.37/703.93	c cleaning 38007 clauses out of 76035 with flag 770000/770000
744.17/742.71	c cleaning 38972 clauses out of 78028 with flag 810000/810000
782.18/780.76	c cleaning 40008 clauses out of 80059 with flag 851003/851003
822.69/821.26	c cleaning 41011 clauses out of 82048 with flag 893000/893000
863.40/861.95	c cleaning 42003 clauses out of 84038 with flag 936001/936001
906.11/904.66	c cleaning 42979 clauses out of 86034 with flag 980000/980000
946.13/944.62	c cleaning 44008 clauses out of 88056 with flag 1025001/1025001
989.54/988.03	c cleaning 45014 clauses out of 90048 with flag 1071001/1071001
1037.15/1035.60	c cleaning 45999 clauses out of 92033 with flag 1118000/1118000
1085.07/1083.52	c cleaning 46969 clauses out of 94035 with flag 1166001/1166001
1133.27/1131.73	c cleaning 47972 clauses out of 96063 with flag 1215002/1215002
1188.68/1187.19	c cleaning 49034 clauses out of 98089 with flag 1265000/1265000
1239.58/1238.09	c cleaning 49963 clauses out of 99952 with flag 1316000/1316000
1289.30/1287.76	c cleaning 50957 clauses out of 101992 with flag 1368003/1368003
1301.62/1300.01	c starts		: 1355
1301.62/1300.01	c conflicts		: 1382257
1301.62/1300.01	c decisions		: 2392328
1301.62/1300.01	c propagations		: 1790909990
1301.62/1300.01	c inspects		: 8648878669
1301.62/1300.01	c shortcuts		: 0
1301.62/1300.01	c learnt literals	: 21
1301.62/1300.01	c learnt binary clauses	: 329
1301.62/1300.01	c learnt ternary clauses	: 648
1301.62/1300.01	c learnt constraints	: 1382236
1301.62/1300.01	c ignored constraints	: 0
1301.62/1300.01	c root simplifications	: 1376
1301.62/1300.01	c removed literals (reason simplification)	: 173117204
1301.62/1300.01	c reason swapping (by a shorter reason)	: 0
1301.62/1300.01	c Calls to reduceDB	: 48
1301.62/1300.01	c speed (assignments/second)	: 1378022.6958125548
1301.62/1300.01	c non guided choices	19306
1301.62/1300.04	c learnt constraints type 
1301.62/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 306
1301.62/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65000
1301.62/1300.04	c constraints type 
1301.62/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35114
1301.62/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 248370
1301.62/1300.04	s UNKNOWN
1301.62/1300.04	c Total wall clock time (in seconds) : 1299.918

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

running on 2 cores: 1,3

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: 1.03 2.52 3.32 4/180 3623
/proc/meminfo: memFree=11413544/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=23028 CPUtime=0 cores=1,3
/proc/3623/stat : 3623 (java) R 3621 3623 3225 0 -1 4202496 959 0 0 0 0 0 0 0 22 0 1 0 469627930 23580672 702 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233505335185 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3623/statm: 5757 702 519 9 0 124 0

[startup+0.0599149 s]
/proc/loadavg: 1.03 2.52 3.32 4/180 3623
/proc/meminfo: memFree=11413544/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7569648 CPUtime=0.05 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 9143 0 1 0 4 1 0 0 22 0 18 0 469627930 7751319552 8840 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1892412 8840 1730 9 0 1883155 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569648

[startup+0.100874 s]
/proc/loadavg: 1.03 2.52 3.32 4/180 3623
/proc/meminfo: memFree=11413544/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7636264 CPUtime=0.1 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 10919 0 1 0 9 1 0 0 22 0 18 0 469627930 7819534336 10615 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1909066 10616 2092 9 0 1899804 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636264

[startup+0.300874 s]
/proc/loadavg: 1.03 2.52 3.32 4/180 3623
/proc/meminfo: memFree=11413544/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7637036 CPUtime=0.44 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 15201 0 1 0 43 1 0 0 22 0 18 0 469627930 7820324864 14668 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1909259 14670 2203 9 0 1899997 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 7637036

[startup+0.70077 s]
/proc/loadavg: 1.03 2.52 3.32 4/180 3623
/proc/meminfo: memFree=11413544/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7644900 CPUtime=1.15 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 21118 0 1 0 113 2 0 0 22 0 19 0 469627930 7828377600 19734 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1911225 19734 2218 9 0 1901963 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 7644900

[startup+1.50066 s]
/proc/loadavg: 1.03 2.52 3.32 6/219 3665
/proc/meminfo: memFree=11189160/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7644900 CPUtime=2.14 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 21336 0 1 0 212 2 0 0 22 0 19 0 469627930 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1911225 19950 2224 9 0 1901963 0
[pid=3623/tid=3625] ppid=3621 vsize=7644900 CPUtime=1.47 cores=1,3
/proc/3623/task/3625/stat : 3625 (java) R 3621 3623 3225 0 -1 4202560 16364 0 1 0 146 1 0 0 20 0 19 0 469627930 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 46912505693282 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3623/tid=3626] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3626/stat : 3626 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 469627932 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3627] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3627/stat : 3627 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3628] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3628/stat : 3628 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3629] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3629/stat : 3629 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3630] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3630/stat : 3630 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3631] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3631/stat : 3631 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3632] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3632/stat : 3632 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3633] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3633/stat : 3633 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3634] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3634/stat : 3634 (java) S 3621 3623 3225 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 19 0 469627933 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 0 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3635] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3635/stat : 3635 (java) S 3621 3623 3225 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 469627933 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3636] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3636/stat : 3636 (java) S 3621 3623 3225 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 469627933 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3637] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3637/stat : 3637 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522121137 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3638] ppid=3621 vsize=7644900 CPUtime=0.22 cores=1,3
/proc/3623/task/3638/stat : 3638 (java) S 3621 3623 3225 0 -1 4202560 489 0 0 0 22 0 0 0 20 0 19 0 469627936 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3639] ppid=3621 vsize=7644900 CPUtime=0.42 cores=1,3
/proc/3623/task/3639/stat : 3639 (java) S 3621 3623 3225 0 -1 4202560 3320 0 0 0 42 0 0 0 24 0 19 0 469627936 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3640] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3640/stat : 3640 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3641] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3641/stat : 3641 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469627936 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3665] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3665/stat : 3665 (java) S 3621 3623 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469627973 7828377600 19950 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 7644900

[startup+3.10137 s]
/proc/loadavg: 1.03 2.52 3.32 5/240 3689
/proc/meminfo: memFree=10989168/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7644900 CPUtime=3.74 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 21591 0 1 0 372 2 0 0 22 0 19 0 469627930 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1911225 20204 2224 9 0 1901963 0
[pid=3623/tid=3625] ppid=3621 vsize=7644900 CPUtime=3.08 cores=1,3
/proc/3623/task/3625/stat : 3625 (java) R 3621 3623 3225 0 -1 4202560 16619 0 1 0 306 2 0 0 25 0 19 0 469627930 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 46912505761374 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3623/tid=3626] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3626/stat : 3626 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 469627932 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3627] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3627/stat : 3627 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3628] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3628/stat : 3628 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3629] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3629/stat : 3629 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3630] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3630/stat : 3630 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3631] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3631/stat : 3631 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3632] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3632/stat : 3632 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3633] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3633/stat : 3633 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627932 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3634] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3634/stat : 3634 (java) S 3621 3623 3225 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 469627933 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 0 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3635] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3635/stat : 3635 (java) S 3621 3623 3225 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 469627933 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3636] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3636/stat : 3636 (java) S 3621 3623 3225 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 469627933 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3637] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3637/stat : 3637 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522121137 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3638] ppid=3621 vsize=7644900 CPUtime=0.22 cores=1,3
/proc/3623/task/3638/stat : 3638 (java) S 3621 3623 3225 0 -1 4202560 489 0 0 0 22 0 0 0 18 0 19 0 469627936 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3639] ppid=3621 vsize=7644900 CPUtime=0.42 cores=1,3
/proc/3623/task/3639/stat : 3639 (java) S 3621 3623 3225 0 -1 4202560 3320 0 0 0 42 0 0 0 24 0 19 0 469627936 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3640] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3640/stat : 3640 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3641] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3641/stat : 3641 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469627936 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3665] ppid=3621 vsize=7644900 CPUtime=0 cores=1,3
/proc/3623/task/3665/stat : 3665 (java) S 3621 3623 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469627973 7828377600 20204 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 7644900

[startup+6.3008 s]
/proc/loadavg: 1.26 2.55 3.33 8/261 3713
/proc/meminfo: memFree=10418096/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7663492 CPUtime=7.45 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 42074 0 1 0 740 5 0 0 22 0 19 0 469627930 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1915873 39034 2251 9 0 1906611 0
[pid=3623/tid=3625] ppid=3621 vsize=7663492 CPUtime=6.12 cores=1,3
/proc/3623/task/3625/stat : 3625 (java) R 3621 3623 3225 0 -1 4202560 16938 0 1 0 610 2 0 0 25 0 19 0 469627930 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 46912505638496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3623/tid=3626] ppid=3621 vsize=7663492 CPUtime=0.04 cores=1,3
/proc/3623/task/3626/stat : 3626 (java) S 3621 3623 3225 0 -1 4202560 2524 0 0 0 4 0 0 0 17 0 19 0 469627932 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3627] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3627/stat : 3627 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 469627932 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3628] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3628/stat : 3628 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469627932 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3629] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3629/stat : 3629 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 469627932 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3630] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3630/stat : 3630 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 469627932 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3631] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3631/stat : 3631 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 469627932 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3632] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3632/stat : 3632 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 469627932 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3633] ppid=3621 vsize=7663492 CPUtime=0.04 cores=1,3
/proc/3623/task/3633/stat : 3633 (java) S 3621 3623 3225 0 -1 4202560 3966 0 0 0 4 0 0 0 18 0 19 0 469627932 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3634] ppid=3621 vsize=7663492 CPUtime=0.1 cores=1,3
/proc/3623/task/3634/stat : 3634 (java) S 3621 3623 3225 0 -1 4202560 8173 0 0 0 10 0 0 0 15 0 19 0 469627933 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 0 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3635] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3635/stat : 3635 (java) S 3621 3623 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469627933 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3636] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3636/stat : 3636 (java) S 3621 3623 3225 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 469627933 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3637] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3637/stat : 3637 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522121137 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3638] ppid=3621 vsize=7663492 CPUtime=0.67 cores=1,3
/proc/3623/task/3638/stat : 3638 (java) S 3621 3623 3225 0 -1 4202560 5976 0 0 0 67 0 0 0 16 0 19 0 469627936 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3639] ppid=3621 vsize=7663492 CPUtime=0.43 cores=1,3
/proc/3623/task/3639/stat : 3639 (java) S 3621 3623 3225 0 -1 4202560 3338 0 0 0 43 0 0 0 15 0 19 0 469627936 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3640] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3640/stat : 3640 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3641] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3641/stat : 3641 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469627936 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3665] ppid=3621 vsize=7663492 CPUtime=0 cores=1,3
/proc/3623/task/3665/stat : 3665 (java) S 3621 3623 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469627973 7847415808 39034 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 7663492

[startup+12.7007 s]

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

[pid=3623/tid=3631] ppid=3621 vsize=7654152 CPUtime=0.07 cores=1,3
/proc/3623/task/3631/stat : 3631 (java) S 3621 3623 3225 0 -1 4202560 26 0 0 0 7 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3632] ppid=3621 vsize=7654152 CPUtime=0.08 cores=1,3
/proc/3623/task/3632/stat : 3632 (java) S 3621 3623 3225 0 -1 4202560 1114 0 0 0 8 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3633] ppid=3621 vsize=7654152 CPUtime=0.12 cores=1,3
/proc/3623/task/3633/stat : 3633 (java) S 3621 3623 3225 0 -1 4202560 4046 0 0 0 12 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3634] ppid=3621 vsize=7654152 CPUtime=4.21 cores=1,3
/proc/3623/task/3634/stat : 3634 (java) S 3621 3623 3225 0 -1 4202560 12437 0 0 0 420 1 0 0 15 0 19 0 469627933 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 0 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3635] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3635/stat : 3635 (java) S 3621 3623 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469627933 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3636] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3636/stat : 3636 (java) S 3621 3623 3225 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 469627933 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3637] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3637/stat : 3637 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522121137 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3638] ppid=3621 vsize=7654152 CPUtime=0.75 cores=1,3
/proc/3623/task/3638/stat : 3638 (java) S 3621 3623 3225 0 -1 4202560 5980 0 0 0 75 0 0 0 15 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3639] ppid=3621 vsize=7654152 CPUtime=0.44 cores=1,3
/proc/3623/task/3639/stat : 3639 (java) S 3621 3623 3225 0 -1 4202560 3338 0 0 0 44 0 0 0 15 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3640] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3640/stat : 3640 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3641] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3641/stat : 3641 (java) S 3621 3623 3225 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3665] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3665/stat : 3665 (java) S 3621 3623 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469627973 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.87
Current children cumulated vsize (KiB) 7654152

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.82 5/262 3984
/proc/meminfo: memFree=8948100/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7654152 CPUtime=1183.88 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 48467 0 1 0 118382 6 0 0 22 0 19 0 469627930 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1913538 43748 2253 9 0 1904276 0
[pid=3623/tid=3625] ppid=3621 vsize=7654152 CPUtime=1177.59 cores=1,3
/proc/3623/task/3625/stat : 3625 (java) R 3621 3623 3225 0 -1 4202560 16984 0 1 0 117757 2 0 0 25 0 19 0 469627930 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 46912505658262 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3623/tid=3626] ppid=3621 vsize=7654152 CPUtime=0.12 cores=1,3
/proc/3623/task/3626/stat : 3626 (java) S 3621 3623 3225 0 -1 4202560 2541 0 0 0 12 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3627] ppid=3621 vsize=7654152 CPUtime=0.11 cores=1,3
/proc/3623/task/3627/stat : 3627 (java) S 3621 3623 3225 0 -1 4202560 539 0 0 0 11 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3628] ppid=3621 vsize=7654152 CPUtime=0.07 cores=1,3
/proc/3623/task/3628/stat : 3628 (java) S 3621 3623 3225 0 -1 4202560 24 0 0 0 7 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3629] ppid=3621 vsize=7654152 CPUtime=0.07 cores=1,3
/proc/3623/task/3629/stat : 3629 (java) S 3621 3623 3225 0 -1 4202560 76 0 0 0 7 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3630] ppid=3621 vsize=7654152 CPUtime=0.06 cores=1,3
/proc/3623/task/3630/stat : 3630 (java) S 3621 3623 3225 0 -1 4202560 139 0 0 0 6 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3631] ppid=3621 vsize=7654152 CPUtime=0.08 cores=1,3
/proc/3623/task/3631/stat : 3631 (java) S 3621 3623 3225 0 -1 4202560 26 0 0 0 8 0 0 0 16 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3632] ppid=3621 vsize=7654152 CPUtime=0.08 cores=1,3
/proc/3623/task/3632/stat : 3632 (java) S 3621 3623 3225 0 -1 4202560 1114 0 0 0 8 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3633] ppid=3621 vsize=7654152 CPUtime=0.12 cores=1,3
/proc/3623/task/3633/stat : 3633 (java) S 3621 3623 3225 0 -1 4202560 4046 0 0 0 12 0 0 0 15 0 19 0 469627932 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3634] ppid=3621 vsize=7654152 CPUtime=4.31 cores=1,3
/proc/3623/task/3634/stat : 3634 (java) S 3621 3623 3225 0 -1 4202560 12439 0 0 0 430 1 0 0 15 0 19 0 469627933 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 0 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3635] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3635/stat : 3635 (java) S 3621 3623 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469627933 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3636] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3636/stat : 3636 (java) S 3621 3623 3225 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 469627933 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3637] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3637/stat : 3637 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522121137 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3638] ppid=3621 vsize=7654152 CPUtime=0.75 cores=1,3
/proc/3623/task/3638/stat : 3638 (java) S 3621 3623 3225 0 -1 4202560 5980 0 0 0 75 0 0 0 15 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3639] ppid=3621 vsize=7654152 CPUtime=0.44 cores=1,3
/proc/3623/task/3639/stat : 3639 (java) S 3621 3623 3225 0 -1 4202560 3338 0 0 0 44 0 0 0 15 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3640] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3640/stat : 3640 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3641] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3641/stat : 3641 (java) S 3621 3623 3225 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 469627936 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3665] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3665/stat : 3665 (java) S 3621 3623 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469627973 7837851648 43748 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.88
Current children cumulated vsize (KiB) 7654152

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.82 5/262 3986
/proc/meminfo: memFree=8940840/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7654152 CPUtime=1243.9 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 49128 0 1 0 124384 6 0 0 22 0 19 0 469627930 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1913538 44397 2253 9 0 1904276 0
[pid=3623/tid=3625] ppid=3621 vsize=7654152 CPUtime=1237.37 cores=1,3
/proc/3623/task/3625/stat : 3625 (java) R 3621 3623 3225 0 -1 4202560 16986 0 1 0 123735 2 0 0 25 0 19 0 469627930 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 46912505731056 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3623/tid=3626] ppid=3621 vsize=7654152 CPUtime=0.12 cores=1,3
/proc/3623/task/3626/stat : 3626 (java) S 3621 3623 3225 0 -1 4202560 2541 0 0 0 12 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3627] ppid=3621 vsize=7654152 CPUtime=0.12 cores=1,3
/proc/3623/task/3627/stat : 3627 (java) S 3621 3623 3225 0 -1 4202560 539 0 0 0 12 0 0 0 16 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3628] ppid=3621 vsize=7654152 CPUtime=0.07 cores=1,3
/proc/3623/task/3628/stat : 3628 (java) S 3621 3623 3225 0 -1 4202560 24 0 0 0 7 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3629] ppid=3621 vsize=7654152 CPUtime=0.08 cores=1,3
/proc/3623/task/3629/stat : 3629 (java) S 3621 3623 3225 0 -1 4202560 319 0 0 0 8 0 0 0 16 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3630] ppid=3621 vsize=7654152 CPUtime=0.07 cores=1,3
/proc/3623/task/3630/stat : 3630 (java) S 3621 3623 3225 0 -1 4202560 139 0 0 0 7 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3631] ppid=3621 vsize=7654152 CPUtime=0.09 cores=1,3
/proc/3623/task/3631/stat : 3631 (java) S 3621 3623 3225 0 -1 4202560 161 0 0 0 9 0 0 0 16 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3632] ppid=3621 vsize=7654152 CPUtime=0.08 cores=1,3
/proc/3623/task/3632/stat : 3632 (java) S 3621 3623 3225 0 -1 4202560 1114 0 0 0 8 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3633] ppid=3621 vsize=7654152 CPUtime=0.13 cores=1,3
/proc/3623/task/3633/stat : 3633 (java) S 3621 3623 3225 0 -1 4202560 4046 0 0 0 13 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3634] ppid=3621 vsize=7654152 CPUtime=4.5 cores=1,3
/proc/3623/task/3634/stat : 3634 (java) S 3621 3623 3225 0 -1 4202560 12716 0 0 0 449 1 0 0 15 0 19 0 469627933 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 0 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3635] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3635/stat : 3635 (java) S 3621 3623 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469627933 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3636] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3636/stat : 3636 (java) S 3621 3623 3225 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 469627933 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3637] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3637/stat : 3637 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522121137 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3638] ppid=3621 vsize=7654152 CPUtime=0.75 cores=1,3
/proc/3623/task/3638/stat : 3638 (java) S 3621 3623 3225 0 -1 4202560 5980 0 0 0 75 0 0 0 15 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3639] ppid=3621 vsize=7654152 CPUtime=0.44 cores=1,3
/proc/3623/task/3639/stat : 3639 (java) S 3621 3623 3225 0 -1 4202560 3338 0 0 0 44 0 0 0 15 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3640] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3640/stat : 3640 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3641] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3641/stat : 3641 (java) S 3621 3623 3225 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3665] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3665/stat : 3665 (java) S 3621 3623 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469627973 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.9
Current children cumulated vsize (KiB) 7654152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.66 3.93 3.80 4/238 4005
/proc/meminfo: memFree=10179136/32951124 swapFree=67111528/67111528
[pid=3623] ppid=3621 vsize=7654152 CPUtime=1301.62 cores=1,3
/proc/3623/stat : 3623 (java) S 3621 3623 3225 0 -1 4202496 49135 0 1 0 130156 6 0 0 22 0 19 0 469627930 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3623/statm: 1913538 44397 2253 9 0 1904276 0
[pid=3623/tid=3625] ppid=3621 vsize=7654152 CPUtime=1294.94 cores=1,3
/proc/3623/task/3625/stat : 3625 (java) R 3621 3623 3225 0 -1 4202560 16987 0 1 0 129492 2 0 0 25 0 19 0 469627930 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 46912505681996 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3623/tid=3626] ppid=3621 vsize=7654152 CPUtime=0.13 cores=1,3
/proc/3623/task/3626/stat : 3626 (java) S 3621 3623 3225 0 -1 4202560 2541 0 0 0 13 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3627] ppid=3621 vsize=7654152 CPUtime=0.12 cores=1,3
/proc/3623/task/3627/stat : 3627 (java) S 3621 3623 3225 0 -1 4202560 539 0 0 0 12 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3628] ppid=3621 vsize=7654152 CPUtime=0.07 cores=1,3
/proc/3623/task/3628/stat : 3628 (java) S 3621 3623 3225 0 -1 4202560 24 0 0 0 7 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3629] ppid=3621 vsize=7654152 CPUtime=0.08 cores=1,3
/proc/3623/task/3629/stat : 3629 (java) S 3621 3623 3225 0 -1 4202560 319 0 0 0 8 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3630] ppid=3621 vsize=7654152 CPUtime=0.07 cores=1,3
/proc/3623/task/3630/stat : 3630 (java) S 3621 3623 3225 0 -1 4202560 139 0 0 0 7 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3631] ppid=3621 vsize=7654152 CPUtime=0.09 cores=1,3
/proc/3623/task/3631/stat : 3631 (java) S 3621 3623 3225 0 -1 4202560 161 0 0 0 9 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3632] ppid=3621 vsize=7654152 CPUtime=0.08 cores=1,3
/proc/3623/task/3632/stat : 3632 (java) S 3621 3623 3225 0 -1 4202560 1114 0 0 0 8 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3633] ppid=3621 vsize=7654152 CPUtime=0.13 cores=1,3
/proc/3623/task/3633/stat : 3633 (java) S 3621 3623 3225 0 -1 4202560 4046 0 0 0 13 0 0 0 15 0 19 0 469627932 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3634] ppid=3621 vsize=7654152 CPUtime=4.64 cores=1,3
/proc/3623/task/3634/stat : 3634 (java) S 3621 3623 3225 0 -1 4202560 12718 0 0 0 463 1 0 0 15 0 19 0 469627933 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 0 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3635] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3635/stat : 3635 (java) S 3621 3623 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469627933 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3636] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3636/stat : 3636 (java) S 3621 3623 3225 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 469627933 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3637] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3637/stat : 3637 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522121137 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3638] ppid=3621 vsize=7654152 CPUtime=0.75 cores=1,3
/proc/3623/task/3638/stat : 3638 (java) S 3621 3623 3225 0 -1 4202560 5980 0 0 0 75 0 0 0 15 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3639] ppid=3621 vsize=7654152 CPUtime=0.44 cores=1,3
/proc/3623/task/3639/stat : 3639 (java) S 3621 3623 3225 0 -1 4202560 3338 0 0 0 44 0 0 0 15 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3640] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3640/stat : 3640 (java) S 3621 3623 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522113433 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
[pid=3623/tid=3641] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3641/stat : 3641 (java) S 3621 3623 3225 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 469627936 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 3 0 0 0
[pid=3623/tid=3665] ppid=3621 vsize=7654152 CPUtime=0 cores=1,3
/proc/3623/task/3665/stat : 3665 (java) S 3621 3623 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469627973 7837851648 44397 33554432000 1073741824 1073778376 140737080076896 18446744073709551615 233522114048 0 4 0 16800975 18446604471159510976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.62
Current children cumulated vsize (KiB) 7654152

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

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

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301.69
CPU user time (s): 1301.62
CPU system time (s): 0.070989
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 7663492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.62
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49174
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= 27911
involuntary context switches= 4316

runsolver used 2.08368 second user time and 5.03123 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 00:55:21
IDJOB=3286315
IDBENCH=82422
IDSOLVER=1611
FILE ID=node145/3286315-1303772121
RUNJOBID= node145-1303772120-3601
PBS_JOBID= 13157170
Free space on /tmp= 71628 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.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-3286315-1303772121/watcher-3286315-1303772121 -o /tmp/evaluation-result-3286315-1303772121/solver-3286315-1303772121 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286315-1303772121.cnf

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=612744006

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11413824 kB
Buffers:       2190972 kB
Cached:       18698944 kB
SwapCached:          0 kB
Active:       10503460 kB
Inactive:     10462216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11413824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16008 kB
Writeback:           0 kB
AnonPages:       74964 kB
Mapped:          14488 kB
Slab:           507292 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198296 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= 71580 MiB
End job on node145 at 2011-04-26 01:17:03