Trace number 3190341

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.13 1300.08

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
MD5SUM4033245e3bd21ace8cfcd57089ff73c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark213.183
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.09/0.12	c no version file found!!!
0.09/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.12	c java.vm.version	19.1-b02
0.09/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.12	c sun.arch.data.model	64
0.09/0.12	c java.version		1.6.0_24
0.09/0.12	c os.name		Linux
0.09/0.12	c os.version		2.6.18-164.el5
0.09/0.12	c os.arch		amd64
0.09/0.12	c Free memory 		6997539544
0.09/0.12	c Max memory 		7034241024
0.09/0.12	c Total memory 		7034241024
0.09/0.12	c Number of processors 	8
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483647s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3190341-1302598836.cnf
0.09/0.12	c reading problem ... 
0.48/0.40	c ... done. Wall clock time 0.306s.
0.48/0.40	c #vars     50000
0.48/0.40	c #constraints  210000
0.48/0.40	c constraints type 
0.48/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 210000
7.51/7.30	c cleaning 2497 clauses out of 5001 with flag 5001/5001
14.46/14.15	c cleaning 4249 clauses out of 8503 with flag 11000/11000
22.48/22.19	c cleaning 5624 clauses out of 11254 with flag 18000/18000
31.59/31.22	c cleaning 6815 clauses out of 13632 with flag 26002/26002
41.71/41.35	c cleaning 7901 clauses out of 15815 with flag 35000/35000
52.92/52.55	c cleaning 8954 clauses out of 17914 with flag 45000/45000
64.93/64.52	c cleaning 9976 clauses out of 19960 with flag 56000/56000
78.74/78.36	c cleaning 10992 clauses out of 21986 with flag 68002/68002
93.05/92.69	c cleaning 11987 clauses out of 23993 with flag 81001/81001
108.66/108.24	c cleaning 13001 clauses out of 26005 with flag 95000/95000
125.67/125.25	c cleaning 13998 clauses out of 28005 with flag 110001/110001
143.58/143.13	c cleaning 15002 clauses out of 30007 with flag 126001/126001
162.99/162.52	c cleaning 16001 clauses out of 32005 with flag 143001/143001
183.41/182.91	c cleaning 16991 clauses out of 34003 with flag 161000/161000
204.82/204.38	c cleaning 17997 clauses out of 36012 with flag 180000/180000
227.63/227.17	c cleaning 19006 clauses out of 38016 with flag 200001/200001
251.54/251.08	c cleaning 20004 clauses out of 40009 with flag 221000/221000
276.95/276.47	c cleaning 20999 clauses out of 42008 with flag 243003/243003
303.38/302.87	c cleaning 21998 clauses out of 44006 with flag 266000/266000
330.09/329.57	c cleaning 22992 clauses out of 46010 with flag 290002/290002
358.71/358.16	c cleaning 23996 clauses out of 48017 with flag 315001/315001
389.11/388.51	c cleaning 25005 clauses out of 50022 with flag 341002/341002
420.54/419.94	c cleaning 25998 clauses out of 52015 with flag 368000/368000
452.36/451.73	c cleaning 27009 clauses out of 54020 with flag 396003/396003
486.18/485.53	c cleaning 27997 clauses out of 56008 with flag 425000/425000
521.49/520.86	c cleaning 28999 clauses out of 58012 with flag 455001/455001
556.90/556.23	c cleaning 29993 clauses out of 60012 with flag 486000/486000
595.33/594.63	c cleaning 30997 clauses out of 62019 with flag 518000/518000
634.04/633.36	c cleaning 32008 clauses out of 64022 with flag 551000/551000
674.16/673.48	c cleaning 32995 clauses out of 66014 with flag 585000/585000
716.28/715.56	c cleaning 34007 clauses out of 68020 with flag 620001/620001
758.30/757.52	c cleaning 34990 clauses out of 70012 with flag 656000/656000
803.21/802.42	c cleaning 36007 clauses out of 72022 with flag 693000/693000
847.64/846.83	c cleaning 37001 clauses out of 74015 with flag 731000/731000
895.66/894.82	c cleaning 37998 clauses out of 76016 with flag 770002/770002
943.78/942.97	c cleaning 38995 clauses out of 78016 with flag 810000/810000
994.60/993.73	c cleaning 40001 clauses out of 80021 with flag 851000/851000
1044.01/1043.14	c cleaning 40994 clauses out of 82020 with flag 893000/893000
1098.94/1098.08	c cleaning 42010 clauses out of 84027 with flag 936001/936001
1151.57/1150.62	c cleaning 42997 clauses out of 86016 with flag 980000/980000
1208.99/1208.04	c cleaning 43998 clauses out of 88019 with flag 1025000/1025000
1264.82/1263.88	c cleaning 44996 clauses out of 90022 with flag 1071001/1071001
1301.04/1300.01	c starts		: 1224
1301.04/1300.01	c conflicts		: 1100341
1301.04/1300.01	c decisions		: 5995821
1301.04/1300.01	c propagations		: 1676515737
1301.04/1300.01	c inspects		: 3808419590
1301.04/1300.01	c shortcuts		: 0
1301.04/1300.01	c learnt literals	: 0
1301.04/1300.01	c learnt binary clauses	: 0
1301.04/1300.01	c learnt ternary clauses	: 108
1301.04/1300.01	c learnt constraints	: 1100341
1301.04/1300.01	c ignored constraints	: 0
1301.04/1300.01	c root simplifications	: 1224
1301.04/1300.01	c removed literals (reason simplification)	: 13230179
1301.04/1300.01	c reason swapping (by a shorter reason)	: 0
1301.04/1300.01	c Calls to reduceDB	: 42
1301.04/1300.01	c speed (assignments/second)	: 1290020.4500755614
1301.04/1300.01	c non guided choices	5262
1301.04/1300.06	c learnt constraints type 
1301.04/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74383
1301.04/1300.06	c constraints type 
1301.04/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 210000
1301.04/1300.06	s UNKNOWN
1301.04/1300.06	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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190341-1302598836/watcher-3190341-1302598836 -o /tmp/evaluation-result-3190341-1302598836/solver-3190341-1302598836 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190341-1302598836.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.68 3.97 4.34 9/216 14146
/proc/meminfo: memFree=14670596/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=30540 CPUtime=0 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 1251 0 0 0 0 0 0 0 25 0 2 0 371485974 31272960 969 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 7635 969 741 9 0 386 0
[pid=14146/tid=14147] ppid=14144 vsize=30540 CPUtime=0 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 2 0 371485975 31272960 969 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212436016955 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0520591 s]
/proc/loadavg: 3.68 3.97 4.34 9/216 14146
/proc/meminfo: memFree=14670596/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7564488 CPUtime=0.04 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 9043 0 1 0 3 1 0 0 25 0 13 0 371485974 7746035712 8738 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1891122 8738 1693 9 0 1881870 0
[pid=14146/tid=14147] ppid=14144 vsize=7564488 CPUtime=0.04 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 7894 0 1 0 3 1 0 0 18 0 13 0 371485975 7746035712 8738 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212436015104 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.101051 s]
/proc/loadavg: 3.68 3.97 4.34 9/216 14146
/proc/meminfo: memFree=14670596/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7570964 CPUtime=0.09 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 10244 0 1 0 8 1 0 0 25 0 18 0 371485974 7752667136 9939 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1892741 9941 2086 9 0 1883479 0
[pid=14146/tid=14147] ppid=14144 vsize=7570964 CPUtime=0.07 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 8476 0 1 0 6 1 0 0 22 0 18 0 371485975 7752667136 9941 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 47823899934725 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570964

