Trace number 3289857

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
Bench CategoryAPPLICATION (applications 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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

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.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483647s
0.00/0.10	c DB Simplification allowed=true
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3289857-1303787132.cnf
0.00/0.10	c reading problem ... 
0.29/0.24	c ... done. Wall clock time 0.13s.
0.29/0.24	c #vars     2808
0.29/0.24	c #constraints  30336
0.29/0.24	c constraints type 
0.29/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29672
0.29/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
1.06/0.73	c cleaning 2490 clauses out of 5000 with flag 5000/5000
1.84/1.11	c cleaning 4247 clauses out of 8510 with flag 11000/11000
2.27/1.53	c cleaning 5621 clauses out of 11264 with flag 18001/18001
2.77/2.04	c cleaning 6792 clauses out of 13644 with flag 26002/26002
3.30/2.58	c cleaning 7880 clauses out of 15850 with flag 35000/35000
4.01/3.25	c cleaning 8949 clauses out of 17970 with flag 45000/45000
4.71/3.96	c cleaning 9974 clauses out of 20021 with flag 56000/56000
5.51/4.75	c cleaning 10970 clauses out of 22047 with flag 68000/68000
6.41/5.65	c cleaning 11990 clauses out of 24077 with flag 81000/81000
7.32/6.58	c cleaning 13028 clauses out of 26090 with flag 95003/95003
8.42/7.61	c cleaning 14029 clauses out of 28060 with flag 110001/110001
9.52/8.76	c cleaning 14968 clauses out of 30031 with flag 126001/126001
10.72/9.99	c cleaning 15996 clauses out of 32062 with flag 143000/143000
12.22/11.42	c cleaning 16996 clauses out of 34066 with flag 161000/161000
13.72/12.97	c cleaning 17979 clauses out of 36072 with flag 180002/180002
15.52/14.73	c cleaning 18999 clauses out of 38092 with flag 200001/200001
17.23/16.47	c cleaning 20000 clauses out of 40093 with flag 221001/221001
19.13/18.38	c cleaning 21011 clauses out of 42093 with flag 243001/243001
21.33/20.53	c cleaning 21993 clauses out of 44082 with flag 266001/266001
23.53/22.76	c cleaning 22996 clauses out of 46088 with flag 290000/290000
26.14/25.33	c cleaning 24008 clauses out of 48092 with flag 315000/315000
29.23/28.47	c cleaning 24995 clauses out of 50084 with flag 341000/341000
32.24/31.45	c cleaning 26005 clauses out of 52089 with flag 368000/368000
34.95/34.17	c cleaning 26994 clauses out of 54084 with flag 396000/396000
38.34/37.57	c cleaning 27973 clauses out of 56090 with flag 425000/425000
41.95/41.16	c cleaning 28996 clauses out of 58118 with flag 455001/455001
45.75/44.96	c cleaning 29962 clauses out of 60122 with flag 486001/486001
49.45/48.61	c cleaning 30518 clauses out of 61160 with flag 517001/517001
52.76/51.91	c cleaning 30760 clauses out of 61642 with flag 548001/548001
56.06/55.23	c cleaning 30861 clauses out of 61881 with flag 579000/579000
59.36/58.51	c cleaning 30964 clauses out of 62022 with flag 610002/610002
62.67/61.80	c cleaning 30947 clauses out of 62056 with flag 641000/641000
65.97/65.15	c cleaning 30988 clauses out of 62112 with flag 672003/672003
69.77/68.95	c cleaning 31003 clauses out of 62121 with flag 703000/703000
73.48/72.63	c cleaning 31006 clauses out of 62119 with flag 734001/734001
76.98/76.15	c cleaning 30998 clauses out of 62114 with flag 765002/765002
80.28/79.44	c cleaning 30988 clauses out of 62116 with flag 796002/796002
85.28/84.40	c cleaning 30990 clauses out of 62126 with flag 827000/827000
88.58/87.77	c cleaning 31016 clauses out of 62136 with flag 858000/858000
92.39/91.52	c cleaning 31008 clauses out of 62120 with flag 889000/889000
96.89/96.08	c cleaning 31014 clauses out of 62112 with flag 920000/920000
100.69/99.81	c cleaning 30978 clauses out of 62099 with flag 951001/951001
104.59/103.71	c cleaning 31006 clauses out of 62120 with flag 982000/982000
109.30/108.48	c cleaning 31011 clauses out of 62114 with flag 1013000/1013000
112.60/111.76	c cleaning 30993 clauses out of 62104 with flag 1044001/1044001
117.91/117.03	c cleaning 31003 clauses out of 62111 with flag 1075001/1075001
122.81/121.91	c cleaning 30979 clauses out of 62107 with flag 1106000/1106000
127.92/127.03	c cleaning 31003 clauses out of 62128 with flag 1137000/1137000
132.72/131.84	c cleaning 30980 clauses out of 62126 with flag 1168001/1168001
137.52/136.69	c cleaning 31003 clauses out of 62145 with flag 1199000/1199000
141.73/140.89	c cleaning 31001 clauses out of 62143 with flag 1230001/1230001
145.43/144.57	c cleaning 31020 clauses out of 62141 with flag 1261000/1261000
150.63/149.73	c cleaning 30998 clauses out of 62122 with flag 1292001/1292001
155.83/154.99	c cleaning 30956 clauses out of 62125 with flag 1323002/1323002
159.84/158.98	c cleaning 31025 clauses out of 62168 with flag 1354001/1354001
164.24/163.32	c cleaning 30985 clauses out of 62142 with flag 1385000/1385000
168.44/167.53	c cleaning 31019 clauses out of 62160 with flag 1416003/1416003
172.85/171.99	c cleaning 31003 clauses out of 62138 with flag 1447000/1447000
178.35/177.43	c cleaning 31016 clauses out of 62135 with flag 1478000/1478000
183.95/183.02	c cleaning 30998 clauses out of 62120 with flag 1509001/1509001
188.85/187.97	c cleaning 30988 clauses out of 62121 with flag 1540000/1540000
195.16/194.23	c cleaning 30999 clauses out of 62134 with flag 1571001/1571001
200.07/199.13	c cleaning 31015 clauses out of 62134 with flag 1602000/1602000
206.36/205.48	c cleaning 31005 clauses out of 62120 with flag 1633001/1633001
211.57/210.62	c cleaning 31000 clauses out of 62115 with flag 1664001/1664001
216.27/215.38	c cleaning 31006 clauses out of 62114 with flag 1695000/1695000
220.47/219.50	c cleaning 30997 clauses out of 62110 with flag 1726002/1726002
225.47/224.56	c cleaning 30978 clauses out of 62112 with flag 1757001/1757001
231.48/230.55	c cleaning 30998 clauses out of 62133 with flag 1788000/1788000
239.18/238.22	c cleaning 30968 clauses out of 62136 with flag 1819001/1819001
243.68/242.77	c cleaning 31002 clauses out of 62168 with flag 1850001/1850001
248.78/247.89	c cleaning 31009 clauses out of 62165 with flag 1881000/1881000
254.51/253.55	c cleaning 31005 clauses out of 62158 with flag 1912002/1912002
260.71/259.73	c cleaning 31003 clauses out of 62152 with flag 1943001/1943001
267.01/266.07	c cleaning 31012 clauses out of 62148 with flag 1974000/1974000
271.52/270.55	c cleaning 31008 clauses out of 62137 with flag 2005001/2005001
275.72/274.75	c cleaning 31006 clauses out of 62128 with flag 2036000/2036000
280.12/279.17	c cleaning 30991 clauses out of 62123 with flag 2067001/2067001
284.22/283.26	c cleaning 31008 clauses out of 62131 with flag 2098000/2098000
290.13/289.18	c cleaning 31018 clauses out of 62124 with flag 2129001/2129001
296.03/295.03	c cleaning 30991 clauses out of 62105 with flag 2160000/2160000
302.34/301.31	c cleaning 30989 clauses out of 62114 with flag 2191000/2191000
307.84/306.89	c cleaning 31019 clauses out of 62125 with flag 2222000/2222000
312.04/311.03	c cleaning 30961 clauses out of 62107 with flag 2253001/2253001
317.34/316.31	c cleaning 31026 clauses out of 62145 with flag 2284000/2284000
321.25/320.28	c cleaning 30976 clauses out of 62120 with flag 2315001/2315001
328.15/327.11	c cleaning 31045 clauses out of 62143 with flag 2346000/2346000
334.05/333.06	c cleaning 31006 clauses out of 62098 with flag 2377000/2377000
340.55/339.54	c cleaning 30986 clauses out of 62093 with flag 2408001/2408001
346.06/345.03	c cleaning 31010 clauses out of 62108 with flag 2439002/2439002
350.36/349.36	c cleaning 30986 clauses out of 62096 with flag 2470000/2470000
354.57/353.58	c cleaning 30997 clauses out of 62110 with flag 2501000/2501000
359.17/358.18	c cleaning 30989 clauses out of 62114 with flag 2532001/2532001
365.57/364.52	c cleaning 30984 clauses out of 62125 with flag 2563001/2563001
372.78/371.71	c cleaning 31017 clauses out of 62140 with flag 2594000/2594000
377.19/376.12	c cleaning 31001 clauses out of 62123 with flag 2625000/2625000
383.89/382.83	c cleaning 31012 clauses out of 62123 with flag 2656001/2656001
391.29/390.24	c cleaning 31002 clauses out of 62110 with flag 2687000/2687000
395.59/394.54	c cleaning 30993 clauses out of 62110 with flag 2718002/2718002
400.50/399.48	c cleaning 31023 clauses out of 62116 with flag 2749001/2749001
405.50/404.40	c cleaning 30984 clauses out of 62095 with flag 2780003/2780003
411.80/410.70	c cleaning 30992 clauses out of 62108 with flag 2811000/2811000
416.50/415.48	c cleaning 31024 clauses out of 62116 with flag 2842000/2842000
424.41/423.31	c cleaning 31001 clauses out of 62094 with flag 2873002/2873002
429.11/428.09	c cleaning 30963 clauses out of 62092 with flag 2904001/2904001
436.23/435.11	c cleaning 30993 clauses out of 62130 with flag 2935002/2935002
445.03/443.93	c cleaning 30978 clauses out of 62135 with flag 2966000/2966000
449.54/448.49	c cleaning 31025 clauses out of 62159 with flag 2997002/2997002
454.35/453.25	c cleaning 30999 clauses out of 62132 with flag 3028000/3028000
458.65/457.55	c cleaning 31018 clauses out of 62134 with flag 3059001/3059001
465.05/463.90	c cleaning 31001 clauses out of 62115 with flag 3090000/3090000
469.85/468.76	c cleaning 30987 clauses out of 62114 with flag 3121000/3121000
476.76/475.62	c cleaning 30985 clauses out of 62130 with flag 3152003/3152003
482.97/481.87	c cleaning 31040 clauses out of 62143 with flag 3183001/3183001
489.26/488.14	c cleaning 30974 clauses out of 62102 with flag 3214000/3214000
500.57/499.46	c cleaning 31003 clauses out of 62130 with flag 3245002/3245002
510.57/509.42	c cleaning 30998 clauses out of 62126 with flag 3276001/3276001
514.88/513.73	c cleaning 31014 clauses out of 62128 with flag 3307001/3307001
519.98/518.88	c cleaning 30996 clauses out of 62113 with flag 3338000/3338000
526.18/525.03	c cleaning 31015 clauses out of 62118 with flag 3369001/3369001
533.28/532.15	c cleaning 30997 clauses out of 62105 with flag 3400003/3400003
539.39/538.29	c cleaning 31001 clauses out of 62106 with flag 3431001/3431001
552.39/551.25	c cleaning 30980 clauses out of 62105 with flag 3462001/3462001
558.40/557.27	c cleaning 30997 clauses out of 62125 with flag 3493001/3493001
567.71/566.60	c cleaning 30992 clauses out of 62128 with flag 3524001/3524001
573.51/572.34	c cleaning 30987 clauses out of 62137 with flag 3555002/3555002
577.71/576.51	c cleaning 31007 clauses out of 62148 with flag 3586000/3586000
586.21/585.06	c cleaning 31032 clauses out of 62143 with flag 3617002/3617002
591.22/590.05	c cleaning 30983 clauses out of 62109 with flag 3648000/3648000
595.52/594.37	c cleaning 31013 clauses out of 62126 with flag 3679000/3679000
603.82/602.62	c cleaning 30998 clauses out of 62113 with flag 3710000/3710000
611.83/610.61	c cleaning 30969 clauses out of 62116 with flag 3741001/3741001
621.43/620.20	c cleaning 30994 clauses out of 62146 with flag 3772000/3772000
629.54/628.32	c cleaning 31014 clauses out of 62154 with flag 3803002/3803002
634.74/633.59	c cleaning 30990 clauses out of 62139 with flag 3834001/3834001
646.44/645.24	c cleaning 31027 clauses out of 62150 with flag 3865002/3865002
657.05/655.89	c cleaning 31014 clauses out of 62121 with flag 3896000/3896000
665.05/663.87	c cleaning 30963 clauses out of 62107 with flag 3927000/3927000
670.25/669.09	c cleaning 31017 clauses out of 62144 with flag 3958000/3958000
675.16/673.94	c cleaning 31006 clauses out of 62129 with flag 3989002/3989002
680.66/679.47	c cleaning 30935 clauses out of 62121 with flag 4020000/4020000
685.96/684.73	c cleaning 31022 clauses out of 62186 with flag 4051000/4051000
691.67/690.41	c cleaning 31002 clauses out of 62165 with flag 4082001/4082001
697.07/695.84	c cleaning 30983 clauses out of 62162 with flag 4113000/4113000
705.58/704.31	c cleaning 30983 clauses out of 62179 with flag 4144000/4144000
718.58/717.33	c cleaning 30708 clauses out of 62196 with flag 4175000/4175000
725.48/724.29	c cleaning 30172 clauses out of 62489 with flag 4206001/4206001
737.79/736.59	c cleaning 30924 clauses out of 63316 with flag 4237000/4237000
744.19/742.93	c cleaning 30787 clauses out of 63395 with flag 4268003/4268003
748.30/747.04	c cleaning 30786 clauses out of 63605 with flag 4299000/4299000
752.10/750.83	c cleaning 30894 clauses out of 63820 with flag 4330001/4330001
757.62/756.39	c cleaning 30931 clauses out of 63925 with flag 4361000/4361000
763.63/762.37	c cleaning 30764 clauses out of 63994 with flag 4392000/4392000
767.43/766.16	c cleaning 30631 clauses out of 64230 with flag 4423000/4423000
772.23/770.98	c cleaning 30825 clauses out of 64599 with flag 4454000/4454000
776.43/775.15	c cleaning 30875 clauses out of 64774 with flag 4485000/4485000
781.04/779.78	c cleaning 30996 clauses out of 64899 with flag 4516000/4516000
787.94/786.62	c cleaning 30456 clauses out of 64903 with flag 4547000/4547000
796.65/795.32	c cleaning 30813 clauses out of 65447 with flag 4578000/4578000
805.75/804.46	c cleaning 30699 clauses out of 65634 with flag 4609000/4609000
814.85/813.58	c cleaning 30822 clauses out of 65935 with flag 4640000/4640000
819.96/818.69	c cleaning 30525 clauses out of 66113 with flag 4671000/4671000
835.86/834.56	c cleaning 30665 clauses out of 66589 with flag 4702001/4702001
843.47/842.11	c cleaning 30776 clauses out of 66925 with flag 4733002/4733002
854.38/853.02	c cleaning 30365 clauses out of 67148 with flag 4764001/4764001
870.98/869.68	c cleaning 30855 clauses out of 67782 with flag 4795000/4795000
887.09/885.74	c cleaning 30535 clauses out of 67927 with flag 4826000/4826000
892.69/891.35	c cleaning 30769 clauses out of 68393 with flag 4857001/4857001
898.60/897.26	c cleaning 30806 clauses out of 68623 with flag 4888000/4888000
904.10/902.75	c cleaning 30922 clauses out of 68817 with flag 4919000/4919000
912.40/911.02	c cleaning 30944 clauses out of 68895 with flag 4950000/4950000
919.21/917.87	c cleaning 30847 clauses out of 68951 with flag 4981000/4981000
925.32/923.97	c cleaning 30812 clauses out of 69104 with flag 5012000/5012000
934.61/933.28	c cleaning 30935 clauses out of 69292 with flag 5043000/5043000
945.52/944.16	c cleaning 30878 clauses out of 69358 with flag 5074001/5074001
953.73/952.39	c cleaning 30831 clauses out of 69479 with flag 5105000/5105000
963.73/962.32	c cleaning 30849 clauses out of 69650 with flag 5136002/5136002
979.24/977.80	c cleaning 30811 clauses out of 69799 with flag 5167000/5167000
998.54/997.17	c cleaning 30500 clauses out of 69988 with flag 5198000/5198000
1012.25/1010.85	c cleaning 30817 clauses out of 70489 with flag 5229001/5229001
1026.56/1025.19	c cleaning 30611 clauses out of 70673 with flag 5260002/5260002
1041.06/1039.62	c cleaning 30701 clauses out of 71061 with flag 5291001/5291001
1071.87/1070.48	c cleaning 30948 clauses out of 71359 with flag 5322000/5322000
1076.28/1074.90	c cleaning 30883 clauses out of 71415 with flag 5353004/5353004
1082.79/1081.38	c cleaning 30598 clauses out of 71528 with flag 5384000/5384000
1091.18/1089.79	c cleaning 30945 clauses out of 71932 with flag 5415002/5415002
1098.79/1097.40	c cleaning 30796 clauses out of 71985 with flag 5446000/5446000
1105.90/1104.47	c cleaning 30529 clauses out of 72189 with flag 5477000/5477000
1119.39/1117.92	c cleaning 30667 clauses out of 72661 with flag 5508001/5508001
1131.30/1129.89	c cleaning 30751 clauses out of 72993 with flag 5539000/5539000
1139.80/1138.36	c cleaning 30923 clauses out of 73243 with flag 5570001/5570001
1152.71/1151.21	c cleaning 30600 clauses out of 73319 with flag 5601000/5601000
1161.61/1160.19	c cleaning 30774 clauses out of 73719 with flag 5632000/5632000
1172.32/1170.81	c cleaning 30738 clauses out of 73946 with flag 5663001/5663001
1194.32/1192.86	c cleaning 30877 clauses out of 74209 with flag 5694002/5694002
1213.64/1212.16	c cleaning 30756 clauses out of 74331 with flag 5725001/5725001
1230.54/1229.00	c cleaning 30879 clauses out of 74574 with flag 5756000/5756000
1237.95/1236.48	c cleaning 30754 clauses out of 74696 with flag 5787001/5787001
1251.35/1249.88	c cleaning 30663 clauses out of 74943 with flag 5818002/5818002
1259.26/1257.77	c cleaning 30482 clauses out of 75279 with flag 5849001/5849001
1266.06/1264.53	c cleaning 30742 clauses out of 75800 with flag 5880004/5880004
1275.47/1273.96	c cleaning 30716 clauses out of 76056 with flag 5911002/5911002
1288.07/1286.58	c cleaning 30865 clauses out of 76338 with flag 5942000/5942000
1297.17/1295.63	c cleaning 30699 clauses out of 76474 with flag 5973001/5973001
1301.58/1300.01	c starts		: 2263
1301.58/1300.01	c conflicts		: 5991634
1301.58/1300.01	c decisions		: 9020975
1301.58/1300.01	c propagations		: 591474226
1301.58/1300.01	c inspects		: 16412651225
1301.58/1300.01	c shortcuts		: 0
1301.58/1300.01	c learnt literals	: 0
1301.58/1300.01	c learnt binary clauses	: 148
1301.58/1300.01	c learnt ternary clauses	: 6132
1301.58/1300.01	c learnt constraints	: 5991634
1301.58/1300.01	c ignored constraints	: 0
1301.58/1300.01	c root simplifications	: 2263
1301.58/1300.01	c removed literals (reason simplification)	: 24282345
1301.58/1300.01	c reason swapping (by a shorter reason)	: 0
1301.58/1300.01	c Calls to reduceDB	: 204
1301.58/1300.01	c speed (assignments/second)	: 455053.44320740795
1301.58/1300.01	c non guided choices	56472
1301.58/1300.03	c learnt constraints type 
1301.58/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 148
1301.58/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64318
1301.58/1300.03	c constraints type 
1301.58/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29672
1301.58/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
1301.58/1300.03	s UNKNOWN
1301.58/1300.03	c Total wall clock time (in seconds) : 1299.922

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.82 3.96 3.60 6/245 20740
/proc/meminfo: memFree=21451116/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=31604 CPUtime=0 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 1262 0 0 0 0 0 0 0 25 0 2 0 490311361 32362496 980 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 7901 987 758 9 0 386 0
[pid=20740/tid=20741] ppid=20738 vsize=31604 CPUtime=0 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 166 0 0 0 0 0 0 0 25 0 2 0 490311362 32362496 998 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246516832256 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0127759 s]
/proc/loadavg: 3.82 3.96 3.60 6/245 20740
/proc/meminfo: memFree=21451116/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7540840 CPUtime=0 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 4430 0 1 0 0 0 0 0 25 0 2 0 490311361 7721820160 4131 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1885210 4149 919 9 0 1876366 0
[pid=20740/tid=20741] ppid=20738 vsize=7540840 CPUtime=0 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 3345 0 1 0 0 0 0 0 25 0 2 0 490311362 7721820160 4161 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7540840

