Trace number 3258784

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.25 1300.06

General information on the benchmark

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

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.11	c no version file found!!!
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.18-164.el5
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		6997539544
0.06/0.11	c Max memory 		7034241024
0.06/0.11	c Total memory 		7034241024
0.06/0.11	c Number of processors 	8
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@2fe4cbc4
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483647s
0.06/0.13	c DB Simplification allowed=true
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3258784-1303540993.cnf
0.06/0.13	c reading problem ... 
0.48/0.40	c ... done. Wall clock time 0.267s.
0.48/0.40	c #vars     2640
0.48/0.40	c #constraints  305320
0.48/0.40	c constraints type 
0.48/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.48/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 305240
2.35/1.94	c cleaning 2490 clauses out of 5000 with flag 5000/5000
4.25/3.65	c cleaning 4231 clauses out of 8510 with flag 11000/11000
6.25/5.68	c cleaning 5626 clauses out of 11279 with flag 18000/18000
8.77/8.10	c cleaning 6802 clauses out of 13653 with flag 26000/26000
11.49/10.89	c cleaning 7910 clauses out of 15855 with flag 35004/35004
14.79/14.11	c cleaning 8951 clauses out of 17941 with flag 45000/45000
18.20/17.60	c cleaning 9967 clauses out of 19990 with flag 56000/56000
22.40/21.77	c cleaning 10987 clauses out of 22023 with flag 68000/68000
27.01/26.36	c cleaning 11981 clauses out of 24036 with flag 81000/81000
32.11/31.40	c cleaning 13008 clauses out of 26056 with flag 95001/95001
37.81/37.19	c cleaning 14001 clauses out of 28051 with flag 110004/110004
44.02/43.36	c cleaning 14995 clauses out of 30047 with flag 126001/126001
50.92/50.24	c cleaning 16002 clauses out of 32051 with flag 143000/143000
58.43/57.70	c cleaning 16990 clauses out of 34049 with flag 161000/161000
66.33/65.66	c cleaning 17997 clauses out of 36060 with flag 180001/180001
75.34/74.63	c cleaning 19006 clauses out of 38064 with flag 200002/200002
84.65/83.97	c cleaning 19976 clauses out of 40056 with flag 221000/221000
95.05/94.30	c cleaning 20986 clauses out of 42080 with flag 243000/243000
106.05/105.39	c cleaning 22015 clauses out of 44095 with flag 266001/266001
117.66/116.96	c cleaning 23003 clauses out of 46083 with flag 290004/290004
129.97/129.27	c cleaning 24005 clauses out of 48076 with flag 315000/315000
143.38/142.60	c cleaning 25002 clauses out of 50071 with flag 341000/341000
157.49/156.73	c cleaning 26001 clauses out of 52069 with flag 368000/368000
172.20/171.47	c cleaning 27018 clauses out of 54069 with flag 396001/396001
189.31/188.58	c cleaning 27982 clauses out of 56051 with flag 425001/425001
208.01/207.28	c cleaning 28972 clauses out of 58068 with flag 455000/455000
226.52/225.78	c cleaning 29989 clauses out of 60096 with flag 486000/486000
246.53/245.79	c cleaning 31014 clauses out of 62109 with flag 518002/518002
267.54/266.70	c cleaning 31988 clauses out of 64094 with flag 551001/551001
290.25/289.41	c cleaning 33008 clauses out of 66106 with flag 585001/585001
313.66/312.84	c cleaning 33999 clauses out of 68098 with flag 620001/620001
337.47/336.68	c cleaning 35012 clauses out of 70098 with flag 656000/656000
362.78/361.96	c cleaning 36006 clauses out of 72086 with flag 693000/693000
390.19/389.37	c cleaning 36965 clauses out of 74081 with flag 731001/731001
419.10/418.20	c cleaning 38000 clauses out of 76115 with flag 770000/770000
447.71/446.82	c cleaning 38981 clauses out of 78115 with flag 810000/810000
479.12/478.20	c cleaning 40042 clauses out of 80136 with flag 851002/851002
511.33/510.42	c cleaning 40998 clauses out of 82092 with flag 893000/893000
546.14/545.22	c cleaning 41971 clauses out of 84094 with flag 936000/936000
580.35/579.47	c cleaning 43033 clauses out of 86123 with flag 980000/980000
620.36/619.47	c cleaning 44006 clauses out of 88094 with flag 1025004/1025004
659.08/658.14	c cleaning 44998 clauses out of 90084 with flag 1071000/1071000
699.19/698.23	c cleaning 46013 clauses out of 92086 with flag 1118000/1118000
741.40/740.48	c cleaning 47003 clauses out of 94073 with flag 1166000/1166000
784.42/783.41	c cleaning 47981 clauses out of 96070 with flag 1215000/1215000
830.03/829.04	c cleaning 48999 clauses out of 98089 with flag 1265000/1265000
879.03/878.02	c cleaning 49971 clauses out of 100090 with flag 1316000/1316000
931.56/930.57	c cleaning 51006 clauses out of 102123 with flag 1368004/1368004
982.29/981.25	c cleaning 51981 clauses out of 104113 with flag 1421000/1421000
1035.79/1034.73	c cleaning 52999 clauses out of 106134 with flag 1475002/1475002
1089.80/1088.76	c cleaning 54027 clauses out of 108134 with flag 1530001/1530001
1146.22/1145.13	c cleaning 55006 clauses out of 110106 with flag 1586000/1586000
1207.33/1206.24	c cleaning 56013 clauses out of 112100 with flag 1643000/1643000
1268.05/1266.94	c cleaning 56974 clauses out of 114087 with flag 1701000/1701000
1301.16/1300.01	c starts		: 1477
1301.16/1300.01	c conflicts		: 1734612
1301.16/1300.01	c decisions		: 4508310
1301.16/1300.01	c propagations		: 348581106
1301.16/1300.01	c inspects		: 12790006923
1301.16/1300.01	c shortcuts		: 0
1301.16/1300.01	c learnt literals	: 0
1301.16/1300.01	c learnt binary clauses	: 0
1301.16/1300.01	c learnt ternary clauses	: 0
1301.16/1300.01	c learnt constraints	: 1734612
1301.16/1300.01	c ignored constraints	: 0
1301.16/1300.01	c root simplifications	: 1477
1301.16/1300.01	c removed literals (reason simplification)	: 102032169
1301.16/1300.01	c reason swapping (by a shorter reason)	: 0
1301.16/1300.01	c Calls to reduceDB	: 54
1301.16/1300.01	c speed (assignments/second)	: 268219.7797800879
1301.16/1300.01	c non guided choices	302
1301.16/1300.04	c learnt constraints type 
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90728
1301.16/1300.04	c constraints type 
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
1301.16/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 305240
1301.16/1300.04	s UNKNOWN
1301.16/1300.04	c Total wall clock time (in seconds) : 1299.878

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.92 3.93 2.99 6/243 18846
/proc/meminfo: memFree=14360872/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=11800 CPUtime=0 cores=5,7
/proc/18846/stat : 18846 (runsolver) R 18844 18846 18511 0 -1 4202560 46 0 0 0 0 0 0 0 25 0 1 0 465698112 12083200 54 33554432000 4194304 5434984 140737466387216 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/18846/statm: 2950 54 34 303 0 2644 0

