Trace number 3190298

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.09 1300.05

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1275797759-041-UNKNOWN.cnf
MD5SUM374e3ba6783d13d6d478972802d8dba0
Bench CategoryRANDOM (random 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 variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.09/0.10	c no version file found!!!
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.18-164.el5
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		6997539544
0.09/0.10	c Max memory 		7034241024
0.09/0.10	c Total memory 		7034241024
0.09/0.10	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3190298-1302598122.cnf
0.09/0.10	c reading problem ... 
0.09/0.22	c ... done. Wall clock time 0.124s.
0.09/0.22	c #vars     400
0.09/0.22	c #constraints  34000
0.09/0.22	c constraints type 
0.09/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34000
1.71/1.35	c cleaning 2499 clauses out of 5002 with flag 5002/5002
2.94/2.38	c cleaning 4246 clauses out of 8502 with flag 11001/11001
4.15/3.58	c cleaning 5626 clauses out of 11255 with flag 18000/18000
5.56/4.96	c cleaning 6810 clauses out of 13630 with flag 26001/26001
7.17/6.57	c cleaning 7907 clauses out of 15819 with flag 35000/35000
9.07/8.41	c cleaning 8953 clauses out of 17912 with flag 45000/45000
11.07/10.47	c cleaning 9976 clauses out of 19959 with flag 56000/56000
13.47/12.81	c cleaning 10986 clauses out of 21983 with flag 68000/68000
15.98/15.35	c cleaning 11996 clauses out of 23998 with flag 81001/81001
18.87/18.28	c cleaning 12998 clauses out of 26001 with flag 95000/95000
22.07/21.46	c cleaning 13994 clauses out of 28004 with flag 110001/110001
25.58/24.96	c cleaning 14999 clauses out of 30010 with flag 126001/126001
29.29/28.67	c cleaning 15999 clauses out of 32010 with flag 143000/143000
33.39/32.70	c cleaning 16997 clauses out of 34012 with flag 161001/161001
37.69/37.07	c cleaning 18000 clauses out of 36014 with flag 180000/180000
42.40/41.77	c cleaning 19002 clauses out of 38014 with flag 200000/200000
47.49/46.84	c cleaning 20001 clauses out of 40013 with flag 221001/221001
52.90/52.24	c cleaning 21001 clauses out of 42011 with flag 243000/243000
58.50/57.87	c cleaning 22004 clauses out of 44013 with flag 266003/266003
64.30/63.65	c cleaning 22994 clauses out of 46008 with flag 290002/290002
70.70/70.00	c cleaning 23998 clauses out of 48012 with flag 315000/315000
77.50/76.90	c cleaning 25000 clauses out of 50015 with flag 341001/341001
84.90/84.20	c cleaning 25999 clauses out of 52014 with flag 368000/368000
92.20/91.52	c cleaning 27003 clauses out of 54015 with flag 396000/396000
100.40/99.77	c cleaning 27995 clauses out of 56014 with flag 425002/425002
109.21/108.53	c cleaning 29002 clauses out of 58017 with flag 455000/455000
117.82/117.19	c cleaning 29998 clauses out of 60015 with flag 486000/486000
127.52/126.87	c cleaning 31002 clauses out of 62019 with flag 518002/518002
137.03/136.31	c cleaning 32004 clauses out of 64016 with flag 551001/551001
147.23/146.53	c cleaning 32999 clauses out of 66012 with flag 585001/585001
157.53/156.81	c cleaning 33499 clauses out of 67012 with flag 619000/619000
167.84/167.12	c cleaning 33747 clauses out of 67513 with flag 653000/653000
178.33/177.64	c cleaning 33872 clauses out of 67766 with flag 687000/687000
188.64/187.96	c cleaning 33941 clauses out of 67894 with flag 721000/721000
199.34/198.61	c cleaning 33970 clauses out of 67953 with flag 755000/755000
209.75/209.03	c cleaning 33988 clauses out of 67984 with flag 789001/789001
219.74/219.05	c cleaning 33989 clauses out of 67995 with flag 823000/823000
230.55/229.84	c cleaning 33996 clauses out of 68006 with flag 857000/857000
240.55/239.80	c cleaning 34004 clauses out of 68011 with flag 891001/891001
251.34/250.66	c cleaning 34000 clauses out of 68006 with flag 925000/925000
261.65/260.96	c cleaning 33994 clauses out of 68006 with flag 959000/959000
271.55/270.88	c cleaning 34000 clauses out of 68013 with flag 993001/993001
282.36/281.69	c cleaning 34000 clauses out of 68014 with flag 1027002/1027002
292.65/291.99	c cleaning 34000 clauses out of 68014 with flag 1061002/1061002
303.26/302.56	c cleaning 34000 clauses out of 68012 with flag 1095000/1095000
314.26/313.55	c cleaning 34005 clauses out of 68014 with flag 1129002/1129002
324.16/323.43	c cleaning 34002 clauses out of 68010 with flag 1163003/1163003
334.36/333.62	c cleaning 33997 clauses out of 68007 with flag 1197002/1197002
344.36/343.60	c cleaning 33996 clauses out of 68009 with flag 1231001/1231001
355.36/354.62	c cleaning 34004 clauses out of 68014 with flag 1265002/1265002
365.56/364.84	c cleaning 33998 clauses out of 68011 with flag 1299003/1299003
376.17/375.41	c cleaning 33999 clauses out of 68010 with flag 1333000/1333000
387.67/386.93	c cleaning 34002 clauses out of 68012 with flag 1367001/1367001
397.97/397.26	c cleaning 33998 clauses out of 68009 with flag 1401000/1401000
408.28/407.56	c cleaning 34002 clauses out of 68013 with flag 1435002/1435002
418.58/417.88	c cleaning 33999 clauses out of 68009 with flag 1469000/1469000
429.58/428.84	c cleaning 33999 clauses out of 68010 with flag 1503000/1503000
440.19/439.44	c cleaning 33999 clauses out of 68011 with flag 1537000/1537000
450.39/449.68	c cleaning 34001 clauses out of 68013 with flag 1571001/1571001
460.29/459.55	c cleaning 33993 clauses out of 68011 with flag 1605000/1605000
470.69/469.99	c cleaning 34003 clauses out of 68022 with flag 1639004/1639004
482.00/481.24	c cleaning 33999 clauses out of 68016 with flag 1673001/1673001
492.41/491.63	c cleaning 34000 clauses out of 68016 with flag 1707000/1707000
502.41/501.62	c cleaning 33995 clauses out of 68016 with flag 1741000/1741000
513.10/512.36	c cleaning 34003 clauses out of 68021 with flag 1775000/1775000
523.41/522.66	c cleaning 33995 clauses out of 68019 with flag 1809001/1809001
534.61/533.88	c cleaning 34011 clauses out of 68023 with flag 1843000/1843000
545.41/544.66	c cleaning 33993 clauses out of 68012 with flag 1877000/1877000
555.81/555.00	c cleaning 34003 clauses out of 68019 with flag 1911000/1911000
566.71/565.93	c cleaning 34000 clauses out of 68017 with flag 1945001/1945001
577.02/576.24	c cleaning 33994 clauses out of 68017 with flag 1979001/1979001
587.92/587.16	c cleaning 34001 clauses out of 68022 with flag 2013000/2013000
598.72/597.98	c cleaning 34008 clauses out of 68022 with flag 2047001/2047001
608.94/608.15	c cleaning 33997 clauses out of 68013 with flag 2081000/2081000
619.14/618.35	c cleaning 33998 clauses out of 68016 with flag 2115000/2115000
629.64/628.86	c cleaning 33997 clauses out of 68018 with flag 2149000/2149000
640.24/639.48	c cleaning 34002 clauses out of 68022 with flag 2183001/2183001
650.65/649.89	c cleaning 33998 clauses out of 68019 with flag 2217000/2217000
661.45/660.67	c cleaning 34000 clauses out of 68023 with flag 2251002/2251002
672.05/671.22	c cleaning 34007 clauses out of 68021 with flag 2285000/2285000
682.35/681.59	c cleaning 33999 clauses out of 68014 with flag 2319000/2319000
692.85/692.09	c cleaning 33999 clauses out of 68015 with flag 2353000/2353000
703.36/702.52	c cleaning 34000 clauses out of 68019 with flag 2387003/2387003
713.46/712.65	c cleaning 33996 clauses out of 68016 with flag 2421000/2421000
724.46/723.66	c cleaning 34000 clauses out of 68020 with flag 2455000/2455000
735.26/734.42	c cleaning 34006 clauses out of 68021 with flag 2489001/2489001
745.67/744.84	c cleaning 34000 clauses out of 68014 with flag 2523000/2523000
755.67/754.86	c cleaning 33997 clauses out of 68014 with flag 2557000/2557000
765.97/765.10	c cleaning 34004 clauses out of 68017 with flag 2591000/2591000
776.47/775.65	c cleaning 34000 clauses out of 68013 with flag 2625000/2625000
787.28/786.47	c cleaning 33998 clauses out of 68014 with flag 2659001/2659001
797.88/797.03	c cleaning 33999 clauses out of 68015 with flag 2693000/2693000
808.68/807.83	c cleaning 34001 clauses out of 68016 with flag 2727000/2727000
818.78/817.95	c cleaning 33999 clauses out of 68015 with flag 2761000/2761000
828.88/828.01	c cleaning 33999 clauses out of 68016 with flag 2795000/2795000
839.29/838.42	c cleaning 34002 clauses out of 68017 with flag 2829000/2829000
850.19/849.32	c cleaning 33997 clauses out of 68015 with flag 2863000/2863000
861.10/860.23	c cleaning 34002 clauses out of 68020 with flag 2897002/2897002
871.89/871.05	c cleaning 34001 clauses out of 68017 with flag 2931001/2931001
882.30/881.48	c cleaning 33993 clauses out of 68016 with flag 2965001/2965001
893.01/892.16	c cleaning 33999 clauses out of 68022 with flag 2999000/2999000
903.20/902.34	c cleaning 34003 clauses out of 68023 with flag 3033000/3033000
913.50/912.63	c cleaning 34002 clauses out of 68021 with flag 3067001/3067001
923.92/923.02	c cleaning 34000 clauses out of 68018 with flag 3101000/3101000
934.32/933.41	c cleaning 34002 clauses out of 68018 with flag 3135000/3135000
944.62/943.78	c cleaning 34001 clauses out of 68016 with flag 3169000/3169000
955.63/954.72	c cleaning 33994 clauses out of 68015 with flag 3203000/3203000
966.22/965.32	c cleaning 34002 clauses out of 68023 with flag 3237002/3237002
976.83/975.96	c cleaning 33993 clauses out of 68019 with flag 3271000/3271000
987.73/986.85	c cleaning 34008 clauses out of 68030 with flag 3305004/3305004
997.93/997.06	c cleaning 34003 clauses out of 68018 with flag 3339000/3339000
1008.03/1007.10	c cleaning 33997 clauses out of 68015 with flag 3373000/3373000
1018.34/1017.47	c cleaning 34002 clauses out of 68018 with flag 3407000/3407000
1029.13/1028.21	c cleaning 33999 clauses out of 68016 with flag 3441000/3441000
1039.83/1038.91	c cleaning 33993 clauses out of 68017 with flag 3475000/3475000
1050.94/1050.03	c cleaning 34002 clauses out of 68024 with flag 3509000/3509000
1061.94/1061.00	c cleaning 34002 clauses out of 68022 with flag 3543000/3543000
1072.35/1071.46	c cleaning 34002 clauses out of 68021 with flag 3577001/3577001
1082.95/1082.04	c cleaning 34000 clauses out of 68018 with flag 3611000/3611000
1093.75/1092.82	c cleaning 34000 clauses out of 68018 with flag 3645000/3645000
1103.65/1102.78	c cleaning 34004 clauses out of 68020 with flag 3679002/3679002
1114.16/1113.25	c cleaning 33994 clauses out of 68014 with flag 3713000/3713000
1124.86/1123.94	c cleaning 34002 clauses out of 68020 with flag 3747000/3747000
1135.16/1134.29	c cleaning 34004 clauses out of 68019 with flag 3781001/3781001
1145.36/1144.49	c cleaning 33994 clauses out of 68014 with flag 3815000/3815000
1155.77/1154.86	c cleaning 34004 clauses out of 68021 with flag 3849001/3849001
1166.47/1165.55	c cleaning 34001 clauses out of 68016 with flag 3883000/3883000
1177.88/1176.95	c cleaning 34005 clauses out of 68015 with flag 3917000/3917000
1189.87/1188.94	c cleaning 33998 clauses out of 68010 with flag 3951000/3951000
1201.58/1200.65	c cleaning 34002 clauses out of 68013 with flag 3985001/3985001
1212.18/1211.22	c cleaning 33996 clauses out of 68011 with flag 4019001/4019001
1222.59/1221.62	c cleaning 33997 clauses out of 68014 with flag 4053000/4053000
1232.80/1231.82	c cleaning 34001 clauses out of 68017 with flag 4087000/4087000
1243.00/1242.07	c cleaning 33997 clauses out of 68016 with flag 4121000/4121000
1253.60/1252.66	c cleaning 33998 clauses out of 68020 with flag 4155001/4155001
1264.30/1263.39	c cleaning 33994 clauses out of 68021 with flag 4189000/4189000
1275.31/1274.36	c cleaning 34004 clauses out of 68028 with flag 4223001/4223001
1286.01/1285.00	c cleaning 34009 clauses out of 68024 with flag 4257001/4257001
1297.21/1296.30	c cleaning 34000 clauses out of 68015 with flag 4291001/4291001
1301.02/1300.01	c starts		: 2014
1301.02/1300.01	c conflicts		: 4305488
1301.02/1300.01	c decisions		: 5373675
1301.02/1300.01	c propagations		: 155822704
1301.02/1300.01	c inspects		: 12599777258
1301.02/1300.01	c shortcuts		: 0
1301.02/1300.01	c learnt literals	: 0
1301.02/1300.01	c learnt binary clauses	: 0
1301.02/1300.01	c learnt ternary clauses	: 0
1301.02/1300.01	c learnt constraints	: 4305488
1301.02/1300.01	c ignored constraints	: 0
1301.02/1300.01	c root simplifications	: 2014
1301.02/1300.01	c removed literals (reason simplification)	: 30816700
1301.02/1300.01	c reason swapping (by a shorter reason)	: 0
1301.02/1300.01	c Calls to reduceDB	: 139
1301.02/1300.01	c speed (assignments/second)	: 119883.44533903683
1301.02/1300.01	c non guided choices	178
1301.02/1300.04	c learnt constraints type 
1301.02/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48567
1301.02/1300.04	c constraints type 
1301.02/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34000
1301.02/1300.04	s UNKNOWN
1301.02/1300.04	c Total wall clock time (in seconds) : 1299.91

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190298-1302598122/watcher-3190298-1302598122 -o /tmp/evaluation-result-3190298-1302598122/solver-3190298-1302598122 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190298-1302598122.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.68 3.88 3.31 5/222 9757
/proc/meminfo: memFree=13727056/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=31604 CPUtime=0 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 1270 0 0 0 0 0 0 0 22 0 2 0 371408864 32362496 987 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 7901 996 767 9 0 386 0
[pid=9757/tid=9758] ppid=9755 vsize=31604 CPUtime=0 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 170 0 0 0 0 0 0 0 24 0 2 0 371408864 32362496 1001 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254495768199 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0149919 s]
/proc/loadavg: 3.68 3.88 3.31 5/222 9757
/proc/meminfo: memFree=13727056/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7540840 CPUtime=0 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 6011 0 1 0 0 0 0 0 22 0 2 0 371408864 7721820160 5711 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1885210 5733 919 9 0 1876366 0
[pid=9757/tid=9758] ppid=9755 vsize=7540840 CPUtime=0 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 4929 0 1 0 0 0 0 0 24 0 2 0 371408864 7721820160 5745 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.100989 s]
/proc/loadavg: 3.68 3.88 3.31 5/222 9757
/proc/meminfo: memFree=13727056/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7570804 CPUtime=0.09 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 10211 0 1 0 8 1 0 0 22 0 18 0 371408864 7752503296 9906 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1892701 9906 2086 9 0 1883439 0
[pid=9757/tid=9758] ppid=9755 vsize=7570804 CPUtime=0.07 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 8465 0 1 0 6 1 0 0 22 0 18 0 371408864 7752503296 9907 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570804

