Trace number 3258740

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) 1300.98 1300.06

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUMd6877629cc818d7e31dc245fb95f0588
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		6997539544
0.03/0.07	c Max memory 		7034241024
0.03/0.07	c Total memory 		7034241024
0.03/0.07	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3258740-1303540992.cnf
0.03/0.09	c reading problem ... 
0.40/0.35	c ... done. Wall clock time 0.259s.
0.40/0.35	c #vars     2640
0.40/0.35	c #constraints  305320
0.40/0.35	c constraints type 
0.40/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.40/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 305240
2.12/1.83	c cleaning 2497 clauses out of 5001 with flag 5001/5001
3.77/3.50	c cleaning 4232 clauses out of 8503 with flag 11000/11000
5.87/5.51	c cleaning 5625 clauses out of 11273 with flag 18002/18002
8.17/7.89	c cleaning 6811 clauses out of 13648 with flag 26002/26002
11.00/10.65	c cleaning 7903 clauses out of 15835 with flag 35000/35000
14.11/13.77	c cleaning 8947 clauses out of 17934 with flag 45002/45002
17.61/17.29	c cleaning 9972 clauses out of 19988 with flag 56003/56003
21.61/21.20	c cleaning 10991 clauses out of 22016 with flag 68003/68003
26.02/25.63	c cleaning 11977 clauses out of 24022 with flag 81000/81000
30.82/30.44	c cleaning 12976 clauses out of 26045 with flag 95000/95000
36.33/35.95	c cleaning 14006 clauses out of 28070 with flag 110001/110001
42.63/42.25	c cleaning 14992 clauses out of 30066 with flag 126003/126003
49.24/48.85	c cleaning 15992 clauses out of 32072 with flag 143001/143001
56.34/55.91	c cleaning 16999 clauses out of 34080 with flag 161001/161001
64.16/63.76	c cleaning 18007 clauses out of 36080 with flag 180000/180000
73.07/72.63	c cleaning 19008 clauses out of 38074 with flag 200001/200001
82.57/82.16	c cleaning 20026 clauses out of 40066 with flag 221001/221001
92.67/92.25	c cleaning 20983 clauses out of 42039 with flag 243000/243000
103.58/103.14	c cleaning 22002 clauses out of 44058 with flag 266002/266002
115.29/114.82	c cleaning 22960 clauses out of 46055 with flag 290001/290001
128.00/127.56	c cleaning 23984 clauses out of 48095 with flag 315001/315001
141.20/140.80	c cleaning 25011 clauses out of 50113 with flag 341003/341003
156.41/155.95	c cleaning 26004 clauses out of 52099 with flag 368000/368000
171.52/171.06	c cleaning 27001 clauses out of 54096 with flag 396001/396001
187.72/187.22	c cleaning 27982 clauses out of 56095 with flag 425001/425001
204.33/203.80	c cleaning 29007 clauses out of 58112 with flag 455000/455000
222.03/221.51	c cleaning 29991 clauses out of 60108 with flag 486003/486003
240.64/240.15	c cleaning 31009 clauses out of 62116 with flag 518002/518002
261.05/260.58	c cleaning 32033 clauses out of 64105 with flag 551000/551000
282.17/281.70	c cleaning 32990 clauses out of 66074 with flag 585002/585002
304.77/304.21	c cleaning 33987 clauses out of 68083 with flag 620001/620001
328.88/328.31	c cleaning 34964 clauses out of 70095 with flag 656000/656000
354.59/354.01	c cleaning 36017 clauses out of 72132 with flag 693001/693001
381.50/380.93	c cleaning 36992 clauses out of 74114 with flag 731000/731000
408.41/407.80	c cleaning 38014 clauses out of 76122 with flag 770000/770000
436.82/436.30	c cleaning 38989 clauses out of 78108 with flag 810000/810000
467.53/466.99	c cleaning 40007 clauses out of 80119 with flag 851000/851000
497.64/497.02	c cleaning 41007 clauses out of 82112 with flag 893000/893000
530.65/530.05	c cleaning 42000 clauses out of 84105 with flag 936000/936000
563.67/563.02	c cleaning 42996 clauses out of 86106 with flag 980001/980001
599.28/598.63	c cleaning 43989 clauses out of 88110 with flag 1025001/1025001
636.99/636.33	c cleaning 44958 clauses out of 90120 with flag 1071000/1071000
676.41/675.73	c cleaning 46048 clauses out of 92163 with flag 1118001/1118001
718.02/717.30	c cleaning 46991 clauses out of 94114 with flag 1166000/1166000
763.04/762.35	c cleaning 48009 clauses out of 96123 with flag 1215000/1215000
807.35/806.60	c cleaning 48991 clauses out of 98116 with flag 1265002/1265002
852.76/852.08	c cleaning 50016 clauses out of 100124 with flag 1316001/1316001
904.89/904.16	c cleaning 51004 clauses out of 102109 with flag 1368002/1368002
953.70/952.96	c cleaning 51994 clauses out of 104103 with flag 1421000/1421000
1005.81/1005.04	c cleaning 52950 clauses out of 106109 with flag 1475000/1475000
1062.24/1061.48	c cleaning 54006 clauses out of 108159 with flag 1530000/1530000
1119.75/1118.98	c cleaning 55000 clauses out of 110153 with flag 1586000/1586000
1177.46/1176.68	c cleaning 56045 clauses out of 112156 with flag 1643003/1643003
1238.47/1237.68	c cleaning 56977 clauses out of 114108 with flag 1701000/1701000
1300.89/1300.01	c starts		: 1480
1300.89/1300.01	c conflicts		: 1759472
1300.89/1300.01	c decisions		: 4666997
1300.89/1300.01	c propagations		: 343160725
1300.89/1300.01	c inspects		: 12934102645
1300.89/1300.01	c shortcuts		: 0
1300.89/1300.01	c learnt literals	: 0
1300.89/1300.01	c learnt binary clauses	: 0
1300.89/1300.01	c learnt ternary clauses	: 1
1300.89/1300.01	c learnt constraints	: 1759472
1300.89/1300.01	c ignored constraints	: 0
1300.89/1300.01	c root simplifications	: 1480
1300.89/1300.01	c removed literals (reason simplification)	: 104262707
1300.89/1300.01	c reason swapping (by a shorter reason)	: 0
1300.89/1300.01	c Calls to reduceDB	: 54
1300.89/1300.01	c speed (assignments/second)	: 264038.9286428758
1300.89/1300.01	c non guided choices	516
1300.89/1300.04	c learnt constraints type 
1300.89/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 115608
1300.89/1300.04	c constraints type 
1300.89/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
1300.89/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 305240
1300.89/1300.04	s UNKNOWN
1300.89/1300.04	c Total wall clock time (in seconds) : 1299.919

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-3258740-1303540992/watcher-3258740-1303540992 -o /tmp/evaluation-result-3258740-1303540992/solver-3258740-1303540992 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258740-1303540992.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: 4.00 3.97 3.01 3/223 1119
/proc/meminfo: memFree=20349252/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=256 CPUtime=0 cores=1,3
/proc/1119/stat : 1119 (java) R 1117 1119 709 0 -1 4194304 269 0 0 0 0 0 0 0 23 0 1 0 544329866 262144 33 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224280002183 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1119/statm: 64 33 24 9 0 23 0

