Trace number 3263404

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
MD5SUM5cab37809f478f7db7fa096e9a155cfe
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of clauses40110
Sum of the clauses size400890
Maximum clause length10
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 542
Number of clauses of size over 540068

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		6997539544
0.05/0.08	c Max memory 		7034241024
0.05/0.08	c Total memory 		7034241024
0.05/0.08	c Number of processors 	8
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483647s
0.09/0.11	c DB Simplification allowed=true
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3263404-1303570631.cnf
0.09/0.11	c reading problem ... 
0.26/0.25	c ... done. Wall clock time 0.141s.
0.26/0.25	c #vars     105
0.26/0.25	c #constraints  40110
0.26/0.25	c constraints type 
0.26/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40110
1.20/0.81	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.83/1.36	c cleaning 4235 clauses out of 8505 with flag 11001/11001
2.34/1.86	c cleaning 5632 clauses out of 11269 with flag 18000/18000
3.03/2.53	c cleaning 6814 clauses out of 13637 with flag 26000/26000
3.95/3.42	c cleaning 7906 clauses out of 15824 with flag 35001/35001
5.05/4.51	c cleaning 8954 clauses out of 17918 with flag 45001/45001
6.25/5.74	c cleaning 9965 clauses out of 19964 with flag 56001/56001
7.85/7.37	c cleaning 10995 clauses out of 21998 with flag 68000/68000
9.45/8.92	c cleaning 11997 clauses out of 24004 with flag 81001/81001
11.55/11.01	c cleaning 12994 clauses out of 26006 with flag 95000/95000
13.95/13.40	c cleaning 13994 clauses out of 28012 with flag 110000/110000
16.25/15.71	c cleaning 15005 clauses out of 30019 with flag 126001/126001
18.85/18.36	c cleaning 15996 clauses out of 32013 with flag 143000/143000
21.75/21.22	c cleaning 16993 clauses out of 34017 with flag 161000/161000
24.95/24.50	c cleaning 18008 clauses out of 36025 with flag 180001/180001
27.85/27.38	c cleaning 19004 clauses out of 38017 with flag 200001/200001
31.55/31.07	c cleaning 20002 clauses out of 40012 with flag 221000/221000
35.45/34.93	c cleaning 20998 clauses out of 42012 with flag 243002/243002
40.06/39.60	c cleaning 22005 clauses out of 44015 with flag 266003/266003
44.66/44.12	c cleaning 22991 clauses out of 46007 with flag 290000/290000
49.56/49.09	c cleaning 24006 clauses out of 48016 with flag 315000/315000
53.37/52.88	c cleaning 25000 clauses out of 50010 with flag 341000/341000
57.38/56.84	c cleaning 25995 clauses out of 52012 with flag 368002/368002
61.58/61.02	c cleaning 26999 clauses out of 54016 with flag 396001/396001
66.59/66.01	c cleaning 27991 clauses out of 56017 with flag 425001/425001
71.29/70.78	c cleaning 28997 clauses out of 58026 with flag 455001/455001
77.20/76.63	c cleaning 29995 clauses out of 60028 with flag 486000/486000
83.70/83.18	c cleaning 31003 clauses out of 62034 with flag 518001/518001
91.00/90.40	c cleaning 32000 clauses out of 64030 with flag 551000/551000
97.60/97.02	c cleaning 33009 clauses out of 66031 with flag 585001/585001
103.51/102.99	c cleaning 34004 clauses out of 68023 with flag 620002/620002
110.31/109.70	c cleaning 34995 clauses out of 70017 with flag 656000/656000
117.51/116.92	c cleaning 36006 clauses out of 72023 with flag 693001/693001
123.92/123.33	c cleaning 37002 clauses out of 74018 with flag 731002/731002
132.42/131.86	c cleaning 37987 clauses out of 76015 with flag 770001/770001
141.82/141.22	c cleaning 39003 clauses out of 78028 with flag 810001/810001
154.03/153.42	c cleaning 40001 clauses out of 80025 with flag 851001/851001
161.53/160.90	c cleaning 40503 clauses out of 81024 with flag 892001/892001
170.63/170.04	c cleaning 40756 clauses out of 81521 with flag 933001/933001
179.24/178.69	c cleaning 40872 clauses out of 81765 with flag 974001/974001
190.74/190.20	c cleaning 40940 clauses out of 81893 with flag 1015001/1015001
200.04/199.43	c cleaning 40962 clauses out of 81952 with flag 1056000/1056000
210.84/210.24	c cleaning 40985 clauses out of 81990 with flag 1097000/1097000
220.45/219.87	c cleaning 40984 clauses out of 82005 with flag 1138000/1138000
231.66/231.04	c cleaning 41004 clauses out of 82023 with flag 1179002/1179002
237.95/237.32	c cleaning 40995 clauses out of 82018 with flag 1220001/1220001
245.06/244.47	c cleaning 41005 clauses out of 82023 with flag 1261001/1261001
252.96/252.36	c cleaning 40998 clauses out of 82017 with flag 1302000/1302000
261.27/260.61	c cleaning 41002 clauses out of 82020 with flag 1343001/1343001
270.17/269.52	c cleaning 41000 clauses out of 82018 with flag 1384001/1384001
280.37/279.71	c cleaning 40996 clauses out of 82017 with flag 1425000/1425000
290.77/290.10	c cleaning 41002 clauses out of 82021 with flag 1466000/1466000
300.78/300.10	c cleaning 41006 clauses out of 82020 with flag 1507001/1507001
311.79/311.19	c cleaning 40995 clauses out of 82014 with flag 1548001/1548001
323.00/322.31	c cleaning 40992 clauses out of 82018 with flag 1589000/1589000
334.40/333.77	c cleaning 41010 clauses out of 82027 with flag 1630001/1630001
345.80/345.10	c cleaning 40994 clauses out of 82016 with flag 1671000/1671000
357.40/356.78	c cleaning 41010 clauses out of 82023 with flag 1712001/1712001
369.00/368.36	c cleaning 41005 clauses out of 82013 with flag 1753001/1753001
377.80/377.17	c cleaning 40997 clauses out of 82008 with flag 1794001/1794001
387.41/386.77	c cleaning 40999 clauses out of 82011 with flag 1835001/1835001
397.71/397.09	c cleaning 40992 clauses out of 82011 with flag 1876000/1876000
407.72/407.02	c cleaning 41000 clauses out of 82020 with flag 1917001/1917001
416.42/415.73	c cleaning 41001 clauses out of 82020 with flag 1958001/1958001
425.62/424.99	c cleaning 40997 clauses out of 82018 with flag 1999000/1999000
436.82/436.17	c cleaning 41003 clauses out of 82022 with flag 2040001/2040001
447.62/446.98	c cleaning 41002 clauses out of 82020 with flag 2081002/2081002
458.23/457.56	c cleaning 40994 clauses out of 82017 with flag 2122001/2122001
467.43/466.73	c cleaning 41004 clauses out of 82022 with flag 2163000/2163000
477.33/476.64	c cleaning 40995 clauses out of 82019 with flag 2204001/2204001
488.13/487.43	c cleaning 41001 clauses out of 82024 with flag 2245001/2245001
498.14/497.42	c cleaning 40995 clauses out of 82023 with flag 2286001/2286001
508.54/507.82	c cleaning 41010 clauses out of 82029 with flag 2327002/2327002
518.46/517.75	c cleaning 41001 clauses out of 82017 with flag 2368000/2368000
528.26/527.58	c cleaning 41002 clauses out of 82016 with flag 2409000/2409000
538.06/537.39	c cleaning 41004 clauses out of 82015 with flag 2450001/2450001
550.77/550.09	c cleaning 40997 clauses out of 82011 with flag 2491001/2491001
561.17/560.42	c cleaning 40999 clauses out of 82013 with flag 2532000/2532000
571.37/570.68	c cleaning 41002 clauses out of 82015 with flag 2573001/2573001
581.67/580.92	c cleaning 40996 clauses out of 82013 with flag 2614001/2614001
591.87/591.10	c cleaning 41000 clauses out of 82017 with flag 2655001/2655001
602.67/601.93	c cleaning 40989 clauses out of 82016 with flag 2696000/2696000
613.57/612.86	c cleaning 41001 clauses out of 82027 with flag 2737000/2737000
624.58/623.80	c cleaning 40991 clauses out of 82026 with flag 2778000/2778000
635.38/634.68	c cleaning 41010 clauses out of 82035 with flag 2819000/2819000
646.28/645.55	c cleaning 41005 clauses out of 82028 with flag 2860003/2860003
656.39/655.68	c cleaning 41011 clauses out of 82021 with flag 2901001/2901001
667.08/666.39	c cleaning 40996 clauses out of 82010 with flag 2942001/2942001
678.29/677.55	c cleaning 41006 clauses out of 82014 with flag 2983001/2983001
689.59/688.84	c cleaning 40994 clauses out of 82007 with flag 3024000/3024000
700.09/699.31	c cleaning 40996 clauses out of 82013 with flag 3065000/3065000
710.49/709.74	c cleaning 40995 clauses out of 82017 with flag 3106000/3106000
721.20/720.44	c cleaning 41006 clauses out of 82022 with flag 3147000/3147000
732.10/731.32	c cleaning 41004 clauses out of 82016 with flag 3188000/3188000
742.50/741.77	c cleaning 41003 clauses out of 82013 with flag 3229001/3229001
752.70/751.97	c cleaning 41003 clauses out of 82009 with flag 3270000/3270000
761.51/760.78	c cleaning 40977 clauses out of 82006 with flag 3311000/3311000
769.51/768.77	c cleaning 41006 clauses out of 82029 with flag 3352000/3352000
778.21/777.48	c cleaning 40996 clauses out of 82023 with flag 3393000/3393000
786.01/785.28	c cleaning 41005 clauses out of 82027 with flag 3434000/3434000
792.92/792.13	c cleaning 41006 clauses out of 82022 with flag 3475000/3475000
800.82/800.03	c cleaning 41003 clauses out of 82016 with flag 3516000/3516000
809.23/808.46	c cleaning 40994 clauses out of 82013 with flag 3557000/3557000
816.93/816.20	c cleaning 41000 clauses out of 82022 with flag 3598003/3598003
824.82/824.02	c cleaning 41005 clauses out of 82019 with flag 3639000/3639000
834.03/833.27	c cleaning 40988 clauses out of 82016 with flag 3680002/3680002
842.13/841.33	c cleaning 40995 clauses out of 82026 with flag 3721000/3721000
851.04/850.27	c cleaning 41001 clauses out of 82031 with flag 3762000/3762000
860.03/859.22	c cleaning 41008 clauses out of 82030 with flag 3803000/3803000
869.74/868.91	c cleaning 40992 clauses out of 82023 with flag 3844001/3844001
878.64/877.87	c cleaning 40998 clauses out of 82031 with flag 3885001/3885001
887.64/886.84	c cleaning 41004 clauses out of 82032 with flag 3926000/3926000
896.25/895.46	c cleaning 40996 clauses out of 82029 with flag 3967001/3967001
905.44/904.69	c cleaning 41006 clauses out of 82033 with flag 4008001/4008001
914.95/914.11	c cleaning 40999 clauses out of 82027 with flag 4049001/4049001
923.35/922.53	c cleaning 41009 clauses out of 82029 with flag 4090002/4090002
933.56/932.75	c cleaning 41000 clauses out of 82018 with flag 4131000/4131000
943.75/942.93	c cleaning 41007 clauses out of 82020 with flag 4172002/4172002
954.85/954.00	c cleaning 40986 clauses out of 82012 with flag 4213001/4213001
965.06/964.27	c cleaning 40991 clauses out of 82026 with flag 4254001/4254001
974.16/973.35	c cleaning 41007 clauses out of 82034 with flag 4295000/4295000
982.66/981.89	c cleaning 41000 clauses out of 82029 with flag 4336002/4336002
991.77/990.98	c cleaning 40995 clauses out of 82027 with flag 4377000/4377000
1001.67/1000.89	c cleaning 41013 clauses out of 82032 with flag 4418000/4418000
1012.57/1011.76	c cleaning 40997 clauses out of 82019 with flag 4459000/4459000
1023.88/1023.01	c cleaning 40988 clauses out of 82022 with flag 4500000/4500000
1032.08/1031.26	c cleaning 41001 clauses out of 82035 with flag 4541001/4541001
1041.38/1040.58	c cleaning 40989 clauses out of 82033 with flag 4582000/4582000
1049.48/1048.68	c cleaning 40993 clauses out of 82044 with flag 4623000/4623000
1058.48/1057.69	c cleaning 41021 clauses out of 82051 with flag 4664000/4664000
1068.18/1067.32	c cleaning 40995 clauses out of 82030 with flag 4705000/4705000
1076.88/1076.02	c cleaning 40997 clauses out of 82035 with flag 4746000/4746000
1086.18/1085.34	c cleaning 41004 clauses out of 82039 with flag 4787001/4787001
1095.88/1095.01	c cleaning 41007 clauses out of 82034 with flag 4828000/4828000
1104.09/1103.22	c cleaning 41006 clauses out of 82029 with flag 4869002/4869002
1112.39/1111.53	c cleaning 41000 clauses out of 82021 with flag 4910000/4910000
1122.29/1121.46	c cleaning 40995 clauses out of 82022 with flag 4951001/4951001
1131.70/1130.89	c cleaning 40999 clauses out of 82026 with flag 4992000/4992000
1141.10/1140.25	c cleaning 41007 clauses out of 82028 with flag 5033001/5033001
1149.70/1148.87	c cleaning 40977 clauses out of 82020 with flag 5074000/5074000
1158.60/1157.73	c cleaning 41006 clauses out of 82046 with flag 5115003/5115003
1167.80/1166.96	c cleaning 41013 clauses out of 82039 with flag 5156002/5156002
1176.10/1175.24	c cleaning 40988 clauses out of 82024 with flag 5197000/5197000
1184.52/1183.67	c cleaning 41003 clauses out of 82037 with flag 5238001/5238001
1193.61/1192.77	c cleaning 41004 clauses out of 82034 with flag 5279001/5279001
1203.02/1202.12	c cleaning 41015 clauses out of 82030 with flag 5320001/5320001
1213.52/1212.61	c cleaning 40992 clauses out of 82016 with flag 5361002/5361002
1224.52/1223.66	c cleaning 40995 clauses out of 82022 with flag 5402000/5402000
1234.62/1233.72	c cleaning 40997 clauses out of 82029 with flag 5443002/5443002
1244.82/1243.99	c cleaning 41009 clauses out of 82030 with flag 5484000/5484000
1253.83/1252.97	c cleaning 41004 clauses out of 82021 with flag 5525000/5525000
1262.93/1262.06	c cleaning 40990 clauses out of 82017 with flag 5566000/5566000
1271.83/1270.90	c cleaning 40999 clauses out of 82028 with flag 5607001/5607001
1280.83/1279.91	c cleaning 41004 clauses out of 82028 with flag 5648000/5648000
1289.53/1288.60	c cleaning 41001 clauses out of 82024 with flag 5689000/5689000
1297.64/1296.71	c cleaning 41003 clauses out of 82023 with flag 5730000/5730000
1300.94/1300.01	c starts		: 2209
1300.94/1300.01	c conflicts		: 5749332
1300.94/1300.01	c decisions		: 7253294
1300.94/1300.01	c propagations		: 43025423
1300.94/1300.01	c inspects		: 16950305081
1300.94/1300.01	c shortcuts		: 0
1300.94/1300.01	c learnt literals	: 0
1300.94/1300.01	c learnt binary clauses	: 0
1300.94/1300.01	c learnt ternary clauses	: 1
1300.94/1300.01	c learnt constraints	: 5749332
1300.94/1300.01	c ignored constraints	: 0
1300.94/1300.01	c root simplifications	: 2209
1300.94/1300.01	c removed literals (reason simplification)	: 32018608
1300.94/1300.01	c reason swapping (by a shorter reason)	: 0
1300.94/1300.01	c Calls to reduceDB	: 156
1300.94/1300.01	c speed (assignments/second)	: 33102.53954185459
1300.94/1300.01	c non guided choices	9047
1300.94/1300.04	c learnt constraints type 
1300.94/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60381
1300.94/1300.04	c constraints type 
1300.94/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40110
1300.94/1300.04	s UNKNOWN
1300.94/1300.04	c Total wall clock time (in seconds) : 1299.904

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263404-1303570631/watcher-3263404-1303570631 -o /tmp/evaluation-result-3263404-1303570631/solver-3263404-1303570631 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3263404-1303570631.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.38 3.87 4.09 3/178 12436
/proc/meminfo: memFree=11907832/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=23028 CPUtime=0 cores=0,2
/proc/12436/stat : 12436 (java) R 12432 12436 12042 0 -1 4202496 953 0 0 0 0 0 0 0 21 0 1 0 449478951 23580672 695 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233505334760 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12436/statm: 5757 696 513 9 0 124 0