[startup+0.319904 s]
/proc/loadavg: 3.68 3.88 3.31 5/222 9757
/proc/meminfo: memFree=13727056/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7575756 CPUtime=0.51 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 13446 0 1 0 49 2 0 0 22 0 19 0 371408864 7757574144 12633 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1893939 12633 2216 9 0 1884677 0
[pid=9757/tid=9758] ppid=9755 vsize=7575756 CPUtime=0.29 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 10123 0 1 0 28 1 0 0 23 0 19 0 371408864 7757574144 12633 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 47943069913995 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7575756

[startup+0.700881 s]
/proc/loadavg: 3.68 3.88 3.31 5/222 9757
/proc/meminfo: memFree=13727056/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7576244 CPUtime=1.05 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 13982 0 1 0 103 2 0 0 22 0 19 0 371408864 7758073856 13169 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1894061 13169 2223 9 0 1884799 0
[pid=9757/tid=9758] ppid=9755 vsize=7576244 CPUtime=0.67 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 10458 0 1 0 66 1 0 0 25 0 19 0 371408864 7758073856 13169 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 46912505631964 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 7576244

[startup+1.55759 s]
/proc/loadavg: 3.68 3.88 3.31 5/262 9800
/proc/meminfo: memFree=13601756/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7665700 CPUtime=2.17 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 24452 0 1 0 214 3 0 0 22 0 19 0 371408864 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1916425 21531 2252 9 0 1907163 0
[pid=9757/tid=9758] ppid=9755 vsize=7665700 CPUtime=1.49 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 10913 0 1 0 148 1 0 0 25 0 19 0 371408864 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 46912505583719 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 9440 0 -1 4202560 376 0 0 0 0 0 0 0 18 0 19 0 371408865 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 9440 0 -1 4202560 169 0 0 0 0 0 0 0 17 0 19 0 371408865 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 9440 0 -1 4202560 406 0 0 0 0 0 0 0 17 0 19 0 371408865 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 9440 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 371408865 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 9440 0 -1 4202560 64 0 0 0 0 0 0 0 18 0 19 0 371408865 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 9440 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 371408865 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9766/stat : 9766 (java) R 9755 9757 9440 0 -1 4202560 98 0 0 0 0 0 0 0 17 0 19 0 371408865 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 9440 0 -1 4202560 159 0 0 0 0 0 0 0 18 0 19 0 371408865 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=7665700 CPUtime=0.01 cores=5,7
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 9440 0 -1 4202560 1293 0 0 0 1 0 0 0 16 0 19 0 371408866 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 9440 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371408867 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9777] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9777/stat : 9777 (java) S 9755 9757 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371408867 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9787] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9787/stat : 9787 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371408869 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9788] ppid=9755 vsize=7665700 CPUtime=0.46 cores=5,7
/proc/9757/task/9788/stat : 9788 (java) S 9755 9757 9440 0 -1 4202560 8564 0 0 0 46 0 0 0 15 0 19 0 371408869 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9789] ppid=9755 vsize=7665700 CPUtime=0.15 cores=5,7
/proc/9757/task/9789/stat : 9789 (java) S 9755 9757 9440 0 -1 4202560 1233 0 0 0 15 0 0 0 15 0 19 0 371408869 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9790] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9790/stat : 9790 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371408869 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9791] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9791/stat : 9791 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371408869 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9799] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9799/stat : 9799 (java) S 9755 9757 9440 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371408887 7849676800 21531 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 7665700

