Trace number 3282221

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.05

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
Bench CategoryAPPLICATION (applications 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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		6997539544
0.01/0.08	c Max memory 		7034241024
0.01/0.08	c Total memory 		7034241024
0.01/0.08	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3282221-1303755364.cnf
0.09/0.10	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.184s.
0.27/0.28	c #vars     47129
0.27/0.28	c #constraints  141002
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 47000
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94000
9.67/9.15	c cleaning 2498 clauses out of 5000 with flag 5000/5000
33.52/32.92	c cleaning 4234 clauses out of 8505 with flag 11003/11003
68.22/67.65	c cleaning 5625 clauses out of 11268 with flag 18000/18000
107.63/107.09	c cleaning 6817 clauses out of 13643 with flag 26000/26000
120.95/120.33	c cleaning 7882 clauses out of 15827 with flag 35001/35001
143.25/142.63	c cleaning 8924 clauses out of 17946 with flag 45002/45002
171.06/170.45	c cleaning 9960 clauses out of 20019 with flag 56001/56001
197.97/197.39	c cleaning 10979 clauses out of 22058 with flag 68000/68000
230.88/230.25	c cleaning 11998 clauses out of 24079 with flag 81000/81000
270.78/270.15	c cleaning 13020 clauses out of 26081 with flag 95000/95000
298.99/298.39	c cleaning 13979 clauses out of 28067 with flag 110006/110006
337.11/336.44	c cleaning 14999 clauses out of 30082 with flag 126000/126000
379.72/379.06	c cleaning 16016 clauses out of 32083 with flag 143000/143000
424.43/423.79	c cleaning 17014 clauses out of 34067 with flag 161000/161000
460.94/460.21	c cleaning 18001 clauses out of 36054 with flag 180001/180001
493.95/493.28	c cleaning 18956 clauses out of 38052 with flag 200000/200000
533.86/533.19	c cleaning 20029 clauses out of 40096 with flag 221000/221000
591.37/590.67	c cleaning 20999 clauses out of 42069 with flag 243002/243002
639.48/638.79	c cleaning 22009 clauses out of 44068 with flag 266000/266000
686.29/685.53	c cleaning 22963 clauses out of 46059 with flag 290000/290000
732.31/731.57	c cleaning 23994 clauses out of 48096 with flag 315000/315000
808.51/807.77	c cleaning 25042 clauses out of 50102 with flag 341000/341000
865.23/864.47	c cleaning 25999 clauses out of 52060 with flag 368000/368000
943.24/942.42	c cleaning 27016 clauses out of 54061 with flag 396000/396000
1039.15/1038.32	c cleaning 27993 clauses out of 56046 with flag 425001/425001
1106.36/1105.53	c cleaning 28994 clauses out of 58054 with flag 455002/455002
1180.26/1179.40	c cleaning 30014 clauses out of 60059 with flag 486001/486001
1249.78/1248.97	c cleaning 30969 clauses out of 62044 with flag 518000/518000
1300.89/1300.01	c starts		: 902
1300.89/1300.01	c conflicts		: 541703
1300.89/1300.01	c decisions		: 1098364
1300.89/1300.01	c propagations		: 1806456838
1300.89/1300.01	c inspects		: 5910045758
1300.89/1300.01	c shortcuts		: 0
1300.89/1300.01	c learnt literals	: 1
1300.89/1300.01	c learnt binary clauses	: 1010
1300.89/1300.01	c learnt ternary clauses	: 6130
1300.89/1300.01	c learnt constraints	: 541702
1300.89/1300.01	c ignored constraints	: 0
1300.89/1300.01	c root simplifications	: 903
1300.89/1300.01	c removed literals (reason simplification)	: 132446649
1300.89/1300.01	c reason swapping (by a shorter reason)	: 0
1300.89/1300.01	c Calls to reduceDB	: 28
1300.89/1300.01	c speed (assignments/second)	: 1389874.6813753964
1300.89/1300.01	c non guided choices	2415
1300.89/1300.03	c learnt constraints type 
1300.89/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1009
1300.89/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53770
1300.89/1300.03	c constraints type 
1300.89/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 47000
1300.89/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94000
1300.89/1300.03	s UNKNOWN
1300.89/1300.03	c Total wall clock time (in seconds) : 1299.911

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

running on 2 cores: 0,2

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.87 3.78 3/178 10096
/proc/meminfo: memFree=13093576/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=23028 CPUtime=0 cores=0,2
/proc/10096/stat : 10096 (java) R 10094 10096 8809 0 -1 4202496 953 0 0 0 0 0 0 0 23 0 1 0 487136876 23580672 696 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230804197174 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10096/statm: 5757 696 513 9 0 124 0

[startup+0.0231369 s]
/proc/loadavg: 3.40 3.87 3.78 3/178 10096
/proc/meminfo: memFree=13093576/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7549900 CPUtime=0.01 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 7499 0 1 0 0 1 0 0 23 0 10 0 487136876 7731097600 7200 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1887475 7201 984 9 0 1878631 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7549900

[startup+0.101084 s]
/proc/loadavg: 3.40 3.87 3.78 3/178 10096
/proc/meminfo: memFree=13093576/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7636188 CPUtime=0.09 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 10195 0 1 0 8 1 0 0 23 0 18 0 487136876 7819456512 9891 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1909047 9891 2076 9 0 1899785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636188

[startup+0.301029 s]
/proc/loadavg: 3.40 3.87 3.78 3/178 10096
/proc/meminfo: memFree=13093576/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7637120 CPUtime=0.42 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 15421 0 1 0 40 2 0 0 23 0 18 0 487136876 7820410880 14948 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1909280 14948 2205 9 0 1900018 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 7637120

[startup+0.700957 s]
/proc/loadavg: 3.40 3.87 3.78 3/178 10096
/proc/meminfo: memFree=13093576/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7644112 CPUtime=1.15 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 17891 0 1 0 113 2 0 0 23 0 19 0 487136876 7827570688 16705 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1911028 16705 2219 9 0 1901766 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 7644112

[startup+1.50086 s]
/proc/loadavg: 3.40 3.87 3.78 7/261 10190
/proc/meminfo: memFree=12776976/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7644112 CPUtime=2 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 17944 0 1 0 198 2 0 0 23 0 19 0 487136876 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1911028 16758 2222 9 0 1901766 0
[pid=10096/tid=10098] ppid=10094 vsize=7644112 CPUtime=1.48 cores=0,2
/proc/10096/task/10098/stat : 10098 (java) R 10094 10096 8809 0 -1 4202560 13459 0 1 0 146 2 0 0 20 0 19 0 487136877 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 46912505723500 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10096/tid=10099] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10099/stat : 10099 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10100] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10100/stat : 10100 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10101] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10101/stat : 10101 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10102] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10102/stat : 10102 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10103] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10103/stat : 10103 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10104] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10104/stat : 10104 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10105/stat : 10105 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10106/stat : 10106 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10107] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10107/stat : 10107 (java) S 10094 10096 8809 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 487136879 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 0 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10108] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10108/stat : 10108 (java) S 10094 10096 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487136880 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10109] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10109/stat : 10109 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136880 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10110] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10110/stat : 10110 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820989361 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10111] ppid=10094 vsize=7644112 CPUtime=0.23 cores=0,2
/proc/10096/task/10111/stat : 10111 (java) S 10094 10096 8809 0 -1 4202560 2067 0 0 0 23 0 0 0 21 0 19 0 487136882 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10112] ppid=10094 vsize=7644112 CPUtime=0.28 cores=0,2
/proc/10096/task/10112/stat : 10112 (java) S 10094 10096 8809 0 -1 4202560 1257 0 0 0 28 0 0 0 15 0 19 0 487136882 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10113] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10113/stat : 10113 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10114] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10114/stat : 10114 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487136882 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10165] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10165/stat : 10165 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487136908 7827570688 16758 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7644112

