Trace number 3258212

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMc7c04151ac14a13eb4a03259d055e119
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 variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.03/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.17	c See www.sat4j.org for details.
0.03/0.18	c no version file found!!!
0.03/0.18	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.18	c java.vm.version	19.1-b02
0.03/0.18	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.18	c sun.arch.data.model	64
0.03/0.18	c java.version		1.6.0_24
0.03/0.18	c os.name		Linux
0.03/0.18	c os.version		2.6.18-164.el5
0.03/0.18	c os.arch		amd64
0.03/0.18	c Free memory 		6997539544
0.03/0.18	c Max memory 		7034241024
0.03/0.18	c Total memory 		7034241024
0.03/0.18	c Number of processors 	8
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483647s
0.09/0.20	c DB Simplification allowed=true
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-3258212-1303477638.cnf
0.09/0.20	c reading problem ... 
0.28/0.34	c ... done. Wall clock time 0.133s.
0.28/0.34	c #vars     1375
0.28/0.34	c #constraints  111739
0.28/0.34	c constraints type 
0.28/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
0.28/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 111684
1.55/1.42	c cleaning 2495 clauses out of 5000 with flag 5000/5000
3.09/2.65	c cleaning 4242 clauses out of 8506 with flag 11001/11001
4.59/4.18	c cleaning 5629 clauses out of 11264 with flag 18001/18001
6.50/6.08	c cleaning 6797 clauses out of 13634 with flag 26000/26000
8.82/8.36	c cleaning 7906 clauses out of 15838 with flag 35001/35001
11.62/11.16	c cleaning 8936 clauses out of 17931 with flag 45000/45000
14.62/14.19	c cleaning 9982 clauses out of 19995 with flag 56000/56000
18.33/17.84	c cleaning 10999 clauses out of 22013 with flag 68000/68000
22.33/21.88	c cleaning 11992 clauses out of 24014 with flag 81000/81000
27.03/26.59	c cleaning 12996 clauses out of 26022 with flag 95000/95000
32.43/31.87	c cleaning 13974 clauses out of 28026 with flag 110000/110000
38.85/37.86	c cleaning 15003 clauses out of 30052 with flag 126000/126000
45.26/44.26	c cleaning 15992 clauses out of 32053 with flag 143004/143004
52.56/51.52	c cleaning 16994 clauses out of 34057 with flag 161000/161000
60.57/59.54	c cleaning 18018 clauses out of 36065 with flag 180002/180002
69.57/68.59	c cleaning 18986 clauses out of 38045 with flag 200000/200000
79.38/78.34	c cleaning 20008 clauses out of 40060 with flag 221001/221001
89.78/88.79	c cleaning 21004 clauses out of 42053 with flag 243002/243002
100.89/99.88	c cleaning 22000 clauses out of 44048 with flag 266001/266001
112.99/111.95	c cleaning 22998 clauses out of 46047 with flag 290000/290000
125.90/124.83	c cleaning 24005 clauses out of 48050 with flag 315001/315001
139.71/138.64	c cleaning 25003 clauses out of 50047 with flag 341003/341003
155.31/154.28	c cleaning 26006 clauses out of 52041 with flag 368000/368000
171.22/170.14	c cleaning 26962 clauses out of 54037 with flag 396002/396002
189.13/188.05	c cleaning 28009 clauses out of 56074 with flag 425001/425001
208.24/207.14	c cleaning 29000 clauses out of 58064 with flag 455000/455000
228.04/226.92	c cleaning 30014 clauses out of 60068 with flag 486004/486004
248.94/247.83	c cleaning 31000 clauses out of 62051 with flag 518001/518001
271.25/270.15	c cleaning 31996 clauses out of 64050 with flag 551000/551000
294.55/293.49	c cleaning 32993 clauses out of 66054 with flag 585000/585000
319.66/318.57	c cleaning 33996 clauses out of 68061 with flag 620000/620000
347.68/346.55	c cleaning 35011 clauses out of 70068 with flag 656003/656003
375.58/374.45	c cleaning 35998 clauses out of 72054 with flag 693000/693000
406.19/405.08	c cleaning 37015 clauses out of 74058 with flag 731002/731002
439.10/437.99	c cleaning 37990 clauses out of 76042 with flag 770001/770001
473.50/472.35	c cleaning 38982 clauses out of 78051 with flag 810000/810000
509.71/508.55	c cleaning 40013 clauses out of 80069 with flag 851000/851000
547.22/546.00	c cleaning 40994 clauses out of 82056 with flag 893000/893000
586.93/585.71	c cleaning 41999 clauses out of 84063 with flag 936001/936001
626.34/625.16	c cleaning 43019 clauses out of 86064 with flag 980001/980001
670.35/669.11	c cleaning 43988 clauses out of 88048 with flag 1025004/1025004
717.77/716.59	c cleaning 44995 clauses out of 90056 with flag 1071000/1071000
765.48/764.26	c cleaning 46020 clauses out of 92061 with flag 1118000/1118000
819.59/818.39	c cleaning 46989 clauses out of 94044 with flag 1166003/1166003
870.31/869.01	c cleaning 47997 clauses out of 96053 with flag 1215001/1215001
925.11/923.81	c cleaning 48998 clauses out of 98055 with flag 1265000/1265000
981.33/980.06	c cleaning 50018 clauses out of 100059 with flag 1316002/1316002
1042.94/1041.70	c cleaning 50991 clauses out of 102043 with flag 1368004/1368004
1105.95/1104.65	c cleaning 51998 clauses out of 104051 with flag 1421003/1421003
1171.67/1170.40	c cleaning 52990 clauses out of 106051 with flag 1475001/1475001
1241.39/1240.07	c cleaning 53992 clauses out of 108060 with flag 1530000/1530000
1301.40/1300.01	c starts		: 1424
1301.40/1300.01	c conflicts		: 1579177
1301.40/1300.01	c decisions		: 2919771
1301.40/1300.01	c propagations		: 233200787
1301.40/1300.01	c inspects		: 13896942476
1301.40/1300.01	c shortcuts		: 0
1301.40/1300.01	c learnt literals	: 0
1301.40/1300.01	c learnt binary clauses	: 3
1301.40/1300.01	c learnt ternary clauses	: 40
1301.40/1300.01	c learnt constraints	: 1579177
1301.40/1300.01	c ignored constraints	: 0
1301.40/1300.01	c root simplifications	: 1424
1301.40/1300.01	c removed literals (reason simplification)	: 67472268
1301.40/1300.01	c reason swapping (by a shorter reason)	: 0
1301.40/1300.01	c Calls to reduceDB	: 51
1301.40/1300.01	c speed (assignments/second)	: 179430.35748222822
1301.40/1300.01	c non guided choices	167
1301.40/1300.04	c learnt constraints type 
1301.40/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1301.40/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103259
1301.40/1300.04	c constraints type 
1301.40/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
1301.40/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 111684
1301.40/1300.04	s UNKNOWN
1301.40/1300.04	c Total wall clock time (in seconds) : 1299.809

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