[startup+0.069863 s]
/proc/loadavg: 3.38 3.87 4.09 3/178 12436
/proc/meminfo: memFree=11907832/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7569808 CPUtime=0.05 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 9244 0 1 0 4 1 0 0 21 0 18 0 449478951 7751483392 8939 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1892452 8939 1739 9 0 1883190 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569808

[startup+0.100807 s]
/proc/loadavg: 3.38 3.87 4.09 3/178 12436
/proc/meminfo: memFree=11907832/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7635904 CPUtime=0.09 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 10002 0 1 0 8 1 0 0 21 0 18 0 449478951 7819165696 9697 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1908976 9697 2016 9 0 1899714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7635904

[startup+0.300771 s]
/proc/loadavg: 3.38 3.87 4.09 3/178 12436
/proc/meminfo: memFree=11907832/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7639284 CPUtime=0.43 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 13209 0 1 0 42 1 0 0 21 0 19 0 449478951 7822626816 12618 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1909821 12618 2209 9 0 1900559 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7639284

[startup+0.700761 s]
/proc/loadavg: 3.38 3.87 4.09 3/178 12436
/proc/meminfo: memFree=11907832/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7641668 CPUtime=1.06 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 14788 0 1 0 104 2 0 0 21 0 19 0 449478951 7825068032 13653 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1910417 13653 2226 9 0 1901155 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7641668