[startup+3.1014 s]
/proc/loadavg: 3.68 3.88 3.31 5/262 9800
/proc/meminfo: memFree=13529796/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7665700 CPUtime=3.75 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 25114 0 1 0 371 4 0 0 22 0 19 0 371408864 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1916425 22192 2254 9 0 1907163 0
[pid=9757/tid=9758] ppid=9755 vsize=7665700 CPUtime=3.01 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 10914 0 1 0 300 1 0 0 25 0 19 0 371408864 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 46912505583820 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 9440 0 -1 4202560 376 0 0 0 0 0 0 0 16 0 19 0 371408865 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 9440 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 19 0 371408865 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 9440 0 -1 4202560 406 0 0 0 0 0 0 0 15 0 19 0 371408865 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 9440 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 371408865 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 9440 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 371408865 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 9440 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371408865 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 9440 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 371408865 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 9440 0 -1 4202560 643 0 0 0 0 0 0 0 15 0 19 0 371408865 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=7665700 CPUtime=0.03 cores=5,7
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 9440 0 -1 4202560 1468 0 0 0 3 0 0 0 16 0 19 0 371408866 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 9440 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371408867 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9777] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9777/stat : 9777 (java) S 9755 9757 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371408867 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9787] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9787/stat : 9787 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371408869 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9788] ppid=9755 vsize=7665700 CPUtime=0.49 cores=5,7
/proc/9757/task/9788/stat : 9788 (java) S 9755 9757 9440 0 -1 4202560 8566 0 0 0 49 0 0 0 15 0 19 0 371408869 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9789] ppid=9755 vsize=7665700 CPUtime=0.15 cores=5,7
/proc/9757/task/9789/stat : 9789 (java) S 9755 9757 9440 0 -1 4202560 1233 0 0 0 15 0 0 0 15 0 19 0 371408869 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9790] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9790/stat : 9790 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371408869 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9791] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9791/stat : 9791 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371408869 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9799] ppid=9755 vsize=7665700 CPUtime=0 cores=5,7
/proc/9757/task/9799/stat : 9799 (java) S 9755 9757 9440 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371408887 7849676800 22192 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 7665700