running on 2 cores: 4,6

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: 1.56 3.17 3.64 4/177 19959
/proc/meminfo: memFree=14522552/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=11800 CPUtime=0 cores=4,6
/proc/19959/stat : 19959 (runsolver) R 19957 19959 18428 0 -1 4202560 46 0 0 0 0 0 0 0 22 0 1 0 537994442 12083200 54 33554432000 4194304 5434984 140735972452976 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/19959/statm: 2950 54 34 303 0 2644 0

[startup+0.0409551 s]
/proc/loadavg: 1.56 3.17 3.64 4/177 19959
/proc/meminfo: memFree=14522552/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7551740 CPUtime=0 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 7629 0 1 0 0 0 0 0 22 0 10 0 537994442 7732981760 7326 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1887935 7326 1058 9 0 1878683 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7551740

[startup+0.100879 s]
/proc/loadavg: 1.56 3.17 3.64 4/177 19959
/proc/meminfo: memFree=14522552/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7564352 CPUtime=0.03 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 8749 0 53 0 2 1 0 0 22 0 13 0 537994442 7745896448 8496 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1891088 8498 1675 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.320093 s]
/proc/loadavg: 1.56 3.17 3.64 4/177 19959
/proc/meminfo: memFree=14522552/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7636940 CPUtime=0.28 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 12149 0 54 0 27 1 0 0 22 0 18 0 537994442 7820226560 11671 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1909235 11673 2197 9 0 1899973 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7636940

