Trace number 3190299

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1264065752-051-UNKNOWN.cnf
MD5SUMfafa522767a4e86ea9e03f34c2fb7311
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark279.102
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
Number of clauses of size over 50

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		6997539544
0.03/0.07	c Max memory 		7034241024
0.03/0.07	c Total memory 		7034241024
0.03/0.07	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3190299-1302598122.cnf
0.03/0.09	c reading problem ... 
0.27/0.23	c ... done. Wall clock time 0.148s.
0.27/0.23	c #vars     2000
0.27/0.23	c #constraints  40000
0.27/0.23	c constraints type 
0.27/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
2.17/1.79	c cleaning 2497 clauses out of 5000 with flag 5000/5000
3.89/3.29	c cleaning 4246 clauses out of 8504 with flag 11001/11001
5.68/5.02	c cleaning 5628 clauses out of 11257 with flag 18000/18000
7.68/7.04	c cleaning 6810 clauses out of 13629 with flag 26000/26000
9.89/9.27	c cleaning 7905 clauses out of 15819 with flag 35000/35000
12.49/11.80	c cleaning 8957 clauses out of 17914 with flag 45000/45000
15.19/14.60	c cleaning 9977 clauses out of 19958 with flag 56001/56001
18.39/17.77	c cleaning 10986 clauses out of 21980 with flag 68000/68000
21.79/21.14	c cleaning 11990 clauses out of 23995 with flag 81001/81001
25.50/24.85	c cleaning 12999 clauses out of 26004 with flag 95000/95000
29.61/28.95	c cleaning 13997 clauses out of 28008 with flag 110003/110003
34.01/33.36	c cleaning 14999 clauses out of 30008 with flag 126000/126000
38.72/38.05	c cleaning 15998 clauses out of 32010 with flag 143001/143001
43.72/43.09	c cleaning 17000 clauses out of 34011 with flag 161000/161000
49.22/48.50	c cleaning 18000 clauses out of 36011 with flag 180000/180000
54.93/54.29	c cleaning 18997 clauses out of 38011 with flag 200000/200000
61.14/60.45	c cleaning 20003 clauses out of 40014 with flag 221000/221000
67.54/66.89	c cleaning 21001 clauses out of 42011 with flag 243000/243000
74.45/73.77	c cleaning 22001 clauses out of 44010 with flag 266000/266000
81.54/80.85	c cleaning 22999 clauses out of 46009 with flag 290000/290000
89.15/88.48	c cleaning 23998 clauses out of 48014 with flag 315004/315004
97.45/96.71	c cleaning 24997 clauses out of 50012 with flag 341000/341000
105.96/105.23	c cleaning 25998 clauses out of 52015 with flag 368000/368000
114.57/113.86	c cleaning 27005 clauses out of 54018 with flag 396001/396001
123.98/123.25	c cleaning 27995 clauses out of 56014 with flag 425002/425002
133.78/133.09	c cleaning 29002 clauses out of 58017 with flag 455000/455000
143.69/142.93	c cleaning 30001 clauses out of 60015 with flag 486000/486000
154.59/153.80	c cleaning 30999 clauses out of 62014 with flag 518000/518000
165.29/164.54	c cleaning 32007 clauses out of 64015 with flag 551000/551000
176.70/175.97	c cleaning 32999 clauses out of 66008 with flag 585000/585000
188.91/188.18	c cleaning 33996 clauses out of 68010 with flag 620001/620001
201.21/200.45	c cleaning 34997 clauses out of 70013 with flag 656000/656000
214.72/213.94	c cleaning 36001 clauses out of 72017 with flag 693001/693001
227.63/226.85	c cleaning 36994 clauses out of 74015 with flag 731000/731000
242.13/241.30	c cleaning 38005 clauses out of 76021 with flag 770000/770000
256.14/255.35	c cleaning 39002 clauses out of 78016 with flag 810000/810000
271.35/270.57	c cleaning 39500 clauses out of 79014 with flag 850000/850000
285.66/284.81	c cleaning 39754 clauses out of 79516 with flag 890002/890002
300.96/300.10	c cleaning 39870 clauses out of 79760 with flag 930000/930000
315.37/314.55	c cleaning 39937 clauses out of 79890 with flag 970000/970000
330.07/329.26	c cleaning 39975 clauses out of 79954 with flag 1010001/1010001
344.89/344.08	c cleaning 39981 clauses out of 79978 with flag 1050000/1050000
358.99/358.16	c cleaning 39994 clauses out of 79998 with flag 1090001/1090001
374.60/373.80	c cleaning 39998 clauses out of 80003 with flag 1130000/1130000
389.11/388.22	c cleaning 39998 clauses out of 80006 with flag 1170001/1170001
403.52/402.64	c cleaning 39992 clauses out of 80007 with flag 1210000/1210000
419.52/418.60	c cleaning 39996 clauses out of 80015 with flag 1250000/1250000
433.83/432.99	c cleaning 39995 clauses out of 80020 with flag 1290001/1290001
448.23/447.36	c cleaning 40006 clauses out of 80024 with flag 1330000/1330000
463.74/462.86	c cleaning 40004 clauses out of 80019 with flag 1370001/1370001
478.25/477.37	c cleaning 39996 clauses out of 80015 with flag 1410001/1410001
492.55/491.70	c cleaning 40002 clauses out of 80018 with flag 1450000/1450000
507.05/506.12	c cleaning 39997 clauses out of 80016 with flag 1490000/1490000
522.16/521.21	c cleaning 40000 clauses out of 80019 with flag 1530000/1530000
536.46/535.53	c cleaning 40001 clauses out of 80019 with flag 1570000/1570000
550.87/549.99	c cleaning 40004 clauses out of 80018 with flag 1610000/1610000
565.18/564.24	c cleaning 39997 clauses out of 80015 with flag 1650001/1650001
580.08/579.20	c cleaning 40005 clauses out of 80022 with flag 1690005/1690005
594.38/593.50	c cleaning 39993 clauses out of 80014 with flag 1730002/1730002
609.09/608.11	c cleaning 39999 clauses out of 80021 with flag 1770002/1770002
623.90/622.97	c cleaning 39997 clauses out of 80023 with flag 1810003/1810003
639.80/638.81	c cleaning 40003 clauses out of 80024 with flag 1850001/1850001
654.02/653.08	c cleaning 40001 clauses out of 80020 with flag 1890000/1890000
668.42/667.49	c cleaning 39998 clauses out of 80020 with flag 1930001/1930001
683.33/682.37	c cleaning 40000 clauses out of 80022 with flag 1970001/1970001
698.03/697.00	c cleaning 39994 clauses out of 80021 with flag 2010000/2010000
712.84/711.88	c cleaning 40010 clauses out of 80027 with flag 2050000/2050000
726.95/725.98	c cleaning 40000 clauses out of 80017 with flag 2090000/2090000
741.25/740.22	c cleaning 39996 clauses out of 80019 with flag 2130002/2130002
756.35/755.34	c cleaning 40008 clauses out of 80021 with flag 2170000/2170000
771.55/770.58	c cleaning 39991 clauses out of 80013 with flag 2210000/2210000
787.06/786.06	c cleaning 40001 clauses out of 80022 with flag 2250000/2250000
801.37/800.34	c cleaning 40001 clauses out of 80023 with flag 2290002/2290002
815.87/814.82	c cleaning 39999 clauses out of 80020 with flag 2330000/2330000
830.48/829.44	c cleaning 40001 clauses out of 80022 with flag 2370001/2370001
845.58/844.58	c cleaning 39997 clauses out of 80020 with flag 2410000/2410000
861.59/860.54	c cleaning 40002 clauses out of 80023 with flag 2450000/2450000
876.50/875.48	c cleaning 40005 clauses out of 80021 with flag 2490000/2490000
890.91/889.89	c cleaning 40008 clauses out of 80017 with flag 2530001/2530001
905.50/904.44	c cleaning 39995 clauses out of 80008 with flag 2570000/2570000
919.91/918.87	c cleaning 39998 clauses out of 80013 with flag 2610000/2610000
934.82/933.75	c cleaning 39986 clauses out of 80015 with flag 2650000/2650000
950.52/949.46	c cleaning 39993 clauses out of 80029 with flag 2690000/2690000
965.84/964.78	c cleaning 40009 clauses out of 80037 with flag 2730001/2730001
980.14/979.07	c cleaning 40010 clauses out of 80027 with flag 2770000/2770000
994.84/993.76	c cleaning 40001 clauses out of 80018 with flag 2810001/2810001
1009.85/1008.73	c cleaning 39986 clauses out of 80016 with flag 2850000/2850000
1025.05/1023.92	c cleaning 40010 clauses out of 80031 with flag 2890001/2890001
1041.06/1039.93	c cleaning 40005 clauses out of 80021 with flag 2930001/2930001
1056.58/1055.43	c cleaning 39995 clauses out of 80015 with flag 2970000/2970000
1071.59/1070.40	c cleaning 40003 clauses out of 80020 with flag 3010000/3010000
1085.79/1084.67	c cleaning 39996 clauses out of 80018 with flag 3050001/3050001
1100.59/1099.42	c cleaning 40003 clauses out of 80021 with flag 3090000/3090000
1115.50/1114.33	c cleaning 40000 clauses out of 80018 with flag 3130000/3130000
1130.50/1129.37	c cleaning 39994 clauses out of 80018 with flag 3170000/3170000
1145.91/1144.76	c cleaning 40002 clauses out of 80026 with flag 3210002/3210002
1162.02/1160.86	c cleaning 40004 clauses out of 80022 with flag 3250000/3250000
1178.73/1177.54	c cleaning 40006 clauses out of 80018 with flag 3290000/3290000
1193.24/1192.00	c cleaning 39990 clauses out of 80013 with flag 3330001/3330001
1207.34/1206.10	c cleaning 40002 clauses out of 80024 with flag 3370002/3370002
1221.95/1220.77	c cleaning 40004 clauses out of 80021 with flag 3410001/3410001
1237.35/1236.19	c cleaning 40003 clauses out of 80016 with flag 3450000/3450000
1252.86/1251.67	c cleaning 39995 clauses out of 80013 with flag 3490000/3490000
1268.57/1267.32	c cleaning 39988 clauses out of 80018 with flag 3530000/3530000
1284.88/1283.66	c cleaning 39996 clauses out of 80030 with flag 3570000/3570000
1300.99/1299.77	c cleaning 40005 clauses out of 80035 with flag 3610001/3610001
1301.30/1300.01	c starts		: 1891
1301.30/1300.01	c conflicts		: 3610821
1301.30/1300.01	c decisions		: 5647314
1301.30/1300.01	c propagations		: 478504958
1301.30/1300.01	c inspects		: 8367892424
1301.30/1300.01	c shortcuts		: 0
1301.30/1300.01	c learnt literals	: 0
1301.30/1300.01	c learnt binary clauses	: 0
1301.30/1300.01	c learnt ternary clauses	: 0
1301.30/1300.01	c learnt constraints	: 3610821
1301.30/1300.01	c ignored constraints	: 0
1301.30/1300.01	c root simplifications	: 1891
1301.30/1300.01	c removed literals (reason simplification)	: 51232695
1301.30/1300.01	c reason swapping (by a shorter reason)	: 0
1301.30/1300.01	c Calls to reduceDB	: 106
1301.30/1300.01	c speed (assignments/second)	: 368144.74516338995
1301.30/1300.01	c non guided choices	604
1301.30/1300.03	c learnt constraints type 
1301.30/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40880
1301.30/1300.03	c constraints type 
1301.30/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
1301.30/1300.03	s UNKNOWN
1301.30/1300.03	c Total wall clock time (in seconds) : 1299.923

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.68 3.88 3.31 7/234 9772
/proc/meminfo: memFree=13701728/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=30528 CPUtime=0 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 1241 0 0 0 0 0 0 0 22 0 2 0 371408866 31260672 958 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 7632 959 734 9 0 383 0
[pid=9772/tid=9774] ppid=9770 vsize=30528 CPUtime=0 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 132 0 0 0 0 0 0 0 23 0 2 0 371408867 31260672 966 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254500691712 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0408859 s]
/proc/loadavg: 3.68 3.88 3.31 7/234 9772
/proc/meminfo: memFree=13701728/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7565244 CPUtime=0.03 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 8819 0 1 0 2 1 0 0 22 0 13 0 371408866 7746809856 8513 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1891311 8513 1678 9 0 1882059 0
[pid=9772/tid=9774] ppid=9770 vsize=7565244 CPUtime=0.03 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 7669 0 1 0 2 1 0 0 25 0 13 0 371408867 7746809856 8513 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 46912504009792 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7565244