[startup+0.301016 s]
/proc/loadavg: 3.68 3.97 4.34 9/216 14146
/proc/meminfo: memFree=14670596/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7572368 CPUtime=0.39 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 15422 0 1 0 37 2 0 0 25 0 18 0 371485974 7754104832 15117 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1893092 15118 2197 9 0 1883830 0
[pid=14146/tid=14147] ppid=14144 vsize=7572368 CPUtime=0.26 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 13167 0 1 0 24 2 0 0 22 0 18 0 371485975 7754104832 15118 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 46912505544392 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7572368

[startup+0.700959 s]
/proc/loadavg: 3.68 3.97 4.34 9/216 14146
/proc/meminfo: memFree=14670596/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7643240 CPUtime=1 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 23696 0 1 0 97 3 0 0 25 0 19 0 371485974 7826677760 21094 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1910810 21094 2218 9 0 1901548 0
[pid=14146/tid=14147] ppid=14144 vsize=7643240 CPUtime=0.55 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 16848 0 1 0 53 2 0 0 23 0 19 0 371485975 7826677760 21094 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447842997 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 7643240

[startup+1.50079 s]
/proc/loadavg: 3.68 3.97 4.34 6/262 14195
/proc/meminfo: memFree=14500792/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7643240 CPUtime=1.81 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 24533 0 1 0 178 3 0 0 25 0 19 0 371485974 7826677760 21732 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1910810 21732 2225 9 0 1901548 0
[pid=14146/tid=14147] ppid=14144 vsize=7643240 CPUtime=1.19 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 17456 0 1 0 117 2 0 0 25 0 19 0 371485975 7826677760 21732 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 46912505571753 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14146/tid=14160] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14160/stat : 14160 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485976 7826677760 21732 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14161] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14161/stat : 14161 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 21732 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14162] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14162/stat : 14162 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 21732 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14163] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14163/stat : 14163 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 21732 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14164] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14164/stat : 14164 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 21732 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14165] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14165/stat : 14165 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 21732 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14166] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14166/stat : 14166 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485976 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14167] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14167/stat : 14167 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485976 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14169] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14169/stat : 14169 (java) S 14144 14146 13835 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 371485977 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 0 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14170] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14170/stat : 14170 (java) S 14144 14146 13835 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371485978 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14171] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14171/stat : 14171 (java) S 14144 14146 13835 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 371485978 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14183] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14183/stat : 14183 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485980 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447840689 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14184] ppid=14144 vsize=7643240 CPUtime=0.38 cores=1,3
/proc/14146/task/14184/stat : 14184 (java) S 14144 14146 13835 0 -1 4202560 2645 0 0 0 38 0 0 0 15 0 19 0 371485980 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14185] ppid=14144 vsize=7643240 CPUtime=0.22 cores=1,3
/proc/14146/task/14185/stat : 14185 (java) S 14144 14146 13835 0 -1 4202560 3270 0 0 0 22 0 0 0 17 0 19 0 371485980 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14186] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14186/stat : 14186 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485980 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14187] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14187/stat : 14187 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371485980 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14195] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14195/stat : 14195 (java) S 14144 14146 13835 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371486019 7826677760 21733 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 7643240