[startup+3.10159 s]
/proc/loadavg: 3.40 3.87 3.78 5/262 10191
/proc/meminfo: memFree=12731212/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7644112 CPUtime=3.67 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 18215 0 1 0 365 2 0 0 23 0 19 0 487136876 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1911028 17026 2225 9 0 1901766 0
[pid=10096/tid=10098] ppid=10094 vsize=7644112 CPUtime=2.97 cores=0,2
/proc/10096/task/10098/stat : 10098 (java) R 10094 10096 8809 0 -1 4202560 13700 0 1 0 295 2 0 0 25 0 19 0 487136877 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 46912505723229 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10096/tid=10099] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10099/stat : 10099 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10100] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10100/stat : 10100 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10101] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10101/stat : 10101 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10102] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10102/stat : 10102 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10103] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10103/stat : 10103 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10104] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10104/stat : 10104 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10105/stat : 10105 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10106/stat : 10106 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10107] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10107/stat : 10107 (java) S 10094 10096 8809 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 487136879 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 0 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10108] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10108/stat : 10108 (java) S 10094 10096 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487136880 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10109] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10109/stat : 10109 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136880 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10110] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10110/stat : 10110 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820989361 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10111] ppid=10094 vsize=7644112 CPUtime=0.38 cores=0,2
/proc/10096/task/10111/stat : 10111 (java) S 10094 10096 8809 0 -1 4202560 2089 0 0 0 38 0 0 0 15 0 19 0 487136882 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10112] ppid=10094 vsize=7644112 CPUtime=0.3 cores=0,2
/proc/10096/task/10112/stat : 10112 (java) S 10094 10096 8809 0 -1 4202560 1264 0 0 0 30 0 0 0 15 0 19 0 487136882 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10113] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10113/stat : 10113 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10114] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10114/stat : 10114 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487136882 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10165] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10165/stat : 10165 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487136908 7827570688 17026 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 7644112