[startup+0.0491251 s]
/proc/loadavg: 4.00 3.97 3.01 3/223 1119
/proc/meminfo: memFree=20349252/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7564488 CPUtime=0.03 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 8940 0 1 0 3 0 0 0 23 0 13 0 544329866 7746035712 8637 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1891122 8637 1686 9 0 1881870 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564488

[startup+0.1002 s]
/proc/loadavg: 4.00 3.97 3.01 3/223 1119
/proc/meminfo: memFree=20349252/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7636408 CPUtime=0.1 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 10691 0 1 0 9 1 0 0 23 0 18 0 544329866 7819681792 10388 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1909102 10388 2094 9 0 1899840 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636408

[startup+0.30722 s]
/proc/loadavg: 4.00 3.97 3.01 3/223 1119
/proc/meminfo: memFree=20349252/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7640060 CPUtime=0.4 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 15177 0 1 0 39 1 0 0 23 0 18 0 544329866 7823421440 14489 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1910015 14489 2198 9 0 1900753 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7640060

[startup+0.701101 s]
/proc/loadavg: 4.00 3.97 3.01 3/223 1119
/proc/meminfo: memFree=20349252/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7642000 CPUtime=0.99 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 20558 0 1 0 97 2 0 0 23 0 19 0 544329866 7825408000 17632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1910500 17632 2220 9 0 1901238 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 7642000