[startup+0.036728 s]
/proc/loadavg: 3.92 3.93 2.99 6/243 18846
/proc/meminfo: memFree=14360872/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=36924 CPUtime=0 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 1374 0 1 0 0 0 0 0 25 0 2 0 465698112 37810176 1076 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 9231 1076 836 9 0 387 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 36924

[startup+0.108673 s]
/proc/loadavg: 3.92 3.93 2.99 6/243 18846
/proc/meminfo: memFree=14360872/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=7569940 CPUtime=0.06 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 9371 0 1 0 5 1 0 0 25 0 18 0 465698112 7751618560 9067 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 1892485 9067 1753 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.300637 s]
/proc/loadavg: 3.92 3.93 2.99 6/243 18846
/proc/meminfo: memFree=14360872/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=7636512 CPUtime=0.39 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 13551 0 1 0 37 2 0 0 25 0 18 0 465698112 7819788288 12874 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 1909128 12874 2197 9 0 1899866 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7636512

[startup+0.700568 s]
/proc/loadavg: 3.92 3.93 2.99 6/243 18846
/proc/meminfo: memFree=14360872/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=7641996 CPUtime=1.06 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 19474 0 1 0 103 3 0 0 25 0 19 0 465698112 7825403904 17867 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 1910499 17867 2219 9 0 1901237 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7641996