[startup+0.100835 s]
/proc/loadavg: 3.68 3.88 3.31 7/234 9772
/proc/meminfo: memFree=13701728/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7571448 CPUtime=0.09 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 10366 0 1 0 8 1 0 0 22 0 18 0 371408866 7753162752 10060 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1892862 10061 2078 9 0 1883600 0
[pid=9772/tid=9774] ppid=9770 vsize=7571448 CPUtime=0.08 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 8670 0 1 0 7 1 0 0 25 0 18 0 371408867 7753162752 10061 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 46912505181646 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7571448

[startup+0.300833 s]
/proc/loadavg: 3.68 3.88 3.31 7/234 9772
/proc/meminfo: memFree=13701728/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7641084 CPUtime=0.46 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 13061 0 1 0 44 2 0 0 22 0 19 0 371408866 7824470016 12736 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1910271 12736 2210 9 0 1901009 0
[pid=9772/tid=9774] ppid=9770 vsize=7641084 CPUtime=0.27 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 10267 0 1 0 26 1 0 0 25 0 19 0 371408867 7824470016 12736 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 47183201895290 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7641084

[startup+0.700827 s]
/proc/loadavg: 3.68 3.88 3.31 7/234 9772
/proc/meminfo: memFree=13701728/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7643132 CPUtime=1.09 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 14164 0 1 0 107 2 0 0 22 0 19 0 371408866 7826567168 13650 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1910783 13650 2224 9 0 1901521 0
[pid=9772/tid=9774] ppid=9770 vsize=7643132 CPUtime=0.68 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 10643 0 1 0 66 2 0 0 25 0 19 0 371408867 7826567168 13650 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 7643132