[startup+1.50097 s]
/proc/loadavg: 3.91 3.95 3.01 4/242 1138
/proc/meminfo: memFree=20279980/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7642000 CPUtime=1.82 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 21478 0 1 0 180 2 0 0 23 0 19 0 544329866 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1910500 18551 2225 9 0 1901238 0
[pid=1119/tid=1121] ppid=1117 vsize=7642000 CPUtime=1.31 cores=1,3
/proc/1119/task/1121/stat : 1121 (java) R 1117 1119 709 0 -1 4202560 15078 0 1 0 130 1 0 0 18 0 19 0 544329866 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 46912505695619 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1119/tid=1122] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1122/stat : 1122 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329868 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1123] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1123/stat : 1123 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329868 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1124] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1124/stat : 1124 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329868 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1125] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1125/stat : 1125 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329868 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1126] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1126/stat : 1126 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329868 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1127] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1127/stat : 1127 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329868 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1128] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1128/stat : 1128 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329868 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1129] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1129/stat : 1129 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329868 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1130] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1130/stat : 1130 (java) S 1117 1119 709 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 544329869 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 0 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1131] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1131/stat : 1131 (java) S 1117 1119 709 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 544329869 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1132] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1132/stat : 1132 (java) S 1117 1119 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544329869 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1133] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1133/stat : 1133 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544329871 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296749489 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1134] ppid=1117 vsize=7642000 CPUtime=0.24 cores=1,3
/proc/1119/task/1134/stat : 1134 (java) S 1117 1119 709 0 -1 4202560 1618 0 0 0 24 0 0 0 16 0 19 0 544329871 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1135] ppid=1117 vsize=7642000 CPUtime=0.25 cores=1,3
/proc/1119/task/1135/stat : 1135 (java) S 1117 1119 709 0 -1 4202560 3622 0 0 0 25 0 0 0 16 0 19 0 544329871 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1136] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1136/stat : 1136 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544329871 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1137] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1137/stat : 1137 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544329871 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1138] ppid=1117 vsize=7642000 CPUtime=0 cores=1,3
/proc/1119/task/1138/stat : 1138 (java) S 1117 1119 709 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 544329902 7825408000 18551 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 7642000