[startup+0.160775 s]
/proc/loadavg: 3.82 3.96 3.60 6/245 20740
/proc/meminfo: memFree=21451116/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7572440 CPUtime=0.22 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 11169 0 1 0 21 1 0 0 25 0 18 0 490311361 7754178560 10776 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1893110 10776 2177 9 0 1883848 0
[pid=20740/tid=20741] ppid=20738 vsize=7572440 CPUtime=0.15 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 8876 0 1 0 14 1 0 0 18 0 18 0 490311362 7754178560 10776 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 46912505176688 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 7572440

[startup+0.397697 s]
/proc/loadavg: 3.82 3.96 3.60 6/245 20740
/proc/meminfo: memFree=21451116/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7642656 CPUtime=0.63 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 13616 0 1 0 62 1 0 0 25 0 19 0 490311361 7826079744 12784 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1910664 12787 2220 9 0 1901402 0
[pid=20740/tid=20741] ppid=20738 vsize=7642656 CPUtime=0.32 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 9682 0 1 0 31 1 0 0 19 0 19 0 490311362 7826079744 12789 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 46912505220260 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 7642656

[startup+0.700672 s]
/proc/loadavg: 3.82 3.96 3.60 6/245 20740
/proc/meminfo: memFree=21451116/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7642328 CPUtime=1.06 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 14514 0 1 0 105 1 0 0 25 0 19 0 490311361 7825743872 13206 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1910582 13206 2231 9 0 1901320 0
[pid=20740/tid=20741] ppid=20738 vsize=7642328 CPUtime=0.59 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 9976 0 1 0 58 1 0 0 19 0 19 0 490311362 7825743872 13206 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528660149 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7642328