[startup+1.50166 s]
/proc/loadavg: 3.68 3.88 3.31 7/262 9800
/proc/meminfo: memFree=13601632/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7644156 CPUtime=1.97 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 15202 0 1 0 194 3 0 0 22 0 19 0 371408866 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1911039 14587 2227 9 0 1901777 0
[pid=9772/tid=9774] ppid=9770 vsize=7644156 CPUtime=1.48 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 11373 0 1 0 146 2 0 0 25 0 19 0 371408867 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 47183206374227 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9772/tid=9778] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9778/stat : 9778 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408868 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9779] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9779/stat : 9779 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408868 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9780] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9780/stat : 9780 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408868 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9781] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9781/stat : 9781 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408868 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9782] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9782/stat : 9782 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408868 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9783] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9783/stat : 9783 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408868 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9784] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9784/stat : 9784 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408868 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9785] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9785/stat : 9785 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408868 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9786] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9786/stat : 9786 (java) S 9770 9772 9440 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371408869 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 0 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9792] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9792/stat : 9792 (java) S 9770 9772 9440 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371408870 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9793] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9793/stat : 9793 (java) S 9770 9772 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371408870 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9794] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9794/stat : 9794 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512515505 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9795] ppid=9770 vsize=7644156 CPUtime=0.32 cores=0,2
/proc/9772/task/9795/stat : 9795 (java) S 9770 9772 9440 0 -1 4202560 1434 0 0 0 32 0 0 0 23 0 19 0 371408872 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9796] ppid=9770 vsize=7644156 CPUtime=0.15 cores=0,2
/proc/9772/task/9796/stat : 9796 (java) S 9770 9772 9440 0 -1 4202560 1231 0 0 0 15 0 0 0 21 0 19 0 371408872 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9797] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9797/stat : 9797 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9798] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9798/stat : 9798 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371408872 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9800] ppid=9770 vsize=7644156 CPUtime=0 cores=0,2
/proc/9772/task/9800/stat : 9800 (java) S 9770 9772 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371408891 7827615744 14587 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 7644156