[startup+3.10149 s]
/proc/loadavg: 3.68 3.97 4.34 5/262 14195
/proc/meminfo: memFree=14464836/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7643240 CPUtime=3.41 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 24999 0 1 0 338 3 0 0 25 0 19 0 371485974 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1910810 22197 2225 9 0 1901548 0
[pid=14146/tid=14147] ppid=14144 vsize=7643240 CPUtime=2.77 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 17919 0 1 0 274 3 0 0 25 0 19 0 371485975 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 46912505835807 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14146/tid=14160] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14160/stat : 14160 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485976 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14161] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14161/stat : 14161 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14162] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14162/stat : 14162 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14163] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14163/stat : 14163 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14164] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14164/stat : 14164 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14165] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14165/stat : 14165 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14166] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14166/stat : 14166 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485976 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14167] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14167/stat : 14167 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485976 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14169] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14169/stat : 14169 (java) S 14144 14146 13835 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371485977 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 0 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14170] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14170/stat : 14170 (java) S 14144 14146 13835 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371485978 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14171] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14171/stat : 14171 (java) S 14144 14146 13835 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 371485978 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14183] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14183/stat : 14183 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485980 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447840689 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14184] ppid=14144 vsize=7643240 CPUtime=0.41 cores=1,3
/proc/14146/task/14184/stat : 14184 (java) S 14144 14146 13835 0 -1 4202560 2647 0 0 0 41 0 0 0 16 0 19 0 371485980 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14185] ppid=14144 vsize=7643240 CPUtime=0.22 cores=1,3
/proc/14146/task/14185/stat : 14185 (java) S 14144 14146 13835 0 -1 4202560 3270 0 0 0 22 0 0 0 17 0 19 0 371485980 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14186] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14186/stat : 14186 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485980 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14187] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14187/stat : 14187 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371485980 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14195] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14195/stat : 14195 (java) S 14144 14146 13835 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371486019 7826677760 22197 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 7643240