[startup+1.50143 s]
/proc/loadavg: 3.92 3.93 2.99 4/243 18868
/proc/meminfo: memFree=14364664/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=7641996 CPUtime=1.95 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 20407 0 1 0 192 3 0 0 25 0 19 0 465698112 7825403904 18738 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 1910499 18738 2224 9 0 1901237 0
[pid=18846/tid=18848] ppid=18844 vsize=7641996 CPUtime=1.44 cores=5,7
/proc/18846/task/18848/stat : 18848 (java) R 18844 18846 18511 0 -1 4202560 14973 0 1 0 142 2 0 0 25 0 19 0 465698113 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 46912505645887 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18846/tid=18849] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18849/stat : 18849 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698117 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18850] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18850/stat : 18850 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698117 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18851] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18851/stat : 18851 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698117 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18852] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18852/stat : 18852 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698117 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18853] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18853/stat : 18853 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698117 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18854/stat : 18854 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698117 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18855/stat : 18855 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698117 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18856/stat : 18856 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698117 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18857] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18857/stat : 18857 (java) S 18844 18846 18511 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 465698118 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 0 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18858] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18858/stat : 18858 (java) S 18844 18846 18511 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 465698118 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18859] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18859/stat : 18859 (java) S 18844 18846 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465698118 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18860] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18860/stat : 18860 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606690225 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18861] ppid=18844 vsize=7641996 CPUtime=0.25 cores=5,7
/proc/18846/task/18861/stat : 18861 (java) S 18844 18846 18511 0 -1 4202560 2243 0 0 0 25 0 0 0 24 0 19 0 465698122 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18862] ppid=18844 vsize=7641996 CPUtime=0.23 cores=5,7
/proc/18846/task/18862/stat : 18862 (java) S 18844 18846 18511 0 -1 4202560 2031 0 0 0 23 0 0 0 23 0 19 0 465698122 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18863] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18863/stat : 18863 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18864] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18864/stat : 18864 (java) R 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465698122 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18846/tid=18865] ppid=18844 vsize=7641996 CPUtime=0 cores=5,7
/proc/18846/task/18865/stat : 18865 (java) S 18844 18846 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465698153 7825403904 18739 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 7641996

