Trace number 3190306

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1993071608-084-UNKNOWN.cnf
MD5SUM6a416a8eca39558555cbe083cf0c9cff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark591.01
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.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.00/0.11	c no version file found!!!
0.00/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.11	c java.vm.version	19.1-b02
0.00/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		1.6.0_24
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		2.6.18-164.el5
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		6997539544
0.00/0.11	c Max memory 		7034241024
0.00/0.11	c Total memory 		7034241024
0.00/0.11	c Number of processors 	8
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483647s
0.00/0.11	c DB Simplification allowed=true
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3190306-1302598209.cnf
0.00/0.11	c reading problem ... 
0.27/0.24	c ... done. Wall clock time 0.148s.
0.27/0.24	c #vars     2000
0.27/0.24	c #constraints  40000
0.27/0.24	c constraints type 
0.27/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
2.30/1.83	c cleaning 2497 clauses out of 5000 with flag 5000/5000
3.65/3.17	c cleaning 4245 clauses out of 8503 with flag 11000/11000
5.25/4.72	c cleaning 5627 clauses out of 11258 with flag 18000/18000
7.05/6.58	c cleaning 6812 clauses out of 13631 with flag 26000/26000
9.27/8.75	c cleaning 7903 clauses out of 15819 with flag 35000/35000
11.67/11.18	c cleaning 8955 clauses out of 17916 with flag 45000/45000
14.37/13.87	c cleaning 9975 clauses out of 19961 with flag 56000/56000
17.48/16.91	c cleaning 10989 clauses out of 21987 with flag 68001/68001
20.68/20.13	c cleaning 11997 clauses out of 23998 with flag 81001/81001
24.18/23.67	c cleaning 12995 clauses out of 26000 with flag 95000/95000
28.19/27.62	c cleaning 13996 clauses out of 28005 with flag 110000/110000
32.50/31.92	c cleaning 14998 clauses out of 30009 with flag 126000/126000
37.00/36.46	c cleaning 16004 clauses out of 32012 with flag 143001/143001
41.90/41.30	c cleaning 16996 clauses out of 34007 with flag 161000/161000
47.10/46.58	c cleaning 18001 clauses out of 36011 with flag 180000/180000
52.80/52.25	c cleaning 18993 clauses out of 38010 with flag 200000/200000
58.71/58.19	c cleaning 20006 clauses out of 40018 with flag 221001/221001
65.01/64.49	c cleaning 21003 clauses out of 42013 with flag 243002/243002
71.82/71.22	c cleaning 22004 clauses out of 44009 with flag 266001/266001
78.63/78.02	c cleaning 22998 clauses out of 46004 with flag 290000/290000
86.03/85.43	c cleaning 23998 clauses out of 48006 with flag 315000/315000
93.83/93.26	c cleaning 24997 clauses out of 50009 with flag 341001/341001
102.05/101.46	c cleaning 26001 clauses out of 52011 with flag 368000/368000
110.35/109.72	c cleaning 27003 clauses out of 54011 with flag 396001/396001
119.56/118.94	c cleaning 27996 clauses out of 56008 with flag 425001/425001
128.96/128.32	c cleaning 28999 clauses out of 58011 with flag 455000/455000
138.47/137.89	c cleaning 30001 clauses out of 60013 with flag 486001/486001
149.07/148.43	c cleaning 30996 clauses out of 62012 with flag 518001/518001
159.47/158.83	c cleaning 32007 clauses out of 64015 with flag 551000/551000
170.69/170.06	c cleaning 32997 clauses out of 66008 with flag 585000/585000
182.69/182.00	c cleaning 34000 clauses out of 68013 with flag 620002/620002
194.50/193.84	c cleaning 34989 clauses out of 70011 with flag 656000/656000
207.70/207.06	c cleaning 36007 clauses out of 72023 with flag 693001/693001
220.41/219.71	c cleaning 36995 clauses out of 74015 with flag 731000/731000
234.31/233.65	c cleaning 38002 clauses out of 76020 with flag 770000/770000
248.12/247.42	c cleaning 38995 clauses out of 78018 with flag 810000/810000
262.73/262.08	c cleaning 39501 clauses out of 79024 with flag 850001/850001
276.53/275.88	c cleaning 39758 clauses out of 79522 with flag 890000/890000
291.64/290.91	c cleaning 39870 clauses out of 79764 with flag 930000/930000
305.65/304.93	c cleaning 39940 clauses out of 79895 with flag 970001/970001
319.85/319.18	c cleaning 39973 clauses out of 79955 with flag 1010001/1010001
334.65/333.94	c cleaning 39985 clauses out of 79981 with flag 1050000/1050000
348.66/347.97	c cleaning 39992 clauses out of 79997 with flag 1090001/1090001
363.86/363.12	c cleaning 39998 clauses out of 80005 with flag 1130001/1130001
377.77/377.07	c cleaning 40002 clauses out of 80008 with flag 1170002/1170002
391.98/391.23	c cleaning 39995 clauses out of 80007 with flag 1210003/1210003
407.38/406.63	c cleaning 39996 clauses out of 80010 with flag 1250001/1250001
421.29/420.57	c cleaning 39999 clauses out of 80013 with flag 1290000/1290000
435.49/434.73	c cleaning 40002 clauses out of 80015 with flag 1330001/1330001
450.60/449.85	c cleaning 39998 clauses out of 80012 with flag 1370000/1370000
464.70/463.91	c cleaning 39994 clauses out of 80014 with flag 1410000/1410000
478.91/478.13	c cleaning 39989 clauses out of 80020 with flag 1450000/1450000
493.41/492.60	c cleaning 40006 clauses out of 80031 with flag 1490000/1490000
508.02/507.28	c cleaning 40006 clauses out of 80026 with flag 1530001/1530001
522.03/521.25	c cleaning 40002 clauses out of 80021 with flag 1570002/1570002
536.23/535.40	c cleaning 39999 clauses out of 80018 with flag 1610001/1610001
550.64/549.83	c cleaning 40001 clauses out of 80020 with flag 1650002/1650002
565.25/564.40	c cleaning 40000 clauses out of 80017 with flag 1690000/1690000
579.15/578.33	c cleaning 40004 clauses out of 80019 with flag 1730002/1730002
593.15/592.36	c cleaning 39989 clauses out of 80014 with flag 1770001/1770001
607.36/606.56	c cleaning 40008 clauses out of 80026 with flag 1810002/1810002
622.96/622.11	c cleaning 40000 clauses out of 80016 with flag 1850000/1850000
636.97/636.14	c cleaning 39998 clauses out of 80016 with flag 1890000/1890000
651.07/650.20	c cleaning 39998 clauses out of 80018 with flag 1930000/1930000
665.78/665.00	c cleaning 40006 clauses out of 80021 with flag 1970001/1970001
680.69/679.81	c cleaning 39998 clauses out of 80014 with flag 2010000/2010000
695.39/694.51	c cleaning 40001 clauses out of 80017 with flag 2050001/2050001
709.40/708.58	c cleaning 40002 clauses out of 80017 with flag 2090002/2090002
723.80/722.92	c cleaning 39987 clauses out of 80014 with flag 2130001/2130001
738.31/737.47	c cleaning 40011 clauses out of 80027 with flag 2170001/2170001
753.23/752.35	c cleaning 39996 clauses out of 80015 with flag 2210000/2210000
768.23/767.34	c cleaning 40006 clauses out of 80019 with flag 2250000/2250000
781.96/781.06	c cleaning 39994 clauses out of 80014 with flag 2290001/2290001
796.06/795.11	c cleaning 39998 clauses out of 80019 with flag 2330000/2330000
810.47/809.60	c cleaning 40006 clauses out of 80022 with flag 2370001/2370001
825.27/824.39	c cleaning 40006 clauses out of 80017 with flag 2410002/2410002
840.68/839.72	c cleaning 39999 clauses out of 80009 with flag 2450000/2450000
855.19/854.25	c cleaning 39998 clauses out of 80012 with flag 2490002/2490002
868.99/868.07	c cleaning 40000 clauses out of 80012 with flag 2530000/2530000
882.99/882.04	c cleaning 39987 clauses out of 80012 with flag 2570000/2570000
897.30/896.34	c cleaning 40006 clauses out of 80027 with flag 2610002/2610002
912.41/911.42	c cleaning 39999 clauses out of 80020 with flag 2650001/2650001
927.22/926.22	c cleaning 40001 clauses out of 80022 with flag 2690002/2690002
942.02/941.05	c cleaning 39995 clauses out of 80020 with flag 2730001/2730001
955.92/954.97	c cleaning 40006 clauses out of 80028 with flag 2770004/2770004
970.03/969.08	c cleaning 39999 clauses out of 80018 with flag 2810000/2810000
984.13/983.12	c cleaning 39996 clauses out of 80019 with flag 2850000/2850000
999.34/998.34	c cleaning 40000 clauses out of 80024 with flag 2890001/2890001
1014.95/1013.92	c cleaning 39991 clauses out of 80023 with flag 2930000/2930000
1030.36/1029.35	c cleaning 40007 clauses out of 80032 with flag 2970000/2970000
1044.97/1043.97	c cleaning 40009 clauses out of 80025 with flag 3010000/3010000
1058.77/1057.71	c cleaning 40005 clauses out of 80017 with flag 3050001/3050001
1072.67/1071.68	c cleaning 39993 clauses out of 80011 with flag 3090000/3090000
1087.07/1086.09	c cleaning 40003 clauses out of 80020 with flag 3130002/3130002
1102.09/1101.07	c cleaning 39997 clauses out of 80015 with flag 3170000/3170000
1117.09/1116.00	c cleaning 39984 clauses out of 80018 with flag 3210000/3210000
1132.49/1131.43	c cleaning 40010 clauses out of 80035 with flag 3250001/3250001
1149.30/1148.23	c cleaning 40007 clauses out of 80025 with flag 3290001/3290001
1163.51/1162.42	c cleaning 40003 clauses out of 80018 with flag 3330001/3330001
1177.51/1176.44	c cleaning 39988 clauses out of 80014 with flag 3370000/3370000
1192.02/1190.97	c cleaning 40008 clauses out of 80028 with flag 3410002/3410002
1206.63/1205.59	c cleaning 39999 clauses out of 80018 with flag 3450000/3450000
1221.73/1220.63	c cleaning 40005 clauses out of 80021 with flag 3490002/3490002
1237.54/1236.44	c cleaning 40000 clauses out of 80016 with flag 3530002/3530002
1253.24/1252.20	c cleaning 39997 clauses out of 80014 with flag 3570000/3570000
1268.95/1267.87	c cleaning 39987 clauses out of 80017 with flag 3610000/3610000
1283.66/1282.52	c cleaning 40011 clauses out of 80030 with flag 3650000/3650000
1297.66/1296.53	c cleaning 40001 clauses out of 80019 with flag 3690000/3690000
1301.17/1300.01	c starts		: 1939
1301.17/1300.01	c conflicts		: 3701342
1301.17/1300.01	c decisions		: 5786952
1301.17/1300.01	c propagations		: 489243397
1301.17/1300.01	c inspects		: 8578732171
1301.17/1300.01	c shortcuts		: 0
1301.17/1300.01	c learnt literals	: 0
1301.17/1300.01	c learnt binary clauses	: 0
1301.17/1300.01	c learnt ternary clauses	: 0
1301.17/1300.01	c learnt constraints	: 3701342
1301.17/1300.01	c ignored constraints	: 0
1301.17/1300.01	c root simplifications	: 1939
1301.17/1300.01	c removed literals (reason simplification)	: 53170958
1301.17/1300.01	c reason swapping (by a shorter reason)	: 0
1301.17/1300.01	c Calls to reduceDB	: 108
1301.17/1300.01	c speed (assignments/second)	: 376407.7759911369
1301.17/1300.01	c non guided choices	619
1301.17/1300.04	c learnt constraints type 
1301.17/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51461
1301.17/1300.04	c constraints type 
1301.17/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40000
1301.17/1300.04	s UNKNOWN
1301.17/1300.04	c Total wall clock time (in seconds) : 1299.918

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-3190306-1302598209/watcher-3190306-1302598209 -o /tmp/evaluation-result-3190306-1302598209/solver-3190306-1302598209 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190306-1302598209.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: 4.04 4.01 3.37 4/218 8697
/proc/meminfo: memFree=15303416/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=11760 CPUtime=0 cores=0,2
/proc/8697/stat : 8697 (runsolver) R 8695 8697 8386 0 -1 4202560 47 0 0 0 0 0 0 0 25 0 1 0 371417962 12042240 55 33554432000 4194304 5392636 140734736102576 18446744073709551615 5012135 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/8697/statm: 2940 55 36 293 0 2644 0