[startup+6.30089 s]
/proc/loadavg: 3.70 3.97 4.34 5/262 14195
/proc/meminfo: memFree=14434208/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7643240 CPUtime=6.61 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 25805 0 1 0 657 4 0 0 25 0 19 0 371485974 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1910810 22861 2225 9 0 1901548 0
[pid=14146/tid=14147] ppid=14144 vsize=7643240 CPUtime=5.97 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 18725 0 1 0 594 3 0 0 25 0 19 0 371485975 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 46912505676731 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14146/tid=14160] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14160/stat : 14160 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485976 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14161] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14161/stat : 14161 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14162] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14162/stat : 14162 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14163] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14163/stat : 14163 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14164] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14164/stat : 14164 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14165] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14165/stat : 14165 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371485976 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14166] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14166/stat : 14166 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485976 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14167] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14167/stat : 14167 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485976 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14169] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14169/stat : 14169 (java) S 14144 14146 13835 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371485977 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 0 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14170] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14170/stat : 14170 (java) S 14144 14146 13835 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 371485978 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14171] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14171/stat : 14171 (java) S 14144 14146 13835 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 371485978 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14183] ppid=14144 vsize=7643240 CPUtime=0 cores=1,3
/proc/14146/task/14183/stat : 14183 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485980 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447840689 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14184] ppid=14144 vsize=7643240 CPUtime=0.41 cores=1,3
/proc/14146/task/14184/stat : 14184 (java) S 14144 14146 13835 0 -1 4202560 2647 0 0 0 41 0 0 0 16 0 19 0 371485980 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14185] ppid=14144 vsize=7643240 CPUtime=0.22 cores=1,3
/proc/14146/task/14185/stat : 14185 (java) S 14144 14146 13835 0 -1 4202560 3270 0 0 0 22 0 0 0 17 0 19 0 371485980 7826677760 22861 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0

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

[pid=14146/tid=14165] ppid=14144 vsize=7640260 CPUtime=0.11 cores=1,3
/proc/14146/task/14165/stat : 14165 (java) S 14144 14146 13835 0 -1 4202560 590 0 0 0 11 0 0 0 15 0 19 0 371485976 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14166] ppid=14144 vsize=7640260 CPUtime=0.07 cores=1,3
/proc/14146/task/14166/stat : 14166 (java) S 14144 14146 13835 0 -1 4202560 2443 0 0 0 7 0 0 0 15 0 19 0 371485976 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14167] ppid=14144 vsize=7640260 CPUtime=0.14 cores=1,3
/proc/14146/task/14167/stat : 14167 (java) S 14144 14146 13835 0 -1 4202560 2293 0 0 0 14 0 0 0 15 0 19 0 371485976 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14169] ppid=14144 vsize=7640260 CPUtime=4.73 cores=1,3
/proc/14146/task/14169/stat : 14169 (java) S 14144 14146 13835 0 -1 4202560 12349 0 0 0 473 0 0 0 15 0 19 0 371485977 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 0 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14170] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14170/stat : 14170 (java) S 14144 14146 13835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371485978 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14171] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14171/stat : 14171 (java) S 14144 14146 13835 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371485978 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14183] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14183/stat : 14183 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485980 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447840689 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14184] ppid=14144 vsize=7640260 CPUtime=0.51 cores=1,3
/proc/14146/task/14184/stat : 14184 (java) S 14144 14146 13835 0 -1 4202560 2691 0 0 0 51 0 0 0 15 0 19 0 371485980 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14185] ppid=14144 vsize=7640260 CPUtime=0.22 cores=1,3
/proc/14146/task/14185/stat : 14185 (java) S 14144 14146 13835 0 -1 4202560 3270 0 0 0 22 0 0 0 17 0 19 0 371485980 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14186] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14186/stat : 14186 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485980 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14187] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14187/stat : 14187 (java) S 14144 14146 13835 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 371485980 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14195] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14195/stat : 14195 (java) S 14144 14146 13835 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371486019 7823626240 81988 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.27
Current children cumulated vsize (KiB) 7640260

