Trace number 3258080

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 1300.06

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g3.cnf
MD5SUM226123ce9245dfa4b876682016123861
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0692
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c no version file found!!!
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		6997539544
0.04/0.07	c Max memory 		7034241024
0.04/0.07	c Total memory 		7034241024
0.04/0.07	c Number of processors 	8
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483647s
0.04/0.09	c DB Simplification allowed=true
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-3258080-1303474637.cnf
0.04/0.09	c reading problem ... 
0.29/0.20	c ... done. Wall clock time 0.112s.
0.29/0.20	c #vars     945
0.29/0.20	c #constraints  61409
0.29/0.20	c constraints type 
0.29/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
0.29/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1.38/1.08	c cleaning 2490 clauses out of 5001 with flag 5001/5001
2.66/2.14	c cleaning 4240 clauses out of 8510 with flag 11000/11000
3.94/3.47	c cleaning 5624 clauses out of 11272 with flag 18002/18002
5.64/5.19	c cleaning 6813 clauses out of 13647 with flag 26001/26001
7.86/7.37	c cleaning 7898 clauses out of 15833 with flag 35000/35000
10.47/9.96	c cleaning 8944 clauses out of 17938 with flag 45003/45003
13.46/12.95	c cleaning 9976 clauses out of 19992 with flag 56001/56001
17.07/16.59	c cleaning 10987 clauses out of 22015 with flag 68000/68000
21.37/20.87	c cleaning 12009 clauses out of 24030 with flag 81002/81002
25.88/25.39	c cleaning 13003 clauses out of 26019 with flag 95000/95000
31.08/30.53	c cleaning 14001 clauses out of 28016 with flag 110000/110000
36.89/36.37	c cleaning 14993 clauses out of 30015 with flag 126000/126000
43.50/43.00	c cleaning 15993 clauses out of 32022 with flag 143000/143000
50.59/50.06	c cleaning 17001 clauses out of 34031 with flag 161002/161002
58.90/58.31	c cleaning 17987 clauses out of 36028 with flag 180000/180000
67.90/67.34	c cleaning 19012 clauses out of 38042 with flag 200001/200001
77.61/77.03	c cleaning 19991 clauses out of 40029 with flag 221000/221000
87.71/87.12	c cleaning 20998 clauses out of 42040 with flag 243002/243002
99.01/98.46	c cleaning 22010 clauses out of 44041 with flag 266001/266001
111.32/110.72	c cleaning 22995 clauses out of 46030 with flag 290000/290000
125.72/125.15	c cleaning 24000 clauses out of 48037 with flag 315002/315002
140.73/140.12	c cleaning 24998 clauses out of 50035 with flag 341000/341000
157.04/156.40	c cleaning 26004 clauses out of 52040 with flag 368003/368003
173.45/172.84	c cleaning 27007 clauses out of 54034 with flag 396001/396001
192.85/192.23	c cleaning 27981 clauses out of 56028 with flag 425002/425002
212.66/212.05	c cleaning 29000 clauses out of 58046 with flag 455001/455001
233.57/232.95	c cleaning 30004 clauses out of 60046 with flag 486001/486001
257.28/256.63	c cleaning 31005 clauses out of 62042 with flag 518001/518001
281.48/280.82	c cleaning 32003 clauses out of 64037 with flag 551001/551001
309.09/308.40	c cleaning 32994 clauses out of 66034 with flag 585001/585001
335.70/335.05	c cleaning 34000 clauses out of 68039 with flag 620000/620000
366.21/365.51	c cleaning 35004 clauses out of 70042 with flag 656003/656003
397.72/397.01	c cleaning 36001 clauses out of 72036 with flag 693001/693001
430.22/429.55	c cleaning 37005 clauses out of 74036 with flag 731002/731002
465.53/464.86	c cleaning 37985 clauses out of 76029 with flag 770000/770000
503.74/503.04	c cleaning 38994 clauses out of 78044 with flag 810000/810000
544.05/543.30	c cleaning 40002 clauses out of 80051 with flag 851001/851001
584.46/583.74	c cleaning 41002 clauses out of 82048 with flag 893000/893000
628.47/627.74	c cleaning 42001 clauses out of 84046 with flag 936000/936000
672.38/671.60	c cleaning 43007 clauses out of 86049 with flag 980004/980004
720.59/719.86	c cleaning 44000 clauses out of 88038 with flag 1025000/1025000
771.40/770.63	c cleaning 45002 clauses out of 90038 with flag 1071000/1071000
825.52/824.72	c cleaning 46007 clauses out of 92038 with flag 1118002/1118002
880.03/879.30	c cleaning 46997 clauses out of 94029 with flag 1166000/1166000
932.63/931.86	c cleaning 47989 clauses out of 96033 with flag 1215001/1215001
991.34/990.57	c cleaning 49016 clauses out of 98049 with flag 1265006/1265006
1052.55/1051.79	c cleaning 49996 clauses out of 100028 with flag 1316001/1316001
1112.58/1111.76	c cleaning 50993 clauses out of 102031 with flag 1368000/1368000
1177.69/1176.80	c cleaning 51995 clauses out of 104038 with flag 1421000/1421000
1246.40/1245.55	c cleaning 53003 clauses out of 106043 with flag 1475000/1475000
1300.92/1300.01	c starts		: 1410
1300.92/1300.01	c conflicts		: 1519145
1300.92/1300.01	c decisions		: 2464709
1300.92/1300.01	c propagations		: 176879575
1300.92/1300.01	c inspects		: 14320243697
1300.92/1300.01	c shortcuts		: 0
1300.92/1300.01	c learnt literals	: 0
1300.92/1300.01	c learnt binary clauses	: 0
1300.92/1300.01	c learnt ternary clauses	: 30
1300.92/1300.01	c learnt constraints	: 1519145
1300.92/1300.01	c ignored constraints	: 0
1300.92/1300.01	c root simplifications	: 1410
1300.92/1300.01	c removed literals (reason simplification)	: 55192450
1300.92/1300.01	c reason swapping (by a shorter reason)	: 0
1300.92/1300.01	c Calls to reduceDB	: 50
1300.92/1300.01	c speed (assignments/second)	: 136080.99562167117
1300.92/1300.01	c non guided choices	112
1300.92/1300.04	c learnt constraints type 
1300.92/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97195
1300.92/1300.04	c constraints type 
1300.92/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
1300.92/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1300.92/1300.04	s UNKNOWN
1300.92/1300.04	c Total wall clock time (in seconds) : 1299.923

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.40 3.84 3.57 7/219 19221
/proc/meminfo: memFree=13497756/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=31604 CPUtime=0 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 1255 0 0 0 0 0 0 0 24 0 2 0 439879348 32362496 972 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 7901 977 748 9 0 386 0
[pid=19221/tid=19222] ppid=19219 vsize=31604 CPUtime=0 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 153 0 0 0 0 0 0 0 25 0 2 0 439879349 32362496 986 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270338071060 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.055993 s]
/proc/loadavg: 3.40 3.84 3.57 7/219 19221
/proc/meminfo: memFree=13497756/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7569788 CPUtime=0.04 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 9171 0 1 0 3 1 0 0 24 0 18 0 439879348 7751462912 8866 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1892447 8867 1733 9 0 1883190 0
[pid=19221/tid=19222] ppid=19219 vsize=7569788 CPUtime=0.04 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 7996 0 1 0 3 1 0 0 25 0 18 0 439879349 7751462912 8867 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 47724385219331 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7569788