[startup+1.5015 s]
/proc/loadavg: 3.82 3.96 3.60 6/266 20761
/proc/meminfo: memFree=21324848/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7642328 CPUtime=2.27 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 23570 0 1 0 224 3 0 0 25 0 19 0 490311361 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1910582 20190 2254 9 0 1901320 0
[pid=20740/tid=20741] ppid=20738 vsize=7642328 CPUtime=1.31 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 9980 0 1 0 130 1 0 0 20 0 19 0 490311362 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 46912505691303 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20740/tid=20743] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20743/stat : 20743 (java) S 20738 20740 20390 0 -1 4202560 930 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20744] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20744/stat : 20744 (java) S 20738 20740 20390 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20745] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20745/stat : 20745 (java) S 20738 20740 20390 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20746] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20746/stat : 20746 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20747] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20747/stat : 20747 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20748] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20748/stat : 20748 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20749] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20749/stat : 20749 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20750] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20750/stat : 20750 (java) S 20738 20740 20390 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20751] ppid=20738 vsize=7642328 CPUtime=0.03 cores=5,7
/proc/20740/task/20751/stat : 20751 (java) S 20738 20740 20390 0 -1 4202560 1149 0 0 0 3 0 0 0 16 0 19 0 490311364 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 0 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20752] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20752/stat : 20752 (java) S 20738 20740 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20753] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20753/stat : 20753 (java) S 20738 20740 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20754] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20754/stat : 20754 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528657841 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20755] ppid=20738 vsize=7642328 CPUtime=0.14 cores=5,7
/proc/20740/task/20755/stat : 20755 (java) S 20738 20740 20390 0 -1 4202560 1283 0 0 0 14 0 0 0 17 0 19 0 490311367 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20756] ppid=20738 vsize=7642328 CPUtime=0.75 cores=5,7
/proc/20740/task/20756/stat : 20756 (java) S 20738 20740 20390 0 -1 4202560 8739 0 0 0 74 1 0 0 16 0 19 0 490311367 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20757] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20757/stat : 20757 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20758] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20758/stat : 20758 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311367 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20761] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20761/stat : 20761 (java) S 20738 20740 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311384 7825743872 20190 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 7642328