[startup+0.700814 s]
/proc/loadavg: 1.56 3.17 3.64 4/177 19959
/proc/meminfo: memFree=14522552/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7640668 CPUtime=0.92 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 15479 0 54 0 90 2 0 0 22 0 19 0 537994442 7824044032 14103 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1910167 14103 2219 9 0 1900905 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 7640668

[startup+1.52967 s]
/proc/loadavg: 2.32 3.30 3.68 6/262 20057
/proc/meminfo: memFree=14314692/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7640668 CPUtime=1.87 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 26043 0 54 0 183 4 0 0 22 0 19 0 537994442 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1910167 22726 2250 9 0 1900905 0
[pid=19959/tid=19964] ppid=19957 vsize=7640668 CPUtime=1.32 cores=4,6
/proc/19959/task/19964/stat : 19964 (java) R 19957 19959 18428 0 -1 4202560 11441 0 53 0 131 1 0 0 25 0 19 0 537994443 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 46912505620255 0 4 0 16800975 0 0 0 -1 4 0 0 8
[pid=19959/tid=19970] ppid=19957 vsize=7640668 CPUtime=0.01 cores=4,6
/proc/19959/task/19970/stat : 19970 (java) S 19957 19959 18428 0 -1 4202560 1860 0 0 0 1 0 0 0 18 0 19 0 537994445 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=19971] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/19971/stat : 19971 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 537994445 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=19972] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/19972/stat : 19972 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994445 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19973] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/19973/stat : 19973 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994445 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19974] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/19974/stat : 19974 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994445 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19975] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/19975/stat : 19975 (java) R 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 537994445 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19959/tid=19976] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/19976/stat : 19976 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994445 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19977] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/19977/stat : 19977 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994445 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19994] ppid=19957 vsize=7640668 CPUtime=0.03 cores=4,6
/proc/19959/task/19994/stat : 19994 (java) S 19957 19959 18428 0 -1 4202560 1858 0 0 0 3 0 0 0 16 0 19 0 537994448 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 0 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20005] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/20005/stat : 20005 (java) R 19957 19959 18428 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 537994450 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19959/tid=20007] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/20007/stat : 20007 (java) S 19957 19959 18428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 537994450 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20012] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/20012/stat : 20012 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379370417 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20014] ppid=19957 vsize=7640668 CPUtime=0.31 cores=4,6
/proc/19959/task/20014/stat : 20014 (java) R 19957 19959 18428 0 -1 4202560 7947 0 0 0 29 2 0 0 15 0 19 0 537994456 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251367590071 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19959/tid=20019] ppid=19957 vsize=7640668 CPUtime=0.16 cores=4,6
/proc/19959/task/20019/stat : 20019 (java) S 19957 19959 18428 0 -1 4202560 1780 0 1 0 16 0 0 0 15 0 19 0 537994456 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20022] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/20022/stat : 20022 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20025] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/20025/stat : 20025 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994456 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20037] ppid=19957 vsize=7640668 CPUtime=0 cores=4,6
/proc/19959/task/20037/stat : 20037 (java) S 19957 19959 18428 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 537994477 7824044032 22726 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 7640668