[startup+0.100981 s]
/proc/loadavg: 3.40 3.84 3.57 7/219 19221
/proc/meminfo: memFree=13497756/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7570848 CPUtime=0.1 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 10388 0 1 0 9 1 0 0 24 0 18 0 439879348 7752548352 10083 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1892712 10083 2094 9 0 1883450 0
[pid=19221/tid=19222] ppid=19219 vsize=7570848 CPUtime=0.08 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 8649 0 1 0 7 1 0 0 25 0 18 0 439879349 7752548352 10083 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 46912505175431 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7570848

[startup+0.300908 s]
/proc/loadavg: 3.40 3.84 3.57 7/219 19221
/proc/meminfo: memFree=13497756/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7638416 CPUtime=0.48 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 14073 0 1 0 46 2 0 0 24 0 19 0 439879348 7821737984 12626 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1909604 12626 2211 9 0 1900342 0
[pid=19221/tid=19222] ppid=19219 vsize=7638416 CPUtime=0.28 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 9724 0 1 0 27 1 0 0 25 0 19 0 439879349 7821737984 12626 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 47724389413734 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7638416

[startup+0.700861 s]
/proc/loadavg: 3.40 3.84 3.57 7/219 19221
/proc/meminfo: memFree=13497756/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7638368 CPUtime=1.07 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 14779 0 1 0 105 2 0 0 24 0 19 0 439879348 7821688832 13101 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1909592 13101 2223 9 0 1900330 0
[pid=19221/tid=19222] ppid=19219 vsize=7638368 CPUtime=0.68 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 10108 0 1 0 67 1 0 0 25 0 19 0 439879349 7821688832 13101 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 46912505684464 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 7638368