[startup+1182.3 s]
/proc/loadavg: 4.06 4.03 4.09 5/262 14238
/proc/meminfo: memFree=13991592/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7640260 CPUtime=1183.29 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 85840 0 1 0 118313 16 0 0 25 0 19 0 371485974 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1910065 81997 2252 9 0 1900803 0
[pid=14146/tid=14147] ppid=14144 vsize=7640260 CPUtime=1176.35 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 33590 0 1 0 117626 9 0 0 25 0 19 0 371485975 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 46912505747351 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14146/tid=14160] ppid=14144 vsize=7640260 CPUtime=0.16 cores=1,3
/proc/14146/task/14160/stat : 14160 (java) S 14144 14146 13835 0 -1 4202560 7595 0 0 0 15 1 0 0 15 0 19 0 371485976 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14161] ppid=14144 vsize=7640260 CPUtime=0.27 cores=1,3
/proc/14146/task/14161/stat : 14161 (java) S 14144 14146 13835 0 -1 4202560 9591 0 0 0 26 1 0 0 15 0 19 0 371485976 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14162] ppid=14144 vsize=7640260 CPUtime=0.14 cores=1,3
/proc/14146/task/14162/stat : 14162 (java) S 14144 14146 13835 0 -1 4202560 2865 0 0 0 14 0 0 0 15 0 19 0 371485976 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14163] ppid=14144 vsize=7640260 CPUtime=0.18 cores=1,3
/proc/14146/task/14163/stat : 14163 (java) S 14144 14146 13835 0 -1 4202560 5551 0 0 0 18 0 0 0 15 0 19 0 371485976 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14164] ppid=14144 vsize=7640260 CPUtime=0.11 cores=1,3
/proc/14146/task/14164/stat : 14164 (java) S 14144 14146 13835 0 -1 4202560 1782 0 0 0 11 0 0 0 15 0 19 0 371485976 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14165] ppid=14144 vsize=7640260 CPUtime=0.13 cores=1,3
/proc/14146/task/14165/stat : 14165 (java) S 14144 14146 13835 0 -1 4202560 597 0 0 0 13 0 0 0 16 0 19 0 371485976 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14166] ppid=14144 vsize=7640260 CPUtime=0.07 cores=1,3
/proc/14146/task/14166/stat : 14166 (java) S 14144 14146 13835 0 -1 4202560 2443 0 0 0 7 0 0 0 15 0 19 0 371485976 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14167] ppid=14144 vsize=7640260 CPUtime=0.14 cores=1,3
/proc/14146/task/14167/stat : 14167 (java) S 14144 14146 13835 0 -1 4202560 2293 0 0 0 14 0 0 0 15 0 19 0 371485976 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14169] ppid=14144 vsize=7640260 CPUtime=4.9 cores=1,3
/proc/14146/task/14169/stat : 14169 (java) S 14144 14146 13835 0 -1 4202560 12351 0 0 0 489 1 0 0 15 0 19 0 371485977 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 0 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14170] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14170/stat : 14170 (java) S 14144 14146 13835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371485978 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14171] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14171/stat : 14171 (java) S 14144 14146 13835 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371485978 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14183] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14183/stat : 14183 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485980 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447840689 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14184] ppid=14144 vsize=7640260 CPUtime=0.51 cores=1,3
/proc/14146/task/14184/stat : 14184 (java) S 14144 14146 13835 0 -1 4202560 2691 0 0 0 51 0 0 0 15 0 19 0 371485980 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14185] ppid=14144 vsize=7640260 CPUtime=0.22 cores=1,3
/proc/14146/task/14185/stat : 14185 (java) S 14144 14146 13835 0 -1 4202560 3270 0 0 0 22 0 0 0 17 0 19 0 371485980 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14186] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14186/stat : 14186 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485980 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14187] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14187/stat : 14187 (java) S 14144 14146 13835 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371485980 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14195] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14195/stat : 14195 (java) S 14144 14146 13835 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371486019 7823626240 81997 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.29
Current children cumulated vsize (KiB) 7640260