[startup+3.1014 s]
/proc/loadavg: 2.32 3.30 3.68 5/262 20057
/proc/meminfo: memFree=14207924/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7640828 CPUtime=3.59 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 27643 0 54 0 355 4 0 0 22 0 19 0 537994442 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1910207 24324 2253 9 0 1900945 0
[pid=19959/tid=19964] ppid=19957 vsize=7640828 CPUtime=2.86 cores=4,6
/proc/19959/task/19964/stat : 19964 (java) R 19957 19959 18428 0 -1 4202560 11444 0 53 0 285 1 0 0 25 0 19 0 537994443 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 46912505577776 0 4 0 16800975 0 0 0 -1 4 0 0 8
[pid=19959/tid=19970] ppid=19957 vsize=7640828 CPUtime=0.01 cores=4,6
/proc/19959/task/19970/stat : 19970 (java) S 19957 19959 18428 0 -1 4202560 1860 0 0 0 1 0 0 0 15 0 19 0 537994445 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19971] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19971/stat : 19971 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19972] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19972/stat : 19972 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19973] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19973/stat : 19973 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 537994445 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19974] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19974/stat : 19974 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19975] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19975/stat : 19975 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19976] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19976/stat : 19976 (java) S 19957 19959 18428 0 -1 4202560 422 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19977] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19977/stat : 19977 (java) S 19957 19959 18428 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19994] ppid=19957 vsize=7640828 CPUtime=0.05 cores=4,6
/proc/19959/task/19994/stat : 19994 (java) S 19957 19959 18428 0 -1 4202560 2180 0 0 0 5 0 0 0 16 0 19 0 537994448 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 0 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20005] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20005/stat : 20005 (java) S 19957 19959 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20007] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20007/stat : 20007 (java) S 19957 19959 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20012] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20012/stat : 20012 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379370417 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20014] ppid=19957 vsize=7640828 CPUtime=0.43 cores=4,6
/proc/19959/task/20014/stat : 20014 (java) S 19957 19959 18428 0 -1 4202560 8312 0 0 0 41 2 0 0 15 0 19 0 537994456 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20019] ppid=19957 vsize=7640828 CPUtime=0.18 cores=4,6
/proc/19959/task/20019/stat : 20019 (java) S 19957 19959 18428 0 -1 4202560 1792 0 1 0 18 0 0 0 15 0 19 0 537994456 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20022] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20022/stat : 20022 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20025] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20025/stat : 20025 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994456 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20037] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20037/stat : 20037 (java) S 19957 19959 18428 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 537994477 7824207872 24324 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 7640828

[startup+6.30079 s]
/proc/loadavg: 2.45 3.31 3.68 5/262 20057
/proc/meminfo: memFree=14182764/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7640828 CPUtime=6.81 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 28204 0 54 0 677 4 0 0 22 0 19 0 537994442 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1910207 23454 2253 9 0 1900945 0
[pid=19959/tid=19964] ppid=19957 vsize=7640828 CPUtime=5.99 cores=4,6
/proc/19959/task/19964/stat : 19964 (java) R 19957 19959 18428 0 -1 4202560 11446 0 53 0 598 1 0 0 25 0 19 0 537994443 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 46912505577900 0 4 0 16800975 0 0 0 -1 4 0 0 8
[pid=19959/tid=19970] ppid=19957 vsize=7640828 CPUtime=0.02 cores=4,6
/proc/19959/task/19970/stat : 19970 (java) S 19957 19959 18428 0 -1 4202560 1938 0 0 0 2 0 0 0 15 0 19 0 537994445 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19971] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19971/stat : 19971 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19972] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19972/stat : 19972 (java) S 19957 19959 18428 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19973] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19973/stat : 19973 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19974] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19974/stat : 19974 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19975] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19975/stat : 19975 (java) S 19957 19959 18428 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19976] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19976/stat : 19976 (java) S 19957 19959 18428 0 -1 4202560 422 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19977] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/19977/stat : 19977 (java) S 19957 19959 18428 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 19 0 537994445 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19994] ppid=19957 vsize=7640828 CPUtime=0.12 cores=4,6
/proc/19959/task/19994/stat : 19994 (java) S 19957 19959 18428 0 -1 4202560 2452 0 0 0 12 0 0 0 16 0 19 0 537994448 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 0 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20005] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20005/stat : 20005 (java) S 19957 19959 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20007] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20007/stat : 20007 (java) S 19957 19959 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20012] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20012/stat : 20012 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379370417 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20014] ppid=19957 vsize=7640828 CPUtime=0.45 cores=4,6
/proc/19959/task/20014/stat : 20014 (java) S 19957 19959 18428 0 -1 4202560 8317 0 0 0 43 2 0 0 15 0 19 0 537994456 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20019] ppid=19957 vsize=7640828 CPUtime=0.18 cores=4,6
/proc/19959/task/20019/stat : 20019 (java) S 19957 19959 18428 0 -1 4202560 1793 0 1 0 18 0 0 0 15 0 19 0 537994456 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20022] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20022/stat : 20022 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20025] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20025/stat : 20025 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994456 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20037] ppid=19957 vsize=7640828 CPUtime=0 cores=4,6
/proc/19959/task/20037/stat : 20037 (java) S 19957 19959 18428 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 537994477 7824207872 23454 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 7640828