[startup+1.50067 s]
/proc/loadavg: 3.40 3.84 3.57 8/262 19269
/proc/meminfo: memFree=13344592/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7659288 CPUtime=2.04 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 24461 0 1 0 200 4 0 0 24 0 19 0 439879348 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1914822 20845 2252 9 0 1905560 0
[pid=19221/tid=19222] ppid=19219 vsize=7659288 CPUtime=1.42 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 10477 0 1 0 140 2 0 0 25 0 19 0 439879349 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 46912505164239 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19224/stat : 19224 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 439879350 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19225] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19225/stat : 19225 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 439879350 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19226] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19226/stat : 19226 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 439879350 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19227] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19227/stat : 19227 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 439879350 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19228] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19228/stat : 19228 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 439879350 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19229] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19229/stat : 19229 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 439879350 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19230] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19230/stat : 19230 (java) S 19219 19221 18276 0 -1 4202560 600 0 0 0 0 0 0 0 17 0 19 0 439879350 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19231] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19231/stat : 19231 (java) S 19219 19221 18276 0 -1 4202560 543 0 0 0 0 0 0 0 17 0 19 0 439879350 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19232] ppid=19219 vsize=7659288 CPUtime=0.02 cores=5,7
/proc/19221/task/19232/stat : 19232 (java) S 19219 19221 18276 0 -1 4202560 1161 0 0 0 2 0 0 0 17 0 19 0 439879351 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19233] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19233/stat : 19233 (java) S 19219 19221 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19234] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19234/stat : 19234 (java) S 19219 19221 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19235] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19235/stat : 19235 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879353 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19236] ppid=19219 vsize=7659288 CPUtime=0.32 cores=5,7
/proc/19221/task/19236/stat : 19236 (java) S 19219 19221 18276 0 -1 4202560 7328 0 0 0 31 1 0 0 20 0 19 0 439879353 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19237] ppid=19219 vsize=7659288 CPUtime=0.25 cores=5,7
/proc/19221/task/19237/stat : 19237 (java) S 19219 19221 18276 0 -1 4202560 3194 0 0 0 25 0 0 0 19 0 19 0 439879354 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19238] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19238/stat : 19238 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879354 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19239] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19239/stat : 19239 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879354 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19245] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19245/stat : 19245 (java) S 19219 19221 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879369 7843110912 20845 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 7659288