[startup+3.10115 s]
/proc/loadavg: 3.92 3.93 2.99 5/242 18868
/proc/meminfo: memFree=14308500/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=7658884 CPUtime=3.75 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 35923 0 1 0 371 4 0 0 25 0 19 0 465698112 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 1914721 32313 2251 9 0 1905459 0
[pid=18846/tid=18848] ppid=18844 vsize=7658884 CPUtime=2.92 cores=5,7
/proc/18846/task/18848/stat : 18848 (java) R 18844 18846 18511 0 -1 4202560 15390 0 1 0 290 2 0 0 25 0 19 0 465698113 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 46912505644366 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18846/tid=18849] ppid=18844 vsize=7658884 CPUtime=0.02 cores=5,7
/proc/18846/task/18849/stat : 18849 (java) S 18844 18846 18511 0 -1 4202560 2557 0 0 0 2 0 0 0 18 0 19 0 465698117 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18850] ppid=18844 vsize=7658884 CPUtime=0.01 cores=5,7
/proc/18846/task/18850/stat : 18850 (java) S 18844 18846 18511 0 -1 4202560 1726 0 0 0 1 0 0 0 18 0 19 0 465698117 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18851] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18851/stat : 18851 (java) S 18844 18846 18511 0 -1 4202560 241 0 0 0 0 0 0 0 18 0 19 0 465698117 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18852] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18852/stat : 18852 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465698117 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18853] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18853/stat : 18853 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465698117 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18854/stat : 18854 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465698117 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18855/stat : 18855 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465698117 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18856/stat : 18856 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 465698117 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18857] ppid=18844 vsize=7658884 CPUtime=0.06 cores=5,7
/proc/18846/task/18857/stat : 18857 (java) S 18844 18846 18511 0 -1 4202560 4497 0 0 0 6 0 0 0 15 0 19 0 465698118 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 0 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18858] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18858/stat : 18858 (java) S 18844 18846 18511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18859] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18859/stat : 18859 (java) S 18844 18846 18511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18860] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18860/stat : 18860 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606690225 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18861] ppid=18844 vsize=7658884 CPUtime=0.43 cores=5,7
/proc/18846/task/18861/stat : 18861 (java) S 18844 18846 18511 0 -1 4202560 8303 0 0 0 43 0 0 0 17 0 19 0 465698122 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18862] ppid=18844 vsize=7658884 CPUtime=0.24 cores=5,7
/proc/18846/task/18862/stat : 18862 (java) S 18844 18846 18511 0 -1 4202560 2053 0 0 0 24 0 0 0 17 0 19 0 465698122 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18863] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18863/stat : 18863 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18864] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18864/stat : 18864 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465698122 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18865] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18865/stat : 18865 (java) S 18844 18846 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465698153 7842697216 32313 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 7658884

[startup+6.30058 s]
/proc/loadavg: 3.85 3.91 2.99 5/262 19005
/proc/meminfo: memFree=14233852/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=7658884 CPUtime=6.96 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 37900 0 1 0 692 4 0 0 25 0 19 0 465698112 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 1914721 34223 2253 9 0 1905459 0
[pid=18846/tid=18848] ppid=18844 vsize=7658884 CPUtime=5.97 cores=5,7
/proc/18846/task/18848/stat : 18848 (java) R 18844 18846 18511 0 -1 4202560 15393 0 1 0 595 2 0 0 25 0 19 0 465698113 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 46912505742976 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18846/tid=18849] ppid=18844 vsize=7658884 CPUtime=0.03 cores=5,7
/proc/18846/task/18849/stat : 18849 (java) S 18844 18846 18511 0 -1 4202560 2561 0 0 0 3 0 0 0 15 0 19 0 465698117 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18850] ppid=18844 vsize=7658884 CPUtime=0.01 cores=5,7
/proc/18846/task/18850/stat : 18850 (java) S 18844 18846 18511 0 -1 4202560 1726 0 0 0 1 0 0 0 15 0 19 0 465698117 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18851] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18851/stat : 18851 (java) S 18844 18846 18511 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 465698117 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18852] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18852/stat : 18852 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465698117 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18853] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18853/stat : 18853 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465698117 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18854/stat : 18854 (java) S 18844 18846 18511 0 -1 4202560 591 0 0 0 0 0 0 0 15 0 19 0 465698117 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18855/stat : 18855 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465698117 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18856/stat : 18856 (java) S 18844 18846 18511 0 -1 4202560 649 0 0 0 0 0 0 0 15 0 19 0 465698117 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18857] ppid=18844 vsize=7658884 CPUtime=0.17 cores=5,7
/proc/18846/task/18857/stat : 18857 (java) S 18844 18846 18511 0 -1 4202560 5218 0 0 0 17 0 0 0 16 0 19 0 465698118 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 0 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18858] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18858/stat : 18858 (java) S 18844 18846 18511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18859] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18859/stat : 18859 (java) S 18844 18846 18511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18860] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18860/stat : 18860 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606690225 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18861] ppid=18844 vsize=7658884 CPUtime=0.46 cores=5,7
/proc/18846/task/18861/stat : 18861 (java) S 18844 18846 18511 0 -1 4202560 8306 0 0 0 46 0 0 0 15 0 19 0 465698122 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18862] ppid=18844 vsize=7658884 CPUtime=0.25 cores=5,7
/proc/18846/task/18862/stat : 18862 (java) S 18844 18846 18511 0 -1 4202560 2061 0 0 0 25 0 0 0 16 0 19 0 465698122 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18863] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18863/stat : 18863 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18864] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18864/stat : 18864 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 465698122 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18865] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18865/stat : 18865 (java) S 18844 18846 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465698153 7842697216 34223 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 7658884