[startup+1.50155 s]
/proc/loadavg: 3.38 3.87 4.09 8/262 12530
/proc/meminfo: memFree=11694672/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7659360 CPUtime=2.04 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 26097 0 1 0 201 3 0 0 21 0 19 0 449478951 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1914840 21864 2254 9 0 1905578 0
[pid=12436/tid=12440] ppid=12432 vsize=7659360 CPUtime=1.27 cores=0,2
/proc/12436/task/12440/stat : 12440 (java) R 12432 12436 12042 0 -1 4202560 10904 0 1 0 126 1 0 0 25 0 19 0 449478951 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 46912505605830 0 4 0 16800975 0 0 0 -1 2 0 0 1
[pid=12436/tid=12449] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12449/stat : 12449 (java) S 12432 12436 12042 0 -1 4202560 712 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12450] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12450/stat : 12450 (java) S 12432 12436 12042 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 19 0 449478953 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12451] ppid=12432 vsize=7659360 CPUtime=0.02 cores=0,2
/proc/12436/task/12451/stat : 12451 (java) S 12432 12436 12042 0 -1 4202560 377 0 0 0 2 0 0 0 15 0 19 0 449478953 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12452] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12452/stat : 12452 (java) S 12432 12436 12042 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12453] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12453/stat : 12453 (java) S 12432 12436 12042 0 -1 4202560 302 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12454] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12454/stat : 12454 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12455] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12455/stat : 12455 (java) S 12432 12436 12042 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12456] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12456/stat : 12456 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12458] ppid=12432 vsize=7659360 CPUtime=0.04 cores=0,2
/proc/12436/task/12458/stat : 12458 (java) S 12432 12436 12042 0 -1 4202560 1561 0 0 0 4 0 0 0 16 0 19 0 449478954 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 0 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12461] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12461/stat : 12461 (java) S 12432 12436 12042 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449478955 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12462] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12462/stat : 12462 (java) S 12432 12436 12042 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 449478955 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12468] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12468/stat : 12468 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522121137 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12469] ppid=12432 vsize=7659360 CPUtime=0.35 cores=0,2
/proc/12436/task/12469/stat : 12469 (java) S 12432 12436 12042 0 -1 4202560 8410 0 0 0 34 1 0 0 15 0 19 0 449478957 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12470] ppid=12432 vsize=7659360 CPUtime=0.22 cores=0,2
/proc/12436/task/12470/stat : 12470 (java) S 12432 12436 12042 0 -1 4202560 2399 0 0 0 22 0 0 0 19 0 19 0 449478957 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12471] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12471/stat : 12471 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12472] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12472/stat : 12472 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478957 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12519] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12519/stat : 12519 (java) S 12432 12436 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478976 7843184640 21864 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 7659360