[startup+0.00881593 s]
/proc/loadavg: 4.04 4.01 3.37 4/218 8697
/proc/meminfo: memFree=15303416/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=23028 CPUtime=0 cores=0,2
/proc/8697/stat : 8697 (java) R 8695 8697 8386 0 -1 4202496 476 0 0 0 0 0 0 0 25 0 1 0 371417962 23580672 218 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239471732484 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8697/statm: 5757 218 170 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.112362 s]
/proc/loadavg: 4.04 4.01 3.37 4/218 8697
/proc/meminfo: memFree=15303416/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=7701596 CPUtime=0.1 cores=0,2
/proc/8697/stat : 8697 (java) S 8695 8697 8386 0 -1 4202496 10258 0 1 0 9 1 0 0 25 0 18 0 371417962 7886434304 9953 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8697/statm: 1925399 9953 2019 9 0 1916137 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7701596

[startup+0.300758 s]
/proc/loadavg: 4.04 4.01 3.37 4/218 8697
/proc/meminfo: memFree=15303416/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=7641992 CPUtime=0.47 cores=0,2
/proc/8697/stat : 8697 (java) S 8695 8697 8386 0 -1 4202496 13711 0 1 0 45 2 0 0 25 0 19 0 371417962 7825399808 12836 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8697/statm: 1910498 12836 2209 9 0 1901236 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7641992