[startup+1242.3 s]
/proc/loadavg: 4.05 4.04 4.09 5/262 14240
/proc/meminfo: memFree=13982596/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7640260 CPUtime=1243.31 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 85946 0 1 0 124315 16 0 0 25 0 19 0 371485974 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1910065 82096 2252 9 0 1900803 0
[pid=14146/tid=14147] ppid=14144 vsize=7640260 CPUtime=1236.21 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 33591 0 1 0 123612 9 0 0 25 0 19 0 371485975 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 46912505616451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14146/tid=14160] ppid=14144 vsize=7640260 CPUtime=0.16 cores=1,3
/proc/14146/task/14160/stat : 14160 (java) S 14144 14146 13835 0 -1 4202560 7595 0 0 0 15 1 0 0 15 0 19 0 371485976 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14161] ppid=14144 vsize=7640260 CPUtime=0.29 cores=1,3
/proc/14146/task/14161/stat : 14161 (java) S 14144 14146 13835 0 -1 4202560 9636 0 0 0 28 1 0 0 15 0 19 0 371485976 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14162] ppid=14144 vsize=7640260 CPUtime=0.16 cores=1,3
/proc/14146/task/14162/stat : 14162 (java) S 14144 14146 13835 0 -1 4202560 2909 0 0 0 16 0 0 0 15 0 19 0 371485976 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14163] ppid=14144 vsize=7640260 CPUtime=0.18 cores=1,3
/proc/14146/task/14163/stat : 14163 (java) S 14144 14146 13835 0 -1 4202560 5551 0 0 0 18 0 0 0 15 0 19 0 371485976 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14164] ppid=14144 vsize=7640260 CPUtime=0.11 cores=1,3
/proc/14146/task/14164/stat : 14164 (java) S 14144 14146 13835 0 -1 4202560 1782 0 0 0 11 0 0 0 15 0 19 0 371485976 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14165] ppid=14144 vsize=7640260 CPUtime=0.13 cores=1,3
/proc/14146/task/14165/stat : 14165 (java) S 14144 14146 13835 0 -1 4202560 597 0 0 0 13 0 0 0 15 0 19 0 371485976 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14166] ppid=14144 vsize=7640260 CPUtime=0.07 cores=1,3
/proc/14146/task/14166/stat : 14166 (java) S 14144 14146 13835 0 -1 4202560 2443 0 0 0 7 0 0 0 15 0 19 0 371485976 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14167] ppid=14144 vsize=7640260 CPUtime=0.14 cores=1,3
/proc/14146/task/14167/stat : 14167 (java) S 14144 14146 13835 0 -1 4202560 2293 0 0 0 14 0 0 0 15 0 19 0 371485976 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14169] ppid=14144 vsize=7640260 CPUtime=5.03 cores=1,3
/proc/14146/task/14169/stat : 14169 (java) S 14144 14146 13835 0 -1 4202560 12363 0 0 0 502 1 0 0 15 0 19 0 371485977 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 0 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14170] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14170/stat : 14170 (java) S 14144 14146 13835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371485978 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14171] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14171/stat : 14171 (java) S 14144 14146 13835 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371485978 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14183] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14183/stat : 14183 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485980 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447840689 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14184] ppid=14144 vsize=7640260 CPUtime=0.51 cores=1,3
/proc/14146/task/14184/stat : 14184 (java) S 14144 14146 13835 0 -1 4202560 2691 0 0 0 51 0 0 0 15 0 19 0 371485980 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14185] ppid=14144 vsize=7640260 CPUtime=0.22 cores=1,3
/proc/14146/task/14185/stat : 14185 (java) S 14144 14146 13835 0 -1 4202560 3270 0 0 0 22 0 0 0 17 0 19 0 371485980 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14186] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14186/stat : 14186 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485980 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14187] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14187/stat : 14187 (java) S 14144 14146 13835 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371485980 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14195] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14195/stat : 14195 (java) S 14144 14146 13835 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371486019 7823626240 82096 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.31
Current children cumulated vsize (KiB) 7640260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 4.08 8/245 14247
/proc/meminfo: memFree=14052496/32951124 swapFree=67111528/67111528
[pid=14146] ppid=14144 vsize=7640260 CPUtime=1301.04 cores=1,3
/proc/14146/stat : 14146 (java) S 14144 14146 13835 0 -1 4202496 86157 0 1 0 130088 16 0 0 25 0 19 0 371485974 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14146/statm: 1910065 82300 2252 9 0 1900803 0
[pid=14146/tid=14147] ppid=14144 vsize=7640260 CPUtime=1293.77 cores=1,3
/proc/14146/task/14147/stat : 14147 (java) R 14144 14146 13835 0 -1 4202560 33592 0 1 0 129368 9 0 0 25 0 19 0 371485975 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 46912505571654 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14146/tid=14160] ppid=14144 vsize=7640260 CPUtime=0.16 cores=1,3
/proc/14146/task/14160/stat : 14160 (java) S 14144 14146 13835 0 -1 4202560 7595 0 0 0 15 1 0 0 15 0 19 0 371485976 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14161] ppid=14144 vsize=7640260 CPUtime=0.29 cores=1,3
/proc/14146/task/14161/stat : 14161 (java) S 14144 14146 13835 0 -1 4202560 9636 0 0 0 28 1 0 0 15 0 19 0 371485976 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14162] ppid=14144 vsize=7640260 CPUtime=0.16 cores=1,3
/proc/14146/task/14162/stat : 14162 (java) S 14144 14146 13835 0 -1 4202560 2909 0 0 0 16 0 0 0 15 0 19 0 371485976 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14163] ppid=14144 vsize=7640260 CPUtime=0.18 cores=1,3
/proc/14146/task/14163/stat : 14163 (java) S 14144 14146 13835 0 -1 4202560 5551 0 0 0 18 0 0 0 15 0 19 0 371485976 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14164] ppid=14144 vsize=7640260 CPUtime=0.11 cores=1,3
/proc/14146/task/14164/stat : 14164 (java) S 14144 14146 13835 0 -1 4202560 1782 0 0 0 11 0 0 0 15 0 19 0 371485976 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14165] ppid=14144 vsize=7640260 CPUtime=0.15 cores=1,3
/proc/14146/task/14165/stat : 14165 (java) S 14144 14146 13835 0 -1 4202560 605 0 0 0 15 0 0 0 16 0 19 0 371485976 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14166] ppid=14144 vsize=7640260 CPUtime=0.07 cores=1,3
/proc/14146/task/14166/stat : 14166 (java) S 14144 14146 13835 0 -1 4202560 2443 0 0 0 7 0 0 0 15 0 19 0 371485976 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14167] ppid=14144 vsize=7640260 CPUtime=0.16 cores=1,3
/proc/14146/task/14167/stat : 14167 (java) S 14144 14146 13835 0 -1 4202560 2298 0 0 0 16 0 0 0 15 0 19 0 371485976 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14169] ppid=14144 vsize=7640260 CPUtime=5.15 cores=1,3
/proc/14146/task/14169/stat : 14169 (java) S 14144 14146 13835 0 -1 4202560 12556 0 0 0 514 1 0 0 15 0 19 0 371485977 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 0 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14170] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14170/stat : 14170 (java) S 14144 14146 13835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371485978 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14171] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14171/stat : 14171 (java) S 14144 14146 13835 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371485978 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14183] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14183/stat : 14183 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371485980 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447840689 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14184] ppid=14144 vsize=7640260 CPUtime=0.51 cores=1,3
/proc/14146/task/14184/stat : 14184 (java) S 14144 14146 13835 0 -1 4202560 2691 0 0 0 51 0 0 0 15 0 19 0 371485980 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14185] ppid=14144 vsize=7640260 CPUtime=0.22 cores=1,3
/proc/14146/task/14185/stat : 14185 (java) S 14144 14146 13835 0 -1 4202560 3270 0 0 0 22 0 0 0 17 0 19 0 371485980 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14186] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14186/stat : 14186 (java) S 14144 14146 13835 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371485980 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447832985 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
[pid=14146/tid=14187] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14187/stat : 14187 (java) S 14144 14146 13835 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371485980 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 3 0 0 0
[pid=14146/tid=14195] ppid=14144 vsize=7640260 CPUtime=0 cores=1,3
/proc/14146/task/14195/stat : 14195 (java) S 14144 14146 13835 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371486019 7823626240 82300 33554432000 1073741824 1073778376 140733270946352 18446744073709551615 212447833600 0 4 0 16800975 18446604462497934016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.04
Current children cumulated vsize (KiB) 7640260

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.08
CPU time (s): 1301.13
CPU user time (s): 1300.94
CPU system time (s): 0.183972
CPU usage (%): 100.08
Max. virtual memory (cumulated for all children) (KiB): 7643240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.94
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86201
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= 27921
involuntary context switches= 4489

runsolver used 1.9897 second user time and 5.11922 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-12 11:00:36
IDJOB=3190341
IDBENCH=82672
IDSOLVER=1611
FILE ID=node102/3190341-1302598836
RUNJOBID= node102-1302597533-13855
PBS_JOBID= 12958104
Free space on /tmp= 71972 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190341-1302598836/watcher-3190341-1302598836 -o /tmp/evaluation-result-3190341-1302598836/solver-3190341-1302598836 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190341-1302598836.cnf

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

MD5SUM BENCH= 4033245e3bd21ace8cfcd57089ff73c5
RANDOM SEED=1542364100

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14671124 kB
Buffers:        705488 kB
Cached:       17048128 kB
SwapCached:          0 kB
Active:        9547080 kB
Inactive:      8339788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14671124 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5924 kB
Writeback:           0 kB
AnonPages:      132796 kB
Mapped:          23240 kB
Slab:           328244 kB
PageTables:       5944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14729136 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= 71972 MiB
End job on node102 at 2011-04-12 11:22:18