[startup+6.30099 s]
/proc/loadavg: 3.45 3.87 3.78 5/262 10192
/proc/meminfo: memFree=12725104/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7644112 CPUtime=6.87 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 18620 0 1 0 685 2 0 0 23 0 19 0 487136876 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1911028 17400 2225 9 0 1901766 0
[pid=10096/tid=10098] ppid=10094 vsize=7644112 CPUtime=6.17 cores=0,2
/proc/10096/task/10098/stat : 10098 (java) R 10094 10096 8809 0 -1 4202560 14105 0 1 0 615 2 0 0 25 0 19 0 487136877 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 46912505606038 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10096/tid=10099] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10099/stat : 10099 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10100] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10100/stat : 10100 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10101] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10101/stat : 10101 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10102] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10102/stat : 10102 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10103] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10103/stat : 10103 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10104] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10104/stat : 10104 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10105/stat : 10105 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10106/stat : 10106 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136878 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10107] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10107/stat : 10107 (java) S 10094 10096 8809 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 487136879 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 0 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10108] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10108/stat : 10108 (java) S 10094 10096 8809 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487136880 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10109] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10109/stat : 10109 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487136880 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10110] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10110/stat : 10110 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820989361 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10111] ppid=10094 vsize=7644112 CPUtime=0.38 cores=0,2
/proc/10096/task/10111/stat : 10111 (java) S 10094 10096 8809 0 -1 4202560 2089 0 0 0 38 0 0 0 15 0 19 0 487136882 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10112] ppid=10094 vsize=7644112 CPUtime=0.3 cores=0,2
/proc/10096/task/10112/stat : 10112 (java) S 10094 10096 8809 0 -1 4202560 1264 0 0 0 30 0 0 0 15 0 19 0 487136882 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10113] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10113/stat : 10113 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10114] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10114/stat : 10114 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487136882 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10165] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10165/stat : 10165 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487136908 7827570688 17400 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 7644112

[startup+12.7008 s]

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