[startup+6.30077 s]
/proc/loadavg: 3.79 3.90 3.32 5/262 9800
/proc/meminfo: memFree=13484544/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7662336 CPUtime=6.97 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 25564 0 1 0 693 4 0 0 22 0 19 0 371408864 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1915584 22338 2254 9 0 1906322 0
[pid=9757/tid=9758] ppid=9755 vsize=7662336 CPUtime=6.16 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 10916 0 1 0 615 1 0 0 25 0 19 0 371408864 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 46912505623233 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 9440 0 -1 4202560 376 0 0 0 0 0 0 0 15 0 19 0 371408865 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 9440 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 371408865 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 9440 0 -1 4202560 406 0 0 0 0 0 0 0 15 0 19 0 371408865 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 9440 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 371408865 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 9440 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 371408865 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 9440 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 19 0 371408865 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 9440 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 371408865 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 9440 0 -1 4202560 643 0 0 0 0 0 0 0 15 0 19 0 371408865 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 9440 0 -1 4202560 1598 0 0 0 8 0 0 0 15 0 19 0 371408866 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 9440 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9777] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9777/stat : 9777 (java) S 9755 9757 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9787] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9787/stat : 9787 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371408869 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9788] ppid=9755 vsize=7662336 CPUtime=0.49 cores=5,7
/proc/9757/task/9788/stat : 9788 (java) S 9755 9757 9440 0 -1 4202560 8567 0 0 0 49 0 0 0 15 0 19 0 371408869 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9789] ppid=9755 vsize=7662336 CPUtime=0.17 cores=5,7
/proc/9757/task/9789/stat : 9789 (java) S 9755 9757 9440 0 -1 4202560 1234 0 0 0 17 0 0 0 15 0 19 0 371408869 7846232064 22338 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0

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