[startup+12.7016 s]

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

[pid=19959/tid=19975] ppid=19957 vsize=7648016 CPUtime=0.09 cores=4,6
/proc/19959/task/19975/stat : 19975 (java) S 19957 19959 18428 0 -1 4202560 2177 0 0 0 9 0 0 0 15 0 19 0 537994445 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19976] ppid=19957 vsize=7648016 CPUtime=0.11 cores=4,6
/proc/19959/task/19976/stat : 19976 (java) S 19957 19959 18428 0 -1 4202560 1062 0 0 0 11 0 0 0 15 0 19 0 537994445 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19977] ppid=19957 vsize=7648016 CPUtime=0.07 cores=4,6
/proc/19959/task/19977/stat : 19977 (java) S 19957 19959 18428 0 -1 4202560 1097 0 0 0 7 0 0 0 16 0 19 0 537994445 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19994] ppid=19957 vsize=7648016 CPUtime=2.2 cores=4,6
/proc/19959/task/19994/stat : 19994 (java) S 19957 19959 18428 0 -1 4202560 7312 0 0 0 220 0 0 0 15 0 19 0 537994448 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 0 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20005] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20005/stat : 20005 (java) S 19957 19959 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20007] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20007/stat : 20007 (java) S 19957 19959 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20012] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20012/stat : 20012 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379370417 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20014] ppid=19957 vsize=7648016 CPUtime=0.54 cores=4,6
/proc/19959/task/20014/stat : 20014 (java) S 19957 19959 18428 0 -1 4202560 8328 0 0 0 52 2 0 0 15 0 19 0 537994456 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20019] ppid=19957 vsize=7648016 CPUtime=0.61 cores=4,6
/proc/19959/task/20019/stat : 20019 (java) S 19957 19959 18428 0 -1 4202560 7590 0 1 0 61 0 0 0 16 0 19 0 537994456 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20022] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20022/stat : 20022 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20025] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20025/stat : 20025 (java) S 19957 19959 18428 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 537994456 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20037] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20037/stat : 20037 (java) S 19957 19959 18428 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 537994477 7831568384 46422 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1123.66
Current children cumulated vsize (KiB) 7648016