[startup+0.700682 s]
/proc/loadavg: 4.04 4.01 3.37 4/218 8697
/proc/meminfo: memFree=15303416/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=7645688 CPUtime=1.16 cores=0,2
/proc/8697/stat : 8697 (java) S 8695 8697 8386 0 -1 4202496 16102 0 1 0 114 2 0 0 25 0 19 0 371417962 7829184512 14274 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8697/statm: 1911422 14274 2223 9 0 1902160 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 7645688

[startup+1.50159 s]
/proc/loadavg: 4.04 4.01 3.37 5/262 8746
/proc/meminfo: memFree=15174976/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=7645688 CPUtime=2 cores=0,2
/proc/8697/stat : 8697 (java) S 8695 8697 8386 0 -1 4202496 16822 0 1 0 198 2 0 0 25 0 19 0 371417962 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8697/statm: 1911422 14993 2226 9 0 1902160 0
[pid=8697/tid=8699] ppid=8695 vsize=7645688 CPUtime=1.46 cores=0,2
/proc/8697/task/8699/stat : 8699 (java) R 8695 8697 8386 0 -1 4202560 11320 0 1 0 144 2 0 0 25 0 19 0 371417963 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 46912505588926 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8697/tid=8700] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8700/stat : 8700 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417964 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8701] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8701/stat : 8701 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417964 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8702] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8702/stat : 8702 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417964 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8703] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8703/stat : 8703 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417964 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8704] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8704/stat : 8704 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417964 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8705] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8705/stat : 8705 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417964 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8706] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8706/stat : 8706 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417964 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8707] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8707/stat : 8707 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417964 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8709] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8709/stat : 8709 (java) S 8695 8697 8386 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371417965 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 0 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8710] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8710/stat : 8710 (java) S 8695 8697 8386 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371417966 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8711] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8711/stat : 8711 (java) S 8695 8697 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371417966 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8712] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8712/stat : 8712 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488518577 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8713] ppid=8695 vsize=7645688 CPUtime=0.18 cores=0,2
/proc/8697/task/8713/stat : 8713 (java) S 8695 8697 8386 0 -1 4202560 444 0 0 0 18 0 0 0 21 0 19 0 371417968 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8714] ppid=8695 vsize=7645688 CPUtime=0.35 cores=0,2
/proc/8697/task/8714/stat : 8714 (java) S 8695 8697 8386 0 -1 4202560 3895 0 0 0 35 0 0 0 25 0 19 0 371417968 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8715] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8715/stat : 8715 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8716] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8716/stat : 8716 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417968 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8745] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8745/stat : 8745 (java) S 8695 8697 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371417987 7829184512 14993 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7645688