[startup+3.10134 s]
/proc/loadavg: 3.68 3.88 3.31 5/262 9800
/proc/meminfo: memFree=13529548/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7664072 CPUtime=3.78 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 25167 0 1 0 374 4 0 0 22 0 19 0 371408866 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1916018 22616 2255 9 0 1906756 0
[pid=9772/tid=9774] ppid=9770 vsize=7664072 CPUtime=3 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 11587 0 1 0 298 2 0 0 25 0 19 0 371408867 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 46912505329159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9772/tid=9778] ppid=9770 vsize=7664072 CPUtime=0.01 cores=0,2
/proc/9772/task/9778/stat : 9778 (java) S 9770 9772 9440 0 -1 4202560 1368 0 0 0 1 0 0 0 17 0 19 0 371408868 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9779] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9779/stat : 9779 (java) S 9770 9772 9440 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 371408868 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9780] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9780/stat : 9780 (java) S 9770 9772 9440 0 -1 4202560 75 0 0 0 0 0 0 0 18 0 19 0 371408868 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9781] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9781/stat : 9781 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371408868 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9782] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9782/stat : 9782 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371408868 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9783] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9783/stat : 9783 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371408868 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9784] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9784/stat : 9784 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371408868 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9785] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9785/stat : 9785 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371408868 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9786] ppid=9770 vsize=7664072 CPUtime=0.02 cores=0,2
/proc/9772/task/9786/stat : 9786 (java) S 9770 9772 9440 0 -1 4202560 1451 0 0 0 2 0 0 0 15 0 19 0 371408869 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 0 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9792] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9792/stat : 9792 (java) S 9770 9772 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9793] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9793/stat : 9793 (java) S 9770 9772 9440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9794] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9794/stat : 9794 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512515505 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9795] ppid=9770 vsize=7664072 CPUtime=0.53 cores=0,2
/proc/9772/task/9795/stat : 9795 (java) S 9770 9772 9440 0 -1 4202560 8045 0 0 0 53 0 0 0 16 0 19 0 371408872 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9796] ppid=9770 vsize=7664072 CPUtime=0.18 cores=0,2
/proc/9772/task/9796/stat : 9796 (java) S 9770 9772 9440 0 -1 4202560 1480 0 0 0 18 0 0 0 16 0 19 0 371408872 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9797] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9797/stat : 9797 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9798] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9798/stat : 9798 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371408872 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9800] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9800/stat : 9800 (java) S 9770 9772 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371408891 7848009728 22616 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 7664072