[startup+3.10124 s]
/proc/loadavg: 3.82 3.96 3.60 6/266 20761
/proc/meminfo: memFree=21318028/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7642328 CPUtime=3.91 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 23794 0 1 0 388 3 0 0 25 0 19 0 490311361 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1910582 20411 2254 9 0 1901320 0
[pid=20740/tid=20741] ppid=20738 vsize=7642328 CPUtime=2.84 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 9983 0 1 0 283 1 0 0 18 0 19 0 490311362 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 46912505586904 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20740/tid=20743] ppid=20738 vsize=7642328 CPUtime=0.01 cores=5,7
/proc/20740/task/20743/stat : 20743 (java) S 20738 20740 20390 0 -1 4202560 973 0 0 0 1 0 0 0 15 0 19 0 490311363 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20744] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20744/stat : 20744 (java) S 20738 20740 20390 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20745] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20745/stat : 20745 (java) S 20738 20740 20390 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20746] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20746/stat : 20746 (java) S 20738 20740 20390 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20747] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20747/stat : 20747 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20748] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20748/stat : 20748 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20749] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20749/stat : 20749 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20750] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20750/stat : 20750 (java) S 20738 20740 20390 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20751] ppid=20738 vsize=7642328 CPUtime=0.09 cores=5,7
/proc/20740/task/20751/stat : 20751 (java) S 20738 20740 20390 0 -1 4202560 1313 0 0 0 9 0 0 0 16 0 19 0 490311364 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 0 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20752] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20752/stat : 20752 (java) S 20738 20740 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20753] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20753/stat : 20753 (java) S 20738 20740 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20754] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20754/stat : 20754 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528657841 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20755] ppid=20738 vsize=7642328 CPUtime=0.17 cores=5,7
/proc/20740/task/20755/stat : 20755 (java) S 20738 20740 20390 0 -1 4202560 1291 0 0 0 17 0 0 0 15 0 19 0 490311367 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20756] ppid=20738 vsize=7642328 CPUtime=0.75 cores=5,7
/proc/20740/task/20756/stat : 20756 (java) S 20738 20740 20390 0 -1 4202560 8739 0 0 0 74 1 0 0 15 0 19 0 490311367 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20757] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20757/stat : 20757 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20758] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20758/stat : 20758 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311367 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20761] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20761/stat : 20761 (java) S 20738 20740 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311384 7825743872 20411 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 7642328