[startup+1182.3 s]
/proc/loadavg: 4.07 4.04 3.91 5/262 20088
/proc/meminfo: memFree=13807632/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7648016 CPUtime=1183.68 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 56061 0 54 0 118359 9 0 0 22 0 19 0 537994442 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1912004 47186 2254 9 0 1902742 0
[pid=19959/tid=19964] ppid=19957 vsize=7648016 CPUtime=1179.49 cores=4,6
/proc/19959/task/19964/stat : 19964 (java) R 19957 19959 18428 0 -1 4202560 17275 0 53 0 117946 3 0 0 25 0 19 0 537994443 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 46912505875991 0 4 0 16800975 0 0 0 -1 4 0 0 8
[pid=19959/tid=19970] ppid=19957 vsize=7648016 CPUtime=0.08 cores=4,6
/proc/19959/task/19970/stat : 19970 (java) S 19957 19959 18428 0 -1 4202560 2110 0 0 0 8 0 0 0 16 0 19 0 537994445 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19971] ppid=19957 vsize=7648016 CPUtime=0.05 cores=4,6
/proc/19959/task/19971/stat : 19971 (java) S 19957 19959 18428 0 -1 4202560 1071 0 0 0 5 0 0 0 15 0 19 0 537994445 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19972] ppid=19957 vsize=7648016 CPUtime=0.11 cores=4,6
/proc/19959/task/19972/stat : 19972 (java) S 19957 19959 18428 0 -1 4202560 3856 0 0 0 11 0 0 0 15 0 19 0 537994445 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19973] ppid=19957 vsize=7648016 CPUtime=0.1 cores=4,6
/proc/19959/task/19973/stat : 19973 (java) S 19957 19959 18428 0 -1 4202560 1383 0 0 0 10 0 0 0 16 0 19 0 537994445 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19974] ppid=19957 vsize=7648016 CPUtime=0.07 cores=4,6
/proc/19959/task/19974/stat : 19974 (java) S 19957 19959 18428 0 -1 4202560 1322 0 0 0 7 0 0 0 16 0 19 0 537994445 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19975] ppid=19957 vsize=7648016 CPUtime=0.09 cores=4,6
/proc/19959/task/19975/stat : 19975 (java) S 19957 19959 18428 0 -1 4202560 2177 0 0 0 9 0 0 0 15 0 19 0 537994445 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19976] ppid=19957 vsize=7648016 CPUtime=0.11 cores=4,6
/proc/19959/task/19976/stat : 19976 (java) S 19957 19959 18428 0 -1 4202560 1062 0 0 0 11 0 0 0 15 0 19 0 537994445 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19977] ppid=19957 vsize=7648016 CPUtime=0.07 cores=4,6
/proc/19959/task/19977/stat : 19977 (java) S 19957 19959 18428 0 -1 4202560 1097 0 0 0 7 0 0 0 15 0 19 0 537994445 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19994] ppid=19957 vsize=7648016 CPUtime=2.25 cores=4,6
/proc/19959/task/19994/stat : 19994 (java) S 19957 19959 18428 0 -1 4202560 7570 0 0 0 225 0 0 0 15 0 19 0 537994448 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 0 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20005] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20005/stat : 20005 (java) S 19957 19959 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20007] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20007/stat : 20007 (java) S 19957 19959 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20012] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20012/stat : 20012 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379370417 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20014] ppid=19957 vsize=7648016 CPUtime=0.54 cores=4,6
/proc/19959/task/20014/stat : 20014 (java) S 19957 19959 18428 0 -1 4202560 8328 0 0 0 52 2 0 0 15 0 19 0 537994456 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20019] ppid=19957 vsize=7648016 CPUtime=0.61 cores=4,6
/proc/19959/task/20019/stat : 20019 (java) S 19957 19959 18428 0 -1 4202560 7590 0 1 0 61 0 0 0 16 0 19 0 537994456 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20022] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20022/stat : 20022 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20025] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20025/stat : 20025 (java) S 19957 19959 18428 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 537994456 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20037] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20037/stat : 20037 (java) S 19957 19959 18428 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 537994477 7831568384 47186 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1183.68
Current children cumulated vsize (KiB) 7648016

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 3.91 5/262 20090
/proc/meminfo: memFree=13803012/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7648016 CPUtime=1243.7 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 56356 0 54 0 124361 9 0 0 22 0 19 0 537994442 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1912004 47474 2254 9 0 1902742 0
[pid=19959/tid=19964] ppid=19957 vsize=7648016 CPUtime=1239.42 cores=4,6
/proc/19959/task/19964/stat : 19964 (java) R 19957 19959 18428 0 -1 4202560 17276 0 53 0 123939 3 0 0 25 0 19 0 537994443 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 46912505875857 0 4 0 16800975 0 0 0 -1 4 0 0 8
[pid=19959/tid=19970] ppid=19957 vsize=7648016 CPUtime=0.08 cores=4,6
/proc/19959/task/19970/stat : 19970 (java) S 19957 19959 18428 0 -1 4202560 2110 0 0 0 8 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19971] ppid=19957 vsize=7648016 CPUtime=0.05 cores=4,6
/proc/19959/task/19971/stat : 19971 (java) S 19957 19959 18428 0 -1 4202560 1071 0 0 0 5 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19972] ppid=19957 vsize=7648016 CPUtime=0.11 cores=4,6
/proc/19959/task/19972/stat : 19972 (java) S 19957 19959 18428 0 -1 4202560 3856 0 0 0 11 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19973] ppid=19957 vsize=7648016 CPUtime=0.1 cores=4,6
/proc/19959/task/19973/stat : 19973 (java) S 19957 19959 18428 0 -1 4202560 1383 0 0 0 10 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19974] ppid=19957 vsize=7648016 CPUtime=0.08 cores=4,6
/proc/19959/task/19974/stat : 19974 (java) S 19957 19959 18428 0 -1 4202560 1324 0 0 0 8 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19975] ppid=19957 vsize=7648016 CPUtime=0.09 cores=4,6
/proc/19959/task/19975/stat : 19975 (java) S 19957 19959 18428 0 -1 4202560 2177 0 0 0 9 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19976] ppid=19957 vsize=7648016 CPUtime=0.12 cores=4,6
/proc/19959/task/19976/stat : 19976 (java) S 19957 19959 18428 0 -1 4202560 1065 0 0 0 12 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19977] ppid=19957 vsize=7648016 CPUtime=0.07 cores=4,6
/proc/19959/task/19977/stat : 19977 (java) S 19957 19959 18428 0 -1 4202560 1097 0 0 0 7 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19994] ppid=19957 vsize=7648016 CPUtime=2.31 cores=4,6
/proc/19959/task/19994/stat : 19994 (java) S 19957 19959 18428 0 -1 4202560 7855 0 0 0 231 0 0 0 15 0 19 0 537994448 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 0 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20005] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20005/stat : 20005 (java) S 19957 19959 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20007] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20007/stat : 20007 (java) S 19957 19959 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20012] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20012/stat : 20012 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379370417 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20014] ppid=19957 vsize=7648016 CPUtime=0.54 cores=4,6
/proc/19959/task/20014/stat : 20014 (java) S 19957 19959 18428 0 -1 4202560 8328 0 0 0 52 2 0 0 15 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20019] ppid=19957 vsize=7648016 CPUtime=0.61 cores=4,6
/proc/19959/task/20019/stat : 20019 (java) S 19957 19959 18428 0 -1 4202560 7590 0 1 0 61 0 0 0 16 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20022] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20022/stat : 20022 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20025] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20025/stat : 20025 (java) S 19957 19959 18428 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20037] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20037/stat : 20037 (java) S 19957 19959 18428 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 537994477 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1243.7
Current children cumulated vsize (KiB) 7648016



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.91 5/262 20091
/proc/meminfo: memFree=13800368/32950928 swapFree=67111528/67111528
[pid=19959] ppid=19957 vsize=7648016 CPUtime=1301.4 cores=4,6
/proc/19959/stat : 19959 (java) S 19957 19959 18428 0 -1 4202496 56360 0 54 0 130131 9 0 0 22 0 19 0 537994442 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/19959/statm: 1912004 47474 2254 9 0 1902742 0
[pid=19959/tid=19964] ppid=19957 vsize=7648016 CPUtime=1297.13 cores=4,6
/proc/19959/task/19964/stat : 19964 (java) R 19957 19959 18428 0 -1 4202560 17276 0 53 0 129710 3 0 0 25 0 19 0 537994443 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 46912505609207 0 4 0 16800975 0 0 0 -1 4 0 0 8
[pid=19959/tid=19970] ppid=19957 vsize=7648016 CPUtime=0.08 cores=4,6
/proc/19959/task/19970/stat : 19970 (java) S 19957 19959 18428 0 -1 4202560 2110 0 0 0 8 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19971] ppid=19957 vsize=7648016 CPUtime=0.05 cores=4,6
/proc/19959/task/19971/stat : 19971 (java) S 19957 19959 18428 0 -1 4202560 1071 0 0 0 5 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19972] ppid=19957 vsize=7648016 CPUtime=0.11 cores=4,6
/proc/19959/task/19972/stat : 19972 (java) S 19957 19959 18428 0 -1 4202560 3856 0 0 0 11 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19973] ppid=19957 vsize=7648016 CPUtime=0.1 cores=4,6
/proc/19959/task/19973/stat : 19973 (java) S 19957 19959 18428 0 -1 4202560 1383 0 0 0 10 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19974] ppid=19957 vsize=7648016 CPUtime=0.08 cores=4,6
/proc/19959/task/19974/stat : 19974 (java) S 19957 19959 18428 0 -1 4202560 1324 0 0 0 8 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19975] ppid=19957 vsize=7648016 CPUtime=0.09 cores=4,6
/proc/19959/task/19975/stat : 19975 (java) S 19957 19959 18428 0 -1 4202560 2177 0 0 0 9 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19976] ppid=19957 vsize=7648016 CPUtime=0.12 cores=4,6
/proc/19959/task/19976/stat : 19976 (java) S 19957 19959 18428 0 -1 4202560 1065 0 0 0 12 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19977] ppid=19957 vsize=7648016 CPUtime=0.07 cores=4,6
/proc/19959/task/19977/stat : 19977 (java) S 19957 19959 18428 0 -1 4202560 1097 0 0 0 7 0 0 0 15 0 19 0 537994445 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=19994] ppid=19957 vsize=7648016 CPUtime=2.31 cores=4,6
/proc/19959/task/19994/stat : 19994 (java) S 19957 19959 18428 0 -1 4202560 7855 0 0 0 231 0 0 0 15 0 19 0 537994448 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 0 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20005] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20005/stat : 20005 (java) S 19957 19959 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20007] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20007/stat : 20007 (java) S 19957 19959 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20012] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20012/stat : 20012 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379370417 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20014] ppid=19957 vsize=7648016 CPUtime=0.54 cores=4,6
/proc/19959/task/20014/stat : 20014 (java) S 19957 19959 18428 0 -1 4202560 8328 0 0 0 52 2 0 0 15 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20019] ppid=19957 vsize=7648016 CPUtime=0.61 cores=4,6
/proc/19959/task/20019/stat : 20019 (java) S 19957 19959 18428 0 -1 4202560 7590 0 1 0 61 0 0 0 16 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20022] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20022/stat : 20022 (java) S 19957 19959 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379362713 0 4 0 16800975 18446604449946812608 0 0 -1 4 0 0 0
[pid=19959/tid=20025] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20025/stat : 20025 (java) S 19957 19959 18428 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 537994456 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
[pid=19959/tid=20037] ppid=19957 vsize=7648016 CPUtime=0 cores=4,6
/proc/19959/task/20037/stat : 20037 (java) S 19957 19959 18428 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 537994477 7831568384 47474 33554432000 1073741824 1073778376 140736849004880 18446744073709551615 251379363328 0 4 0 16800975 18446604449946812608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1301.4
Current children cumulated vsize (KiB) 7648016

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.5
CPU user time (s): 1301.4
CPU system time (s): 0.101984
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 7662076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.4
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56394
page faults= 54
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28452
involuntary context switches= 4387

runsolver used 2.35164 second user time and 4.76328 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-22 15:07:18
IDJOB=3258212
IDBENCH=71315
IDSOLVER=1611
FILE ID=node113/3258212-1303477638
RUNJOBID= node113-1303477638-19943
PBS_JOBID= 13107192
Free space on /tmp= 70628 MiB

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

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

MD5SUM BENCH= c7c04151ac14a13eb4a03259d055e119
RANDOM SEED=884575460

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14522840 kB
Buffers:       1193704 kB
Cached:       16599484 kB
SwapCached:          0 kB
Active:        9930116 kB
Inactive:      7930280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14522840 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3192 kB
Writeback:           0 kB
AnonPages:       66840 kB
Mapped:          14508 kB
Slab:           503876 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   196004 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= 70624 MiB
End job on node113 at 2011-04-22 15:29:00