[startup+3.10135 s]
/proc/loadavg: 3.40 3.84 3.57 7/262 19269
/proc/meminfo: memFree=13251892/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7659288 CPUtime=3.65 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 25481 0 1 0 361 4 0 0 24 0 19 0 439879348 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1914822 21864 2254 9 0 1905560 0
[pid=19221/tid=19222] ppid=19219 vsize=7659288 CPUtime=2.98 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 10479 0 1 0 296 2 0 0 25 0 19 0 439879349 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 46912505575449 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19224/stat : 19224 (java) S 19219 19221 18276 0 -1 4202560 750 0 0 0 0 0 0 0 16 0 19 0 439879350 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19225] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19225/stat : 19225 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19226] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19226/stat : 19226 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 439879350 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19227] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19227/stat : 19227 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19228] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19228/stat : 19228 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19229] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19229/stat : 19229 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 439879350 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19230] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19230/stat : 19230 (java) S 19219 19221 18276 0 -1 4202560 600 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19231] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19231/stat : 19231 (java) S 19219 19221 18276 0 -1 4202560 543 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19232] ppid=19219 vsize=7659288 CPUtime=0.03 cores=5,7
/proc/19221/task/19232/stat : 19232 (java) S 19219 19221 18276 0 -1 4202560 1428 0 0 0 3 0 0 0 15 0 19 0 439879351 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19233] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19233/stat : 19233 (java) S 19219 19221 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19234] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19234/stat : 19234 (java) S 19219 19221 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19235] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19235/stat : 19235 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879353 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19236] ppid=19219 vsize=7659288 CPUtime=0.34 cores=5,7
/proc/19221/task/19236/stat : 19236 (java) S 19219 19221 18276 0 -1 4202560 7330 0 0 0 33 1 0 0 15 0 19 0 439879353 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19237] ppid=19219 vsize=7659288 CPUtime=0.26 cores=5,7
/proc/19221/task/19237/stat : 19237 (java) S 19219 19221 18276 0 -1 4202560 3194 0 0 0 26 0 0 0 18 0 19 0 439879354 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19238] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19238/stat : 19238 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879354 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19239] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19239/stat : 19239 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879354 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19245] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19245/stat : 19245 (java) S 19219 19221 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879369 7843110912 21864 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 7659288

[startup+6.30075 s]
/proc/loadavg: 3.45 3.84 3.57 5/262 19269
/proc/meminfo: memFree=13232568/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7659288 CPUtime=6.86 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 26014 0 1 0 682 4 0 0 24 0 19 0 439879348 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1914822 22393 2254 9 0 1905560 0
[pid=19221/tid=19222] ppid=19219 vsize=7659288 CPUtime=6.09 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 10481 0 1 0 607 2 0 0 23 0 19 0 439879349 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 46912505584212 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19221/tid=19224] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19224/stat : 19224 (java) S 19219 19221 18276 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19225] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19225/stat : 19225 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19226] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19226/stat : 19226 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19227] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19227/stat : 19227 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19228] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19228/stat : 19228 (java) S 19219 19221 18276 0 -1 4202560 189 0 0 0 0 0 0 0 16 0 19 0 439879350 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19229] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19229/stat : 19229 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19230] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19230/stat : 19230 (java) S 19219 19221 18276 0 -1 4202560 604 0 0 0 0 0 0 0 15 0 19 0 439879350 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19231] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19231/stat : 19231 (java) S 19219 19221 18276 0 -1 4202560 645 0 0 0 0 0 0 0 16 0 19 0 439879350 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19232] ppid=19219 vsize=7659288 CPUtime=0.08 cores=5,7
/proc/19221/task/19232/stat : 19232 (java) S 19219 19221 18276 0 -1 4202560 1655 0 0 0 8 0 0 0 15 0 19 0 439879351 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19233] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19233/stat : 19233 (java) S 19219 19221 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19234] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19234/stat : 19234 (java) S 19219 19221 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19235] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19235/stat : 19235 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879353 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19236] ppid=19219 vsize=7659288 CPUtime=0.37 cores=5,7
/proc/19221/task/19236/stat : 19236 (java) S 19219 19221 18276 0 -1 4202560 7340 0 0 0 36 1 0 0 15 0 19 0 439879353 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19237] ppid=19219 vsize=7659288 CPUtime=0.26 cores=5,7
/proc/19221/task/19237/stat : 19237 (java) S 19219 19221 18276 0 -1 4202560 3194 0 0 0 26 0 0 0 18 0 19 0 439879354 7843110912 22393 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0

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