[startup+3.10122 s]
/proc/loadavg: 4.03 4.01 3.37 5/262 8746
/proc/meminfo: memFree=15086688/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=7645688 CPUtime=3.65 cores=0,2
/proc/8697/stat : 8697 (java) S 8695 8697 8386 0 -1 4202496 19969 0 1 0 362 3 0 0 25 0 19 0 371417962 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8697/statm: 1911422 18138 2254 9 0 1902160 0
[pid=8697/tid=8699] ppid=8695 vsize=7645688 CPUtime=3 cores=0,2
/proc/8697/task/8699/stat : 8699 (java) R 8695 8697 8386 0 -1 4202560 11562 0 1 0 298 2 0 0 25 0 19 0 371417963 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 46912505689164 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8697/tid=8700] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8700/stat : 8700 (java) S 8695 8697 8386 0 -1 4202560 779 0 0 0 0 0 0 0 18 0 19 0 371417964 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8701] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8701/stat : 8701 (java) S 8695 8697 8386 0 -1 4202560 667 0 0 0 0 0 0 0 18 0 19 0 371417964 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8702] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8702/stat : 8702 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371417964 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8703] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8703/stat : 8703 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371417964 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8704] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8704/stat : 8704 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371417964 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8705] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8705/stat : 8705 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371417964 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8706] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8706/stat : 8706 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371417964 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8707] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8707/stat : 8707 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371417964 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8709] ppid=8695 vsize=7645688 CPUtime=0.02 cores=0,2
/proc/8697/task/8709/stat : 8709 (java) S 8695 8697 8386 0 -1 4202560 1449 0 0 0 2 0 0 0 15 0 19 0 371417965 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 0 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8710] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8710/stat : 8710 (java) S 8695 8697 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417966 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8711] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8711/stat : 8711 (java) S 8695 8697 8386 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371417966 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8712] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8712/stat : 8712 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488518577 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8713] ppid=8695 vsize=7645688 CPUtime=0.23 cores=0,2
/proc/8697/task/8713/stat : 8713 (java) S 8695 8697 8386 0 -1 4202560 457 0 0 0 23 0 0 0 15 0 19 0 371417968 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8714] ppid=8695 vsize=7645688 CPUtime=0.36 cores=0,2
/proc/8697/task/8714/stat : 8714 (java) S 8695 8697 8386 0 -1 4202560 3897 0 0 0 36 0 0 0 16 0 19 0 371417968 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8715] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8715/stat : 8715 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8716] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8716/stat : 8716 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417968 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8745] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8745/stat : 8745 (java) S 8695 8697 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371417987 7829184512 18138 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 7645688