[startup+3.10133 s]
/proc/loadavg: 3.38 3.87 4.09 6/262 12530
/proc/meminfo: memFree=11586048/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7659360 CPUtime=3.65 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 26260 0 1 0 362 3 0 0 21 0 19 0 449478951 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1914840 22025 2254 9 0 1905578 0
[pid=12436/tid=12440] ppid=12432 vsize=7659360 CPUtime=2.81 cores=0,2
/proc/12436/task/12440/stat : 12440 (java) R 12432 12436 12042 0 -1 4202560 10905 0 1 0 280 1 0 0 25 0 19 0 449478951 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 46912505632464 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=12436/tid=12449] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12449/stat : 12449 (java) S 12432 12436 12042 0 -1 4202560 729 0 0 0 1 0 0 0 16 0 19 0 449478953 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12450] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12450/stat : 12450 (java) S 12432 12436 12042 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 19 0 449478953 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12451] ppid=12432 vsize=7659360 CPUtime=0.02 cores=0,2
/proc/12436/task/12451/stat : 12451 (java) S 12432 12436 12042 0 -1 4202560 377 0 0 0 2 0 0 0 15 0 19 0 449478953 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12452] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12452/stat : 12452 (java) S 12432 12436 12042 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12453] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12453/stat : 12453 (java) S 12432 12436 12042 0 -1 4202560 302 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12454] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12454/stat : 12454 (java) S 12432 12436 12042 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12455] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12455/stat : 12455 (java) S 12432 12436 12042 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12456] ppid=12432 vsize=7659360 CPUtime=0.01 cores=0,2
/proc/12436/task/12456/stat : 12456 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 1 0 0 0 15 0 19 0 449478953 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12458] ppid=12432 vsize=7659360 CPUtime=0.08 cores=0,2
/proc/12436/task/12458/stat : 12458 (java) S 12432 12436 12042 0 -1 4202560 1671 0 0 0 8 0 0 0 15 0 19 0 449478954 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 0 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12461] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12461/stat : 12461 (java) S 12432 12436 12042 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449478955 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12462] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12462/stat : 12462 (java) S 12432 12436 12042 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 449478955 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12468] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12468/stat : 12468 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522121137 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12469] ppid=12432 vsize=7659360 CPUtime=0.38 cores=0,2
/proc/12436/task/12469/stat : 12469 (java) S 12432 12436 12042 0 -1 4202560 8418 0 0 0 37 1 0 0 15 0 19 0 449478957 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12470] ppid=12432 vsize=7659360 CPUtime=0.22 cores=0,2
/proc/12436/task/12470/stat : 12470 (java) S 12432 12436 12042 0 -1 4202560 2399 0 0 0 22 0 0 0 19 0 19 0 449478957 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12471] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12471/stat : 12471 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12472] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12472/stat : 12472 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478957 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12519] ppid=12432 vsize=7659360 CPUtime=0 cores=0,2
/proc/12436/task/12519/stat : 12519 (java) S 12432 12436 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478976 7843184640 22025 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 7659360