[pid=10096/tid=10104] ppid=10094 vsize=7644112 CPUtime=0.09 cores=0,2
/proc/10096/task/10104/stat : 10104 (java) S 10094 10096 8809 0 -1 4202560 1557 0 0 0 9 0 0 0 15 0 19 0 487136878 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=7644112 CPUtime=0.09 cores=0,2
/proc/10096/task/10105/stat : 10105 (java) S 10094 10096 8809 0 -1 4202560 2583 0 0 0 9 0 0 0 16 0 19 0 487136878 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=7644112 CPUtime=0.07 cores=0,2
/proc/10096/task/10106/stat : 10106 (java) S 10094 10096 8809 0 -1 4202560 2147 0 0 0 7 0 0 0 15 0 19 0 487136878 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10107] ppid=10094 vsize=7644112 CPUtime=2.05 cores=0,2
/proc/10096/task/10107/stat : 10107 (java) S 10094 10096 8809 0 -1 4202560 8267 0 0 0 205 0 0 0 15 0 19 0 487136879 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 0 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10108] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10108/stat : 10108 (java) S 10094 10096 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487136880 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10109] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10109/stat : 10109 (java) S 10094 10096 8809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487136880 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10110] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10110/stat : 10110 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820989361 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10111] ppid=10094 vsize=7644112 CPUtime=0.52 cores=0,2
/proc/10096/task/10111/stat : 10111 (java) S 10094 10096 8809 0 -1 4202560 2119 0 0 0 52 0 0 0 15 0 19 0 487136882 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10112] ppid=10094 vsize=7644112 CPUtime=0.31 cores=0,2
/proc/10096/task/10112/stat : 10112 (java) S 10094 10096 8809 0 -1 4202560 1264 0 0 0 31 0 0 0 15 0 19 0 487136882 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10113] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10113/stat : 10113 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10114] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10114/stat : 10114 (java) S 10094 10096 8809 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 487136882 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10165] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10165/stat : 10165 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487136908 7827570688 34252 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.16
Current children cumulated vsize (KiB) 7644112

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 10223
/proc/meminfo: memFree=12225032/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7644112 CPUtime=1183.18 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 35782 0 1 0 118313 5 0 0 23 0 19 0 487136876 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1911028 34409 2253 9 0 1901766 0
[pid=10096/tid=10098] ppid=10094 vsize=7644112 CPUtime=1179.64 cores=0,2
/proc/10096/task/10098/stat : 10098 (java) R 10094 10096 8809 0 -1 4202560 14518 0 1 0 117961 3 0 0 21 0 19 0 487136877 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 46912505666112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10096/tid=10099] ppid=10094 vsize=7644112 CPUtime=0.07 cores=0,2
/proc/10096/task/10099/stat : 10099 (java) S 10094 10096 8809 0 -1 4202560 954 0 0 0 7 0 0 0 16 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10100] ppid=10094 vsize=7644112 CPUtime=0.05 cores=0,2
/proc/10096/task/10100/stat : 10100 (java) S 10094 10096 8809 0 -1 4202560 317 0 0 0 5 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10101] ppid=10094 vsize=7644112 CPUtime=0.05 cores=0,2
/proc/10096/task/10101/stat : 10101 (java) S 10094 10096 8809 0 -1 4202560 670 0 0 0 5 0 0 0 16 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10102] ppid=10094 vsize=7644112 CPUtime=0.03 cores=0,2
/proc/10096/task/10102/stat : 10102 (java) S 10094 10096 8809 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10103] ppid=10094 vsize=7644112 CPUtime=0.02 cores=0,2
/proc/10096/task/10103/stat : 10103 (java) S 10094 10096 8809 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10104] ppid=10094 vsize=7644112 CPUtime=0.09 cores=0,2
/proc/10096/task/10104/stat : 10104 (java) S 10094 10096 8809 0 -1 4202560 1557 0 0 0 9 0 0 0 16 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=7644112 CPUtime=0.1 cores=0,2
/proc/10096/task/10105/stat : 10105 (java) S 10094 10096 8809 0 -1 4202560 2584 0 0 0 10 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=7644112 CPUtime=0.07 cores=0,2
/proc/10096/task/10106/stat : 10106 (java) S 10094 10096 8809 0 -1 4202560 2147 0 0 0 7 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10107] ppid=10094 vsize=7644112 CPUtime=2.13 cores=0,2
/proc/10096/task/10107/stat : 10107 (java) S 10094 10096 8809 0 -1 4202560 8425 0 0 0 213 0 0 0 15 0 19 0 487136879 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 0 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10108] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10108/stat : 10108 (java) S 10094 10096 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487136880 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10109] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10109/stat : 10109 (java) S 10094 10096 8809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487136880 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10110] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10110/stat : 10110 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820989361 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10111] ppid=10094 vsize=7644112 CPUtime=0.52 cores=0,2
/proc/10096/task/10111/stat : 10111 (java) S 10094 10096 8809 0 -1 4202560 2119 0 0 0 52 0 0 0 15 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10112] ppid=10094 vsize=7644112 CPUtime=0.31 cores=0,2
/proc/10096/task/10112/stat : 10112 (java) S 10094 10096 8809 0 -1 4202560 1264 0 0 0 31 0 0 0 15 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10113] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10113/stat : 10113 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10114] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10114/stat : 10114 (java) S 10094 10096 8809 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10165] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10165/stat : 10165 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487136908 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.18
Current children cumulated vsize (KiB) 7644112

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 10225
/proc/meminfo: memFree=12214856/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7644112 CPUtime=1243.18 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 35786 0 1 0 124313 5 0 0 23 0 19 0 487136876 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1911028 34409 2253 9 0 1901766 0
[pid=10096/tid=10098] ppid=10094 vsize=7644112 CPUtime=1239.65 cores=0,2
/proc/10096/task/10098/stat : 10098 (java) R 10094 10096 8809 0 -1 4202560 14518 0 1 0 123962 3 0 0 25 0 19 0 487136877 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 46912505809283 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10096/tid=10099] ppid=10094 vsize=7644112 CPUtime=0.07 cores=0,2
/proc/10096/task/10099/stat : 10099 (java) S 10094 10096 8809 0 -1 4202560 954 0 0 0 7 0 0 0 16 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10100] ppid=10094 vsize=7644112 CPUtime=0.05 cores=0,2
/proc/10096/task/10100/stat : 10100 (java) S 10094 10096 8809 0 -1 4202560 317 0 0 0 5 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10101] ppid=10094 vsize=7644112 CPUtime=0.05 cores=0,2
/proc/10096/task/10101/stat : 10101 (java) S 10094 10096 8809 0 -1 4202560 670 0 0 0 5 0 0 0 16 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10102] ppid=10094 vsize=7644112 CPUtime=0.03 cores=0,2
/proc/10096/task/10102/stat : 10102 (java) S 10094 10096 8809 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10103] ppid=10094 vsize=7644112 CPUtime=0.02 cores=0,2
/proc/10096/task/10103/stat : 10103 (java) S 10094 10096 8809 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10104] ppid=10094 vsize=7644112 CPUtime=0.09 cores=0,2
/proc/10096/task/10104/stat : 10104 (java) S 10094 10096 8809 0 -1 4202560 1557 0 0 0 9 0 0 0 16 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=7644112 CPUtime=0.1 cores=0,2
/proc/10096/task/10105/stat : 10105 (java) S 10094 10096 8809 0 -1 4202560 2584 0 0 0 10 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=7644112 CPUtime=0.07 cores=0,2
/proc/10096/task/10106/stat : 10106 (java) S 10094 10096 8809 0 -1 4202560 2147 0 0 0 7 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10107] ppid=10094 vsize=7644112 CPUtime=2.13 cores=0,2
/proc/10096/task/10107/stat : 10107 (java) S 10094 10096 8809 0 -1 4202560 8425 0 0 0 213 0 0 0 15 0 19 0 487136879 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 0 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10108] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10108/stat : 10108 (java) S 10094 10096 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487136880 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10109] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10109/stat : 10109 (java) S 10094 10096 8809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487136880 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10110] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10110/stat : 10110 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820989361 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10111] ppid=10094 vsize=7644112 CPUtime=0.52 cores=0,2
/proc/10096/task/10111/stat : 10111 (java) S 10094 10096 8809 0 -1 4202560 2119 0 0 0 52 0 0 0 15 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10112] ppid=10094 vsize=7644112 CPUtime=0.31 cores=0,2
/proc/10096/task/10112/stat : 10112 (java) S 10094 10096 8809 0 -1 4202560 1264 0 0 0 31 0 0 0 15 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10113] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10113/stat : 10113 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10114] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10114/stat : 10114 (java) S 10094 10096 8809 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10165] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10165/stat : 10165 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487136908 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.18
Current children cumulated vsize (KiB) 7644112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.92 5/262 10226
/proc/meminfo: memFree=12212968/32951124 swapFree=67111528/67111528
[pid=10096] ppid=10094 vsize=7644112 CPUtime=1300.89 cores=0,2
/proc/10096/stat : 10096 (java) S 10094 10096 8809 0 -1 4202496 35793 0 1 0 130084 5 0 0 23 0 19 0 487136876 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10096/statm: 1911028 34409 2253 9 0 1901766 0
[pid=10096/tid=10098] ppid=10094 vsize=7644112 CPUtime=1297.23 cores=0,2
/proc/10096/task/10098/stat : 10098 (java) R 10094 10096 8809 0 -1 4202560 14519 0 1 0 129720 3 0 0 25 0 19 0 487136877 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 46912505643814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10096/tid=10099] ppid=10094 vsize=7644112 CPUtime=0.07 cores=0,2
/proc/10096/task/10099/stat : 10099 (java) S 10094 10096 8809 0 -1 4202560 954 0 0 0 7 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10100] ppid=10094 vsize=7644112 CPUtime=0.05 cores=0,2
/proc/10096/task/10100/stat : 10100 (java) S 10094 10096 8809 0 -1 4202560 317 0 0 0 5 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10101] ppid=10094 vsize=7644112 CPUtime=0.05 cores=0,2
/proc/10096/task/10101/stat : 10101 (java) S 10094 10096 8809 0 -1 4202560 670 0 0 0 5 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10102] ppid=10094 vsize=7644112 CPUtime=0.03 cores=0,2
/proc/10096/task/10102/stat : 10102 (java) S 10094 10096 8809 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10103] ppid=10094 vsize=7644112 CPUtime=0.02 cores=0,2
/proc/10096/task/10103/stat : 10103 (java) S 10094 10096 8809 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10104] ppid=10094 vsize=7644112 CPUtime=0.1 cores=0,2
/proc/10096/task/10104/stat : 10104 (java) S 10094 10096 8809 0 -1 4202560 1557 0 0 0 10 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=7644112 CPUtime=0.1 cores=0,2
/proc/10096/task/10105/stat : 10105 (java) S 10094 10096 8809 0 -1 4202560 2584 0 0 0 10 0 0 0 15 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=7644112 CPUtime=0.08 cores=0,2
/proc/10096/task/10106/stat : 10106 (java) S 10094 10096 8809 0 -1 4202560 2147 0 0 0 8 0 0 0 16 0 19 0 487136878 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10107] ppid=10094 vsize=7644112 CPUtime=2.25 cores=0,2
/proc/10096/task/10107/stat : 10107 (java) S 10094 10096 8809 0 -1 4202560 8427 0 0 0 225 0 0 0 15 0 19 0 487136879 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 0 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10108] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10108/stat : 10108 (java) S 10094 10096 8809 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487136880 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10109] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10109/stat : 10109 (java) S 10094 10096 8809 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487136880 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10110] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10110/stat : 10110 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820989361 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10111] ppid=10094 vsize=7644112 CPUtime=0.52 cores=0,2
/proc/10096/task/10111/stat : 10111 (java) S 10094 10096 8809 0 -1 4202560 2119 0 0 0 52 0 0 0 15 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10112] ppid=10094 vsize=7644112 CPUtime=0.31 cores=0,2
/proc/10096/task/10112/stat : 10112 (java) S 10094 10096 8809 0 -1 4202560 1264 0 0 0 31 0 0 0 15 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10113] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10113/stat : 10113 (java) S 10094 10096 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820981657 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
[pid=10096/tid=10114] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10114/stat : 10114 (java) S 10094 10096 8809 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 487136882 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 2 0 0 0
[pid=10096/tid=10165] ppid=10094 vsize=7644112 CPUtime=0 cores=0,2
/proc/10096/task/10165/stat : 10165 (java) S 10094 10096 8809 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487136908 7827570688 34409 33554432000 1073741824 1073778376 140735050054032 18446744073709551615 230820982272 0 4 0 16800975 18446604453878165632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.89
Current children cumulated vsize (KiB) 7644112

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

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

Child status: 143
Real time (s): 1300.05
CPU time (s): 1300.98
CPU user time (s): 1300.9
CPU system time (s): 0.070989
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 7644660

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

runsolver used 2.21966 second user time and 4.88926 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-25 20:16:04
IDJOB=3282221
IDBENCH=70791
IDSOLVER=1611
FILE ID=node104/3282221-1303755364
RUNJOBID= node104-1303755364-10076
PBS_JOBID= 13154058
Free space on /tmp= 71388 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.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-3282221-1303755364/watcher-3282221-1303755364 -o /tmp/evaluation-result-3282221-1303755364/solver-3282221-1303755364 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282221-1303755364.cnf

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=1660019265

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13093980 kB
Buffers:       2283104 kB
Cached:       16920580 kB
SwapCached:          0 kB
Active:       10702600 kB
Inactive:      8573296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13093980 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4100 kB
Writeback:           0 kB
AnonPages:       71816 kB
Mapped:          14484 kB
Slab:           516364 kB
PageTables:       5772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198816 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= 71368 MiB
End job on node104 at 2011-04-25 20:37:46