[startup+12.7015 s]

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

[pid=18846/tid=18854] ppid=18844 vsize=7658884 CPUtime=0.11 cores=5,7
/proc/18846/task/18854/stat : 18854 (java) S 18844 18846 18511 0 -1 4202560 2882 0 0 0 11 0 0 0 16 0 19 0 465698117 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=7658884 CPUtime=0.14 cores=5,7
/proc/18846/task/18855/stat : 18855 (java) S 18844 18846 18511 0 -1 4202560 2765 0 0 0 14 0 0 0 15 0 19 0 465698117 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=7658884 CPUtime=0.12 cores=5,7
/proc/18846/task/18856/stat : 18856 (java) S 18844 18846 18511 0 -1 4202560 5739 0 0 0 12 0 0 0 15 0 19 0 465698117 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18857] ppid=18844 vsize=7658884 CPUtime=3.96 cores=5,7
/proc/18846/task/18857/stat : 18857 (java) S 18844 18846 18511 0 -1 4202560 10701 0 0 0 395 1 0 0 15 0 19 0 465698118 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 0 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18858] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18858/stat : 18858 (java) S 18844 18846 18511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18859] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18859/stat : 18859 (java) S 18844 18846 18511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18860] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18860/stat : 18860 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606690225 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18861] ppid=18844 vsize=7658884 CPUtime=0.49 cores=5,7
/proc/18846/task/18861/stat : 18861 (java) S 18844 18846 18511 0 -1 4202560 8314 0 0 0 49 0 0 0 15 0 19 0 465698122 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18862] ppid=18844 vsize=7658884 CPUtime=0.25 cores=5,7
/proc/18846/task/18862/stat : 18862 (java) S 18844 18846 18511 0 -1 4202560 2061 0 0 0 25 0 0 0 16 0 19 0 465698122 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18863] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18863/stat : 18863 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18864] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18864/stat : 18864 (java) S 18844 18846 18511 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 465698122 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18865] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18865/stat : 18865 (java) S 18844 18846 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465698153 7842697216 62416 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1123.42
Current children cumulated vsize (KiB) 7658884