[startup+6.30065 s]
/proc/loadavg: 3.91 3.98 3.61 6/266 20761
/proc/meminfo: memFree=21165836/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7642328 CPUtime=7.11 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 23999 0 1 0 708 3 0 0 25 0 19 0 490311361 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1910582 20506 2254 9 0 1901320 0
[pid=20740/tid=20741] ppid=20738 vsize=7642328 CPUtime=5.95 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 9988 0 1 0 594 1 0 0 22 0 19 0 490311362 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 46912505540481 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20740/tid=20743] ppid=20738 vsize=7642328 CPUtime=0.01 cores=5,7
/proc/20740/task/20743/stat : 20743 (java) S 20738 20740 20390 0 -1 4202560 973 0 0 0 1 0 0 0 15 0 19 0 490311363 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20744] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20744/stat : 20744 (java) S 20738 20740 20390 0 -1 4202560 82 0 0 0 0 0 0 0 16 0 19 0 490311363 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20745] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20745/stat : 20745 (java) S 20738 20740 20390 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20746] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20746/stat : 20746 (java) S 20738 20740 20390 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20747] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20747/stat : 20747 (java) S 20738 20740 20390 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20748] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20748/stat : 20748 (java) S 20738 20740 20390 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20749] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20749/stat : 20749 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20750] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20750/stat : 20750 (java) S 20738 20740 20390 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 490311363 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20751] ppid=20738 vsize=7642328 CPUtime=0.17 cores=5,7
/proc/20740/task/20751/stat : 20751 (java) S 20738 20740 20390 0 -1 4202560 1506 0 0 0 17 0 0 0 16 0 19 0 490311364 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 0 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20752] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20752/stat : 20752 (java) S 20738 20740 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20753] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20753/stat : 20753 (java) S 20738 20740 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20754] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20754/stat : 20754 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528657841 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20755] ppid=20738 vsize=7642328 CPUtime=0.17 cores=5,7
/proc/20740/task/20755/stat : 20755 (java) S 20738 20740 20390 0 -1 4202560 1291 0 0 0 17 0 0 0 15 0 19 0 490311367 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20756] ppid=20738 vsize=7642328 CPUtime=0.75 cores=5,7
/proc/20740/task/20756/stat : 20756 (java) S 20738 20740 20390 0 -1 4202560 8739 0 0 0 74 1 0 0 15 0 19 0 490311367 7825743872 20506 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0

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