[startup+3.10069 s]
/proc/loadavg: 3.91 3.95 3.01 4/239 1153
/proc/meminfo: memFree=20240660/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7642364 CPUtime=3.46 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 30897 0 1 0 342 4 0 0 23 0 19 0 544329866 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1910591 27958 2252 9 0 1901329 0
[pid=1119/tid=1121] ppid=1117 vsize=7642364 CPUtime=2.79 cores=1,3
/proc/1119/task/1121/stat : 1121 (java) R 1117 1119 709 0 -1 4202560 15394 0 1 0 278 1 0 0 19 0 19 0 544329866 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 46912505620495 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1119/tid=1122] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1122/stat : 1122 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329868 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1123] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1123/stat : 1123 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329868 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1124] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1124/stat : 1124 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329868 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1125] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1125/stat : 1125 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329868 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1126] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1126/stat : 1126 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329868 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1127] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1127/stat : 1127 (java) S 1117 1119 709 0 -1 4202560 53 0 0 0 0 0 0 0 18 0 19 0 544329868 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1128] ppid=1117 vsize=7642364 CPUtime=0.02 cores=1,3
/proc/1119/task/1128/stat : 1128 (java) S 1117 1119 709 0 -1 4202560 2000 0 0 0 2 0 0 0 18 0 19 0 544329868 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1129] ppid=1117 vsize=7642364 CPUtime=0.02 cores=1,3
/proc/1119/task/1129/stat : 1129 (java) S 1117 1119 709 0 -1 4202560 2498 0 0 0 2 0 0 0 18 0 19 0 544329868 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1130] ppid=1117 vsize=7642364 CPUtime=0.06 cores=1,3
/proc/1119/task/1130/stat : 1130 (java) S 1117 1119 709 0 -1 4202560 4513 0 0 0 6 0 0 0 15 0 19 0 544329869 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 0 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1131] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1131/stat : 1131 (java) S 1117 1119 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1132] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1132/stat : 1132 (java) S 1117 1119 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1133] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1133/stat : 1133 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544329871 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296749489 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1134] ppid=1117 vsize=7642364 CPUtime=0.25 cores=1,3
/proc/1119/task/1134/stat : 1134 (java) S 1117 1119 709 0 -1 4202560 1620 0 0 0 25 0 0 0 16 0 19 0 544329871 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1135] ppid=1117 vsize=7642364 CPUtime=0.27 cores=1,3
/proc/1119/task/1135/stat : 1135 (java) S 1117 1119 709 0 -1 4202560 3664 0 0 0 27 0 0 0 16 0 19 0 544329871 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1136] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1136/stat : 1136 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544329871 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1137] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1137/stat : 1137 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544329871 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1138] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1138/stat : 1138 (java) S 1117 1119 709 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 544329902 7825780736 27958 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 7642364

[startup+6.30113 s]
/proc/loadavg: 3.91 3.95 3.01 5/262 1183
/proc/meminfo: memFree=20132472/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7642364 CPUtime=6.67 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 32908 0 1 0 663 4 0 0 23 0 19 0 544329866 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1910591 29797 2254 9 0 1901329 0
[pid=1119/tid=1121] ppid=1117 vsize=7642364 CPUtime=5.84 cores=1,3
/proc/1119/task/1121/stat : 1121 (java) R 1117 1119 709 0 -1 4202560 15398 0 1 0 583 1 0 0 25 0 19 0 544329866 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 46912505761323 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1119/tid=1122] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1122/stat : 1122 (java) S 1117 1119 709 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 19 0 544329868 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1123] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1123/stat : 1123 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544329868 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1124] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1124/stat : 1124 (java) S 1117 1119 709 0 -1 4202560 503 0 0 0 0 0 0 0 18 0 19 0 544329868 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1125] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1125/stat : 1125 (java) S 1117 1119 709 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 544329868 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1126] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1126/stat : 1126 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544329868 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1127] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1127/stat : 1127 (java) S 1117 1119 709 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 544329868 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1128] ppid=1117 vsize=7642364 CPUtime=0.02 cores=1,3
/proc/1119/task/1128/stat : 1128 (java) S 1117 1119 709 0 -1 4202560 2000 0 0 0 2 0 0 0 15 0 19 0 544329868 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1129] ppid=1117 vsize=7642364 CPUtime=0.03 cores=1,3
/proc/1119/task/1129/stat : 1129 (java) S 1117 1119 709 0 -1 4202560 2499 0 0 0 3 0 0 0 16 0 19 0 544329868 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1130] ppid=1117 vsize=7642364 CPUtime=0.17 cores=1,3
/proc/1119/task/1130/stat : 1130 (java) S 1117 1119 709 0 -1 4202560 5180 0 0 0 17 0 0 0 15 0 19 0 544329869 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 0 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1131] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1131/stat : 1131 (java) S 1117 1119 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1132] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1132/stat : 1132 (java) S 1117 1119 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1133] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1133/stat : 1133 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544329871 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296749489 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1134] ppid=1117 vsize=7642364 CPUtime=0.26 cores=1,3
/proc/1119/task/1134/stat : 1134 (java) S 1117 1119 709 0 -1 4202560 1624 0 0 0 26 0 0 0 15 0 19 0 544329871 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1135] ppid=1117 vsize=7642364 CPUtime=0.29 cores=1,3
/proc/1119/task/1135/stat : 1135 (java) S 1117 1119 709 0 -1 4202560 3668 0 0 0 29 0 0 0 15 0 19 0 544329871 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1136] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1136/stat : 1136 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544329871 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1137] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1137/stat : 1137 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544329871 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1138] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1138/stat : 1138 (java) S 1117 1119 709 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 544329902 7825780736 29797 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 7642364