[startup+6.3007 s]
/proc/loadavg: 3.79 3.90 3.32 5/262 9800
/proc/meminfo: memFree=13484544/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7664072 CPUtime=6.98 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 26625 0 1 0 694 4 0 0 22 0 19 0 371408866 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1916018 23899 2255 9 0 1906756 0
[pid=9772/tid=9774] ppid=9770 vsize=7664072 CPUtime=6.13 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 11590 0 1 0 611 2 0 0 19 0 19 0 371408867 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 46912505582649 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9772/tid=9778] ppid=9770 vsize=7664072 CPUtime=0.01 cores=0,2
/proc/9772/task/9778/stat : 9778 (java) S 9770 9772 9440 0 -1 4202560 1368 0 0 0 1 0 0 0 15 0 19 0 371408868 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9779] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9779/stat : 9779 (java) S 9770 9772 9440 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 371408868 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9780] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9780/stat : 9780 (java) S 9770 9772 9440 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 371408868 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9781] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9781/stat : 9781 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371408868 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9782] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9782/stat : 9782 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371408868 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9783] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9783/stat : 9783 (java) S 9770 9772 9440 0 -1 4202560 459 0 0 0 0 0 0 0 15 0 19 0 371408868 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9784] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9784/stat : 9784 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371408868 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9785] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9785/stat : 9785 (java) S 9770 9772 9440 0 -1 4202560 539 0 0 0 0 0 0 0 15 0 19 0 371408868 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9786] ppid=9770 vsize=7664072 CPUtime=0.07 cores=0,2
/proc/9772/task/9786/stat : 9786 (java) S 9770 9772 9440 0 -1 4202560 1878 0 0 0 7 0 0 0 15 0 19 0 371408869 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 0 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9792] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9792/stat : 9792 (java) S 9770 9772 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9793] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9793/stat : 9793 (java) S 9770 9772 9440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9794] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9794/stat : 9794 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512515505 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9795] ppid=9770 vsize=7664072 CPUtime=0.53 cores=0,2
/proc/9772/task/9795/stat : 9795 (java) S 9770 9772 9440 0 -1 4202560 8045 0 0 0 53 0 0 0 16 0 19 0 371408872 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9796] ppid=9770 vsize=7664072 CPUtime=0.19 cores=0,2
/proc/9772/task/9796/stat : 9796 (java) S 9770 9772 9440 0 -1 4202560 1506 0 0 0 19 0 0 0 15 0 19 0 371408872 7848009728 23899 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0

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