[pid=20740/tid=20748] ppid=20738 vsize=7642328 CPUtime=0.16 cores=5,7
/proc/20740/task/20748/stat : 20748 (java) S 20738 20740 20390 0 -1 4202560 68 0 0 0 16 0 0 0 15 0 19 0 490311363 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20749] ppid=20738 vsize=7642328 CPUtime=0.16 cores=5,7
/proc/20740/task/20749/stat : 20749 (java) S 20738 20740 20390 0 -1 4202560 558 0 0 0 16 0 0 0 15 0 19 0 490311363 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20750] ppid=20738 vsize=7642328 CPUtime=0.21 cores=5,7
/proc/20740/task/20750/stat : 20750 (java) S 20738 20740 20390 0 -1 4202560 392 0 0 0 21 0 0 0 15 0 19 0 490311363 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20751] ppid=20738 vsize=7642328 CPUtime=6.07 cores=5,7
/proc/20740/task/20751/stat : 20751 (java) S 20738 20740 20390 0 -1 4202560 6279 0 0 0 605 2 0 0 15 0 19 0 490311364 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 0 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20752] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20752/stat : 20752 (java) S 20738 20740 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20753] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20753/stat : 20753 (java) S 20738 20740 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20754] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20754/stat : 20754 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528657841 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20755] ppid=20738 vsize=7642328 CPUtime=0.19 cores=5,7
/proc/20740/task/20755/stat : 20755 (java) S 20738 20740 20390 0 -1 4202560 1302 0 0 0 19 0 0 0 15 0 19 0 490311367 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20756] ppid=20738 vsize=7642328 CPUtime=0.75 cores=5,7
/proc/20740/task/20756/stat : 20756 (java) S 20738 20740 20390 0 -1 4202560 8739 0 0 0 74 1 0 0 15 0 19 0 490311367 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20757] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20757/stat : 20757 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20758] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20758/stat : 20758 (java) S 20738 20740 20390 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 490311367 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20761] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20761/stat : 20761 (java) S 20738 20740 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311384 7825743872 29429 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1123.8
Current children cumulated vsize (KiB) 7642328