[pid=19221/tid=19229] ppid=19219 vsize=7659288 CPUtime=0.04 cores=5,7
/proc/19221/task/19229/stat : 19229 (java) S 19219 19221 18276 0 -1 4202560 396 0 0 0 4 0 0 0 15 0 19 0 439879350 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19230] ppid=19219 vsize=7659288 CPUtime=0.07 cores=5,7
/proc/19221/task/19230/stat : 19230 (java) S 19219 19221 18276 0 -1 4202560 1541 0 0 0 7 0 0 0 16 0 19 0 439879350 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19231] ppid=19219 vsize=7659288 CPUtime=0.09 cores=5,7
/proc/19221/task/19231/stat : 19231 (java) S 19219 19221 18276 0 -1 4202560 3092 0 0 0 9 0 0 0 15 0 19 0 439879350 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19232] ppid=19219 vsize=7659288 CPUtime=1.6 cores=5,7
/proc/19221/task/19232/stat : 19232 (java) S 19219 19221 18276 0 -1 4202560 6495 0 0 0 160 0 0 0 15 0 19 0 439879351 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19233] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19233/stat : 19233 (java) S 19219 19221 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19234] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19234/stat : 19234 (java) S 19219 19221 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19235] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19235/stat : 19235 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879353 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19236] ppid=19219 vsize=7659288 CPUtime=0.37 cores=5,7
/proc/19221/task/19236/stat : 19236 (java) S 19219 19221 18276 0 -1 4202560 7340 0 0 0 36 1 0 0 15 0 19 0 439879353 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19237] ppid=19219 vsize=7659288 CPUtime=0.26 cores=5,7
/proc/19221/task/19237/stat : 19237 (java) S 19219 19221 18276 0 -1 4202560 3194 0 0 0 26 0 0 0 18 0 19 0 439879354 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19238] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19238/stat : 19238 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879354 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19239] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19239/stat : 19239 (java) S 19219 19221 18276 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 439879354 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19245] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19245/stat : 19245 (java) S 19219 19221 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879369 7843110912 41481 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1123.19
Current children cumulated vsize (KiB) 7659288

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/262 19349
/proc/meminfo: memFree=12915236/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7659288 CPUtime=1183.2 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 45280 0 1 0 118311 9 0 0 24 0 19 0 439879348 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1914822 41483 2254 9 0 1905560 0
[pid=19221/tid=19222] ppid=19219 vsize=7659288 CPUtime=1180.25 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 15651 0 1 0 118021 4 0 0 25 0 19 0 439879349 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 46912505609008 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19221/tid=19224] ppid=19219 vsize=7659288 CPUtime=0.09 cores=5,7
/proc/19221/task/19224/stat : 19224 (java) S 19219 19221 18276 0 -1 4202560 1677 0 0 0 9 0 0 0 16 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19225] ppid=19219 vsize=7659288 CPUtime=0.1 cores=5,7
/proc/19221/task/19225/stat : 19225 (java) S 19219 19221 18276 0 -1 4202560 652 0 0 0 10 0 0 0 16 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19226] ppid=19219 vsize=7659288 CPUtime=0.08 cores=5,7
/proc/19221/task/19226/stat : 19226 (java) S 19219 19221 18276 0 -1 4202560 1765 0 0 0 8 0 0 0 15 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19227] ppid=19219 vsize=7659288 CPUtime=0.08 cores=5,7
/proc/19221/task/19227/stat : 19227 (java) S 19219 19221 18276 0 -1 4202560 1505 0 0 0 8 0 0 0 16 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19228] ppid=19219 vsize=7659288 CPUtime=0.03 cores=5,7
/proc/19221/task/19228/stat : 19228 (java) S 19219 19221 18276 0 -1 4202560 749 0 0 0 3 0 0 0 15 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19229] ppid=19219 vsize=7659288 CPUtime=0.05 cores=5,7
/proc/19221/task/19229/stat : 19229 (java) S 19219 19221 18276 0 -1 4202560 397 0 0 0 5 0 0 0 15 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19230] ppid=19219 vsize=7659288 CPUtime=0.07 cores=5,7
/proc/19221/task/19230/stat : 19230 (java) S 19219 19221 18276 0 -1 4202560 1541 0 0 0 7 0 0 0 16 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19231] ppid=19219 vsize=7659288 CPUtime=0.09 cores=5,7
/proc/19221/task/19231/stat : 19231 (java) S 19219 19221 18276 0 -1 4202560 3092 0 0 0 9 0 0 0 15 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19232] ppid=19219 vsize=7659288 CPUtime=1.64 cores=5,7
/proc/19221/task/19232/stat : 19232 (java) S 19219 19221 18276 0 -1 4202560 6497 0 0 0 164 0 0 0 15 0 19 0 439879351 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19233] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19233/stat : 19233 (java) S 19219 19221 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19234] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19234/stat : 19234 (java) S 19219 19221 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19235] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19235/stat : 19235 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879353 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19236] ppid=19219 vsize=7659288 CPUtime=0.37 cores=5,7
/proc/19221/task/19236/stat : 19236 (java) S 19219 19221 18276 0 -1 4202560 7340 0 0 0 36 1 0 0 15 0 19 0 439879353 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19237] ppid=19219 vsize=7659288 CPUtime=0.26 cores=5,7
/proc/19221/task/19237/stat : 19237 (java) S 19219 19221 18276 0 -1 4202560 3194 0 0 0 26 0 0 0 18 0 19 0 439879354 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19238] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19238/stat : 19238 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879354 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19239] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19239/stat : 19239 (java) S 19219 19221 18276 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 439879354 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19245] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19245/stat : 19245 (java) S 19219 19221 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879369 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.2
Current children cumulated vsize (KiB) 7659288