[pid=9757/tid=9765] ppid=9755 vsize=7662336 CPUtime=0.09 cores=5,7
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 9440 0 -1 4202560 584 0 0 0 9 0 0 0 16 0 19 0 371408865 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 9440 0 -1 4202560 605 0 0 0 8 0 0 0 15 0 19 0 371408865 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=7662336 CPUtime=0.07 cores=5,7
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 9440 0 -1 4202560 983 0 0 0 7 0 0 0 15 0 19 0 371408865 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=7662336 CPUtime=3.82 cores=5,7
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 9440 0 -1 4202560 3622 0 0 0 380 2 0 0 15 0 19 0 371408866 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 9440 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9777] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9777/stat : 9777 (java) S 9755 9757 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9787] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9787/stat : 9787 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371408869 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9788] ppid=9755 vsize=7662336 CPUtime=0.49 cores=5,7
/proc/9757/task/9788/stat : 9788 (java) S 9755 9757 9440 0 -1 4202560 8567 0 0 0 49 0 0 0 15 0 19 0 371408869 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9789] ppid=9755 vsize=7662336 CPUtime=0.19 cores=5,7
/proc/9757/task/9789/stat : 9789 (java) S 9755 9757 9440 0 -1 4202560 1242 0 0 0 19 0 0 0 15 0 19 0 371408869 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9790] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9790/stat : 9790 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371408869 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9791] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9791/stat : 9791 (java) S 9755 9757 9440 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 371408869 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9799] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9799/stat : 9799 (java) S 9755 9757 9440 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371408887 7846232064 28536 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.26
Current children cumulated vsize (KiB) 7662336

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.79 5/262 9843
/proc/meminfo: memFree=13168776/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7662336 CPUtime=1183.27 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 32171 0 1 0 118319 8 0 0 22 0 19 0 371408864 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1915584 28684 2255 9 0 1906322 0
[pid=9757/tid=9758] ppid=9755 vsize=7662336 CPUtime=1177.85 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 12425 0 1 0 117782 3 0 0 25 0 19 0 371408864 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 46912505583850 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=7662336 CPUtime=0.07 cores=5,7
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 9440 0 -1 4202560 876 0 0 0 7 0 0 0 15 0 19 0 371408865 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=7662336 CPUtime=0.07 cores=5,7
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 9440 0 -1 4202560 217 0 0 0 7 0 0 0 15 0 19 0 371408865 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 9440 0 -1 4202560 1358 0 0 0 8 0 0 0 15 0 19 0 371408865 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=7662336 CPUtime=0.07 cores=5,7
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 9440 0 -1 4202560 19 0 0 0 7 0 0 0 15 0 19 0 371408865 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 9440 0 -1 4202560 388 0 0 0 8 0 0 0 15 0 19 0 371408865 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=7662336 CPUtime=0.1 cores=5,7
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 9440 0 -1 4202560 586 0 0 0 10 0 0 0 15 0 19 0 371408865 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 9440 0 -1 4202560 605 0 0 0 8 0 0 0 15 0 19 0 371408865 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=7662336 CPUtime=0.07 cores=5,7
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 9440 0 -1 4202560 983 0 0 0 7 0 0 0 15 0 19 0 371408865 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=7662336 CPUtime=4.02 cores=5,7
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 9440 0 -1 4202560 3685 0 0 0 400 2 0 0 15 0 19 0 371408866 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 9440 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9777] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9777/stat : 9777 (java) S 9755 9757 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9787] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9787/stat : 9787 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371408869 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9788] ppid=9755 vsize=7662336 CPUtime=0.49 cores=5,7
/proc/9757/task/9788/stat : 9788 (java) S 9755 9757 9440 0 -1 4202560 8567 0 0 0 49 0 0 0 15 0 19 0 371408869 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9789] ppid=9755 vsize=7662336 CPUtime=0.19 cores=5,7
/proc/9757/task/9789/stat : 9789 (java) S 9755 9757 9440 0 -1 4202560 1242 0 0 0 19 0 0 0 15 0 19 0 371408869 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9790] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9790/stat : 9790 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371408869 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9791] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9791/stat : 9791 (java) S 9755 9757 9440 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371408869 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9799] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9799/stat : 9799 (java) S 9755 9757 9440 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371408887 7846232064 28684 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.27
Current children cumulated vsize (KiB) 7662336

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.80 5/262 9845
/proc/meminfo: memFree=13163864/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7662336 CPUtime=1243.3 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 32251 0 1 0 124321 9 0 0 22 0 19 0 371408864 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1915584 28750 2255 9 0 1906322 0
[pid=9757/tid=9758] ppid=9755 vsize=7662336 CPUtime=1237.64 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 12431 0 1 0 123761 3 0 0 25 0 19 0 371408864 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 46912505583820 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=7662336 CPUtime=0.07 cores=5,7
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 9440 0 -1 4202560 876 0 0 0 7 0 0 0 15 0 19 0 371408865 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=7662336 CPUtime=0.07 cores=5,7
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 9440 0 -1 4202560 217 0 0 0 7 0 0 0 15 0 19 0 371408865 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=7662336 CPUtime=0.09 cores=5,7
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 9440 0 -1 4202560 1358 0 0 0 9 0 0 0 15 0 19 0 371408865 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 9440 0 -1 4202560 20 0 0 0 8 0 0 0 15 0 19 0 371408865 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=7662336 CPUtime=0.09 cores=5,7
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 9440 0 -1 4202560 391 0 0 0 9 0 0 0 15 0 19 0 371408865 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=7662336 CPUtime=0.1 cores=5,7
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 9440 0 -1 4202560 586 0 0 0 10 0 0 0 15 0 19 0 371408865 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 9440 0 -1 4202560 605 0 0 0 8 0 0 0 15 0 19 0 371408865 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 9440 0 -1 4202560 983 0 0 0 8 0 0 0 15 0 19 0 371408865 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=7662336 CPUtime=4.22 cores=5,7
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 9440 0 -1 4202560 3751 0 0 0 420 2 0 0 16 0 19 0 371408866 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 9440 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9777] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9777/stat : 9777 (java) S 9755 9757 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9787] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9787/stat : 9787 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371408869 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9788] ppid=9755 vsize=7662336 CPUtime=0.49 cores=5,7
/proc/9757/task/9788/stat : 9788 (java) S 9755 9757 9440 0 -1 4202560 8567 0 0 0 49 0 0 0 15 0 19 0 371408869 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9789] ppid=9755 vsize=7662336 CPUtime=0.19 cores=5,7
/proc/9757/task/9789/stat : 9789 (java) S 9755 9757 9440 0 -1 4202560 1242 0 0 0 19 0 0 0 15 0 19 0 371408869 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9790] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9790/stat : 9790 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371408869 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9791] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9791/stat : 9791 (java) S 9755 9757 9440 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371408869 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9799] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9799/stat : 9799 (java) S 9755 9757 9440 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371408887 7846232064 28750 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.3
Current children cumulated vsize (KiB) 7662336



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.81 3/222 9852
/proc/meminfo: memFree=13545308/32950928 swapFree=67111528/67111528
[pid=9757] ppid=9755 vsize=7662336 CPUtime=1301.02 cores=5,7
/proc/9757/stat : 9757 (java) S 9755 9757 9440 0 -1 4202496 32313 0 1 0 130093 9 0 0 22 0 19 0 371408864 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9757/statm: 1915584 28801 2255 9 0 1906322 0
[pid=9757/tid=9758] ppid=9755 vsize=7662336 CPUtime=1295.16 cores=5,7
/proc/9757/task/9758/stat : 9758 (java) R 9755 9757 9440 0 -1 4202560 12441 0 1 0 129513 3 0 0 25 0 19 0 371408864 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 46912505623233 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9757/tid=9760] ppid=9755 vsize=7662336 CPUtime=0.07 cores=5,7
/proc/9757/task/9760/stat : 9760 (java) S 9755 9757 9440 0 -1 4202560 876 0 0 0 7 0 0 0 16 0 19 0 371408865 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9761] ppid=9755 vsize=7662336 CPUtime=0.07 cores=5,7
/proc/9757/task/9761/stat : 9761 (java) S 9755 9757 9440 0 -1 4202560 217 0 0 0 7 0 0 0 15 0 19 0 371408865 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9762] ppid=9755 vsize=7662336 CPUtime=0.09 cores=5,7
/proc/9757/task/9762/stat : 9762 (java) S 9755 9757 9440 0 -1 4202560 1358 0 0 0 9 0 0 0 15 0 19 0 371408865 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9763] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9763/stat : 9763 (java) S 9755 9757 9440 0 -1 4202560 20 0 0 0 8 0 0 0 15 0 19 0 371408865 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9764] ppid=9755 vsize=7662336 CPUtime=0.1 cores=5,7
/proc/9757/task/9764/stat : 9764 (java) S 9755 9757 9440 0 -1 4202560 391 0 0 0 10 0 0 0 15 0 19 0 371408865 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9765] ppid=9755 vsize=7662336 CPUtime=0.1 cores=5,7
/proc/9757/task/9765/stat : 9765 (java) S 9755 9757 9440 0 -1 4202560 586 0 0 0 10 0 0 0 15 0 19 0 371408865 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9766] ppid=9755 vsize=7662336 CPUtime=0.09 cores=5,7
/proc/9757/task/9766/stat : 9766 (java) S 9755 9757 9440 0 -1 4202560 607 0 0 0 9 0 0 0 15 0 19 0 371408865 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9767] ppid=9755 vsize=7662336 CPUtime=0.08 cores=5,7
/proc/9757/task/9767/stat : 9767 (java) S 9755 9757 9440 0 -1 4202560 984 0 0 0 8 0 0 0 16 0 19 0 371408865 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9773] ppid=9755 vsize=7662336 CPUtime=4.38 cores=5,7
/proc/9757/task/9773/stat : 9773 (java) S 9755 9757 9440 0 -1 4202560 3796 0 0 0 436 2 0 0 15 0 19 0 371408866 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9775] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9775/stat : 9775 (java) S 9755 9757 9440 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9777] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9777/stat : 9777 (java) S 9755 9757 9440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371408867 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9787] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9787/stat : 9787 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371408869 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9788] ppid=9755 vsize=7662336 CPUtime=0.49 cores=5,7
/proc/9757/task/9788/stat : 9788 (java) S 9755 9757 9440 0 -1 4202560 8567 0 0 0 49 0 0 0 15 0 19 0 371408869 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9789] ppid=9755 vsize=7662336 CPUtime=0.19 cores=5,7
/proc/9757/task/9789/stat : 9789 (java) S 9755 9757 9440 0 -1 4202560 1242 0 0 0 19 0 0 0 15 0 19 0 371408869 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9790] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9790/stat : 9790 (java) S 9755 9757 9440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 371408869 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=9757/tid=9791] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9791/stat : 9791 (java) S 9755 9757 9440 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371408869 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=9757/tid=9799] ppid=9755 vsize=7662336 CPUtime=0 cores=5,7
/proc/9757/task/9799/stat : 9799 (java) S 9755 9757 9440 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 371408887 7846232064 28801 33554432000 1073741824 1073778376 140736247291872 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.02
Current children cumulated vsize (KiB) 7662336

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

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

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301.09
CPU user time (s): 1301
CPU system time (s): 0.096985
CPU usage (%): 100.081
Max. virtual memory (cumulated for all children) (KiB): 7665700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32350
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= 30619
involuntary context switches= 6314

runsolver used 2.09968 second user time and 5.01724 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-12 10:48:42
IDJOB=3190298
IDBENCH=82629
IDSOLVER=1611
FILE ID=node149/3190298-1302598122
RUNJOBID= node149-1302596818-9461
PBS_JOBID= 12958093
Free space on /tmp= 72632 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S1275797759-041-UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190298-1302598122/watcher-3190298-1302598122 -o /tmp/evaluation-result-3190298-1302598122/solver-3190298-1302598122 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190298-1302598122.cnf

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

MD5SUM BENCH= 374e3ba6783d13d6d478972802d8dba0
RANDOM SEED=798305783

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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:      13727336 kB
Buffers:        686096 kB
Cached:       17972068 kB
SwapCached:          0 kB
Active:        9371684 kB
Inactive:      9448860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13727336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4496 kB
Writeback:           0 kB
AnonPages:      161568 kB
Mapped:          23460 kB
Slab:           339256 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14740520 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= 72636 MiB
End job on node149 at 2011-04-12 11:10:24