[startup+6.30073 s]
/proc/loadavg: 3.51 3.89 4.09 7/262 12530
/proc/meminfo: memFree=11578296/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7655956 CPUtime=6.85 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 26509 0 1 0 682 3 0 0 21 0 19 0 449478951 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1913989 21279 2254 9 0 1904727 0
[pid=12436/tid=12440] ppid=12432 vsize=7655956 CPUtime=5.93 cores=0,2
/proc/12436/task/12440/stat : 12440 (java) R 12432 12436 12042 0 -1 4202560 10909 0 1 0 592 1 0 0 25 0 19 0 449478951 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 46912505574552 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=12436/tid=12449] ppid=12432 vsize=7655956 CPUtime=0.01 cores=0,2
/proc/12436/task/12449/stat : 12449 (java) S 12432 12436 12042 0 -1 4202560 729 0 0 0 1 0 0 0 15 0 19 0 449478953 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12450] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12450/stat : 12450 (java) S 12432 12436 12042 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 19 0 449478953 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12451] ppid=12432 vsize=7655956 CPUtime=0.02 cores=0,2
/proc/12436/task/12451/stat : 12451 (java) S 12432 12436 12042 0 -1 4202560 377 0 0 0 2 0 0 0 15 0 19 0 449478953 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12452] ppid=12432 vsize=7655956 CPUtime=0.02 cores=0,2
/proc/12436/task/12452/stat : 12452 (java) S 12432 12436 12042 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 19 0 449478953 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12453] ppid=12432 vsize=7655956 CPUtime=0.01 cores=0,2
/proc/12436/task/12453/stat : 12453 (java) S 12432 12436 12042 0 -1 4202560 302 0 0 0 1 0 0 0 15 0 19 0 449478953 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12454] ppid=12432 vsize=7655956 CPUtime=0.01 cores=0,2
/proc/12436/task/12454/stat : 12454 (java) S 12432 12436 12042 0 -1 4202560 28 0 0 0 1 0 0 0 16 0 19 0 449478953 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12455] ppid=12432 vsize=7655956 CPUtime=0.01 cores=0,2
/proc/12436/task/12455/stat : 12455 (java) S 12432 12436 12042 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 449478953 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12456] ppid=12432 vsize=7655956 CPUtime=0.01 cores=0,2
/proc/12436/task/12456/stat : 12456 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 1 0 0 0 15 0 19 0 449478953 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12458] ppid=12432 vsize=7655956 CPUtime=0.14 cores=0,2
/proc/12436/task/12458/stat : 12458 (java) S 12432 12436 12042 0 -1 4202560 1911 0 0 0 14 0 0 0 15 0 19 0 449478954 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 0 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12461] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12461/stat : 12461 (java) S 12432 12436 12042 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12462] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12462/stat : 12462 (java) S 12432 12436 12042 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12468] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12468/stat : 12468 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522121137 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12469] ppid=12432 vsize=7655956 CPUtime=0.38 cores=0,2
/proc/12436/task/12469/stat : 12469 (java) S 12432 12436 12042 0 -1 4202560 8418 0 0 0 37 1 0 0 15 0 19 0 449478957 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12470] ppid=12432 vsize=7655956 CPUtime=0.22 cores=0,2
/proc/12436/task/12470/stat : 12470 (java) S 12432 12436 12042 0 -1 4202560 2399 0 0 0 22 0 0 0 19 0 19 0 449478957 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12471] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12471/stat : 12471 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12472] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12472/stat : 12472 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478957 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12519] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12519/stat : 12519 (java) S 12432 12436 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478976 7839698944 21279 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 7655956