[pid=9772/tid=9783] ppid=9770 vsize=7664072 CPUtime=0.13 cores=0,2
/proc/9772/task/9783/stat : 9783 (java) S 9770 9772 9440 0 -1 4202560 3172 0 0 0 13 0 0 0 15 0 19 0 371408868 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9784] ppid=9770 vsize=7664072 CPUtime=0.14 cores=0,2
/proc/9772/task/9784/stat : 9784 (java) S 9770 9772 9440 0 -1 4202560 416 0 0 0 14 0 0 0 15 0 19 0 371408868 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9785] ppid=9770 vsize=7664072 CPUtime=0.12 cores=0,2
/proc/9772/task/9785/stat : 9785 (java) S 9770 9772 9440 0 -1 4202560 547 0 0 0 12 0 0 0 15 0 19 0 371408868 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9786] ppid=9770 vsize=7664072 CPUtime=3.85 cores=0,2
/proc/9772/task/9786/stat : 9786 (java) S 9770 9772 9440 0 -1 4202560 4493 0 0 0 384 1 0 0 15 0 19 0 371408869 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 0 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9792] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9792/stat : 9792 (java) S 9770 9772 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9793] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9793/stat : 9793 (java) S 9770 9772 9440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9794] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9794/stat : 9794 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512515505 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9795] ppid=9770 vsize=7664072 CPUtime=0.53 cores=0,2
/proc/9772/task/9795/stat : 9795 (java) S 9770 9772 9440 0 -1 4202560 8045 0 0 0 53 0 0 0 16 0 19 0 371408872 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9796] ppid=9770 vsize=7664072 CPUtime=0.24 cores=0,2
/proc/9772/task/9796/stat : 9796 (java) S 9770 9772 9440 0 -1 4202560 2227 0 0 0 24 0 0 0 15 0 19 0 371408872 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9797] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9797/stat : 9797 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9798] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9798/stat : 9798 (java) S 9770 9772 9440 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 371408872 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9800] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9800/stat : 9800 (java) S 9770 9772 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371408891 7848009728 42302 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.5
Current children cumulated vsize (KiB) 7664072

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.79 6/262 9843
/proc/meminfo: memFree=13168776/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7664072 CPUtime=1183.54 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 46056 0 1 0 118342 12 0 0 22 0 19 0 371408866 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1916018 42466 2256 9 0 1906756 0
[pid=9772/tid=9774] ppid=9770 vsize=7664072 CPUtime=1177.57 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 18653 0 1 0 117751 6 0 0 25 0 19 0 371408867 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 46912505582670 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9772/tid=9778] ppid=9770 vsize=7664072 CPUtime=0.18 cores=0,2
/proc/9772/task/9778/stat : 9778 (java) S 9770 9772 9440 0 -1 4202560 3118 0 0 0 18 0 0 0 15 0 19 0 371408868 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9779] ppid=9770 vsize=7664072 CPUtime=0.09 cores=0,2
/proc/9772/task/9779/stat : 9779 (java) S 9770 9772 9440 0 -1 4202560 228 0 0 0 9 0 0 0 15 0 19 0 371408868 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9780] ppid=9770 vsize=7664072 CPUtime=0.13 cores=0,2
/proc/9772/task/9780/stat : 9780 (java) S 9770 9772 9440 0 -1 4202560 1404 0 0 0 13 0 0 0 15 0 19 0 371408868 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9781] ppid=9770 vsize=7664072 CPUtime=0.13 cores=0,2
/proc/9772/task/9781/stat : 9781 (java) S 9770 9772 9440 0 -1 4202560 572 0 0 0 13 0 0 0 15 0 19 0 371408868 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9782] ppid=9770 vsize=7664072 CPUtime=0.1 cores=0,2
/proc/9772/task/9782/stat : 9782 (java) S 9770 9772 9440 0 -1 4202560 1794 0 0 0 10 0 0 0 15 0 19 0 371408868 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9783] ppid=9770 vsize=7664072 CPUtime=0.14 cores=0,2
/proc/9772/task/9783/stat : 9783 (java) S 9770 9772 9440 0 -1 4202560 3172 0 0 0 14 0 0 0 15 0 19 0 371408868 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9784] ppid=9770 vsize=7664072 CPUtime=0.16 cores=0,2
/proc/9772/task/9784/stat : 9784 (java) S 9770 9772 9440 0 -1 4202560 417 0 0 0 16 0 0 0 15 0 19 0 371408868 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9785] ppid=9770 vsize=7664072 CPUtime=0.13 cores=0,2
/proc/9772/task/9785/stat : 9785 (java) S 9770 9772 9440 0 -1 4202560 550 0 0 0 13 0 0 0 15 0 19 0 371408868 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9786] ppid=9770 vsize=7664072 CPUtime=4.04 cores=0,2
/proc/9772/task/9786/stat : 9786 (java) S 9770 9772 9440 0 -1 4202560 4655 0 0 0 403 1 0 0 15 0 19 0 371408869 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 0 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9792] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9792/stat : 9792 (java) S 9770 9772 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9793] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9793/stat : 9793 (java) S 9770 9772 9440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9794] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9794/stat : 9794 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512515505 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9795] ppid=9770 vsize=7664072 CPUtime=0.53 cores=0,2
/proc/9772/task/9795/stat : 9795 (java) S 9770 9772 9440 0 -1 4202560 8045 0 0 0 53 0 0 0 16 0 19 0 371408872 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9796] ppid=9770 vsize=7664072 CPUtime=0.24 cores=0,2
/proc/9772/task/9796/stat : 9796 (java) S 9770 9772 9440 0 -1 4202560 2227 0 0 0 24 0 0 0 15 0 19 0 371408872 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9797] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9797/stat : 9797 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9798] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9798/stat : 9798 (java) S 9770 9772 9440 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371408872 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9800] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9800/stat : 9800 (java) S 9770 9772 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371408891 7848009728 42466 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.54
Current children cumulated vsize (KiB) 7664072

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.80 5/262 9845
/proc/meminfo: memFree=13163864/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7664072 CPUtime=1243.56 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 46108 0 1 0 124344 12 0 0 22 0 19 0 371408866 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1916018 42506 2256 9 0 1906756 0
[pid=9772/tid=9774] ppid=9770 vsize=7664072 CPUtime=1237.36 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 18670 0 1 0 123730 6 0 0 25 0 19 0 371408867 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 46912505582675 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9772/tid=9778] ppid=9770 vsize=7664072 CPUtime=0.18 cores=0,2
/proc/9772/task/9778/stat : 9778 (java) S 9770 9772 9440 0 -1 4202560 3118 0 0 0 18 0 0 0 15 0 19 0 371408868 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9779] ppid=9770 vsize=7664072 CPUtime=0.09 cores=0,2
/proc/9772/task/9779/stat : 9779 (java) S 9770 9772 9440 0 -1 4202560 228 0 0 0 9 0 0 0 15 0 19 0 371408868 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9780] ppid=9770 vsize=7664072 CPUtime=0.13 cores=0,2
/proc/9772/task/9780/stat : 9780 (java) S 9770 9772 9440 0 -1 4202560 1405 0 0 0 13 0 0 0 15 0 19 0 371408868 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9781] ppid=9770 vsize=7664072 CPUtime=0.14 cores=0,2
/proc/9772/task/9781/stat : 9781 (java) S 9770 9772 9440 0 -1 4202560 572 0 0 0 14 0 0 0 15 0 19 0 371408868 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9782] ppid=9770 vsize=7664072 CPUtime=0.11 cores=0,2
/proc/9772/task/9782/stat : 9782 (java) S 9770 9772 9440 0 -1 4202560 1794 0 0 0 11 0 0 0 15 0 19 0 371408868 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9783] ppid=9770 vsize=7664072 CPUtime=0.15 cores=0,2
/proc/9772/task/9783/stat : 9783 (java) S 9770 9772 9440 0 -1 4202560 3172 0 0 0 15 0 0 0 15 0 19 0 371408868 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9784] ppid=9770 vsize=7664072 CPUtime=0.16 cores=0,2
/proc/9772/task/9784/stat : 9784 (java) S 9770 9772 9440 0 -1 4202560 419 0 0 0 16 0 0 0 16 0 19 0 371408868 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9785] ppid=9770 vsize=7664072 CPUtime=0.13 cores=0,2
/proc/9772/task/9785/stat : 9785 (java) S 9770 9772 9440 0 -1 4202560 551 0 0 0 13 0 0 0 15 0 19 0 371408868 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9786] ppid=9770 vsize=7664072 CPUtime=4.22 cores=0,2
/proc/9772/task/9786/stat : 9786 (java) S 9770 9772 9440 0 -1 4202560 4682 0 0 0 421 1 0 0 15 0 19 0 371408869 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 0 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9792] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9792/stat : 9792 (java) S 9770 9772 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9793] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9793/stat : 9793 (java) S 9770 9772 9440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9794] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9794/stat : 9794 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512515505 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9795] ppid=9770 vsize=7664072 CPUtime=0.53 cores=0,2
/proc/9772/task/9795/stat : 9795 (java) S 9770 9772 9440 0 -1 4202560 8045 0 0 0 53 0 0 0 16 0 19 0 371408872 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9796] ppid=9770 vsize=7664072 CPUtime=0.24 cores=0,2
/proc/9772/task/9796/stat : 9796 (java) S 9770 9772 9440 0 -1 4202560 2227 0 0 0 24 0 0 0 15 0 19 0 371408872 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9797] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9797/stat : 9797 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9798] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9798/stat : 9798 (java) S 9770 9772 9440 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371408872 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9800] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9800/stat : 9800 (java) S 9770 9772 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371408891 7848009728 42506 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.56
Current children cumulated vsize (KiB) 7664072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.81 5/225 9855
/proc/meminfo: memFree=13545160/32950928 swapFree=67111528/67111528
[pid=9772] ppid=9770 vsize=7664072 CPUtime=1301.3 cores=0,2
/proc/9772/stat : 9772 (java) S 9770 9772 9440 0 -1 4202496 46251 0 1 0 130118 12 0 0 22 0 19 0 371408866 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9772/statm: 1916018 42637 2256 9 0 1906756 0
[pid=9772/tid=9774] ppid=9770 vsize=7664072 CPUtime=1294.85 cores=0,2
/proc/9772/task/9774/stat : 9774 (java) R 9770 9772 9440 0 -1 4202560 18674 0 1 0 129479 6 0 0 25 0 19 0 371408867 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 46912505582397 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9772/tid=9778] ppid=9770 vsize=7664072 CPUtime=0.2 cores=0,2
/proc/9772/task/9778/stat : 9778 (java) S 9770 9772 9440 0 -1 4202560 3118 0 0 0 20 0 0 0 15 0 19 0 371408868 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9779] ppid=9770 vsize=7664072 CPUtime=0.1 cores=0,2
/proc/9772/task/9779/stat : 9779 (java) S 9770 9772 9440 0 -1 4202560 228 0 0 0 10 0 0 0 15 0 19 0 371408868 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9780] ppid=9770 vsize=7664072 CPUtime=0.14 cores=0,2
/proc/9772/task/9780/stat : 9780 (java) S 9770 9772 9440 0 -1 4202560 1405 0 0 0 14 0 0 0 16 0 19 0 371408868 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9781] ppid=9770 vsize=7664072 CPUtime=0.14 cores=0,2
/proc/9772/task/9781/stat : 9781 (java) S 9770 9772 9440 0 -1 4202560 572 0 0 0 14 0 0 0 15 0 19 0 371408868 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9782] ppid=9770 vsize=7664072 CPUtime=0.11 cores=0,2
/proc/9772/task/9782/stat : 9782 (java) S 9770 9772 9440 0 -1 4202560 1794 0 0 0 11 0 0 0 15 0 19 0 371408868 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9783] ppid=9770 vsize=7664072 CPUtime=0.16 cores=0,2
/proc/9772/task/9783/stat : 9783 (java) S 9770 9772 9440 0 -1 4202560 3200 0 0 0 16 0 0 0 15 0 19 0 371408868 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9784] ppid=9770 vsize=7664072 CPUtime=0.18 cores=0,2
/proc/9772/task/9784/stat : 9784 (java) S 9770 9772 9440 0 -1 4202560 419 0 0 0 18 0 0 0 15 0 19 0 371408868 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9785] ppid=9770 vsize=7664072 CPUtime=0.14 cores=0,2
/proc/9772/task/9785/stat : 9785 (java) S 9770 9772 9440 0 -1 4202560 551 0 0 0 14 0 0 0 15 0 19 0 371408868 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9786] ppid=9770 vsize=7664072 CPUtime=4.41 cores=0,2
/proc/9772/task/9786/stat : 9786 (java) S 9770 9772 9440 0 -1 4202560 4789 0 0 0 440 1 0 0 16 0 19 0 371408869 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 0 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9792] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9792/stat : 9792 (java) S 9770 9772 9440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9793] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9793/stat : 9793 (java) S 9770 9772 9440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371408870 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9794] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9794/stat : 9794 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512515505 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9795] ppid=9770 vsize=7664072 CPUtime=0.53 cores=0,2
/proc/9772/task/9795/stat : 9795 (java) S 9770 9772 9440 0 -1 4202560 8045 0 0 0 53 0 0 0 16 0 19 0 371408872 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9796] ppid=9770 vsize=7664072 CPUtime=0.24 cores=0,2
/proc/9772/task/9796/stat : 9796 (java) S 9770 9772 9440 0 -1 4202560 2227 0 0 0 24 0 0 0 15 0 19 0 371408872 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
[pid=9772/tid=9797] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9797/stat : 9797 (java) S 9770 9772 9440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371408872 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512507801 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9798] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9798/stat : 9798 (java) S 9770 9772 9440 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371408872 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 2 0 0 0
[pid=9772/tid=9800] ppid=9770 vsize=7664072 CPUtime=0 cores=0,2
/proc/9772/task/9800/stat : 9800 (java) S 9770 9772 9440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371408891 7848009728 42637 33554432000 1073741824 1073778376 140734491356112 18446744073709551615 254512508416 0 4 0 16800975 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.3
Current children cumulated vsize (KiB) 7664072

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.37
CPU user time (s): 1301.23
CPU system time (s): 0.133979
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 7664072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.23
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46631
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= 29629
involuntary context switches= 6994

runsolver used 2.28265 second user time and 4.82527 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-12 10:48:42
IDJOB=3190299
IDBENCH=82630
IDSOLVER=1611
FILE ID=node149/3190299-1302598122
RUNJOBID= node149-1302596818-9458
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-k5-r20-v2000-c40000-S1264065752-051-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-3190299-1302598122/watcher-3190299-1302598122 -o /tmp/evaluation-result-3190299-1302598122/solver-3190299-1302598122 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190299-1302598122.cnf

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

MD5SUM BENCH= fafa522767a4e86ea9e03f34c2fb7311
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:      13702488 kB
Buffers:        686100 kB
Cached:       17972840 kB
SwapCached:          0 kB
Active:        9396556 kB
Inactive:      9448340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13702488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5272 kB
Writeback:           0 kB
AnonPages:      185624 kB
Mapped:          23460 kB
Slab:           339256 kB
PageTables:       5848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21986064 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