[startup+1182.3 s]
/proc/loadavg: 3.16 3.11 3.14 5/238 19114
/proc/meminfo: memFree=14042992/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=7658884 CPUtime=1183.43 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 66788 0 1 0 118331 12 0 0 25 0 19 0 465698112 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 1914721 62936 2253 9 0 1905459 0
[pid=18846/tid=18848] ppid=18844 vsize=7658884 CPUtime=1177.59 cores=5,7
/proc/18846/task/18848/stat : 18848 (java) R 18844 18846 18511 0 -1 4202560 22999 0 1 0 117753 6 0 0 25 0 19 0 465698113 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 46912505666617 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18846/tid=18849] ppid=18844 vsize=7658884 CPUtime=0.15 cores=5,7
/proc/18846/task/18849/stat : 18849 (java) S 18844 18846 18511 0 -1 4202560 4504 0 0 0 15 0 0 0 15 0 19 0 465698117 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18850] ppid=18844 vsize=7658884 CPUtime=0.12 cores=5,7
/proc/18846/task/18850/stat : 18850 (java) S 18844 18846 18511 0 -1 4202560 2217 0 0 0 12 0 0 0 15 0 19 0 465698117 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18851] ppid=18844 vsize=7658884 CPUtime=0.08 cores=5,7
/proc/18846/task/18851/stat : 18851 (java) S 18844 18846 18511 0 -1 4202560 623 0 0 0 8 0 0 0 15 0 19 0 465698117 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18852] ppid=18844 vsize=7658884 CPUtime=0.08 cores=5,7
/proc/18846/task/18852/stat : 18852 (java) S 18844 18846 18511 0 -1 4202560 1370 0 0 0 8 0 0 0 15 0 19 0 465698117 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18853] ppid=18844 vsize=7658884 CPUtime=0.11 cores=5,7
/proc/18846/task/18853/stat : 18853 (java) S 18844 18846 18511 0 -1 4202560 1390 0 0 0 11 0 0 0 16 0 19 0 465698117 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=7658884 CPUtime=0.11 cores=5,7
/proc/18846/task/18854/stat : 18854 (java) S 18844 18846 18511 0 -1 4202560 2882 0 0 0 11 0 0 0 15 0 19 0 465698117 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=7658884 CPUtime=0.14 cores=5,7
/proc/18846/task/18855/stat : 18855 (java) S 18844 18846 18511 0 -1 4202560 2765 0 0 0 14 0 0 0 15 0 19 0 465698117 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=7658884 CPUtime=0.13 cores=5,7
/proc/18846/task/18856/stat : 18856 (java) S 18844 18846 18511 0 -1 4202560 5741 0 0 0 13 0 0 0 16 0 19 0 465698117 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18857] ppid=18844 vsize=7658884 CPUtime=4.08 cores=5,7
/proc/18846/task/18857/stat : 18857 (java) S 18844 18846 18511 0 -1 4202560 10703 0 0 0 407 1 0 0 15 0 19 0 465698118 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 0 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18858] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18858/stat : 18858 (java) S 18844 18846 18511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18859] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18859/stat : 18859 (java) S 18844 18846 18511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18860] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18860/stat : 18860 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606690225 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18861] ppid=18844 vsize=7658884 CPUtime=0.49 cores=5,7
/proc/18846/task/18861/stat : 18861 (java) S 18844 18846 18511 0 -1 4202560 8314 0 0 0 49 0 0 0 15 0 19 0 465698122 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18862] ppid=18844 vsize=7658884 CPUtime=0.25 cores=5,7
/proc/18846/task/18862/stat : 18862 (java) S 18844 18846 18511 0 -1 4202560 2061 0 0 0 25 0 0 0 16 0 19 0 465698122 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18863] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18863/stat : 18863 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18864] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18864/stat : 18864 (java) S 18844 18846 18511 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 465698122 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18865] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18865/stat : 18865 (java) S 18844 18846 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465698153 7842697216 62936 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.43
Current children cumulated vsize (KiB) 7658884