[startup+6.30167 s]
/proc/loadavg: 4.03 4.01 3.37 5/262 8746
/proc/meminfo: memFree=15066600/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=7645688 CPUtime=6.85 cores=0,2
/proc/8697/stat : 8697 (java) S 8695 8697 8386 0 -1 4202496 21343 0 1 0 682 3 0 0 25 0 19 0 371417962 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8697/statm: 1911422 19509 2254 9 0 1902160 0
[pid=8697/tid=8699] ppid=8695 vsize=7645688 CPUtime=6.13 cores=0,2
/proc/8697/task/8699/stat : 8699 (java) R 8695 8697 8386 0 -1 4202560 11565 0 1 0 611 2 0 0 25 0 19 0 371417963 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 46912505689782 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8697/tid=8700] ppid=8695 vsize=7645688 CPUtime=0.01 cores=0,2
/proc/8697/task/8700/stat : 8700 (java) S 8695 8697 8386 0 -1 4202560 781 0 0 0 1 0 0 0 17 0 19 0 371417964 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8701] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8701/stat : 8701 (java) S 8695 8697 8386 0 -1 4202560 667 0 0 0 0 0 0 0 15 0 19 0 371417964 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8702] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8702/stat : 8702 (java) S 8695 8697 8386 0 -1 4202560 566 0 0 0 0 0 0 0 16 0 19 0 371417964 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8703] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8703/stat : 8703 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417964 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8704] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8704/stat : 8704 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417964 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8705] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8705/stat : 8705 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417964 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8706] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8706/stat : 8706 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417964 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8707] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8707/stat : 8707 (java) S 8695 8697 8386 0 -1 4202560 383 0 0 0 0 0 0 0 16 0 19 0 371417964 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8709] ppid=8695 vsize=7645688 CPUtime=0.06 cores=0,2
/proc/8697/task/8709/stat : 8709 (java) S 8695 8697 8386 0 -1 4202560 1868 0 0 0 6 0 0 0 15 0 19 0 371417965 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 0 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8710] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8710/stat : 8710 (java) S 8695 8697 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417966 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8711] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8711/stat : 8711 (java) S 8695 8697 8386 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371417966 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8712] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8712/stat : 8712 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488518577 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8713] ppid=8695 vsize=7645688 CPUtime=0.23 cores=0,2
/proc/8697/task/8713/stat : 8713 (java) S 8695 8697 8386 0 -1 4202560 457 0 0 0 23 0 0 0 15 0 19 0 371417968 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8714] ppid=8695 vsize=7645688 CPUtime=0.37 cores=0,2
/proc/8697/task/8714/stat : 8714 (java) S 8695 8697 8386 0 -1 4202560 3900 0 0 0 37 0 0 0 15 0 19 0 371417968 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8715] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8715/stat : 8715 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8716] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8716/stat : 8716 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371417968 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8745] ppid=8695 vsize=7645688 CPUtime=0 cores=0,2
/proc/8697/task/8745/stat : 8745 (java) S 8695 8697 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371417987 7829184512 19509 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 7645688

[startup+12.7014 s]

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