[startup+1242.3 s]
/proc/loadavg: 3.56 3.89 3.83 4/238 19369
/proc/meminfo: memFree=13044532/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7659288 CPUtime=1243.2 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 45284 0 1 0 124311 9 0 0 24 0 19 0 439879348 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1914822 41483 2254 9 0 1905560 0
[pid=19221/tid=19222] ppid=19219 vsize=7659288 CPUtime=1240.25 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 15651 0 1 0 124021 4 0 0 25 0 19 0 439879349 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 46912505606972 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19221/tid=19224] ppid=19219 vsize=7659288 CPUtime=0.09 cores=5,7
/proc/19221/task/19224/stat : 19224 (java) S 19219 19221 18276 0 -1 4202560 1677 0 0 0 9 0 0 0 16 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19225] ppid=19219 vsize=7659288 CPUtime=0.1 cores=5,7
/proc/19221/task/19225/stat : 19225 (java) S 19219 19221 18276 0 -1 4202560 652 0 0 0 10 0 0 0 16 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19226] ppid=19219 vsize=7659288 CPUtime=0.08 cores=5,7
/proc/19221/task/19226/stat : 19226 (java) S 19219 19221 18276 0 -1 4202560 1765 0 0 0 8 0 0 0 15 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19227] ppid=19219 vsize=7659288 CPUtime=0.08 cores=5,7
/proc/19221/task/19227/stat : 19227 (java) S 19219 19221 18276 0 -1 4202560 1505 0 0 0 8 0 0 0 16 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19228] ppid=19219 vsize=7659288 CPUtime=0.03 cores=5,7
/proc/19221/task/19228/stat : 19228 (java) S 19219 19221 18276 0 -1 4202560 749 0 0 0 3 0 0 0 15 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19229] ppid=19219 vsize=7659288 CPUtime=0.05 cores=5,7
/proc/19221/task/19229/stat : 19229 (java) S 19219 19221 18276 0 -1 4202560 397 0 0 0 5 0 0 0 15 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19230] ppid=19219 vsize=7659288 CPUtime=0.07 cores=5,7
/proc/19221/task/19230/stat : 19230 (java) S 19219 19221 18276 0 -1 4202560 1541 0 0 0 7 0 0 0 16 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19231] ppid=19219 vsize=7659288 CPUtime=0.09 cores=5,7
/proc/19221/task/19231/stat : 19231 (java) S 19219 19221 18276 0 -1 4202560 3092 0 0 0 9 0 0 0 15 0 19 0 439879350 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19232] ppid=19219 vsize=7659288 CPUtime=1.64 cores=5,7
/proc/19221/task/19232/stat : 19232 (java) S 19219 19221 18276 0 -1 4202560 6497 0 0 0 164 0 0 0 15 0 19 0 439879351 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19233] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19233/stat : 19233 (java) S 19219 19221 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19234] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19234/stat : 19234 (java) S 19219 19221 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19235] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19235/stat : 19235 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879353 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19236] ppid=19219 vsize=7659288 CPUtime=0.37 cores=5,7
/proc/19221/task/19236/stat : 19236 (java) S 19219 19221 18276 0 -1 4202560 7340 0 0 0 36 1 0 0 15 0 19 0 439879353 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19237] ppid=19219 vsize=7659288 CPUtime=0.26 cores=5,7
/proc/19221/task/19237/stat : 19237 (java) S 19219 19221 18276 0 -1 4202560 3194 0 0 0 26 0 0 0 18 0 19 0 439879354 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19238] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19238/stat : 19238 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879354 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19239] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19239/stat : 19239 (java) S 19219 19221 18276 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 439879354 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19245] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19245/stat : 19245 (java) S 19219 19221 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879369 7843110912 41483 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.2
Current children cumulated vsize (KiB) 7659288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.28 3.74 3.78 3/218 19373
/proc/meminfo: memFree=13198532/32951124 swapFree=67111528/67111528
[pid=19221] ppid=19219 vsize=7659288 CPUtime=1300.92 cores=5,7
/proc/19221/stat : 19221 (java) S 19219 19221 18276 0 -1 4202496 45365 0 1 0 130083 9 0 0 24 0 19 0 439879348 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 1914822 41557 2254 9 0 1905560 0
[pid=19221/tid=19222] ppid=19219 vsize=7659288 CPUtime=1297.91 cores=5,7
/proc/19221/task/19222/stat : 19222 (java) R 19219 19221 18276 0 -1 4202560 15652 0 1 0 129787 4 0 0 25 0 19 0 439879349 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 46912505684074 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19221/tid=19224] ppid=19219 vsize=7659288 CPUtime=0.1 cores=5,7
/proc/19221/task/19224/stat : 19224 (java) S 19219 19221 18276 0 -1 4202560 1680 0 0 0 10 0 0 0 15 0 19 0 439879350 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19225] ppid=19219 vsize=7659288 CPUtime=0.1 cores=5,7
/proc/19221/task/19225/stat : 19225 (java) S 19219 19221 18276 0 -1 4202560 652 0 0 0 10 0 0 0 15 0 19 0 439879350 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19226] ppid=19219 vsize=7659288 CPUtime=0.08 cores=5,7
/proc/19221/task/19226/stat : 19226 (java) S 19219 19221 18276 0 -1 4202560 1765 0 0 0 8 0 0 0 15 0 19 0 439879350 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19227] ppid=19219 vsize=7659288 CPUtime=0.08 cores=5,7
/proc/19221/task/19227/stat : 19227 (java) S 19219 19221 18276 0 -1 4202560 1505 0 0 0 8 0 0 0 15 0 19 0 439879350 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19228] ppid=19219 vsize=7659288 CPUtime=0.03 cores=5,7
/proc/19221/task/19228/stat : 19228 (java) S 19219 19221 18276 0 -1 4202560 749 0 0 0 3 0 0 0 15 0 19 0 439879350 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19229] ppid=19219 vsize=7659288 CPUtime=0.05 cores=5,7
/proc/19221/task/19229/stat : 19229 (java) S 19219 19221 18276 0 -1 4202560 397 0 0 0 5 0 0 0 15 0 19 0 439879350 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19230] ppid=19219 vsize=7659288 CPUtime=0.08 cores=5,7
/proc/19221/task/19230/stat : 19230 (java) S 19219 19221 18276 0 -1 4202560 1541 0 0 0 8 0 0 0 15 0 19 0 439879350 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19231] ppid=19219 vsize=7659288 CPUtime=0.1 cores=5,7
/proc/19221/task/19231/stat : 19231 (java) S 19219 19221 18276 0 -1 4202560 3092 0 0 0 10 0 0 0 15 0 19 0 439879350 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19232] ppid=19219 vsize=7659288 CPUtime=1.68 cores=5,7
/proc/19221/task/19232/stat : 19232 (java) S 19219 19221 18276 0 -1 4202560 6570 0 0 0 168 0 0 0 15 0 19 0 439879351 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19233] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19233/stat : 19233 (java) S 19219 19221 18276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19234] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19234/stat : 19234 (java) S 19219 19221 18276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 439879351 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19235] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19235/stat : 19235 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879353 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19236] ppid=19219 vsize=7659288 CPUtime=0.37 cores=5,7
/proc/19221/task/19236/stat : 19236 (java) S 19219 19221 18276 0 -1 4202560 7340 0 0 0 36 1 0 0 15 0 19 0 439879353 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19237] ppid=19219 vsize=7659288 CPUtime=0.26 cores=5,7
/proc/19221/task/19237/stat : 19237 (java) S 19219 19221 18276 0 -1 4202560 3194 0 0 0 26 0 0 0 18 0 19 0 439879354 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19238] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19238/stat : 19238 (java) S 19219 19221 18276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 439879354 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 5 0 0 0
[pid=19221/tid=19239] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19239/stat : 19239 (java) S 19219 19221 18276 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 439879354 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
[pid=19221/tid=19245] ppid=19219 vsize=7659288 CPUtime=0 cores=5,7
/proc/19221/task/19245/stat : 19245 (java) S 19219 19221 18276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 439879369 7843110912 41557 33554432000 1073741824 1073778376 140733297305968 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1300.92
Current children cumulated vsize (KiB) 7659288

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

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

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301
CPU user time (s): 1300.9
CPU system time (s): 0.103984
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 7659288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.9
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45412
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= 27883
involuntary context switches= 4778

runsolver used 2.05969 second user time and 5.04923 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-22 14:17:17
IDJOB=3258080
IDBENCH=71301
IDSOLVER=1611
FILE ID=node143/3258080-1303474637
RUNJOBID= node143-1303474637-19157
PBS_JOBID= 13107196
Free space on /tmp= 72120 MiB

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

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

MD5SUM BENCH= 226123ce9245dfa4b876682016123861
RANDOM SEED=1979617702

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13498408 kB
Buffers:       1228424 kB
Cached:       17555300 kB
SwapCached:          0 kB
Active:        8647744 kB
Inactive:     10271532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13498408 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2464 kB
Writeback:           0 kB
AnonPages:      134796 kB
Mapped:          22812 kB
Slab:           468284 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14721712 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= 72120 MiB
End job on node143 at 2011-04-22 14:38:59