[startup+12.7011 s]

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

[pid=1119/tid=1127] ppid=1117 vsize=7642364 CPUtime=0.11 cores=1,3
/proc/1119/task/1127/stat : 1127 (java) S 1117 1119 709 0 -1 4202560 2507 0 0 0 11 0 0 0 15 0 19 0 544329868 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1128] ppid=1117 vsize=7642364 CPUtime=0.14 cores=1,3
/proc/1119/task/1128/stat : 1128 (java) S 1117 1119 709 0 -1 4202560 3483 0 0 0 14 0 0 0 15 0 19 0 544329868 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1129] ppid=1117 vsize=7642364 CPUtime=0.11 cores=1,3
/proc/1119/task/1129/stat : 1129 (java) S 1117 1119 709 0 -1 4202560 7476 0 0 0 11 0 0 0 15 0 19 0 544329868 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1130] ppid=1117 vsize=7642364 CPUtime=4.14 cores=1,3
/proc/1119/task/1130/stat : 1130 (java) S 1117 1119 709 0 -1 4202560 10944 0 0 0 413 1 0 0 15 0 19 0 544329869 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 0 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1131] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1131/stat : 1131 (java) S 1117 1119 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1132] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1132/stat : 1132 (java) S 1117 1119 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1133] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1133/stat : 1133 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544329871 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296749489 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1134] ppid=1117 vsize=7642364 CPUtime=0.26 cores=1,3
/proc/1119/task/1134/stat : 1134 (java) S 1117 1119 709 0 -1 4202560 1624 0 0 0 26 0 0 0 15 0 19 0 544329871 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1135] ppid=1117 vsize=7642364 CPUtime=0.32 cores=1,3
/proc/1119/task/1135/stat : 1135 (java) S 1117 1119 709 0 -1 4202560 3676 0 0 0 32 0 0 0 15 0 19 0 544329871 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1136] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1136/stat : 1136 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544329871 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1137] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1137/stat : 1137 (java) S 1117 1119 709 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 544329871 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1138] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1138/stat : 1138 (java) S 1117 1119 709 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 544329902 7825780736 60618 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.16
Current children cumulated vsize (KiB) 7642364

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.71 5/262 1270
/proc/meminfo: memFree=19730156/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7642364 CPUtime=1183.18 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 63920 0 1 0 118306 12 0 0 23 0 19 0 544329866 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1910591 60632 2254 9 0 1901329 0
[pid=1119/tid=1121] ppid=1117 vsize=7642364 CPUtime=1177.28 cores=1,3
/proc/1119/task/1121/stat : 1121 (java) R 1117 1119 709 0 -1 4202560 23254 0 1 0 117723 5 0 0 25 0 19 0 544329866 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 46912505695299 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1119/tid=1122] ppid=1117 vsize=7642364 CPUtime=0.11 cores=1,3
/proc/1119/task/1122/stat : 1122 (java) S 1117 1119 709 0 -1 4202560 2311 0 0 0 11 0 0 0 15 0 19 0 544329868 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1123] ppid=1117 vsize=7642364 CPUtime=0.1 cores=1,3
/proc/1119/task/1123/stat : 1123 (java) S 1117 1119 709 0 -1 4202560 1034 0 0 0 10 0 0 0 15 0 19 0 544329868 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1124] ppid=1117 vsize=7642364 CPUtime=0.14 cores=1,3
/proc/1119/task/1124/stat : 1124 (java) S 1117 1119 709 0 -1 4202560 2798 0 0 0 14 0 0 0 15 0 19 0 544329868 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1125] ppid=1117 vsize=7642364 CPUtime=0.13 cores=1,3
/proc/1119/task/1125/stat : 1125 (java) S 1117 1119 709 0 -1 4202560 1123 0 0 0 13 0 0 0 15 0 19 0 544329868 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1126] ppid=1117 vsize=7642364 CPUtime=0.1 cores=1,3
/proc/1119/task/1126/stat : 1126 (java) S 1117 1119 709 0 -1 4202560 2459 0 0 0 10 0 0 0 15 0 19 0 544329868 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1127] ppid=1117 vsize=7642364 CPUtime=0.11 cores=1,3
/proc/1119/task/1127/stat : 1127 (java) S 1117 1119 709 0 -1 4202560 2507 0 0 0 11 0 0 0 15 0 19 0 544329868 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1128] ppid=1117 vsize=7642364 CPUtime=0.15 cores=1,3
/proc/1119/task/1128/stat : 1128 (java) S 1117 1119 709 0 -1 4202560 3483 0 0 0 15 0 0 0 15 0 19 0 544329868 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1129] ppid=1117 vsize=7642364 CPUtime=0.12 cores=1,3
/proc/1119/task/1129/stat : 1129 (java) S 1117 1119 709 0 -1 4202560 7476 0 0 0 12 0 0 0 15 0 19 0 544329868 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1130] ppid=1117 vsize=7642364 CPUtime=4.23 cores=1,3
/proc/1119/task/1130/stat : 1130 (java) S 1117 1119 709 0 -1 4202560 10959 0 0 0 422 1 0 0 15 0 19 0 544329869 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 0 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1131] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1131/stat : 1131 (java) S 1117 1119 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1132] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1132/stat : 1132 (java) S 1117 1119 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1133] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1133/stat : 1133 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544329871 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296749489 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1134] ppid=1117 vsize=7642364 CPUtime=0.26 cores=1,3
/proc/1119/task/1134/stat : 1134 (java) S 1117 1119 709 0 -1 4202560 1624 0 0 0 26 0 0 0 15 0 19 0 544329871 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1135] ppid=1117 vsize=7642364 CPUtime=0.32 cores=1,3
/proc/1119/task/1135/stat : 1135 (java) S 1117 1119 709 0 -1 4202560 3676 0 0 0 32 0 0 0 15 0 19 0 544329871 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1136] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1136/stat : 1136 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544329871 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1137] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1137/stat : 1137 (java) S 1117 1119 709 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 544329871 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1138] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1138/stat : 1138 (java) S 1117 1119 709 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 544329902 7825780736 60632 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.18
Current children cumulated vsize (KiB) 7642364

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.73 5/262 1272
/proc/meminfo: memFree=19722308/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7642364 CPUtime=1243.19 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 64303 0 1 0 124307 12 0 0 23 0 19 0 544329866 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1910591 61008 2254 9 0 1901329 0
[pid=1119/tid=1121] ppid=1117 vsize=7642364 CPUtime=1237.19 cores=1,3
/proc/1119/task/1121/stat : 1121 (java) R 1117 1119 709 0 -1 4202560 23414 0 1 0 123713 6 0 0 25 0 19 0 544329866 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 46912505695284 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1119/tid=1122] ppid=1117 vsize=7642364 CPUtime=0.11 cores=1,3
/proc/1119/task/1122/stat : 1122 (java) S 1117 1119 709 0 -1 4202560 2311 0 0 0 11 0 0 0 15 0 19 0 544329868 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1123] ppid=1117 vsize=7642364 CPUtime=0.1 cores=1,3
/proc/1119/task/1123/stat : 1123 (java) S 1117 1119 709 0 -1 4202560 1034 0 0 0 10 0 0 0 15 0 19 0 544329868 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1124] ppid=1117 vsize=7642364 CPUtime=0.15 cores=1,3
/proc/1119/task/1124/stat : 1124 (java) S 1117 1119 709 0 -1 4202560 2798 0 0 0 15 0 0 0 15 0 19 0 544329868 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1125] ppid=1117 vsize=7642364 CPUtime=0.13 cores=1,3
/proc/1119/task/1125/stat : 1125 (java) S 1117 1119 709 0 -1 4202560 1123 0 0 0 13 0 0 0 15 0 19 0 544329868 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1126] ppid=1117 vsize=7642364 CPUtime=0.1 cores=1,3
/proc/1119/task/1126/stat : 1126 (java) S 1117 1119 709 0 -1 4202560 2459 0 0 0 10 0 0 0 15 0 19 0 544329868 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1127] ppid=1117 vsize=7642364 CPUtime=0.12 cores=1,3
/proc/1119/task/1127/stat : 1127 (java) S 1117 1119 709 0 -1 4202560 2507 0 0 0 12 0 0 0 16 0 19 0 544329868 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1128] ppid=1117 vsize=7642364 CPUtime=0.15 cores=1,3
/proc/1119/task/1128/stat : 1128 (java) S 1117 1119 709 0 -1 4202560 3483 0 0 0 15 0 0 0 15 0 19 0 544329868 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1129] ppid=1117 vsize=7642364 CPUtime=0.12 cores=1,3
/proc/1119/task/1129/stat : 1129 (java) S 1117 1119 709 0 -1 4202560 7476 0 0 0 12 0 0 0 15 0 19 0 544329868 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1130] ppid=1117 vsize=7642364 CPUtime=4.32 cores=1,3
/proc/1119/task/1130/stat : 1130 (java) S 1117 1119 709 0 -1 4202560 11178 0 0 0 431 1 0 0 15 0 19 0 544329869 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 0 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1131] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1131/stat : 1131 (java) S 1117 1119 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1132] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1132/stat : 1132 (java) S 1117 1119 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1133] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1133/stat : 1133 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544329871 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296749489 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1134] ppid=1117 vsize=7642364 CPUtime=0.26 cores=1,3
/proc/1119/task/1134/stat : 1134 (java) S 1117 1119 709 0 -1 4202560 1624 0 0 0 26 0 0 0 15 0 19 0 544329871 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1135] ppid=1117 vsize=7642364 CPUtime=0.32 cores=1,3
/proc/1119/task/1135/stat : 1135 (java) S 1117 1119 709 0 -1 4202560 3676 0 0 0 32 0 0 0 15 0 19 0 544329871 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1136] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1136/stat : 1136 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544329871 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1137] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1137/stat : 1137 (java) S 1117 1119 709 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 544329871 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1138] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1138/stat : 1138 (java) S 1117 1119 709 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 544329902 7825780736 61008 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.19
Current children cumulated vsize (KiB) 7642364



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.74 4/239 1294
/proc/meminfo: memFree=19937960/32951124 swapFree=67110396/67111528
[pid=1119] ppid=1117 vsize=7642364 CPUtime=1300.89 cores=1,3
/proc/1119/stat : 1119 (java) S 1117 1119 709 0 -1 4202496 64579 0 1 0 130077 12 0 0 23 0 19 0 544329866 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1119/statm: 1910591 61280 2254 9 0 1901329 0
[pid=1119/tid=1121] ppid=1117 vsize=7642364 CPUtime=1294.9 cores=1,3
/proc/1119/task/1121/stat : 1121 (java) R 1117 1119 709 0 -1 4202560 23686 0 1 0 129484 6 0 0 25 0 19 0 544329866 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 46912505593445 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1119/tid=1122] ppid=1117 vsize=7642364 CPUtime=0.11 cores=1,3
/proc/1119/task/1122/stat : 1122 (java) S 1117 1119 709 0 -1 4202560 2311 0 0 0 11 0 0 0 15 0 19 0 544329868 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1123] ppid=1117 vsize=7642364 CPUtime=0.1 cores=1,3
/proc/1119/task/1123/stat : 1123 (java) S 1117 1119 709 0 -1 4202560 1034 0 0 0 10 0 0 0 15 0 19 0 544329868 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1124] ppid=1117 vsize=7642364 CPUtime=0.15 cores=1,3
/proc/1119/task/1124/stat : 1124 (java) S 1117 1119 709 0 -1 4202560 2798 0 0 0 15 0 0 0 15 0 19 0 544329868 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1125] ppid=1117 vsize=7642364 CPUtime=0.13 cores=1,3
/proc/1119/task/1125/stat : 1125 (java) S 1117 1119 709 0 -1 4202560 1123 0 0 0 13 0 0 0 15 0 19 0 544329868 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1126] ppid=1117 vsize=7642364 CPUtime=0.1 cores=1,3
/proc/1119/task/1126/stat : 1126 (java) S 1117 1119 709 0 -1 4202560 2459 0 0 0 10 0 0 0 15 0 19 0 544329868 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1127] ppid=1117 vsize=7642364 CPUtime=0.12 cores=1,3
/proc/1119/task/1127/stat : 1127 (java) S 1117 1119 709 0 -1 4202560 2507 0 0 0 12 0 0 0 16 0 19 0 544329868 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1128] ppid=1117 vsize=7642364 CPUtime=0.15 cores=1,3
/proc/1119/task/1128/stat : 1128 (java) S 1117 1119 709 0 -1 4202560 3483 0 0 0 15 0 0 0 15 0 19 0 544329868 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1129] ppid=1117 vsize=7642364 CPUtime=0.12 cores=1,3
/proc/1119/task/1129/stat : 1129 (java) S 1117 1119 709 0 -1 4202560 7476 0 0 0 12 0 0 0 15 0 19 0 544329868 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1130] ppid=1117 vsize=7642364 CPUtime=4.32 cores=1,3
/proc/1119/task/1130/stat : 1130 (java) S 1117 1119 709 0 -1 4202560 11178 0 0 0 431 1 0 0 15 0 19 0 544329869 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 0 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1131] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1131/stat : 1131 (java) S 1117 1119 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1132] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1132/stat : 1132 (java) S 1117 1119 709 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 544329869 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1133] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1133/stat : 1133 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 544329871 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296749489 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1134] ppid=1117 vsize=7642364 CPUtime=0.26 cores=1,3
/proc/1119/task/1134/stat : 1134 (java) S 1117 1119 709 0 -1 4202560 1624 0 0 0 26 0 0 0 15 0 19 0 544329871 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1135] ppid=1117 vsize=7642364 CPUtime=0.32 cores=1,3
/proc/1119/task/1135/stat : 1135 (java) S 1117 1119 709 0 -1 4202560 3676 0 0 0 32 0 0 0 15 0 19 0 544329871 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 1 0 0 0
[pid=1119/tid=1136] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1136/stat : 1136 (java) S 1117 1119 709 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 544329871 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296741785 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1137] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1137/stat : 1137 (java) S 1117 1119 709 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 544329871 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
[pid=1119/tid=1138] ppid=1117 vsize=7642364 CPUtime=0 cores=1,3
/proc/1119/task/1138/stat : 1138 (java) S 1117 1119 709 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 544329902 7825780736 61280 33554432000 1073741824 1073778376 140734291697904 18446744073709551615 224296742400 0 4 0 16800975 18446604471130089280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1300.89
Current children cumulated vsize (KiB) 7642364

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): 1300.98
CPU user time (s): 1300.84
CPU system time (s): 0.137979
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 7643536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.84
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64622
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= 28161
involuntary context switches= 4816

runsolver used 2.17767 second user time and 4.95225 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-23 08:43:12
IDJOB=3258740
IDBENCH=71423
IDSOLVER=1611
FILE ID=node118/3258740-1303540992
RUNJOBID= node118-1303539684-729
PBS_JOBID= 13143120
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= d6877629cc818d7e31dc245fb95f0588
RANDOM SEED=159153668

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20349532 kB
Buffers:       1854920 kB
Cached:        9970636 kB
SwapCached:        600 kB
Active:        8638372 kB
Inactive:      3441172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20349532 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            6404 kB
Writeback:           0 kB
AnonPages:      253032 kB
Mapped:          23496 kB
Slab:           457992 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14818616 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= 71736 MiB
End job on node118 at 2011-04-23 09:04:54