[pid=8697/tid=8705] ppid=8695 vsize=7643544 CPUtime=0.11 cores=0,2
/proc/8697/task/8705/stat : 8705 (java) S 8695 8697 8386 0 -1 4202560 2205 0 0 0 11 0 0 0 15 0 19 0 371417964 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8706] ppid=8695 vsize=7643544 CPUtime=0.1 cores=0,2
/proc/8697/task/8706/stat : 8706 (java) S 8695 8697 8386 0 -1 4202560 2245 0 0 0 10 0 0 0 16 0 19 0 371417964 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8707] ppid=8695 vsize=7643544 CPUtime=0.16 cores=0,2
/proc/8697/task/8707/stat : 8707 (java) S 8695 8697 8386 0 -1 4202560 1009 0 0 0 16 0 0 0 15 0 19 0 371417964 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8709] ppid=8695 vsize=7643544 CPUtime=3.86 cores=0,2
/proc/8697/task/8709/stat : 8709 (java) S 8695 8697 8386 0 -1 4202560 4510 0 0 0 385 1 0 0 15 0 19 0 371417965 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 0 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8710] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8710/stat : 8710 (java) S 8695 8697 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417966 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8711] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8711/stat : 8711 (java) S 8695 8697 8386 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371417966 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8712] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8712/stat : 8712 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488518577 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8713] ppid=8695 vsize=7643544 CPUtime=0.23 cores=0,2
/proc/8697/task/8713/stat : 8713 (java) S 8695 8697 8386 0 -1 4202560 457 0 0 0 23 0 0 0 15 0 19 0 371417968 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8714] ppid=8695 vsize=7643544 CPUtime=0.41 cores=0,2
/proc/8697/task/8714/stat : 8714 (java) S 8695 8697 8386 0 -1 4202560 3908 0 0 0 41 0 0 0 15 0 19 0 371417968 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8715] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8715/stat : 8715 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8716] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8716/stat : 8716 (java) S 8695 8697 8386 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 371417968 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8745] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8745/stat : 8745 (java) S 8695 8697 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371417987 7826989056 37095 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.39
Current children cumulated vsize (KiB) 7643544

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.81 5/262 8789
/proc/meminfo: memFree=14840616/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=7643544 CPUtime=1183.42 cores=0,2
/proc/8697/stat : 8697 (java) S 8695 8697 8386 0 -1 4202496 39880 0 1 0 118332 10 0 0 25 0 19 0 371417962 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8697/statm: 1910886 37321 2255 9 0 1901624 0
[pid=8697/tid=8699] ppid=8695 vsize=7643544 CPUtime=1177.59 cores=0,2
/proc/8697/task/8699/stat : 8699 (java) R 8695 8697 8386 0 -1 4202560 18482 0 1 0 117754 5 0 0 25 0 19 0 371417963 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 46912505689782 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8697/tid=8700] ppid=8695 vsize=7643544 CPUtime=0.15 cores=0,2
/proc/8697/task/8700/stat : 8700 (java) S 8695 8697 8386 0 -1 4202560 1188 0 0 0 15 0 0 0 15 0 19 0 371417964 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8701] ppid=8695 vsize=7643544 CPUtime=0.1 cores=0,2
/proc/8697/task/8701/stat : 8701 (java) S 8695 8697 8386 0 -1 4202560 1804 0 0 0 10 0 0 0 15 0 19 0 371417964 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8702] ppid=8695 vsize=7643544 CPUtime=0.14 cores=0,2
/proc/8697/task/8702/stat : 8702 (java) S 8695 8697 8386 0 -1 4202560 1608 0 0 0 14 0 0 0 16 0 19 0 371417964 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8703] ppid=8695 vsize=7643544 CPUtime=0.12 cores=0,2
/proc/8697/task/8703/stat : 8703 (java) S 8695 8697 8386 0 -1 4202560 733 0 0 0 12 0 0 0 15 0 19 0 371417964 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8704] ppid=8695 vsize=7643544 CPUtime=0.18 cores=0,2
/proc/8697/task/8704/stat : 8704 (java) S 8695 8697 8386 0 -1 4202560 391 0 0 0 18 0 0 0 15 0 19 0 371417964 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8705] ppid=8695 vsize=7643544 CPUtime=0.11 cores=0,2
/proc/8697/task/8705/stat : 8705 (java) S 8695 8697 8386 0 -1 4202560 2205 0 0 0 11 0 0 0 15 0 19 0 371417964 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8706] ppid=8695 vsize=7643544 CPUtime=0.1 cores=0,2
/proc/8697/task/8706/stat : 8706 (java) S 8695 8697 8386 0 -1 4202560 2245 0 0 0 10 0 0 0 15 0 19 0 371417964 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8707] ppid=8695 vsize=7643544 CPUtime=0.16 cores=0,2
/proc/8697/task/8707/stat : 8707 (java) S 8695 8697 8386 0 -1 4202560 1009 0 0 0 16 0 0 0 15 0 19 0 371417964 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8709] ppid=8695 vsize=7643544 CPUtime=4.04 cores=0,2
/proc/8697/task/8709/stat : 8709 (java) S 8695 8697 8386 0 -1 4202560 4631 0 0 0 403 1 0 0 15 0 19 0 371417965 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 0 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8710] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8710/stat : 8710 (java) S 8695 8697 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417966 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8711] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8711/stat : 8711 (java) S 8695 8697 8386 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371417966 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8712] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8712/stat : 8712 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488518577 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8713] ppid=8695 vsize=7643544 CPUtime=0.23 cores=0,2
/proc/8697/task/8713/stat : 8713 (java) S 8695 8697 8386 0 -1 4202560 457 0 0 0 23 0 0 0 15 0 19 0 371417968 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8714] ppid=8695 vsize=7643544 CPUtime=0.41 cores=0,2
/proc/8697/task/8714/stat : 8714 (java) S 8695 8697 8386 0 -1 4202560 3908 0 0 0 41 0 0 0 15 0 19 0 371417968 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8715] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8715/stat : 8715 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8716] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8716/stat : 8716 (java) S 8695 8697 8386 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 371417968 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8745] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8745/stat : 8745 (java) S 8695 8697 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371417987 7826989056 37321 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.42
Current children cumulated vsize (KiB) 7643544

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/262 8791
/proc/meminfo: memFree=14839068/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=7643544 CPUtime=1243.44 cores=0,2
/proc/8697/stat : 8697 (java) S 8695 8697 8386 0 -1 4202496 39940 0 1 0 124334 10 0 0 25 0 19 0 371417962 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8697/statm: 1910886 37369 2255 9 0 1901624 0
[pid=8697/tid=8699] ppid=8695 vsize=7643544 CPUtime=1237.38 cores=0,2
/proc/8697/task/8699/stat : 8699 (java) R 8695 8697 8386 0 -1 4202560 18486 0 1 0 123733 5 0 0 25 0 19 0 371417963 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 46912505689782 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8697/tid=8700] ppid=8695 vsize=7643544 CPUtime=0.16 cores=0,2
/proc/8697/task/8700/stat : 8700 (java) S 8695 8697 8386 0 -1 4202560 1188 0 0 0 16 0 0 0 15 0 19 0 371417964 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8701] ppid=8695 vsize=7643544 CPUtime=0.11 cores=0,2
/proc/8697/task/8701/stat : 8701 (java) S 8695 8697 8386 0 -1 4202560 1804 0 0 0 11 0 0 0 15 0 19 0 371417964 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8702] ppid=8695 vsize=7643544 CPUtime=0.15 cores=0,2
/proc/8697/task/8702/stat : 8702 (java) S 8695 8697 8386 0 -1 4202560 1608 0 0 0 15 0 0 0 15 0 19 0 371417964 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8703] ppid=8695 vsize=7643544 CPUtime=0.13 cores=0,2
/proc/8697/task/8703/stat : 8703 (java) S 8695 8697 8386 0 -1 4202560 733 0 0 0 13 0 0 0 15 0 19 0 371417964 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8704] ppid=8695 vsize=7643544 CPUtime=0.18 cores=0,2
/proc/8697/task/8704/stat : 8704 (java) S 8695 8697 8386 0 -1 4202560 391 0 0 0 18 0 0 0 15 0 19 0 371417964 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8705] ppid=8695 vsize=7643544 CPUtime=0.11 cores=0,2
/proc/8697/task/8705/stat : 8705 (java) S 8695 8697 8386 0 -1 4202560 2205 0 0 0 11 0 0 0 15 0 19 0 371417964 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8706] ppid=8695 vsize=7643544 CPUtime=0.11 cores=0,2
/proc/8697/task/8706/stat : 8706 (java) S 8695 8697 8386 0 -1 4202560 2245 0 0 0 11 0 0 0 15 0 19 0 371417964 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8707] ppid=8695 vsize=7643544 CPUtime=0.16 cores=0,2
/proc/8697/task/8707/stat : 8707 (java) S 8695 8697 8386 0 -1 4202560 1009 0 0 0 16 0 0 0 15 0 19 0 371417964 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8709] ppid=8695 vsize=7643544 CPUtime=4.22 cores=0,2
/proc/8697/task/8709/stat : 8709 (java) S 8695 8697 8386 0 -1 4202560 4683 0 0 0 421 1 0 0 15 0 19 0 371417965 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 0 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8710] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8710/stat : 8710 (java) S 8695 8697 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417966 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8711] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8711/stat : 8711 (java) S 8695 8697 8386 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371417966 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8712] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8712/stat : 8712 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488518577 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8713] ppid=8695 vsize=7643544 CPUtime=0.23 cores=0,2
/proc/8697/task/8713/stat : 8713 (java) S 8695 8697 8386 0 -1 4202560 457 0 0 0 23 0 0 0 15 0 19 0 371417968 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8714] ppid=8695 vsize=7643544 CPUtime=0.41 cores=0,2
/proc/8697/task/8714/stat : 8714 (java) S 8695 8697 8386 0 -1 4202560 3908 0 0 0 41 0 0 0 15 0 19 0 371417968 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8715] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8715/stat : 8715 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8716] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8716/stat : 8716 (java) S 8695 8697 8386 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 371417968 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8745] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8745/stat : 8745 (java) S 8695 8697 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371417987 7826989056 37369 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.44
Current children cumulated vsize (KiB) 7643544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.83 3/223 8799
/proc/meminfo: memFree=15141032/32950928 swapFree=67102716/67111528
[pid=8697] ppid=8695 vsize=7643544 CPUtime=1301.17 cores=0,2
/proc/8697/stat : 8697 (java) S 8695 8697 8386 0 -1 4202496 40519 0 1 0 130107 10 0 0 25 0 19 0 371417962 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8697/statm: 1910886 37938 2255 9 0 1901624 0
[pid=8697/tid=8699] ppid=8695 vsize=7643544 CPUtime=1294.88 cores=0,2
/proc/8697/task/8699/stat : 8699 (java) R 8695 8697 8386 0 -1 4202560 18701 0 1 0 129483 5 0 0 25 0 19 0 371417963 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 46912505589117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8697/tid=8700] ppid=8695 vsize=7643544 CPUtime=0.16 cores=0,2
/proc/8697/task/8700/stat : 8700 (java) S 8695 8697 8386 0 -1 4202560 1188 0 0 0 16 0 0 0 15 0 19 0 371417964 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8701] ppid=8695 vsize=7643544 CPUtime=0.12 cores=0,2
/proc/8697/task/8701/stat : 8701 (java) S 8695 8697 8386 0 -1 4202560 1887 0 0 0 12 0 0 0 15 0 19 0 371417964 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8702] ppid=8695 vsize=7643544 CPUtime=0.15 cores=0,2
/proc/8697/task/8702/stat : 8702 (java) S 8695 8697 8386 0 -1 4202560 1608 0 0 0 15 0 0 0 15 0 19 0 371417964 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8703] ppid=8695 vsize=7643544 CPUtime=0.13 cores=0,2
/proc/8697/task/8703/stat : 8703 (java) S 8695 8697 8386 0 -1 4202560 733 0 0 0 13 0 0 0 15 0 19 0 371417964 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8704] ppid=8695 vsize=7643544 CPUtime=0.19 cores=0,2
/proc/8697/task/8704/stat : 8704 (java) S 8695 8697 8386 0 -1 4202560 391 0 0 0 19 0 0 0 15 0 19 0 371417964 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8705] ppid=8695 vsize=7643544 CPUtime=0.12 cores=0,2
/proc/8697/task/8705/stat : 8705 (java) S 8695 8697 8386 0 -1 4202560 2205 0 0 0 12 0 0 0 15 0 19 0 371417964 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8706] ppid=8695 vsize=7643544 CPUtime=0.12 cores=0,2
/proc/8697/task/8706/stat : 8706 (java) S 8695 8697 8386 0 -1 4202560 2389 0 0 0 12 0 0 0 15 0 19 0 371417964 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8707] ppid=8695 vsize=7643544 CPUtime=0.16 cores=0,2
/proc/8697/task/8707/stat : 8707 (java) S 8695 8697 8386 0 -1 4202560 1009 0 0 0 16 0 0 0 15 0 19 0 371417964 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8709] ppid=8695 vsize=7643544 CPUtime=4.4 cores=0,2
/proc/8697/task/8709/stat : 8709 (java) S 8695 8697 8386 0 -1 4202560 4816 0 0 0 439 1 0 0 15 0 19 0 371417965 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 0 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8710] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8710/stat : 8710 (java) S 8695 8697 8386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371417966 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8711] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8711/stat : 8711 (java) S 8695 8697 8386 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371417966 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8712] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8712/stat : 8712 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488518577 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8713] ppid=8695 vsize=7643544 CPUtime=0.23 cores=0,2
/proc/8697/task/8713/stat : 8713 (java) S 8695 8697 8386 0 -1 4202560 457 0 0 0 23 0 0 0 15 0 19 0 371417968 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 0 0 0 0
[pid=8697/tid=8714] ppid=8695 vsize=7643544 CPUtime=0.41 cores=0,2
/proc/8697/task/8714/stat : 8714 (java) S 8695 8697 8386 0 -1 4202560 3908 0 0 0 41 0 0 0 15 0 19 0 371417968 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8715] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8715/stat : 8715 (java) S 8695 8697 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371417968 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488510873 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8716] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8716/stat : 8716 (java) S 8695 8697 8386 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 371417968 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
[pid=8697/tid=8745] ppid=8695 vsize=7643544 CPUtime=0 cores=0,2
/proc/8697/task/8745/stat : 8745 (java) S 8695 8697 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371417987 7826989056 37938 33554432000 1073741824 1073778376 140737213535680 18446744073709551615 239488511488 0 4 0 16800975 18446604453906934656 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.17
Current children cumulated vsize (KiB) 7643544

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.26
CPU user time (s): 1301.15
CPU system time (s): 0.113982
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 7701596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.15
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40553
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= 29657
involuntary context switches= 6965

runsolver used 2.34564 second user time and 4.77127 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-12 10:50:09
IDJOB=3190306
IDBENCH=82637
IDSOLVER=1611
FILE ID=node148/3190306-1302598209
RUNJOBID= node148-1302596906-8404
PBS_JOBID= 12958095
Free space on /tmp= 71072 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1993071608-084-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-3190306-1302598209/watcher-3190306-1302598209 -o /tmp/evaluation-result-3190306-1302598209/solver-3190306-1302598209 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190306-1302598209.cnf

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

MD5SUM BENCH= 6a416a8eca39558555cbe083cf0c9cff
RANDOM SEED=468558075

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15303820 kB
Buffers:        614892 kB
Cached:       16499100 kB
SwapCached:       4908 kB
Active:        8257452 kB
Inactive:      8983748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15303820 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:            3600 kB
Writeback:           0 kB
AnonPages:      124076 kB
Mapped:          22696 kB
Slab:           341480 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14720956 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= 71072 MiB
End job on node148 at 2011-04-12 11:11:51