[startup+12.7016 s]

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

[pid=12436/tid=12454] ppid=12432 vsize=7655956 CPUtime=0.09 cores=0,2
/proc/12436/task/12454/stat : 12454 (java) S 12432 12436 12042 0 -1 4202560 316 0 0 0 9 0 0 0 16 0 19 0 449478953 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12455] ppid=12432 vsize=7655956 CPUtime=0.12 cores=0,2
/proc/12436/task/12455/stat : 12455 (java) S 12432 12436 12042 0 -1 4202560 26 0 0 0 12 0 0 0 15 0 19 0 449478953 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12456] ppid=12432 vsize=7655956 CPUtime=0.09 cores=0,2
/proc/12436/task/12456/stat : 12456 (java) S 12432 12436 12042 0 -1 4202560 20 0 0 0 9 0 0 0 15 0 19 0 449478953 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12458] ppid=12432 vsize=7655956 CPUtime=5.06 cores=0,2
/proc/12436/task/12458/stat : 12458 (java) S 12432 12436 12042 0 -1 4202560 4395 0 0 0 504 2 0 0 16 0 19 0 449478954 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 0 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12461] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12461/stat : 12461 (java) S 12432 12436 12042 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12462] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12462/stat : 12462 (java) S 12432 12436 12042 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12468] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12468/stat : 12468 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522121137 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12469] ppid=12432 vsize=7655956 CPUtime=0.41 cores=0,2
/proc/12436/task/12469/stat : 12469 (java) S 12432 12436 12042 0 -1 4202560 8675 0 0 0 40 1 0 0 15 0 19 0 449478957 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12470] ppid=12432 vsize=7655956 CPUtime=0.22 cores=0,2
/proc/12436/task/12470/stat : 12470 (java) S 12432 12436 12042 0 -1 4202560 2399 0 0 0 22 0 0 0 19 0 19 0 449478957 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12471] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12471/stat : 12471 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12472] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12472/stat : 12472 (java) S 12432 12436 12042 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 449478957 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12519] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12519/stat : 12519 (java) S 12432 12436 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478976 7839698944 24608 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.19
Current children cumulated vsize (KiB) 7655956

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 4.01 6/262 12570
/proc/meminfo: memFree=11347040/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7655956 CPUtime=1183.21 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 30394 0 1 0 118313 8 0 0 21 0 19 0 449478951 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1913989 24643 2255 9 0 1904727 0
[pid=12436/tid=12440] ppid=12432 vsize=7655956 CPUtime=1176.31 cores=0,2
/proc/12436/task/12440/stat : 12440 (java) R 12432 12436 12042 0 -1 4202560 11045 0 1 0 117629 2 0 0 25 0 19 0 449478951 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 46912505569514 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=12436/tid=12449] ppid=12432 vsize=7655956 CPUtime=0.1 cores=0,2
/proc/12436/task/12449/stat : 12449 (java) S 12432 12436 12042 0 -1 4202560 768 0 0 0 10 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12450] ppid=12432 vsize=7655956 CPUtime=0.13 cores=0,2
/proc/12436/task/12450/stat : 12450 (java) S 12432 12436 12042 0 -1 4202560 305 0 0 0 13 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12451] ppid=12432 vsize=7655956 CPUtime=0.14 cores=0,2
/proc/12436/task/12451/stat : 12451 (java) S 12432 12436 12042 0 -1 4202560 420 0 0 0 14 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12452] ppid=12432 vsize=7655956 CPUtime=0.09 cores=0,2
/proc/12436/task/12452/stat : 12452 (java) S 12432 12436 12042 0 -1 4202560 315 0 0 0 9 0 0 0 16 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12453] ppid=12432 vsize=7655956 CPUtime=0.1 cores=0,2
/proc/12436/task/12453/stat : 12453 (java) S 12432 12436 12042 0 -1 4202560 457 0 0 0 10 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12454] ppid=12432 vsize=7655956 CPUtime=0.1 cores=0,2
/proc/12436/task/12454/stat : 12454 (java) S 12432 12436 12042 0 -1 4202560 320 0 0 0 10 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12455] ppid=12432 vsize=7655956 CPUtime=0.13 cores=0,2
/proc/12436/task/12455/stat : 12455 (java) S 12432 12436 12042 0 -1 4202560 26 0 0 0 13 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12456] ppid=12432 vsize=7655956 CPUtime=0.09 cores=0,2
/proc/12436/task/12456/stat : 12456 (java) S 12432 12436 12042 0 -1 4202560 20 0 0 0 9 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12458] ppid=12432 vsize=7655956 CPUtime=5.3 cores=0,2
/proc/12436/task/12458/stat : 12458 (java) S 12432 12436 12042 0 -1 4202560 4424 0 0 0 528 2 0 0 15 0 19 0 449478954 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 0 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12461] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12461/stat : 12461 (java) S 12432 12436 12042 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12462] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12462/stat : 12462 (java) S 12432 12436 12042 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12468] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12468/stat : 12468 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522121137 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12469] ppid=12432 vsize=7655956 CPUtime=0.41 cores=0,2
/proc/12436/task/12469/stat : 12469 (java) S 12432 12436 12042 0 -1 4202560 8675 0 0 0 40 1 0 0 15 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12470] ppid=12432 vsize=7655956 CPUtime=0.22 cores=0,2
/proc/12436/task/12470/stat : 12470 (java) S 12432 12436 12042 0 -1 4202560 2399 0 0 0 22 0 0 0 19 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12471] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12471/stat : 12471 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12472] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12472/stat : 12472 (java) S 12432 12436 12042 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12519] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12519/stat : 12519 (java) S 12432 12436 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478976 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.21
Current children cumulated vsize (KiB) 7655956

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/262 12572
/proc/meminfo: memFree=11345520/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7655956 CPUtime=1243.22 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 30408 0 1 0 124314 8 0 0 21 0 19 0 449478951 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1913989 24643 2255 9 0 1904727 0
[pid=12436/tid=12440] ppid=12432 vsize=7655956 CPUtime=1236.05 cores=0,2
/proc/12436/task/12440/stat : 12440 (java) R 12432 12436 12042 0 -1 4202560 11051 0 1 0 123603 2 0 0 25 0 19 0 449478951 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 46912505632464 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=12436/tid=12449] ppid=12432 vsize=7655956 CPUtime=0.11 cores=0,2
/proc/12436/task/12449/stat : 12449 (java) S 12432 12436 12042 0 -1 4202560 768 0 0 0 11 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12450] ppid=12432 vsize=7655956 CPUtime=0.13 cores=0,2
/proc/12436/task/12450/stat : 12450 (java) S 12432 12436 12042 0 -1 4202560 305 0 0 0 13 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12451] ppid=12432 vsize=7655956 CPUtime=0.15 cores=0,2
/proc/12436/task/12451/stat : 12451 (java) S 12432 12436 12042 0 -1 4202560 420 0 0 0 15 0 0 0 16 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12452] ppid=12432 vsize=7655956 CPUtime=0.09 cores=0,2
/proc/12436/task/12452/stat : 12452 (java) S 12432 12436 12042 0 -1 4202560 315 0 0 0 9 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12453] ppid=12432 vsize=7655956 CPUtime=0.11 cores=0,2
/proc/12436/task/12453/stat : 12453 (java) S 12432 12436 12042 0 -1 4202560 457 0 0 0 11 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12454] ppid=12432 vsize=7655956 CPUtime=0.1 cores=0,2
/proc/12436/task/12454/stat : 12454 (java) S 12432 12436 12042 0 -1 4202560 320 0 0 0 10 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12455] ppid=12432 vsize=7655956 CPUtime=0.13 cores=0,2
/proc/12436/task/12455/stat : 12455 (java) S 12432 12436 12042 0 -1 4202560 26 0 0 0 13 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12456] ppid=12432 vsize=7655956 CPUtime=0.09 cores=0,2
/proc/12436/task/12456/stat : 12456 (java) S 12432 12436 12042 0 -1 4202560 20 0 0 0 9 0 0 0 15 0 19 0 449478953 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12458] ppid=12432 vsize=7655956 CPUtime=5.54 cores=0,2
/proc/12436/task/12458/stat : 12458 (java) S 12432 12436 12042 0 -1 4202560 4428 0 0 0 552 2 0 0 15 0 19 0 449478954 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 0 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12461] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12461/stat : 12461 (java) S 12432 12436 12042 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12462] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12462/stat : 12462 (java) S 12432 12436 12042 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12468] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12468/stat : 12468 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522121137 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12469] ppid=12432 vsize=7655956 CPUtime=0.41 cores=0,2
/proc/12436/task/12469/stat : 12469 (java) S 12432 12436 12042 0 -1 4202560 8675 0 0 0 40 1 0 0 15 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12470] ppid=12432 vsize=7655956 CPUtime=0.22 cores=0,2
/proc/12436/task/12470/stat : 12470 (java) S 12432 12436 12042 0 -1 4202560 2399 0 0 0 22 0 0 0 19 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12471] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12471/stat : 12471 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12472] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12472/stat : 12472 (java) S 12432 12436 12042 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 449478957 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12519] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12519/stat : 12519 (java) S 12432 12436 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478976 7839698944 24643 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.22
Current children cumulated vsize (KiB) 7655956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.01 4.00 6/262 12573
/proc/meminfo: memFree=11344248/32951124 swapFree=67111528/67111528
[pid=12436] ppid=12432 vsize=7655956 CPUtime=1300.94 cores=0,2
/proc/12436/stat : 12436 (java) S 12432 12436 12042 0 -1 4202496 30449 0 1 0 130086 8 0 0 21 0 19 0 449478951 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12436/statm: 1913989 24669 2255 9 0 1904727 0
[pid=12436/tid=12440] ppid=12432 vsize=7655956 CPUtime=1293.46 cores=0,2
/proc/12436/task/12440/stat : 12440 (java) R 12432 12436 12042 0 -1 4202560 11058 0 1 0 129343 3 0 0 25 0 19 0 449478951 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 46912505632464 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=12436/tid=12449] ppid=12432 vsize=7655956 CPUtime=0.11 cores=0,2
/proc/12436/task/12449/stat : 12449 (java) S 12432 12436 12042 0 -1 4202560 768 0 0 0 11 0 0 0 15 0 19 0 449478953 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12450] ppid=12432 vsize=7655956 CPUtime=0.14 cores=0,2
/proc/12436/task/12450/stat : 12450 (java) S 12432 12436 12042 0 -1 4202560 305 0 0 0 14 0 0 0 15 0 19 0 449478953 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12451] ppid=12432 vsize=7655956 CPUtime=0.15 cores=0,2
/proc/12436/task/12451/stat : 12451 (java) S 12432 12436 12042 0 -1 4202560 420 0 0 0 15 0 0 0 15 0 19 0 449478953 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12452] ppid=12432 vsize=7655956 CPUtime=0.1 cores=0,2
/proc/12436/task/12452/stat : 12452 (java) S 12432 12436 12042 0 -1 4202560 315 0 0 0 10 0 0 0 15 0 19 0 449478953 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12453] ppid=12432 vsize=7655956 CPUtime=0.11 cores=0,2
/proc/12436/task/12453/stat : 12453 (java) S 12432 12436 12042 0 -1 4202560 457 0 0 0 11 0 0 0 15 0 19 0 449478953 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12454] ppid=12432 vsize=7655956 CPUtime=0.11 cores=0,2
/proc/12436/task/12454/stat : 12454 (java) S 12432 12436 12042 0 -1 4202560 325 0 0 0 11 0 0 0 15 0 19 0 449478953 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12455] ppid=12432 vsize=7655956 CPUtime=0.13 cores=0,2
/proc/12436/task/12455/stat : 12455 (java) S 12432 12436 12042 0 -1 4202560 31 0 0 0 13 0 0 0 15 0 19 0 449478953 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12456] ppid=12432 vsize=7655956 CPUtime=0.1 cores=0,2
/proc/12436/task/12456/stat : 12456 (java) S 12432 12436 12042 0 -1 4202560 20 0 0 0 10 0 0 0 15 0 19 0 449478953 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12458] ppid=12432 vsize=7655956 CPUtime=5.82 cores=0,2
/proc/12436/task/12458/stat : 12458 (java) S 12432 12436 12042 0 -1 4202560 4448 0 0 0 580 2 0 0 15 0 19 0 449478954 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 0 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12461] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12461/stat : 12461 (java) S 12432 12436 12042 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12462] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12462/stat : 12462 (java) S 12432 12436 12042 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 449478955 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12468] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12468/stat : 12468 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522121137 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12469] ppid=12432 vsize=7655956 CPUtime=0.41 cores=0,2
/proc/12436/task/12469/stat : 12469 (java) S 12432 12436 12042 0 -1 4202560 8675 0 0 0 40 1 0 0 15 0 19 0 449478957 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12470] ppid=12432 vsize=7655956 CPUtime=0.22 cores=0,2
/proc/12436/task/12470/stat : 12470 (java) S 12432 12436 12042 0 -1 4202560 2399 0 0 0 22 0 0 0 19 0 19 0 449478957 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12471] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12471/stat : 12471 (java) S 12432 12436 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478957 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522113433 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
[pid=12436/tid=12472] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12472/stat : 12472 (java) S 12432 12436 12042 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 449478957 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 2 0 0 0
[pid=12436/tid=12519] ppid=12432 vsize=7655956 CPUtime=0 cores=0,2
/proc/12436/task/12519/stat : 12519 (java) S 12432 12436 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478976 7839698944 24669 33554432000 1073741824 1073778376 140735250688512 18446744073709551615 233522114048 0 4 0 16800975 18446604453965273280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.94
Current children cumulated vsize (KiB) 7655956

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.02
CPU user time (s): 1300.93
CPU system time (s): 0.095985
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 7659360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.93
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30523
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= 31234
involuntary context switches= 11213

runsolver used 2.32765 second user time and 4.79427 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-23 16:57:11
IDJOB=3263404
IDBENCH=83967
IDSOLVER=1611
FILE ID=node145/3263404-1303570631
RUNJOBID= node145-1303570631-12415
PBS_JOBID= 13150286
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_21_60_7-log.shuffled-as.sat03-151.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-3263404-1303570631/watcher-3263404-1303570631 -o /tmp/evaluation-result-3263404-1303570631/solver-3263404-1303570631 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3263404-1303570631.cnf

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

MD5SUM BENCH= 5cab37809f478f7db7fa096e9a155cfe
RANDOM SEED=470731206

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11908136 kB
Buffers:       2167508 kB
Cached:       18242512 kB
SwapCached:          0 kB
Active:       10165040 kB
Inactive:     10309316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11908136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2536 kB
Writeback:           0 kB
AnonPages:       63224 kB
Mapped:          14488 kB
Slab:           504772 kB
PageTables:       4460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190364 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= 71332 MiB
End job on node145 at 2011-04-23 17:18:53