[startup+1182.3 s]
/proc/loadavg: 4.05 4.05 3.90 6/266 20793
/proc/meminfo: memFree=21068852/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7642328 CPUtime=1183.82 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 33787 0 1 0 118375 7 0 0 25 0 19 0 490311361 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1910582 29538 2255 9 0 1901320 0
[pid=20740/tid=20741] ppid=20738 vsize=7642328 CPUtime=1175.06 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 12061 0 1 0 117504 2 0 0 25 0 19 0 490311362 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 46912505672000 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20740/tid=20743] ppid=20738 vsize=7642328 CPUtime=0.2 cores=5,7
/proc/20740/task/20743/stat : 20743 (java) S 20738 20740 20390 0 -1 4202560 1086 0 0 0 20 0 0 0 16 0 19 0 490311363 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20744] ppid=20738 vsize=7642328 CPUtime=0.17 cores=5,7
/proc/20740/task/20744/stat : 20744 (java) S 20738 20740 20390 0 -1 4202560 434 0 0 0 17 0 0 0 15 0 19 0 490311363 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20745] ppid=20738 vsize=7642328 CPUtime=0.2 cores=5,7
/proc/20740/task/20745/stat : 20745 (java) S 20738 20740 20390 0 -1 4202560 677 0 0 0 20 0 0 0 16 0 19 0 490311363 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20746] ppid=20738 vsize=7642328 CPUtime=0.18 cores=5,7
/proc/20740/task/20746/stat : 20746 (java) S 20738 20740 20390 0 -1 4202560 474 0 0 0 18 0 0 0 15 0 19 0 490311363 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20747] ppid=20738 vsize=7642328 CPUtime=0.16 cores=5,7
/proc/20740/task/20747/stat : 20747 (java) S 20738 20740 20390 0 -1 4202560 387 0 0 0 16 0 0 0 15 0 19 0 490311363 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20748] ppid=20738 vsize=7642328 CPUtime=0.17 cores=5,7
/proc/20740/task/20748/stat : 20748 (java) S 20738 20740 20390 0 -1 4202560 68 0 0 0 17 0 0 0 15 0 19 0 490311363 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20749] ppid=20738 vsize=7642328 CPUtime=0.16 cores=5,7
/proc/20740/task/20749/stat : 20749 (java) S 20738 20740 20390 0 -1 4202560 558 0 0 0 16 0 0 0 15 0 19 0 490311363 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20750] ppid=20738 vsize=7642328 CPUtime=0.22 cores=5,7
/proc/20740/task/20750/stat : 20750 (java) S 20738 20740 20390 0 -1 4202560 392 0 0 0 22 0 0 0 15 0 19 0 490311363 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20751] ppid=20738 vsize=7642328 CPUtime=6.27 cores=5,7
/proc/20740/task/20751/stat : 20751 (java) S 20738 20740 20390 0 -1 4202560 6390 0 0 0 625 2 0 0 15 0 19 0 490311364 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 0 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20752] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20752/stat : 20752 (java) S 20738 20740 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20753] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20753/stat : 20753 (java) S 20738 20740 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20754] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20754/stat : 20754 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528657841 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20755] ppid=20738 vsize=7642328 CPUtime=0.19 cores=5,7
/proc/20740/task/20755/stat : 20755 (java) S 20738 20740 20390 0 -1 4202560 1302 0 0 0 19 0 0 0 15 0 19 0 490311367 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20756] ppid=20738 vsize=7642328 CPUtime=0.75 cores=5,7
/proc/20740/task/20756/stat : 20756 (java) S 20738 20740 20390 0 -1 4202560 8739 0 0 0 74 1 0 0 15 0 19 0 490311367 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20757] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20757/stat : 20757 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20758] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20758/stat : 20758 (java) S 20738 20740 20390 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 490311367 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20761] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20761/stat : 20761 (java) S 20738 20740 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311384 7825743872 29538 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.82
Current children cumulated vsize (KiB) 7642328

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 3.91 6/266 20794
/proc/meminfo: memFree=21063856/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7642328 CPUtime=1243.85 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 34189 0 1 0 124378 7 0 0 25 0 19 0 490311361 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1910582 29928 2255 9 0 1901320 0
[pid=20740/tid=20741] ppid=20738 vsize=7642328 CPUtime=1234.88 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 12065 0 1 0 123486 2 0 0 25 0 19 0 490311362 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 46912505671873 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20740/tid=20743] ppid=20738 vsize=7642328 CPUtime=0.2 cores=5,7
/proc/20740/task/20743/stat : 20743 (java) S 20738 20740 20390 0 -1 4202560 1086 0 0 0 20 0 0 0 15 0 19 0 490311363 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20744] ppid=20738 vsize=7642328 CPUtime=0.18 cores=5,7
/proc/20740/task/20744/stat : 20744 (java) S 20738 20740 20390 0 -1 4202560 434 0 0 0 18 0 0 0 15 0 19 0 490311363 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20745] ppid=20738 vsize=7642328 CPUtime=0.2 cores=5,7
/proc/20740/task/20745/stat : 20745 (java) S 20738 20740 20390 0 -1 4202560 677 0 0 0 20 0 0 0 15 0 19 0 490311363 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20746] ppid=20738 vsize=7642328 CPUtime=0.18 cores=5,7
/proc/20740/task/20746/stat : 20746 (java) S 20738 20740 20390 0 -1 4202560 474 0 0 0 18 0 0 0 15 0 19 0 490311363 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20747] ppid=20738 vsize=7642328 CPUtime=0.18 cores=5,7
/proc/20740/task/20747/stat : 20747 (java) S 20738 20740 20390 0 -1 4202560 387 0 0 0 18 0 0 0 16 0 19 0 490311363 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20748] ppid=20738 vsize=7642328 CPUtime=0.18 cores=5,7
/proc/20740/task/20748/stat : 20748 (java) S 20738 20740 20390 0 -1 4202560 70 0 0 0 18 0 0 0 16 0 19 0 490311363 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20749] ppid=20738 vsize=7642328 CPUtime=0.17 cores=5,7
/proc/20740/task/20749/stat : 20749 (java) S 20738 20740 20390 0 -1 4202560 600 0 0 0 17 0 0 0 15 0 19 0 490311363 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20750] ppid=20738 vsize=7642328 CPUtime=0.22 cores=5,7
/proc/20740/task/20750/stat : 20750 (java) S 20738 20740 20390 0 -1 4202560 504 0 0 0 22 0 0 0 15 0 19 0 490311363 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20751] ppid=20738 vsize=7642328 CPUtime=6.43 cores=5,7
/proc/20740/task/20751/stat : 20751 (java) S 20738 20740 20390 0 -1 4202560 6629 0 0 0 641 2 0 0 15 0 19 0 490311364 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 0 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20752] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20752/stat : 20752 (java) S 20738 20740 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20753] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20753/stat : 20753 (java) S 20738 20740 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20754] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20754/stat : 20754 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528657841 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20755] ppid=20738 vsize=7642328 CPUtime=0.19 cores=5,7
/proc/20740/task/20755/stat : 20755 (java) S 20738 20740 20390 0 -1 4202560 1302 0 0 0 19 0 0 0 15 0 19 0 490311367 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20756] ppid=20738 vsize=7642328 CPUtime=0.75 cores=5,7
/proc/20740/task/20756/stat : 20756 (java) S 20738 20740 20390 0 -1 4202560 8739 0 0 0 74 1 0 0 15 0 19 0 490311367 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20757] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20757/stat : 20757 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20758] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20758/stat : 20758 (java) S 20738 20740 20390 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 490311367 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20761] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20761/stat : 20761 (java) S 20738 20740 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311384 7825743872 29928 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.85
Current children cumulated vsize (KiB) 7642328



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.05 3.92 2/206 20805
/proc/meminfo: memFree=21463952/32951124 swapFree=67111352/67111528
[pid=20740] ppid=20738 vsize=7642328 CPUtime=1301.58 cores=5,7
/proc/20740/stat : 20740 (java) S 20738 20740 20390 0 -1 4202496 34290 0 1 0 130151 7 0 0 25 0 19 0 490311361 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/20740/statm: 1910582 30017 2255 9 0 1901320 0
[pid=20740/tid=20741] ppid=20738 vsize=7642328 CPUtime=1292.3 cores=5,7
/proc/20740/task/20741/stat : 20741 (java) R 20738 20740 20390 0 -1 4202560 12071 0 1 0 129228 2 0 0 25 0 19 0 490311362 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 46912505671873 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20740/tid=20743] ppid=20738 vsize=7642328 CPUtime=0.21 cores=5,7
/proc/20740/task/20743/stat : 20743 (java) S 20738 20740 20390 0 -1 4202560 1086 0 0 0 21 0 0 0 15 0 19 0 490311363 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20744] ppid=20738 vsize=7642328 CPUtime=0.19 cores=5,7
/proc/20740/task/20744/stat : 20744 (java) S 20738 20740 20390 0 -1 4202560 434 0 0 0 19 0 0 0 15 0 19 0 490311363 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20745] ppid=20738 vsize=7642328 CPUtime=0.22 cores=5,7
/proc/20740/task/20745/stat : 20745 (java) S 20738 20740 20390 0 -1 4202560 680 0 0 0 22 0 0 0 15 0 19 0 490311363 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20746] ppid=20738 vsize=7642328 CPUtime=0.18 cores=5,7
/proc/20740/task/20746/stat : 20746 (java) S 20738 20740 20390 0 -1 4202560 474 0 0 0 18 0 0 0 15 0 19 0 490311363 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20747] ppid=20738 vsize=7642328 CPUtime=0.19 cores=5,7
/proc/20740/task/20747/stat : 20747 (java) S 20738 20740 20390 0 -1 4202560 387 0 0 0 19 0 0 0 16 0 19 0 490311363 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20748] ppid=20738 vsize=7642328 CPUtime=0.19 cores=5,7
/proc/20740/task/20748/stat : 20748 (java) S 20738 20740 20390 0 -1 4202560 70 0 0 0 19 0 0 0 15 0 19 0 490311363 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20749] ppid=20738 vsize=7642328 CPUtime=0.18 cores=5,7
/proc/20740/task/20749/stat : 20749 (java) S 20738 20740 20390 0 -1 4202560 600 0 0 0 18 0 0 0 15 0 19 0 490311363 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20750] ppid=20738 vsize=7642328 CPUtime=0.23 cores=5,7
/proc/20740/task/20750/stat : 20750 (java) S 20738 20740 20390 0 -1 4202560 504 0 0 0 23 0 0 0 15 0 19 0 490311363 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20751] ppid=20738 vsize=7642328 CPUtime=6.68 cores=5,7
/proc/20740/task/20751/stat : 20751 (java) S 20738 20740 20390 0 -1 4202560 6717 0 0 0 666 2 0 0 15 0 19 0 490311364 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 0 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20752] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20752/stat : 20752 (java) S 20738 20740 20390 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20753] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20753/stat : 20753 (java) S 20738 20740 20390 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490311365 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20754] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20754/stat : 20754 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528657841 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20755] ppid=20738 vsize=7642328 CPUtime=0.19 cores=5,7
/proc/20740/task/20755/stat : 20755 (java) S 20738 20740 20390 0 -1 4202560 1302 0 0 0 19 0 0 0 15 0 19 0 490311367 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20756] ppid=20738 vsize=7642328 CPUtime=0.75 cores=5,7
/proc/20740/task/20756/stat : 20756 (java) S 20738 20740 20390 0 -1 4202560 8739 0 0 0 74 1 0 0 15 0 19 0 490311367 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 5 0 0 0
[pid=20740/tid=20757] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20757/stat : 20757 (java) S 20738 20740 20390 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490311367 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650137 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20758] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20758/stat : 20758 (java) S 20738 20740 20390 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 490311367 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
[pid=20740/tid=20761] ppid=20738 vsize=7642328 CPUtime=0 cores=5,7
/proc/20740/task/20761/stat : 20761 (java) S 20738 20740 20390 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490311384 7825743872 30017 33554432000 1073741824 1073778376 140737079610656 18446744073709551615 246528650752 0 4 0 16800975 18446604465568008192 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.58
Current children cumulated vsize (KiB) 7642328

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.66
CPU user time (s): 1301.58
CPU system time (s): 0.080987
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 7642800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.58
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34327
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= 32578
involuntary context switches= 7143

runsolver used 2.19867 second user time and 5.07323 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 05:05:32
IDJOB=3289857
IDBENCH=83408
IDSOLVER=1611
FILE ID=node134/3289857-1303787132
RUNJOBID= node134-1303785829-20411
PBS_JOBID= 13157245
Free space on /tmp= 71636 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.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-3289857-1303787132/watcher-3289857-1303787132 -o /tmp/evaluation-result-3289857-1303787132/solver-3289857-1303787132 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289857-1303787132.cnf

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=2039760952

node134.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.831
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.66
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21451768 kB
Buffers:       2309524 kB
Cached:        8443072 kB
SwapCached:         64 kB
Active:        4271796 kB
Inactive:      6678060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21451768 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            9456 kB
Writeback:           0 kB
AnonPages:      197044 kB
Mapped:          23388 kB
Slab:           484228 kB
PageTables:       5656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21993444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71644 MiB
End job on node134 at 2011-04-26 05:27:14