[startup+1242.3 s]
/proc/loadavg: 3.06 3.08 3.13 4/238 19115
/proc/meminfo: memFree=14004636/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=7658884 CPUtime=1243.44 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 67330 0 1 0 124332 12 0 0 25 0 19 0 465698112 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 1914721 63471 2253 9 0 1905459 0
[pid=18846/tid=18848] ppid=18844 vsize=7658884 CPUtime=1237.48 cores=5,7
/proc/18846/task/18848/stat : 18848 (java) R 18844 18846 18511 0 -1 4202560 23429 0 1 0 123742 6 0 0 25 0 19 0 465698113 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 46912505644450 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18846/tid=18849] ppid=18844 vsize=7658884 CPUtime=0.15 cores=5,7
/proc/18846/task/18849/stat : 18849 (java) S 18844 18846 18511 0 -1 4202560 4504 0 0 0 15 0 0 0 15 0 19 0 465698117 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18850] ppid=18844 vsize=7658884 CPUtime=0.12 cores=5,7
/proc/18846/task/18850/stat : 18850 (java) S 18844 18846 18511 0 -1 4202560 2217 0 0 0 12 0 0 0 15 0 19 0 465698117 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18851] ppid=18844 vsize=7658884 CPUtime=0.08 cores=5,7
/proc/18846/task/18851/stat : 18851 (java) S 18844 18846 18511 0 -1 4202560 623 0 0 0 8 0 0 0 15 0 19 0 465698117 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18852] ppid=18844 vsize=7658884 CPUtime=0.09 cores=5,7
/proc/18846/task/18852/stat : 18852 (java) S 18844 18846 18511 0 -1 4202560 1371 0 0 0 9 0 0 0 16 0 19 0 465698117 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18853] ppid=18844 vsize=7658884 CPUtime=0.11 cores=5,7
/proc/18846/task/18853/stat : 18853 (java) S 18844 18846 18511 0 -1 4202560 1390 0 0 0 11 0 0 0 15 0 19 0 465698117 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=7658884 CPUtime=0.11 cores=5,7
/proc/18846/task/18854/stat : 18854 (java) S 18844 18846 18511 0 -1 4202560 2882 0 0 0 11 0 0 0 15 0 19 0 465698117 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=7658884 CPUtime=0.16 cores=5,7
/proc/18846/task/18855/stat : 18855 (java) S 18844 18846 18511 0 -1 4202560 2765 0 0 0 16 0 0 0 16 0 19 0 465698117 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=7658884 CPUtime=0.13 cores=5,7
/proc/18846/task/18856/stat : 18856 (java) S 18844 18846 18511 0 -1 4202560 5741 0 0 0 13 0 0 0 15 0 19 0 465698117 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18857] ppid=18844 vsize=7658884 CPUtime=4.17 cores=5,7
/proc/18846/task/18857/stat : 18857 (java) S 18844 18846 18511 0 -1 4202560 10810 0 0 0 416 1 0 0 15 0 19 0 465698118 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 0 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18858] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18858/stat : 18858 (java) S 18844 18846 18511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18859] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18859/stat : 18859 (java) S 18844 18846 18511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18860] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18860/stat : 18860 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606690225 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18861] ppid=18844 vsize=7658884 CPUtime=0.49 cores=5,7
/proc/18846/task/18861/stat : 18861 (java) S 18844 18846 18511 0 -1 4202560 8314 0 0 0 49 0 0 0 15 0 19 0 465698122 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18862] ppid=18844 vsize=7658884 CPUtime=0.25 cores=5,7
/proc/18846/task/18862/stat : 18862 (java) S 18844 18846 18511 0 -1 4202560 2061 0 0 0 25 0 0 0 16 0 19 0 465698122 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18863] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18863/stat : 18863 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18864] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18864/stat : 18864 (java) S 18844 18846 18511 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 465698122 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18865] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18865/stat : 18865 (java) S 18844 18846 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465698153 7842697216 63471 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.44
Current children cumulated vsize (KiB) 7658884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.07 3.12 4/238 19120
/proc/meminfo: memFree=14001416/32950928 swapFree=67111528/67111528
[pid=18846] ppid=18844 vsize=7658884 CPUtime=1301.16 cores=5,7
/proc/18846/stat : 18846 (java) S 18844 18846 18511 0 -1 4202496 67522 0 1 0 130104 12 0 0 25 0 19 0 465698112 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18846/statm: 1914721 63658 2253 9 0 1905459 0
[pid=18846/tid=18848] ppid=18844 vsize=7658884 CPUtime=1295.1 cores=5,7
/proc/18846/task/18848/stat : 18848 (java) R 18844 18846 18511 0 -1 4202560 23430 0 1 0 129504 6 0 0 25 0 19 0 465698113 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 46912505666622 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18846/tid=18849] ppid=18844 vsize=7658884 CPUtime=0.15 cores=5,7
/proc/18846/task/18849/stat : 18849 (java) S 18844 18846 18511 0 -1 4202560 4504 0 0 0 15 0 0 0 15 0 19 0 465698117 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18850] ppid=18844 vsize=7658884 CPUtime=0.12 cores=5,7
/proc/18846/task/18850/stat : 18850 (java) S 18844 18846 18511 0 -1 4202560 2217 0 0 0 12 0 0 0 15 0 19 0 465698117 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18851] ppid=18844 vsize=7658884 CPUtime=0.08 cores=5,7
/proc/18846/task/18851/stat : 18851 (java) S 18844 18846 18511 0 -1 4202560 623 0 0 0 8 0 0 0 15 0 19 0 465698117 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18852] ppid=18844 vsize=7658884 CPUtime=0.09 cores=5,7
/proc/18846/task/18852/stat : 18852 (java) S 18844 18846 18511 0 -1 4202560 1371 0 0 0 9 0 0 0 15 0 19 0 465698117 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18853] ppid=18844 vsize=7658884 CPUtime=0.12 cores=5,7
/proc/18846/task/18853/stat : 18853 (java) S 18844 18846 18511 0 -1 4202560 1390 0 0 0 12 0 0 0 16 0 19 0 465698117 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=7658884 CPUtime=0.12 cores=5,7
/proc/18846/task/18854/stat : 18854 (java) S 18844 18846 18511 0 -1 4202560 2884 0 0 0 12 0 0 0 15 0 19 0 465698117 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=7658884 CPUtime=0.16 cores=5,7
/proc/18846/task/18855/stat : 18855 (java) S 18844 18846 18511 0 -1 4202560 2765 0 0 0 16 0 0 0 15 0 19 0 465698117 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=7658884 CPUtime=0.13 cores=5,7
/proc/18846/task/18856/stat : 18856 (java) S 18844 18846 18511 0 -1 4202560 5741 0 0 0 13 0 0 0 15 0 19 0 465698117 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18857] ppid=18844 vsize=7658884 CPUtime=4.25 cores=5,7
/proc/18846/task/18857/stat : 18857 (java) S 18844 18846 18511 0 -1 4202560 10997 0 0 0 424 1 0 0 15 0 19 0 465698118 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 0 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18858] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18858/stat : 18858 (java) S 18844 18846 18511 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18859] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18859/stat : 18859 (java) S 18844 18846 18511 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 465698118 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18860] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18860/stat : 18860 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606690225 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18861] ppid=18844 vsize=7658884 CPUtime=0.49 cores=5,7
/proc/18846/task/18861/stat : 18861 (java) S 18844 18846 18511 0 -1 4202560 8314 0 0 0 49 0 0 0 15 0 19 0 465698122 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 5 0 0 0
[pid=18846/tid=18862] ppid=18844 vsize=7658884 CPUtime=0.25 cores=5,7
/proc/18846/task/18862/stat : 18862 (java) S 18844 18846 18511 0 -1 4202560 2061 0 0 0 25 0 0 0 16 0 19 0 465698122 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18863] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18863/stat : 18863 (java) S 18844 18846 18511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 465698122 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606682521 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18864] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18864/stat : 18864 (java) S 18844 18846 18511 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 465698122 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
[pid=18846/tid=18865] ppid=18844 vsize=7658884 CPUtime=0 cores=5,7
/proc/18846/task/18865/stat : 18865 (java) S 18844 18846 18511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 465698153 7842697216 63658 33554432000 1073741824 1073778376 140737240995008 18446744073709551615 235606683136 0 4 0 16800975 18446604462004485120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.16
Current children cumulated vsize (KiB) 7658884

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

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

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.25
CPU user time (s): 1301.11
CPU system time (s): 0.139978
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 7658884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.11
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67561
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= 28112
involuntary context switches= 4681

runsolver used 2.05269 second user time and 5.06423 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-23 08:43:14
IDJOB=3258784
IDBENCH=71425
IDSOLVER=1611
FILE ID=node120/3258784-1303540993
RUNJOBID= node120-1303539684-18532
PBS_JOBID= 13143118
Free space on /tmp= 72112 MiB

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

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

MD5SUM BENCH= e4e4b653016e98f210aa8da2214e783a
RANDOM SEED=1434661635

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      14361028 kB
Buffers:       2456348 kB
Cached:       15283056 kB
SwapCached:          0 kB
Active:       10711368 kB
Inactive:      7310564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14361028 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4004 kB
Writeback:           0 kB
AnonPages:      282012 kB
Mapped:          23568 kB
Slab:           502188 kB
PageTables:       6156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22061900 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= 72112 MiB
End job on node120 at 2011-04-23 09:04:56